1;
2; Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3; Copyright (C) DIGITEO - 2010 - Allan CORNET
4;
5; Copyright (C) 2012 - 2016 - Scilab Enterprises
6;
7; This file is hereby licensed under the terms of the GNU GPL v2.0,
8; pursuant to article 5.3.4 of the CeCILL v.2.1.
9; This file was originally licensed under the terms of the CeCILL v2.1,
10; and continues to be available under such terms.
11; For more information, see the COPYING file which you should have received
12; along with this program.
13;
14;-------------------------------------------------------------------------------
15; Inno Setup Script (5.3 and more) for Scilab (UNICODE version required)
16;
17;-------------------------------------------------------------------------------
18
19en_US.LANGUAGE =en_US
20
21en_US.MsgBoxJRENotFound =Java Runtime Environment not detected.
22en_US.MsgBoxJREURL =Please download & Install JRE at http://www.java.com/en/download/
23en_US.MsgBoxJREReinstall =Reinstall Scilab after your JRE update.
24en_US.MsgBoxSSERequired =CPU SSE2 instructions are required for Scilab to run correctly.
25en_US.MsgBoxX64Ready =For increase performance, it will be better to use Scilab x64 bits version on this Operating system.
26
27en_US.MsgBoxJavaDetection1 =Java is not installed on this computer and this program needs it.
28en_US.MsgBoxJavaDetection2 =Please choose to install Java Runtime:
29en_US.MsgBoxWebOpen =Can not open web page.
30en_US.MsgBoxDevToolsRequired1 =You choose to install toolbox_skeleton module but development_tools module is not selected.
31en_US.MsgBoxDevToolsRequired2 =Please install development_tools module.
32en_US.MsgBoxDevToolsRequired3 =You choose to install tests module but development_tools module is not selected.
33en_US.MsgBoxTclsciRequired2 =Please install tclsci module.
34en_US.MsgBoxWinVer =Windows 2000 is required.
35en_US.MsgBoxScicosRequired1 =You choose to install Xcos module but Scicos module is not selected.
36en_US.MsgBoxScicosRequired2 =Please also install Scicos module.
37
38;
39en_US.ButtonAboutModules =&About modules ...
40;
41en_US.DescriptionGraphics =Graphics Module
42en_US.DescriptionTclTK =TCL/TK in Scilab
43en_US.DescriptionJVM =Java Runtime
44en_US.DescriptionAtlas =Atlas library 3.8.0 CPU optimized
45en_US.DescriptionFftwModule =FFTW interface for Scilab
46en_US.DescriptionMKLFftwLibrary =FFTW library optimized by Intel Math Kernel Library (subject to Intel EULA)
47en_US.DescriptionRefFftwLibrary =Reference FFTW library
48en_US.DescriptionDevTools =Development Tools
49en_US.DescriptionTests =Tests for Scilab
50en_US.DescriptionTlbxSkeleton =A toolbox skeleton (to extend Scilab)
51en_US.DescriptionSciNotes =Scinotes: Text editor for Scilab
52en_US.DescriptionXcos =Xcos
53en_US.DescriptionParallel =Parallel Computing with Scilab
54en_US.DescriptionModulesManager =Tools for management of extern modules
55en_US.DescriptionModuleJVM =Graphic User Interface
56en_US.DescriptionMPI =MPI ( based on Microsoft HPC Pack 2012 R2 )
57;
58en_US.NWNIIconName = Console
59en_US.NWIconName = Advanced Console
60en_US.GUIIconName = Desktop
61;
62en_US.WebIconScilab =Scilab on the Web
63;
64en_US.ReadMeIcon =Read Me
65;
66en_US.UnInstallIcon =Uninstall Scilab
67;
68en_US.RegKeyRunWith =Run with
69;
70en_US.DescriptionVC2008Redist =Install Microsoft Visual C++ 2008 Redistributable Package
71;
72en_US.DescriptionConfigureAtlas =Configure Atlas
73;
74en_US.DescriptionLaunchScilab =Launch Scilab
75;
76en_US.DescriptionCreateDesktopIcon =Create a &desktop icon
77;
78en_US.DescriptionQuickLaunch =Create a shortcut in Quick Launch Bar
79;
80en_US.DescriptionAssociateSceSci =Associate *.sce,*.sci files with Scilab
81;
82en_US.DescriptionAssociateTstDem =Associate *.tst files with Scilab
83;
84en_US.DescriptionAssociateBinSav =Associate *.bin, *.sav files with Scilab
85;
86en_US.DescriptionAssociateGraph =Associate *.graph *.graphb files with Scilab
87;
88en_US.DescriptionAssociateScicos =Associate *.xcos *.cos *.cosf *.zcos files with Scilab
89;
90en_US.DescriptionAssociateSOD =Associate *.sod files with Scilab
91;
92en_US.DescriptionDefaultInstall =Installation (Default)
93en_US.DescriptionFullInstall =Full installation
94en_US.DescriptionCustomInstall =Custom installation
95en_US.DescriptionCLIInstall =Command Line Installation (no gui)
96;
97en_US.DescriptionCPUOptimization =CPU Optimization for Scilab
98en_US.DescriptionATLASLibrary =Atlas Library for Scilab
99en_US.DescriptionRefBlasLibrary =Blas, Lapack Reference libraries for Scilab
100en_US.DescriptionMKLLibrary =Intel Math Kernel Library (subject to Intel EULA)
101;
102en_US.DoTasksJustAfterInstallMsg2 =BLAS, LAPACK reference libraries will be installed and used.
103en_US.DoTasksJustAfterInstallMsg3 =FFTW3 reference library will be installed and used.
104;-------------------------------------------------------------------------------
105;
106