Files
kupshop/admin/lang/english/suppliers.php
2025-08-02 16:30:27 +02:00

50 lines
1.3 KiB
PHP

<?php
$txt_str['suppliers'] = [
'module' => 'Suppliers',
'toolbar_list' => 'Suppliers list',
'toolbar_add' => 'Add supplier',
'toolbar_help' => 'Help',
'buttonAdd' => 'Suppliers',
'titleTab' => 'Supplier',
'tabIco' => 'IČO',
'tabDic' => 'DIČ',
'tabphone' => 'Phone',
'tabLink' => 'Order URL',
'tabName' => 'Name',
'tabAddress' => 'Address',
'tabEmail' => 'E-mail',
'titleAdd' => 'New supplier',
'titleEdit' => 'Edit supplier',
'activityAdded' => 'Supplier added: %s',
'activityEdited' => 'Supplier edited: %s',
'errorNotAllValid' => 'Fill at least name',
'erased' => 'Deleted',
'import_settings' => 'Import settings',
'addressPlaceholder' => 'Name
Street
City
ZIP
Country code (not required - default is CZ)',
'balikobot' => 'Balíkobot',
'packagesList' => 'List of packages',
'printLabel' => 'Print labels',
'packageNumber' => 'Package number',
'date' => 'Date',
'incompleteAddress' => 'The address is incomplete. The address must be entered in the following format',
'note' => 'Note',
'name' => 'Name',
'ico' => 'ICO',
'address' => 'Address',
'email' => 'E-mail',
// List - side menu,
'search' => 'Search',
// List
'phone' => 'Phone number',
'dic' => 'DIC',
];