Project

General

Profile

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

git_sitools_idoc / flarecast / workspace / sitools-test-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.dbProp" txt="Database properties"/>  
13
	<str id="input.database.driver.label" txt="Driver:"/>  
14
	<str id="input.db_user.label" txt="User:*"/>  
15
	<str id="input.db_pwd.label" txt="Password:*"/>  
16
	<str id="input.db_pwd.label.retype" txt="Retype password:*"/>
17

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