111 lines
3.6 KiB
PHP
111 lines
3.6 KiB
PHP
<?php
|
|
|
|
$txt_str['stockIn'] = [
|
|
'stockIn' => 'Stock In',
|
|
'invoiceList' => 'Invoices list',
|
|
'addRecord' => 'New record',
|
|
'futureInvoices' => 'Future invoices',
|
|
'addFutureInvoice' => 'New future invoice',
|
|
'help' => 'Help',
|
|
|
|
'search' => 'Search',
|
|
'searchRecord' => 'Search record',
|
|
'invoiceType' => 'Invoice type',
|
|
'type_invoice' => 'invoice',
|
|
'type_future' => 'future',
|
|
'type_closure' => 'closure',
|
|
|
|
'filter_code' => 'Number/code',
|
|
'filter_supplier' => 'Supplier',
|
|
'filter_priceFrom' => 'Price from',
|
|
'filter_priceTo' => 'Price to',
|
|
'filter_dateIssued' => 'issued',
|
|
'filter_dateExpiration' => 'expiration',
|
|
'filter_dateCreated' => 'created',
|
|
'filter_dateFrom' => 'Date from',
|
|
'filter_dateTo' => 'Date to',
|
|
|
|
'clearBtn' => 'Clear',
|
|
'searchBtn' => 'Search',
|
|
'finalizeYearBtn' => 'Finalize',
|
|
|
|
'closure' => 'Closure',
|
|
'closureList' => 'Closures list',
|
|
'finalizeYear' => 'Finalize year',
|
|
'year' => 'Year',
|
|
'finalizeYearType_stock' => 'from store',
|
|
'finalizeYearType_inventory' => 'from inventory',
|
|
|
|
'ico' => 'IČ',
|
|
'dic' => 'DIČ',
|
|
'payment' => 'Payment',
|
|
'closed' => 'Closed',
|
|
'listPaid' => 'Paid',
|
|
'foreignPrice' => 'Foreign price',
|
|
'listItemPrice' => 'Item price',
|
|
'listItemPriceWithVat' => 'Item price with VAT',
|
|
'stockInCheck' => 'Check',
|
|
'massStockIn' => 'Mass',
|
|
|
|
'cod' => 'Cash on delivery',
|
|
'bankTransfer' => 'Bank transfer',
|
|
'autoCreatedFromIncomplete' => 'Automatically created as residue from incomplete stocking',
|
|
'supplier' => 'Supplier',
|
|
'paymentType' => 'Payment type',
|
|
'invoiceNumber' => 'Invoice number',
|
|
'priceType' => 'Price type',
|
|
'priceType_withVat' => 'with VAT',
|
|
'priceType_withoutVat' => 'without VAT',
|
|
'priceType_bothVat' => 'both',
|
|
'priceType_foreignCurrency' => 'foreign currency',
|
|
'currencyRate' => 'Currency rate',
|
|
'foreignCurrency' => 'Foreign currency',
|
|
'dateStockIn' => 'Stock In date',
|
|
'dateIssued' => 'Issued date',
|
|
'dateExpiration' => 'Expiration date',
|
|
'paid' => 'Paid',
|
|
'note' => 'Note',
|
|
'store' => 'Store',
|
|
'totalPrice' => 'Total price',
|
|
'totalPriceWithoutVat' => 'Total price without VAT',
|
|
'totalPriceWithVat' => 'Total price with VAT',
|
|
'deliveryPrice' => 'Delivery price',
|
|
'discount' => 'Discount',
|
|
'totalQuantity' => 'Total pieces',
|
|
'itemsCount' => 'Items',
|
|
|
|
'addItem' => 'Add item',
|
|
'printLabels' => 'Print labels',
|
|
'importFrom' => 'Import from',
|
|
'product' => 'Product',
|
|
'pieces' => 'Pieces',
|
|
'supplierCode' => 'Supplier code',
|
|
'tax' => 'Tax',
|
|
'piecePrice' => 'Piece price',
|
|
'webPrice' => 'Web price',
|
|
'itemPrice' => 'Item price',
|
|
'header_productName' => 'Product name',
|
|
'header_pieces' => 'Pieces',
|
|
'header_store' => 'Store',
|
|
'priceWithoutVat' => 'Price without VAT',
|
|
'header_priceWithVat' => 'Price with VAT',
|
|
'header_price' => 'Price',
|
|
'header_margin' => 'Margin',
|
|
'code' => 'Code',
|
|
|
|
'title' => 'Record of stock in',
|
|
'titleFuture' => 'Record of future stock in',
|
|
'titleAdd' => 'New invoice received',
|
|
'titleAddFuture' => 'New future invoice',
|
|
'titleEdit' => 'Edit received invoice',
|
|
'titleEditFuture' => 'Edit future invoice',
|
|
'import' => 'Import',
|
|
'unknown' => 'Unknown',
|
|
'activityDeleted' => 'Deleted stock in record: %s',
|
|
// 'activityAdded' => 'přidán autor článků: %s',
|
|
// 'activityEdited' => 'upraven autor článků: %s',
|
|
|
|
// 'note_1' => 'Opravdu chcete smazat tohoto autora článků?',
|
|
// 'note_2' => 'Autor článků byl odstraněn z databáze',
|
|
];
|