Project

General

Profile

Download (3.46 KB) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / sitools-install-izpack / install_res / userInputLang.xml_eng @ master

1
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2
<langpack>
3
	<str id="input.title" txt="Sitools properties"/> 
4
	<str id="input.host.title" txt="Host properties:"/>   
5
	<str id="input.host_domain" txt="Host domain:*"/>  
6
	<str id="input.public_host_domain" txt="Public host domain:"/>  
7
	<str id="input.host_port" txt="Host port:*"/>  
8
	<str id="input.email.title" txt="Email properties:"/> 
9
	<str id="input.email_address" txt="Email address:"/>  
10
	<str id="input.smtp_server" txt="SMTP server:"/>  
11
	
12
	<str id="input.title.dbType" txt="Database type"/>  
13
	<str id="input.dbType.description.label" txt="Please, choose the type of user database management"/>
14
	<str id="input.database.type.label" txt="Database type"/>
15
	<str id="input.database.type.external" txt="External (PostgreSQL/MySQL)"/>
16
	<str id="input.database.type.embedded" txt="Embedded (HSQLDB)"/>
17
	<str id="input.title.dbProp" txt="Database properties"/>  
18
	<str id="input.database.driver.label" txt="Driver:"/>  
19
	<str id="input.db_user.label" txt="User:*"/>  
20
	<str id="input.db_pwd.label" txt="Password:*"/>  
21
	<str id="input.db_pwd.label.retype" txt="Retype password:*"/>
22

    
23
	<str id="input.database.description.label" txt="Please, fill the following form for the user database management"/>
24
	<str id="input.postgresql.label" txt="PostGreSQL"/>
25
	<str id="input.mysql.label" txt="MySQL"/>
26
	<str id="input.hsqldb.label" txt="HSQLDB"/>
27
	<str id="input.database.hostname.label" txt="Database Hostname*:"/>
28
	<str id="input.database.port.label" txt="Database Port*:"/>
29
	<str id="input.database.name.label" txt="Database name*:"/>
30
	<str id="input.database.schema.label" txt="Schema name:"/>
31
	<str id="input.smtpPort" txt="SMTP Port:"/>
32
	<str id="input.smtp_id" txt="SMTP login:"/>
33
	<str id="input.smtpTls" txt="SMTP TLS :"/>
34
	<str id="input.smtpTls.true" txt="True"/>
35
	<str id="input.smtpTls.false" txt="False"/>
36
	<str id="input.database.filepath.label" txt="Database file path"/>
37
	
38
	<str id="input.proxy.title" txt="Proxy properties:"/>
39
	<str id="input.proxy_host" txt="Proxy host:"/>
40
	<str id="input.proxy_port" txt="Proxy port:"/>
41
	<str id="input.proxy_user" txt="Proxy user:"/>
42
	<str id="input.proxy_pwd.label" txt="Proxy password:"/>
43
	<str id="input.proxy_pwd_retype.label" txt="Retype password:"/>
44
	<str id="input.non_proxy_hosts" txt="Non proxy hosts:"/>
45
	<str id="input.enable_proxy.true" txt="True"/>
46
	<str id="input.enable_proxy.false" txt="False"/>
47
	<str id="input.enable_proxy" txt="Enable proxy"/>
48
	
49
	<str id="database.user.create.successfully" txt="Database created successfully"/>
50
	
51
	<!-- VALIDATORS -->
52
	<str id="catalog.database.name.validator" txt="hostname is a required field"/>
53
	<str id="input.database.port.validator" txt="Database port must be a number"/>
54
	<str id="input.database.name.validator" txt="Database name is a required field"/>
55
	<str id="catalog.database.password.validator" txt="Both database passwords must match."/>
56
	
57
	<str id="input.host.port.validator" txt="Host port must be a number"/>
58
	<str id="input.host.name.validator" txt="Host domain is a required field"/>
59
	
60
	<str id="input.database.email.validator" txt="Email port must be a number"/>
61
	<str id="input.user.name.validator" txt="User name is a required field"/>
62
	<str id="catalog.email.password.validator" txt="Both email passwords must match."/>
63
	
64
	<str id="input.proxy.port.validator" txt="Proxy port must be a number"/>
65
	<str id="catalog.proxy.password.validator" txt="Both proxy passwords must match."/>
66
	
67
	<str id="input.error_database" txt="Error database"/>
68
	
69
	
70
</langpack>