mirror of
https://github.com/moparisthebest/SSLDroid
synced 2024-11-15 13:35:04 -05:00
a447f4419f
Signed-off-by: Balint Kovacs <blint@blint.hu>
14 lines
619 B
XML
14 lines
619 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="hello">Hello World, SSLDroidGui!</string>
|
|
<string name="app_name">SSLDroid</string>
|
|
<string name="service_control">Service Control</string>
|
|
<string name="local_port">Local port to listen on</string>
|
|
<string name="remote_host">Remote host to connect to</string>
|
|
<string name="remote_port">Remote port to connect to</string>
|
|
<string name="cert_file">PKCS12 file to use for auth</string>
|
|
<string name="empty"></string>
|
|
<string name="apply">Apply</string>
|
|
<string name="pkcspass">PKCS12 password</string>
|
|
</resources>
|