From 8ef3f18da7d6d8b158fe463f721a6b60e932fb44 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 28 Apr 2018 10:29:31 +0200 Subject: [PATCH] Update language strings for English. --- resources/lang/en_US/auth.php | 1 + resources/lang/en_US/bank.php | 1 + resources/lang/en_US/breadcrumbs.php | 1 + resources/lang/en_US/components.php | 1 + resources/lang/en_US/config.php | 1 + resources/lang/en_US/csv.php | 1 + resources/lang/en_US/demo.php | 1 + resources/lang/en_US/firefly.php | 3 ++- resources/lang/en_US/form.php | 2 ++ resources/lang/en_US/import.php | 5 +++-- resources/lang/en_US/list.php | 5 +++++ resources/lang/en_US/pagination.php | 1 + resources/lang/en_US/passwords.php | 1 + resources/lang/en_US/validation.php | 1 + 14 files changed, 22 insertions(+), 3 deletions(-) diff --git a/resources/lang/en_US/auth.php b/resources/lang/en_US/auth.php index 1f12718e35..ccd226ea90 100644 --- a/resources/lang/en_US/auth.php +++ b/resources/lang/en_US/auth.php @@ -1,5 +1,6 @@ 'Deleted attachment ":name"', 'attachment_updated' => 'Updated attachment ":name"', 'upload_max_file_size' => 'Maximum file size: :size', + 'list_all_attachments' => 'List of all attachments', // transaction index 'title_expenses' => 'Expenses', @@ -1164,7 +1165,7 @@ return [ 'reset_import_settings_title' => 'Reset import configuration', 'reset_import_settings_text' => 'You can use these links to reset your import settings for specific providers. This is useful when bad settings stop you from importing data.', 'reset_settings_bunq' => 'Remove bunq API key, local external IP address and bunq related RSA keys.', - 'reset_settings_spectre' => 'Remove Spectre client ID, service secret and app secret. This will also remove your Spectre keypair. Remember to update the new one.', + 'reset_settings_spectre' => 'Remove Spectre secrets and ID\'s. This will also remove your Spectre keypair. Remember to update the new one.', 'settings_reset_for_bunq' => 'Bunq settings reset.', 'settings_reset_for_spectre' => 'Spectre settings reset.', diff --git a/resources/lang/en_US/form.php b/resources/lang/en_US/form.php index 46bf5d8c85..1b134859b0 100644 --- a/resources/lang/en_US/form.php +++ b/resources/lang/en_US/form.php @@ -202,6 +202,8 @@ return [ 'client_id' => 'Client ID', 'service_secret' => 'Service secret', 'app_secret' => 'App secret', + 'app_id' => 'App ID', + 'secret' => 'Secret', 'public_key' => 'Public key', 'country_code' => 'Country code', 'provider_code' => 'Bank or data-provider', diff --git a/resources/lang/en_US/import.php b/resources/lang/en_US/import.php index 716665edd7..0fdbee1048 100644 --- a/resources/lang/en_US/import.php +++ b/resources/lang/en_US/import.php @@ -172,11 +172,12 @@ return [ // Spectre 'spectre_title' => 'Import using Spectre', 'spectre_prerequisites_title' => 'Prerequisites for an import using Spectre', - 'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the secrets page.', - 'spectre_enter_pub_key' => 'The import will only work when you enter this public key on your security page.', + 'spectre_prerequisites_text' => 'In order to import data using the Spectre API (v4), you must provide Firefly III with two secret values. They can be found on the secrets page.', + 'spectre_enter_pub_key' => 'The import will only work when you enter this public key on your secrets page.', 'spectre_accounts_title' => 'Select accounts to import from', 'spectre_accounts_text' => 'Each account on the left below has been found by Spectre and can be imported into Firefly III. Please select the asset account that should hold any given transactions. If you do not wish to import from any particular account, remove the check from the checkbox.', 'spectre_do_import' => 'Yes, import from this account', + 'spectre_no_supported_accounts' => 'You cannot import from this account due to a currency mismatch.', // keys from "extra" array: 'spectre_extra_key_iban' => 'IBAN', diff --git a/resources/lang/en_US/list.php b/resources/lang/en_US/list.php index 3c8a354b42..05ffa9c72c 100644 --- a/resources/lang/en_US/list.php +++ b/resources/lang/en_US/list.php @@ -112,4 +112,9 @@ return [ 'sepa-ep' => 'SEPA External Purpose', 'sepa-ci' => 'SEPA Creditor Identifier', 'account_at_bunq' => 'Account with bunq', + 'file_name' => 'File name', + 'file_size' => 'File size', + 'file_type' => 'File type', + 'attached_to' => 'Attached to', + 'file_exists' => 'File exists', ]; diff --git a/resources/lang/en_US/pagination.php b/resources/lang/en_US/pagination.php index 08f0120dcf..8bdf7ed01d 100644 --- a/resources/lang/en_US/pagination.php +++ b/resources/lang/en_US/pagination.php @@ -1,5 +1,6 @@