diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index be816a7d26..d30005be04 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -257,6 +257,7 @@ return [ 'csv_column_account-id' => 'Asset account ID (matching Firefly)', 'csv_column_account-name' => 'Asset account (name)', 'csv_column_amount' => 'Amount', + 'csv_column_amount-comma-separated' => 'Amount (comma as decimal separator)', 'csv_column_bill-id' => 'Bill ID (matching Firefly)', 'csv_column_bill-name' => 'Bill name', 'csv_column_budget-id' => 'Budget ID (matching Firefly)', @@ -280,6 +281,7 @@ return [ 'csv_column_tags-comma' => 'Tags (comma separated)', 'csv_column_tags-space' => 'Tags (space separated)', 'csv_specifix_RabobankDescription' => 'Select this when you\'re importing Rabobank CSV export files.', + 'csv_specifix_AbnAmroDescription' => 'Select this when you\'re importing ABN AMRO CSV export files.', 'csv_specifix_Dummy' => 'Checking this has no effect whatsoever.', 'csv_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.', 'csv_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.', diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 3493ef0643..a2fc14f54e 100755 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -257,6 +257,7 @@ return [ 'csv_column_account-id' => 'Betaalrekening (ID gelijk aan Firefly)', 'csv_column_account-name' => 'Betaalrekeningnaam', 'csv_column_amount' => 'Bedrag', + 'csv_column_amount-comma-separated' => 'Bedrag (komma as decimaalscheidingsteken)', 'csv_column_bill-id' => 'Contract (ID gelijk aan Firefly)', 'csv_column_bill-name' => 'Contractnaam', 'csv_column_budget-id' => 'Budget (ID gelijk aan Firefly)', @@ -280,6 +281,7 @@ return [ 'csv_column_tags-comma' => 'Tags (kommagescheiden)', 'csv_column_tags-space' => 'Tags (spatiegescheiden)', 'csv_specifix_RabobankDescription' => 'Vink dit aan als je Rabobank bestanden importeert.', + 'csv_specifix_AbnAmroDescription' => 'Vink dit aan als je ABN AMRO CSV bestanden importeert.', 'csv_specifix_Dummy' => 'Dit vinkje doet niks (dummy).', 'csv_import_account_help' => 'Als jouw CSV bestand geen referenties bevat naar jouw rekening(en), geef dan hier aan om welke rekening het gaat.', 'csv_delimiter_help' => 'Kies het veldscheidingsteken dat in het invoerbestand is gebruikt. Bij twijfel is de komma de veiligste optie.',