xref: /reactos/dll/win32/msi/lang/msi_En.rc (revision 3ecd2363)
1/*
2 * English resources for MSI
3 *
4 * Copyright 2005 Mike McCormack
5 * Copyright 2010 Detlef Riekenberg
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
23
24STRINGTABLE
25{
26    4 "The specified installation package could not be opened.  Please check the file path and try again."
27    5 "path %s not found"
28    9 "insert disk %s"
29    10 "Windows Installer %s\n\nUsage:\nmsiexec command {required parameter} [optional parameter]\n\nInstall a product:\n\t/i {package|productcode} [property]\n\t/package {package|productcode} [property]\n\t/a package [property]\nRepair an installation:\n\t/f[p|o|e|d|c|a|u|m|s|v] {package|productcode}\nUninstall a product:\n\t/uninstall {package|productcode} [property]\n\t/x {package|productcode} [property]\nAdvertise a product:\n\t/j[u|m] package [/t transform] [/g languageid]\nApply a patch:\n\t/p patchpackage [property]\n\t/p patchpackage /a package [property]\nLog and UI Modifiers for above commands:\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-}\nRegister MSI Service:\n\t/y\nUnregister MSI Service:\n\t/z\nDisplay this help:\n\t/help\n\t/?\n"
30    11 "enter which folder contains %s"
31    12 "install source for feature missing"
32    13 "network drive for feature missing"
33    14 "feature from:"
34    15 "choose which folder contains %s"
35#ifdef __REACTOS__
36    34 "ReactOS Installer Package"
37    35 "ReactOS Installer Patch"
38    36 "&Install"
39    37 "Re&pair"
40    38 "&Uninstall"
41    39 "&Apply"
42#endif
43    100 "New Folder"
44}
45
46/* Error messages */
47STRINGTABLE
48{
49    IDS_FATALEXIT "{{Fatal error: }}"
50    IDS_ERROR "{{Error [1]. }}"
51    IDS_WARNING "Warning [1]."
52    IDS_INFO "Info [1]."
53    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]}}"
54    IDS_OUTOFDISKSPACE "{{Disk full: }}"
55    IDS_ACTIONSTART "Action [Time]: [1]. [2]"
56    IDS_COMMONDATA "Message type: [1], Argument: [2]{, [3]}"
57    IDS_INFO_ACTIONSTART "Action start [Time]: [1]."
58    IDS_INFO_ACTIONENDED "Action ended [Time]: [1]. Return value [2]."
59    IDS_INFO_LOGGINGSTART "=== Logging started: [Date]  [Time] ==="
60
61    IDS_ERR_INSERTDISK "Please insert the disk: [2]"
62    IDS_ERR_CABNOTFOUND "Source file not found{{(cabinet)}}: [2]. Verify that the file exists and that you can access it."
63}
64
65/* Standard action description strings */
66STRINGTABLE
67{
68    IDS_DESC_ALLOCATEREGISTRYSPACE "Allocating registry space"
69    IDS_DESC_APPSEARCH "Searching for installed applications"
70    IDS_DESC_BINDIMAGE "Binding executables"
71    IDS_DESC_CCPSEARCH "Searching for qualifying products"
72    IDS_DESC_COSTFINALIZE "Computing space requirements"
73    IDS_DESC_COSTINITIALIZE "Computing space requirements"
74    IDS_DESC_CREATEFOLDERS "Creating folders"
75    IDS_DESC_CREATESHORTCUTS "Creating shortcuts"
76    IDS_DESC_DELETESERVICES "Deleting services"
77    IDS_DESC_DUPLICATEFILES "Creating duplicate files"
78    IDS_DESC_FILECOST "Computing space requirements"
79    IDS_DESC_FINDRELATEDPRODUCTS "Searching for related applications"
80    IDS_DESC_INSTALLADMINPACKAGE "Copying network install files"
81    IDS_DESC_INSTALLFILES "Copying new files"
82    IDS_DESC_INSTALLODBC "Installing ODBC components"
83    IDS_DESC_INSTALLSERVICES "Installing new services"
84    IDS_DESC_INSTALLSFPCATALOGFILE "Installing system catalog"
85    IDS_DESC_INSTALLVALIDATE "Validating install"
86    IDS_DESC_LAUNCHCONDITIONS "Evaluating launch conditions"
87    IDS_DESC_MIGRATEFEATURESTATES "Migrating feature states from related applications"
88    IDS_DESC_MOVEFILES "Moving files"
89    IDS_DESC_MSIPUBLISHASSEMBLIES "Publishing assembly information"
90    IDS_DESC_MSIUNPUBLISHASSEMBLIES "Unpublishing assembly information"
91    IDS_DESC_PATCHFILES "Patching files"
92    IDS_DESC_PROCESSCOMPONENTS "Updating component registration"
93    IDS_DESC_PUBLISHCOMPONENTS "Publishing Qualified Components"
94    IDS_DESC_PUBLISHFEATURES "Publishing Product Features"
95    IDS_DESC_PUBLISHPRODUCT "Publishing product information"
96    IDS_DESC_REGISTERCLASSINFO "Registering Class servers"
97    IDS_DESC_REGISTERCOMPLUS "Registering COM+ Applications and Components"
98    IDS_DESC_REGISTEREXTENSIONINFO "Registering extension servers"
99    IDS_DESC_REGISTERFONTS "Registering fonts"
100    IDS_DESC_REGISTERMIMEINFO "Registering MIME info"
101    IDS_DESC_REGISTERPRODUCT "Registering product"
102    IDS_DESC_REGISTERPROGIDINFO "Registering program identifiers"
103    IDS_DESC_REGISTERTYPELIBRARIES "Registering type libraries"
104    IDS_DESC_REGISTERUSER "Registering user"
105    IDS_DESC_REMOVEDUPLICATEFILES "Removing duplicated files"
106    IDS_DESC_REMOVEENVIRONMENTSTRINGS "Updating environment strings"
107    IDS_DESC_REMOVEEXISTINGPRODUCTS "Removing applications"
108    IDS_DESC_REMOVEFILES "Removing files"
109    IDS_DESC_REMOVEFOLDERS "Removing folders"
110    IDS_DESC_REMOVEINIVALUES "Removing INI files entries"
111    IDS_DESC_REMOVEODBC "Removing ODBC components"
112    IDS_DESC_REMOVEREGISTRYVALUES "Removing system registry values"
113    IDS_DESC_REMOVESHORTCUTS "Removing shortcuts"
114    IDS_DESC_RMCCPSEARCH "Searching for qualifying products"
115    IDS_DESC_SELFREGMODULES "Registering modules"
116    IDS_DESC_SELFUNREGMODULES "Unregistering modules"
117    IDS_DESC_SETODBCFOLDERS "Initializing ODBC directories"
118    IDS_DESC_STARTSERVICES "Starting services"
119    IDS_DESC_STOPSERVICES "Stopping services"
120    IDS_DESC_UNPUBLISHCOMPONENTS "Unpublishing Qualified Components"
121    IDS_DESC_UNPUBLISHFEATURES "Unpublishing Product Features"
122    IDS_DESC_UNPUBLISHPRODUCT "Unpublishing product information"
123    IDS_DESC_UNREGISTERCLASSINFO "Unregister Class servers"
124    IDS_DESC_UNREGISTERCOMPLUS "Unregistering COM+ Applications and Components"
125    IDS_DESC_UNREGISTEREXTENSIONINFO "Unregistering extension servers"
126    IDS_DESC_UNREGISTERFONTS "Unregistering fonts"
127    IDS_DESC_UNREGISTERMIMEINFO "Unregistering MIME info"
128    IDS_DESC_UNREGISTERPROGIDINFO "Unregistering program identifiers"
129    IDS_DESC_UNREGISTERTYPELIBRARIES "Unregistering type libraries"
130    IDS_DESC_WRITEENVIRONMENTSTRINGS "Updating environment strings"
131    IDS_DESC_WRITEINIVALUES "Writing INI files values"
132    IDS_DESC_WRITEREGISTRYVALUES "Writing system registry values"
133}
134
135/* Standard action template strings */
136STRINGTABLE
137{
138    IDS_TEMP_ALLOCATEREGISTRYSPACE "Free space: [1]"
139    IDS_TEMP_APPSEARCH "Property: [1], Signature: [2]"
140    IDS_TEMP_BINDIMAGE "File: [1]"
141    IDS_TEMP_CREATEFOLDERS "Folder: [1]"
142    IDS_TEMP_CREATESHORTCUTS "Shortcut: [1]"
143    IDS_TEMP_DELETESERVICES "Service: [1]"
144    IDS_TEMP_DUPLICATEFILES "File: [1],  Directory: [9],  Size: [6]"
145    IDS_TEMP_FINDRELATEDPRODUCTS "Found application: [1]"
146    IDS_TEMP_INSTALLADMINPACKAGE "File: [1], Directory: [9], Size: [6]"
147    IDS_TEMP_INSTALLFILES "File: [1],  Directory: [9],  Size: [6]"
148    IDS_TEMP_INSTALLSERVICES "Service: [2]"
149    IDS_TEMP_INSTALLSFPCATALOGFILE "File: [1],  Dependencies: [2]"
150    IDS_TEMP_MIGRATEFEATURESTATES "Application: [1]"
151    IDS_TEMP_MOVEFILES "File: [1],  Directory: [9],  Size: [6]"
152    IDS_TEMP_MSIPUBLISHASSEMBLIES "Application Context:[1], Assembly Name:[2]"
153    IDS_TEMP_MSIUNPUBLISHASSEMBLIES "Application Context:[1], Assembly Name:[2]"
154    IDS_TEMP_PATCHFILES "File: [1],  Directory: [2],  Size: [3]"
155    IDS_TEMP_PUBLISHCOMPONENTS "Component ID: [1], Qualifier: [2]"
156    IDS_TEMP_PUBLISHFEATURES "Feature: [1]"
157    IDS_TEMP_REGISTERCLASSINFO "Class Id: [1]"
158    IDS_TEMP_REGISTERCOMPLUS "AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}"
159    IDS_TEMP_REGISTEREXTENSIONINFO "Extension: [1]"
160    IDS_TEMP_REGISTERFONTS "Font: [1]"
161    IDS_TEMP_REGISTERMIMEINFO "MIME Content Type: [1], Extension: [2]"
162    IDS_TEMP_REGISTERPROGIDINFO "ProgId: [1]"
163    IDS_TEMP_REGISTERTYPELIBRARIES "LibID: [1]"
164    IDS_TEMP_REMOVEDUPLICATEFILES "File: [1], Directory: [9]"
165    IDS_TEMP_REMOVEENVIRONMENTSTRINGS "Name: [1], Value: [2], Action [3]"
166    IDS_TEMP_REMOVEEXISTINGPRODUCTS "Application: [1], Command line: [2]"
167    IDS_TEMP_REMOVEFILES "File: [1], Directory: [9]"
168    IDS_TEMP_REMOVEFOLDERS "Folder: [1]"
169    IDS_TEMP_REMOVEINIVALUES "File: [1],  Section: [2],  Key: [3], Value: [4]"
170    IDS_TEMP_REMOVEREGISTRYVALUES "Key: [1], Name: [2]"
171    IDS_TEMP_REMOVESHORTCUTS "Shortcut: [1]"
172    IDS_TEMP_SELFREGMODULES "File: [1], Folder: [2]"
173    IDS_TEMP_SELFUNREGMODULES "File: [1], Folder: [2]"
174    IDS_TEMP_STARTSERVICES "Service: [1]"
175    IDS_TEMP_STOPSERVICES "Service: [1]"
176    IDS_TEMP_UNPUBLISHCOMPONENTS "Component ID: [1], Qualifier: [2]"
177    IDS_TEMP_UNPUBLISHFEATURES "Feature: [1]"
178    IDS_TEMP_UNREGISTERCLASSINFO "Class Id: [1]"
179    IDS_TEMP_UNREGISTERCOMPLUS "AppId: [1]{{, AppType: [2]}}"
180    IDS_TEMP_UNREGISTEREXTENSIONINFO "Extension: [1]"
181    IDS_TEMP_UNREGISTERFONTS "Font: [1]"
182    IDS_TEMP_UNREGISTERMIMEINFO "MIME Content Type: [1], Extension: [2]"
183    IDS_TEMP_UNREGISTERPROGIDINFO "ProgId: [1]"
184    IDS_TEMP_UNREGISTERTYPELIBRARIES "LibID: [1]"
185    IDS_TEMP_WRITEENVIRONMENTSTRINGS "Name: [1], Value: [2], Action [3]"
186    IDS_TEMP_WRITEINIVALUES "File: [1],  Section: [2],  Key: [3], Value: [4]"
187    IDS_TEMP_WRITEREGISTRYVALUES "Key: [1], Name: [2], Value: [3]"
188}
189