HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/farmfun/reserveren.farmfun.be/resources/lang/en/kms/transfer.php
<?php

return [
    'transfer' => 'Transfer',
    'import' => 'Import',
    'import_products' => 'Import products',
    'export' => 'Export',
    'export_products' => 'Export products',
    'import_data' => 'Import data',
    'export_data' => 'Export data',
    'choose_file' => 'Choose a file',
    'import_documents' => 'Import documents (images, pdf etc)',
    'import_documents_description' => 'The names of the documents must match the stock keeping units of the products in order to be able to establish the relationship with products. Do you have multiple documents? Then put a low dash followed by a number.',
    'transfersubtitle' => 'Import and export',
    'not_imported_no_file' => 'Nothing was imported because no file was uploaded',
    'import_error_duplicate_unique' => 'The import has stopped. The product with stock keeping unit: stock_keeping_unit was found more than once in the database. This is not allowed and must be repaired manually.',
    'import_successfull' => 'Import has succeeded!',
    'imported' => 'imported',
    'updated' => 'updated',
    'updated_sign' => '~',
    'imported_sign' => '+',
    'processing' => 'Processing data. One moment please',
    'memory_exhaustion_import' => 'Stopped importing because the file to import is too big or there were too many errors. Split your import file into multiple files and try again.',
    'memory_exhaustion_files' => 'Stopped importing because too much memory is used (Pictures have too high resolution or too many files). Press import documents again to import the next series.',

    //Product import validation errors
    'validation_error' => [
        'active' => 'The active field must be 1 or 0',
        'price' => 'The prize must be a number. Presented in euros',
        'quantitydiscount' => 'The Quantity/Discount must be either a number followed by a / followed by another number.',
        'alpha_numeric_punctuation' => 'The field: field must consist the letters from the alphabet, numbers and/or these characters: - _ \\ / \" \' ! @ # $ % ^ & * ( ) [ ] - +',
        'any_but_max' => 'The field :field can contain 255 characters maximum',
        'stock_keeping_unit' => 'The EAN code field must consist the letters of the alphabet, numbers and / or these characters: - _ .',
        'internal_number' => 'The internal number can only consist of an entire number',
        'vpe' => 'VPE can contain a maximum of 255 characters',
        'column_count_mismatch' => 'Document does not contain enough columns. Make sure the document has the following columns in the same order: :headers',
        'error_on_line' => 'Row :row_number skipped because of this error',
    ],
    'import_row_ok' => ':sign Row :row_number with stock keeping unit ":sku" is successfully :imported_or_updated',
    'general_extra_error_amount' => 'And another :amount rows skipped because of an error.',
    'general_extra_success_amount' => 'And another :amount rows successfully updated or imported.',

    'folderImport' => [
        'document_import_success' => 'Successfully imported the file ": filename"',
        'document_import_skipped' => 'The file ": filename" was skipped because it was already added',
        'document_import_error' => 'Could not import the file ": filename". It could not be determined where the file belongs',
        'document_extra_success_amount' => 'And another :amount files successfully imported',
        'document_extra_error_amount' => 'And another :amount files not imported successfully',
    ],
];