Akaunting/resources/lang/en-GB/import.php

19 lines
1.2 KiB
PHP

<?php
return [
'import' => 'Import',
'title' => 'Import :type',
'limitations' => 'Allowed file types: :extensions<br>Allowed max rows: :row_limit',
'sample_file' => 'You can <a target="_blank" href=":download_link"><strong>download</strong></a> the sample file and fill it with your data.',
'sample_file_and_document' => 'You can <a target="_blank" href=":download_link" class="text-blue-500 underline font-bold">download</a> the sample file and review the <a target="_blank" href=":document_link"class="text-blue-500 underline font-bold">documents</a> for detailed information',
'drop_file' => '<span style="color: #006EA6;">Upload a file</span> or drag and drop',
'file_type_and_limitations' => ':extensions up to :row_limit rows',
'bank_feeds' => 'Import transactions securely to automate bookkeeping by connecting bank accounts',
'receipts' => 'Save time recording expenses, scanning receipts, and eliminate manual work',
'ofx' => 'Import your bank transactions into Akaunting today.',
'mt940' => 'This app allows you to import your bank transactions into Akaunting through the MT940 file provided by the bank.',
];