This repository was archived by the owner on Jan 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathstrings.xml
More file actions
56 lines (47 loc) · 3.12 KB
/
strings.xml
File metadata and controls
56 lines (47 loc) · 3.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">FalseSecureMobile</string>
<string name="loginscreen_username">Username</string>
<string name="loginscreen_password">Password</string>
<string name="loginscreen_login_button">Login</string>
<string name="summaryscreen_accounts_button">Accounts</string>
<string name="summaryscreen_transfer_button">Transfer</string>
<string name="summaryscreen_statement_button">Statement</string>
<string name="statementscreen_clear_button">Clear</string>
<string name="transferscreen_fromtext">From</string>
<string name="transferscreen_totext">To</string>
<string name="transferscreen_amount_text">Amount</string>
<string name="transferscreen_transfer_button">Transfer</string>
<string name="transferscreen_enteramount_hint">Enter amount</string>
<string name="transferscreen_success">Transfer completed</string>
<string name="accountsscreen_text_summary">Account 1\n\n\tChecking Account\n\tBalance:
$53.00\n\nAccount 2\n\n\tSavings Account\n\tBalance: $2876.28\n
</string>
<string name="setupunlockactivity_configureprompt">Please configure a local password</string>
<string name="setupunlockactivity_password">Password</string>
<string name="setupunlockactivity_repeat_password">Confirm</string>
<string name="setupunlockactivity_donebutton">Done</string>
<string name="setservercredentialsactivity_configureprompt">Please enter your bank credentials</string>
<string name="setservercredentialsactivity_username">Username</string>
<string name="setservercredentialsactivity_password">Password</string>
<string name="setservercredentialsactivity_donebutton">Done</string>
<!-- Error messages -->
<string name="toast_loginfailed">Login failed</string>
<string name="error_toast_rest_problem">Couldn\'t communicate with server</string>
<string name="error_toast_http_error">HTTP error: </string>
<string name="error_toast_json_problem">Couldn\'t interpret server response</string>
<string name="error_transfer_same_account">Can\'t transfer to same account</string>
<string name="error_transfer_invalid_amount">Invalid amount</string>
<string name="error_passwords_not_matching">Passwords don\'t match</string>
<string name="error_weak_password">Weak password. Needs to contain an uppercase letter, a lowercase letter, a special character and be at least 6 characters long.</string>
<string name="error_toast_hasherror">The password checking and setting mechanism has failed. Please see your application vendor, as this is unrecoverable.</string>
<string name="error_ssl_algorithm">The SSL mechanism has failed due to an unsupported algorithm. Please see your application vendor, as this is unrecoverable.</string>
<string name="error_ssl_keymanagement">The SSL mechanism has failed due to a key management problem. Please see your application vendor, as this is unrecoverable.</string>
<string name="error_ssl_general">SSL Communication error</string>
<string name="error_invalid_statment">Can\'t display selected statement</string>
<string name="initialsetup_success">Application is now successfully set up</string>
<!--
<string name="
"></string>
-->
</resources>