Internationalise several forms for #1090

This commit is contained in:
James Cole
2018-01-02 17:25:59 +01:00
parent 4ec123a19a
commit fa676f60fb
8 changed files with 93 additions and 39 deletions

View File

@@ -141,6 +141,16 @@ return [
'invalid_server_configuration' => 'Invalid server configuration',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">instructions how to do this</a>.',
'quickswitch' => 'Quickswitch',
'sign_in_to_start' => 'Sign in to start your session',
'sign_in' => 'Sign in',
'register_new_account' => 'Register a new account',
'forgot_my_password' => 'I forgot my password',
'problems_with_input' => 'There were some problems with your input.',
'reset_password' => 'Reset your password',
'button_reset_password' => 'Reset password',
'reset_button' => 'Reset',
'want_to_login' => 'I want to login',
'button_register' => 'Register',
// check for updates:
'update_check_title' => 'Check for updates',
@@ -613,6 +623,7 @@ return [
'bill_will_automatch' => 'Bill will automatically linked to matching transactions',
'skips_over' => 'skips over',
// accounts:
'details_for_asset' => 'Details for asset account ":name"',
'details_for_expense' => 'Details for expense account ":name"',