53 lines
1.5 KiB
PHP
53 lines
1.5 KiB
PHP
<?php
|
|
|
|
$txt_str['vats'] = [
|
|
'titleAdd' => 'New VAT',
|
|
'titleEdit' => 'Edit VAT',
|
|
'flapVat' => 'Setting VAT',
|
|
'confirmDelete' => 'Are you sure you want to delete this VAT?',
|
|
|
|
'sectionVat' => 'VAT Information',
|
|
'description' => 'Description',
|
|
'tax' => 'Tax',
|
|
'tax_oss' => 'OSS Tax',
|
|
'priority' => 'Priority',
|
|
'priorityMain' => 'Main',
|
|
'priorityOther' => 'Others in offer',
|
|
'errorNotAllValid' => 'Enter at least the description and the size of the tax',
|
|
|
|
'activityEdited' => 'Adjusted VAT: %s',
|
|
'activityAdded' => 'Added VAT: %s',
|
|
'activityDeleted' => 'Deleted VAT: %s',
|
|
|
|
'VATChange' => 'When changing VAT, keep prices with VAT',
|
|
'RecalculatesPrices' => 'Yes (recalculates prices excluding VAT)',
|
|
'No' => 'No',
|
|
|
|
'setting' => 'VAT settings',
|
|
'listVAT' => 'VAT list',
|
|
'addVAT' => 'Add VAT',
|
|
|
|
'listCN' => 'List of CN categories',
|
|
'generateNonEU' => 'Create relations for countries outside the EU',
|
|
'automanaged' => 'Automatically managed',
|
|
'yes' => 'Yes',
|
|
'no' => 'No',
|
|
|
|
'country' => 'Country',
|
|
'selectCountry' => 'Select country',
|
|
|
|
'delete' => 'Delete',
|
|
'searchBtn' => 'Search',
|
|
'updateVATRates' => 'Load VAT rates',
|
|
'updateVATRatesDescription' => 'Load VAT rates using the European Commision\'s web service',
|
|
'refreshVATsCNs' => 'Refresh relations to CN categories',
|
|
|
|
'level' => 'Level',
|
|
'level_high' => 'Standard',
|
|
'level_low' => 'Reduced',
|
|
'level_low2' => 'Reduced 2',
|
|
'level_none' => 'Exempt',
|
|
|
|
'byProducts' => 'podle produktů',
|
|
];
|