Statistics
| Revision:

svn-gvsig-desktop / tags / v1_1_Build_914 / install / IzPack / bin / langpacks / installer / eng.xml @ 11873

History | View | Annotate | Download (10.5 KB)

1
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
2

    
3
<!-- The English langpack -->
4

    
5
<langpack>
6

    
7
    <!-- General installer strings -->
8
    <str id="installer.title" txt="IzPack - Installation of "/>
9
    <str id="installer.next" txt="Next"/>
10
    <str id="installer.prev" txt="Previous"/>
11
    <str id="installer.quit" txt="Quit"/>
12
    <str id="installer.madewith" txt="(Made with IzPack - http://www.izforge.com/)"/>
13
    <str id="installer.quit.title" txt="Are you sure you want to quit?"/>
14
    <str id="installer.quit.message" txt="This will cancel the installation!"/>
15
    <str id="installer.warning" txt="Warning!"/>
16
    <str id="installer.yes" txt="Yes"/>
17
    <str id="installer.no" txt="No"/>
18
    <str id="installer.cancel" txt="Cancel"/> 
19
    <str id="installer.error" txt="Error"/>
20
    
21
    <!-- Uninstaller specific strings -->
22
    <str id="uninstaller.warning" txt="This will remove the installed application(s)!"/>
23
    <str id="uninstaller.destroytarget" txt=" Force the deletion of "/>
24
    <str id="uninstaller.uninstall" txt="Uninstall"/>
25
    
26
    <!-- The strings for the 'official' IzPack plugins -->
27
    <str id="HelloPanel.welcome1" txt="Welcome to the installation of "/>
28
    <str id="HelloPanel.welcome2" txt="!"/>
29
    <str id="HelloPanel.authors" txt="This software is developed by: "/>
30
    <str id="HelloPanel.url" txt="The homepage is at: "/>
31
    
32
    <str id="LicencePanel.info" txt="Please read the following license agreement carefully:"/>
33
    <str id="LicencePanel.agree" txt="I accept the terms of this license agreement."/>
34
    <str id="LicencePanel.notagree" txt="I do not accept the terms of this license agreement."/>
35
    <str id="LicencePanel.yes" txt="Yes"/>
36
    <str id="LicencePanel.no" txt="No"/>
37
    
38
    <str id="InfoPanel.info" txt="Please read the following information: "/>
39
    
40
    <str id="PathInputPanel.required" txt="The chosen directory should exist."/>
41
    <str id="PathInputPanel.notValid" txt="The chosen directory does not contain the required product."/>
42

    
43
    <str id="TargetPanel.info" txt="Select the installation path: "/>
44
    <str id="TargetPanel.browse" txt="Browse..."/>
45
    <str id="TargetPanel.warn" 
46
         txt="<html>The directory already exists! Are you sure you want to install here and possibly overwrite existing files?<br><br>Warning: Using a folder that contains a previous version of gvSIG may cause the application to fail.</html>"/>
47
    <str id="TargetPanel.empty_target"
48
         txt="You have not specified a target location! Is this correct?"/>
49
        <str id="TargetPanel.createdir" txt="The target directory will be created: " />
50
    <str id="TargetPanel.nodir" 
51
         txt="This file is not a directory! Please choose a directory!"/>
52
    <str id="TargetPanel.notwritable" 
53
         txt="This directory can not be written! Please choose another directory!"/>
54

    
55
    <str id="JDKPathPanel.intro" txt="The installed application needs a JDK. A java runtime environment (JRE) will be not sufficient."/>
56
    <str id="JDKPathPanel.info" txt="Select the JDK path:"/>
57
    <str id="JDKPathPanel.badVersion1" txt="The chosen JDK has the wrong version (available: "/>
58
    <str id="JDKPathPanel.badVersion2" txt=" required: "/>
59
    <str id="JDKPathPanel.badVersion3" txt=") should this JDK be used anyway?"/>
60

    
61
    <str id="PacksPanel.info" txt="Select the packs you want to install:"/>
62
    <str id="PacksPanel.tip" txt="Note: greyed out packs are required."/>
63
    <str id="PacksPanel.space" txt="Total space Required: "/>
64
    <str id="PacksPanel.freespace" txt="Available space: "/>
65
    <str id="PacksPanel.description" txt="Description"/>
66
    <str id="PacksPanel.dependencyList" txt="The selected package requires the following packs to be installed"/>
67
    <str id="ImgPacksPanel.dependencyList" txt="Dependencies"/>
68
        <str id="PacksPanel.notEnoughSpace" txt="Disk space required for the installation exceeds available disk space."/>
69
    <str id="PacksPanel.notAscertainable" txt="not ascertainable"/>
70
    
71
    <str id="InstallPanel.info" txt="Click 'Install!' to begin the installation process"/>
72
    <str id="InstallPanel.install" txt="Install!"/>
73
    <str id="InstallPanel.tip" txt="Pack installation progress:"/>
74
    <str id="InstallPanel.begin" txt="[Nothing]"/>
75
    <str id="InstallPanel.finished" txt="[Finished]"/>
76
    <str id="InstallPanel.progress" txt="Overall installation progress:"/>
77
    <str id="InstallPanel.overwrite.title" txt="File already exists"/>
78
    <str id="InstallPanel.overwrite.question" txt="The following file already exists. Should it be overwritten?"/>
79
    
80
    <str id="FinishPanel.success" txt="Installation has completed successfully."/>
81
    <str id="FinishPanel.done" txt="Done"/>
82
    <str id="FinishPanel.fail" txt="Installation has failed!"/>
83
    <str id="FinishPanel.uninst.info" txt="An uninstaller program has been created in: "/>
84
    <str id="FinishPanel.auto" txt="Generate an automatic installation script"/>
85
    <str id="FinishPanel.auto.tip" 
86
         txt="Use this script to repeat this installation on other computers."/>
87
    
88
    <str id="ImgPacksPanel.packs" txt="The following packs are available:"/>
89
    <str id="ImgPacksPanel.snap" txt="Package snapshot:"/>
90
    <str id="ImgPacksPanel.checkbox" txt=" Install this pack"/>
91
    
92
    <str id="ShortcutPanel.regular.list" txt="Select a Program Group for the Shortcuts:"/>
93
    <str id="ShortcutPanel.regular.default" txt="Reset"/>
94
    <str id="ShortcutPanel.regular.desktop" txt="Create shortcut on the desktop"/>
95
    <str id="ShortcutPanel.regular.create" txt="Create Shortcuts"/>
96
    <str id="ShortcutPanel.regular.userIntro" txt="create shortcut for:"/>
97
    <str id="ShortcutPanel.regular.currentUser" txt="current user"/>
98
    <str id="ShortcutPanel.regular.allUsers" txt="all users"/>
99

    
100
    <str id="ShortcutPanel.alternate.apology" txt="We are sorry but IzPack does not support the creation of shortcuts on this operating system. To create the shortcuts, please refer to your operating system manual."/>
101
    <str id="ShortcutPanel.alternate.targetsLabel" txt="The following is a list of targets that the manufacturer of this software product wanted you to have access to."/>
102
    <str id="ShortcutPanel.alternate.textFileExplanation" txt="You can save detailed information about the application targets in a text file for later reference."/>
103
    <str id="ShortcutPanel.alternate.saveButton" txt="Save Text File"/>
104
    
105
    <str id="ShortcutPanel.textFile.header" txt="Shortcut Information\n====================\n\nThe following is a listing of all relevant information about the intended\nshortcuts. This information should make it possible to create shortcuts manually.\n"/>
106
    
107
    <str id="ShortcutPanel.textFile.name"         txt="Shortcut          : "/>
108
    <str id="ShortcutPanel.textFile.location"     txt="Intended Location : "/>
109
    <str id="ShortcutPanel.textFile.description"  txt="Description       : "/>
110
    <str id="ShortcutPanel.textFile.target"       txt="Shortcut Target   : "/>
111
    <str id="ShortcutPanel.textFile.command"      txt="Command Line      : "/>
112
    <str id="ShortcutPanel.textFile.iconName"     txt="Icon File         : "/>
113
    <str id="ShortcutPanel.textFile.iconIndex"    txt="Icon Index        : "/>
114
    <str id="ShortcutPanel.textFile.work"         txt="Working Directory : "/>
115

    
116
    <str id="ShortcutPanel.location.desktop"      txt="Desktop"/>
117
    <str id="ShortcutPanel.location.applications" txt="Applications Menu"/>
118
    <str id="ShortcutPanel.location.startMenu"    txt="Start Menu"/>
119
    <str id="ShortcutPanel.location.startup"      txt="Startup Group"/>
120
    
121
    <str id="UserInputPanel.error.caption"        txt="Input Problem"/>
122
    <str id="UserInputPanel.search.autodetect"    txt="Autodetect"/>
123

    
124
    <!-- more descriptive error message would be cool, like specifying what file we looked for -->
125
    <str id="UserInputPanel.search.autodetect.failed.message"    txt="Autodetection failed."/>
126
    <str id="UserInputPanel.search.autodetect.failed.caption"    txt="Autodetection failed."/>
127
    <str id="UserInputPanel.search.autodetect.tooltip"           txt="Check for the file or directory in the paths given above."/>
128
    <str id="UserInputPanel.search.location"           txt="Enter location of {0}."/>
129
    <str id="UserInputPanel.search.location.checkedfile" txt="The existence of {0} is checked."/>
130
    <str id="UserInputPanel.search.browse"           txt="Browse..."/>
131
    <str id="UserInputPanel.search.wrongselection.message"   txt="The file or directory you choose either does not exist or is not appropiate. You must have gvSIG installed in the selected directory."/>
132
    <str id="UserInputPanel.search.wrongselection.caption"   txt="Invalid selection."/>
133

    
134
    <str id="CompilePanel.heading" txt="Compilation" />
135
    <str id="CompilePanel.tip" txt="Job compilation progress:" />
136
    <str id="CompilePanel.browse" txt="Browse..." />
137
    <str id="CompilePanel.browse.approve" txt="Use as compiler" />
138
    <str id="CompilePanel.start" txt="Start" />
139
    <str id="CompilePanel.progress.initial" txt="[Press Start button]" />
140
    <str id="CompilePanel.progress.finished" txt="[Finished]" />
141
    <str id="CompilePanel.progress.overall" txt="Overall compilation progress:" />
142
    <str id="CompilePanel.error" txt="Compilation failed" />
143
    <str id="CompilePanel.error.reconfigure" txt="Reconfigure" />
144
    <str id="CompilePanel.error.ignore" txt="Ignore" />
145
    <str id="CompilePanel.error.abort" txt="Abort" />
146
    <str id="CompilePanel.error.seebelow" txt="See below for the failed command and its output." />
147
    <str id="CompilePanel.error.nofiles" txt="Error while scanning for files for compilation." />
148
    <str id="CompilePanel.error.compilernotfound" txt="The compiler could not be run." />
149
    <str id="CompilePanel.error.invalidarguments" txt="Invalid arguments provided to the compiler." />
150
    <str id="CompilePanel.error.noclassfile" txt="The compiler did not produce a class file for the source file " />
151
    <str id="CompilePanel.choose_compiler" txt="Compiler to use:" />
152
    <str id="CompilePanel.additional_arguments" txt="Additional compiler arguments:" />
153

    
154
    <str id="ProcessPanel.heading" txt="Processing" />
155

    
156
    <!-- Strings for the summary of panels --- START -->
157
    <str id="SummaryPanel.info" txt="Ready to install. Important data are listed below. Press &quot;Next&quot; to start installation, "/>
158
    <str id="TargetPanel.summaryCaption" txt="Installation path"/>
159
    <str id="JDKPathPanel.summaryCaption" txt="JDK path"/>
160
    <str id="PacksPanel.summaryCaption" txt="Chosen installation packs"/>
161
    <str id="ImgPacksPanel.summaryCaption" txt="Chosen installation packs"/>
162
    <!-- Strings for the summary of panels --- END -->
163

    
164
    <!-- Add your own panels specific strings here if you need -->
165

    
166
</langpack>