diff --git a/resources/lang/en_US/components.php b/resources/lang/en_US/components.php
index dfb7450b36..fae0f0f10b 100644
--- a/resources/lang/en_US/components.php
+++ b/resources/lang/en_US/components.php
@@ -21,5 +21,10 @@
declare(strict_types=1);
return [
+ // profile
'personal_access_tokens' => 'Personal access tokens',
+
+ // bills:
+ 'not_expected_period' => 'Not expected this period',
+ 'not_or_not_yet' => 'Not (yet)',
];
\ No newline at end of file
diff --git a/resources/lang/en_US/config.php b/resources/lang/en_US/config.php
index 3d6cca0315..04779cce70 100644
--- a/resources/lang/en_US/config.php
+++ b/resources/lang/en_US/config.php
@@ -21,13 +21,20 @@
declare(strict_types=1);
return [
- 'html_language' => 'en',
- 'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8',
- 'month' => '%B %Y',
- 'month_and_day' => '%B %e, %Y',
- 'date_time' => '%B %e, %Y, @ %T',
- 'specific_day' => '%e %B %Y',
- 'week_in_year' => 'Week %W, %Y',
- 'year' => '%Y',
- 'half_year' => '%B %Y',
+ 'html_language' => 'en',
+ 'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8',
+ 'month' => '%B %Y',
+ 'month_and_day' => '%B %e, %Y',
+ 'date_time' => '%B %e, %Y, @ %T',
+ 'specific_day' => '%e %B %Y',
+ 'week_in_year' => 'Week %W, %Y',
+ 'year' => '%Y',
+ 'half_year' => '%B %Y',
+ 'month_js' => 'MMMM YYYY',
+ 'month_and_day_js' => 'MMMM Do, YYYY',
+ 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
+ 'specific_day_js' => 'D MMMM YYYY',
+ 'week_in_year_js' => 'Week w, YYYY',
+ 'year_js' => 'YYYY',
+ 'half_year_js' => 'Q YYYY',
];
diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php
index 96c8b4e5d7..afc17cb92b 100644
--- a/resources/lang/en_US/firefly.php
+++ b/resources/lang/en_US/firefly.php
@@ -170,6 +170,12 @@ return [
'want_to_login' => 'I want to login',
'button_register' => 'Register',
+ // API access
+ 'authorization_request' => 'Firefly III v:version Authorization Request',
+ 'authorization_request_intro' => ':client is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'scopes_will_be_able' => 'This application will be able to:',
+ 'button_authorize' => 'Authorize',
+
// check for updates:
'update_check_title' => 'Check for updates',
'admin_update_check_title' => 'Automatically check for update',
@@ -634,8 +640,6 @@ return [
'rescanned_bill' => 'Rescanned everything.',
'average_bill_amount_year' => 'Average bill amount (:year)',
'average_bill_amount_overall' => 'Average bill amount (overall)',
- 'not_or_not_yet' => 'Not (yet)',
- 'not_expected_period' => 'Not expected this period',
'bill_is_active' => 'Bill is active',
'bill_expected_between' => 'Expected between :start and :end',
'bill_will_automatch' => 'Bill will automatically linked to matching transactions',