first commit
This commit is contained in:
65
admin/lang/english/pohoda.php
Normal file
65
admin/lang/english/pohoda.php
Normal file
@@ -0,0 +1,65 @@
|
||||
<?php
|
||||
|
||||
$txt_str['pohoda'] = [
|
||||
'navigation' => 'Pohoda',
|
||||
'save' => 'Save',
|
||||
'settingsFor' => 'Settings for',
|
||||
'activeSynchronization' => 'Synchronization active',
|
||||
'server' => 'Server',
|
||||
'mServerAddress' => 'mServer address',
|
||||
'quickOperations' => 'for quick operations',
|
||||
'mServerAddressTooltip' => 'Uploading orders, actions from eshop administration, downloading invoices by user...',
|
||||
'verifyAvailability' => 'Verify server availability',
|
||||
'mServerAddressLongOperations' => 'mServer address for long operations',
|
||||
'mServerAddressLongOperationsTooltip' => 'Products export, reverse orders synchronization, synchronization of invoices...',
|
||||
'administratorName' => 'Administrator name',
|
||||
'password' => 'Password',
|
||||
'vatNo' => 'VAT ID',
|
||||
'verifyData' => 'Verify data',
|
||||
'synchronizationDisconnect' => 'Turn off synchronization',
|
||||
'from' => 'From',
|
||||
'to' => 'To',
|
||||
'invoiceNumbers' => 'Invoice numbers',
|
||||
'invoiceNumber' => 'Invoice number',
|
||||
'idPrintAssembly' => 'ID of print assembly',
|
||||
'note' => 'Note',
|
||||
'statusFor' => 'Status for',
|
||||
'sychronizationOff' => 'Synchronization is turned off.',
|
||||
'lastSuccessCommunication' => 'Last successful communication',
|
||||
'sychronizationStoped' => 'Synchronization is not running',
|
||||
'importExport' => 'Import and export',
|
||||
'lastSynchronizationTime' => 'Last synchronization time',
|
||||
'status' => 'Status',
|
||||
'statusOkTooltip' => 'Everything is OK',
|
||||
'statusWarningTooltip' => 'Not synchronized for more than 1 hour.',
|
||||
'statusErrorTooltip' => 'Not synchronized for more than 5 hours',
|
||||
'productsImport' => 'Import products',
|
||||
'productsImportBtn' => 'Import products',
|
||||
'internetOnly' => 'Internet only',
|
||||
'internetOnlyTooltip' => 'When checked, only products that have the “Internet” checkmark in Pohoda will be synchronized.',
|
||||
'productsExport' => 'Products export',
|
||||
'productsExportBtn' => 'Export products',
|
||||
'ordersImport' => 'Orders import',
|
||||
'ordersImportBtn' => 'Import orders',
|
||||
'ordersExport' => 'Orders export',
|
||||
'ordersExportBtn' => 'Export orders',
|
||||
'usersImport' => 'Users import',
|
||||
'usersImportBtn' => 'Import users',
|
||||
'usersExport' => 'Users export',
|
||||
'usersExportBtn' => 'Export users',
|
||||
'sectionsImport' => 'Sections import',
|
||||
'sectionsImportBtn' => 'Synchronize sections',
|
||||
'prodejkaImport' => 'Sales import',
|
||||
'prodejkaImportBtn' => 'Import sales',
|
||||
'issuesOutExport' => 'Issue slips export',
|
||||
'issuesOutExportBtn' => 'Export issue slips',
|
||||
'correcetiveInvoiceImport' => 'Corrective tax documents import',
|
||||
'correcetiveInvoiceImportBtn' => 'Import corrective tax documents',
|
||||
'generateInvoicesExport' => 'Generate invoices based on orders',
|
||||
'generateInvoicesExportBtn' => 'Export invoices',
|
||||
'invoicesImport' => 'Issued invoices import',
|
||||
'invoicesImportBtn' => 'Import issued invoices',
|
||||
'generateHistoryInvoices' => 'Generated historical invoices',
|
||||
'generateHistoryInvoicesTooltip' => 'mServer can only access invoices from a given accounting period. If this feature is enabled, when downloading a pdf invoice, it will search the folder by the year the invoice was created. For example, for invoice XXXX from 2015, it will search for the existence of the folder invoice/2015/XXXX.pdf. Invoices from previous years need to be manually generated in the Pohoda application.',
|
||||
'dontUsePohodaInvoices' => 'Do not use Pohoda invoices',
|
||||
];
|
||||
Reference in New Issue
Block a user