####################################################
### V6 Resource File                             ###
### This file is designed to be delivered to the ###
### translator. 			    				 ###
####################################################
1=Python files
2=Python DOE Routine is not provided
3=Error storing technique options
4=Error loading technique options from file
5=Error getting saved technique options
6=Python Routine:
7=Browse...
8=Select Python DOE Routine
9=Only *.py files are supported. File '{0}' does not have *.py extension
10=Error
11=Error setting Python DOE Routine
12=Could not set user-defined technique options in technique options panel
13=Error configuring File property for Python DOE Routine
14="{0}" is an in-built option, you may not use this name for custom defined options.\nNote: Technique option names are case-insensitive.
15=Following technique option names were duplicates: {0}\nNote: Technique option names are case-insensitive.
16=Unsupported data types specified for following technique options:\n{0}
17=There were errors during processing of technique option definitions:\n{0}
18=Error while getting technique option definitions from python DOE routine
19=Python DOE technique supports ONLY Integer and Real type factors. Factor '{0}' is of type '{1}'.
20=Technique Option limit violated for option '{0}': {1}


####################################################
###   Meta Model I18N string                       #
####################################################
desc=Python DOE
dispname=Python DOE
longdesc=Uses the DOE algorithm implemented in user-supplied Python script. <ul><li><b>Advantages:</b></li>Users can implement their own DOE algorithm to suit their needs.<br><li><b>Disadvantages:</b></li>Requires that a supported version of Python and other pre-requisites be installed.</ul><p><b>Pre-requisites:</b> Following pre-requisites must be installed on the machines hosting Isight, SEE Station, and SEE Server as applicable.<br><ul><li>Python version 3.7 or later, and it must be in path</li><li>Py4j module version 0.10.9 or later</li><li>Sometimes a python executable is not named "python". In such a case, edit isight.properties, station.properties, and/or acs.properties files, as applicable, in $Isight_install/config directory; and set the value of property "fiper.algorithms.python.python_executable" to the name of python executable.</li></ul>
prop.dispname.lower=Lower
prop.dispname.upper=Upper

#prop.dispname.maxtime=Maximum Script Execution Time (Seconds)


21="{0}" is an integer-typed factor, and Python routine must provide an integer value for it. If it provides a real value, Isight will round it to an integer value.


