This commit is contained in:
James Cole
2017-12-19 19:25:50 +01:00
parent e21e339cb0
commit a69aad878e
25 changed files with 114 additions and 33 deletions

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
/*

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
'home' => 'Home',
'edit_currency' => 'Edit currency ":name"',
@@ -29,7 +30,7 @@ return [
'preferences' => 'Preferences',
'profile' => 'Profile',
'changePassword' => 'Change your password',
'change_email' => 'Change your email address',
'change_email' => 'Change your email address',
'bills' => 'Bills',
'newBill' => 'New bill',
'edit_bill' => 'Edit bill ":name"',

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8',
'month' => '%B %Y',

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
'no_demo_text' => 'Sorry, there is no extra demo-explanation text for <abbr title=":route">this page</abbr>.',
'see_help_icon' => 'However, the <i class="fa fa-question-circle"></i>-icon in the top right corner may tell you more.',

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
// new user:
@@ -200,7 +201,7 @@ return [
'app_secret' => 'App secret',
'public_key' => 'Public key',
'country_code' => 'Country code',
'provider_code' => 'Bank or data-provider',
'provider_code' => 'Bank or data-provider',
'due_date' => 'Due date',

View File

@@ -36,6 +36,7 @@ return [
'status_ready_start' => 'Start the import',
'status_ready_share' => 'Please consider downloading your configuration and sharing it at the <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">import configuration center</a></strong>. This will allow other users of Firefly III to import their files more easily.',
'status_job_running' => 'The import is running.. Please wait..',
'status_job_finished' => 'The import has finished!',
'status_running_title' => 'The import is running',
'status_running_placeholder' => 'Please hold for an update...',
'status_finished_title' => 'Import routine finished',

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
// index
'index_intro' => 'Welcome to the index page of Firefly III. Please take the time to walk through this intro to get a feeling of how Firefly III works.',

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
'buttons' => 'Buttons',
'icon' => 'Icon',

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
'previous' => '&laquo; Previous',

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
'password' => 'Passwords must be at least six characters and match the confirmation.',
'user' => 'We can\'t find a user with that e-mail address.',

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
'iban' => 'This is not a valid IBAN.',
'unique_account_number_for_user' => 'It looks like this account number is already in use.',