* Reworked padding rendering (now handled natively by View) * Fixed how ConsoleController renders dirty views * Explicitly added padding to the LayoutMeta dimensions computation * Added support for updating passwords in SessionContext * Completed account display system * Added many more resources * Simplified internationalization * Added clientside representations for accounts and transations * MOAR COMMENTS! * Optimized account serialization * Corrected issue where copying a user simply copied references to the user accounts; not actually copying accounts (which caused jank) * Fixed timestamp for TimeStampWriter * Probably some other minor things
67 lines
3.3 KiB
XML
67 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Strings label="English">
|
|
<Entry name="NC_head">Server configuration</Entry>
|
|
<Entry name="NC_sec">The selected server's identity could not be verified. This implies that it is not an official server. Continue?</Entry>
|
|
<Entry name="NC_stall">Connecting to server...</Entry>
|
|
<Entry name="NC_next">Continue</Entry>
|
|
<Entry name="NC_cancel">Cancel</Entry>
|
|
<Entry name="NC_ip">Server IP:</Entry>
|
|
<Entry name="NC_port">Port:</Entry>
|
|
<Entry name="NC_iperr">The supplied IP-address is not valid</Entry>
|
|
<Entry name="NC_porterr">The supplied port is not valid</Entry>
|
|
<Entry name="NC_connerr">Could not connect to server</Entry>
|
|
<Entry name="NC_identity">Verifying server identity...</Entry>
|
|
<Entry name="NC_verified">Server identity verified!</Entry>
|
|
<Entry name="NC_verror">Remote server identity could not be verified!</Entry>
|
|
|
|
<Entry name="SU_welcome">Welcome to the Tofvesson banking system!
|
|
To continue, press [ENTER]
|
|
To go back, press [ESCAPE]</Entry>
|
|
<Entry name="SU_reg">Register Account</Entry>
|
|
<Entry name="SU_regstall">Registering...</Entry>
|
|
<Entry name="SU_dup">An account with this username already exists!</Entry>
|
|
<Entry name="SU_mismatch">The entered passwords don't match! </Entry>
|
|
<Entry name="SU_weak">The password you have supplied has been deemed to be weak. Are you sure you want to continue?</Entry>
|
|
<Entry name="SU_login">Log in</Entry>
|
|
<Entry name="SU_authstall">Authenticating...</Entry>
|
|
<Entry name="SU_usrerr">The given username or password was incorrect</Entry>
|
|
<Entry name="SU_usr">Username:</Entry>
|
|
<Entry name="SU_pwd">Password:</Entry>
|
|
<Entry name="SU_pwdrep">Repeat password:</Entry>
|
|
<Entry name="SU_reg_label">Register</Entry>
|
|
<Entry name="SU_login_label">Login</Entry>
|
|
|
|
<Entry name="SE_bal">Balance: $1</Entry>
|
|
<Entry name="SE_hist">Transaction history</Entry>
|
|
<Entry name="SE_tx">Transfer funds</Entry>
|
|
<Entry name="SE_who">Send to</Entry>
|
|
<Entry name="SE_where">Account</Entry>
|
|
<Entry name="SE_view">View accounts</Entry>
|
|
<Entry name="SE_amount">Amount to transfer</Entry>
|
|
<Entry name="SE_msg">Include a message</Entry>
|
|
<Entry name="SE_pwdu">Update password</Entry>
|
|
<Entry name="SE_exit">Log out</Entry>
|
|
<Entry name="SE_open">Open an account</Entry>
|
|
<Entry name="SE_close">Close an account</Entry>
|
|
<Entry name="SE_accounts">Show accounts</Entry>
|
|
<Entry name="SE_info">Name: $0
|
|
Balance: $1</Entry>
|
|
<Entry name="SE_autolo">You were automatically logged out due to inactivity</Entry>
|
|
<Entry name="SE_lo">Logged out</Entry>
|
|
<Entry name="SE_updatestall">Updating password...</Entry>
|
|
<Entry name="SE_account_name">Account name:</Entry>
|
|
<Entry name="SE_account_create">Create a new account</Entry>
|
|
<Entry name="SE_account_stall">Creating account...</Entry>
|
|
<Entry name="SE_account_exists">Account "$0" already exists!</Entry>
|
|
<Entry name="SE_account_success">Account successfully created!</Entry>
|
|
<Entry name="SE_exit_prompt">Are you sure you would like log out and exit?</Entry>
|
|
|
|
<Entry name="GENERIC_fetch">Fetching data...</Entry>
|
|
<Entry name="GENERIC_dismiss">Close</Entry>
|
|
<Entry name="GENERIC_accept">Ok</Entry>
|
|
<Entry name="GENERIC_positive">Yes</Entry>
|
|
<Entry name="GENERIC_negative">No</Entry>
|
|
<Entry name="GENERIC_error">An unknown error occurred!</Entry>
|
|
|
|
<Entry name="ERR_empty">One of more required field was empty!</Entry>
|
|
</Strings> |