74 lines
3.7 KiB
PHP
74 lines
3.7 KiB
PHP
<?php
|
|
|
|
$txt_str['deliveryDelivery'] = [
|
|
'activityEdited' => 'Delivery edited',
|
|
'toolbar_list' => 'Shipments list',
|
|
'toolbar_add' => 'Add shipment',
|
|
|
|
'titleEdit' => 'Edit shipment',
|
|
'titleAdd' => 'Add shipment',
|
|
|
|
'name' => 'Name',
|
|
'name_admin' => 'Name in administration',
|
|
'flapDelivery' => 'Transport',
|
|
'flapDeliveryDescription' => 'Delivery description',
|
|
'flapDeliveryOthers' => 'More settins',
|
|
'deliveryPricelist' => 'Ceník dopravy',
|
|
'noDeliveryPricelist' => 'nepoužívat ceník dopravy',
|
|
|
|
'deliveries' => 'Shipping carrier',
|
|
'deliveryNote' => 'By selecting a shipping carrier you\'ll be able to access some extra features such as order tracking information.',
|
|
'invalid_extra_services_time_zone' => 'Afternoon delivery is not available for the zip code.',
|
|
'dontCountinFrom' => 'Free from',
|
|
'dontCountinFromHelp' => 'Shipping is free when total order price is more than this value.',
|
|
'maxOrderPrice' => 'Maximum shipment value',
|
|
'maxOrderPriceHelp' => 'Maximum shipment value used, for example, for insurance calculation',
|
|
|
|
'time' => 'Delivery date',
|
|
'timeNote' => 'If all items in customer\'s order are in store, this value will be used to estimate order\'s delivery date. Weekends and bank holidays are taken in account.',
|
|
'time_days' => 'Days of transport',
|
|
'time_days_help' => 'How many days does the carrier take to transport the package. For example, delivery to the next day = 1 day',
|
|
'time_hours' => 'Package ship-off time',
|
|
'time_hours_help' => 'The latest time a customer needs to place an order if they want the package to be sent on the same day. If they place their order after this time, estimated delivery date will be prolonged by one day.',
|
|
|
|
'countries' => 'Restrict validity to selected countries only',
|
|
'users_groups' => 'Restrict validity to selected user groups',
|
|
|
|
'description' => 'Shipment description for e-mail',
|
|
'descriptionHelp' => 'Delivery description that can be inserted into customer notification e-mails with placeholder {POPIS_DOPRAVY}. You can use it to add Track&Trace links, delivery-service specific info etc.',
|
|
|
|
'cart_description' => 'Shipment dopravy in cart',
|
|
'cart_descriptionHelp' => 'Text, který se bude zobrazovat v košíku jako doplňující info k dopravě. Zobrazí se pod výběrem dopravy.',
|
|
'monday' => 'Monday',
|
|
'tuesday' => 'Tuesday',
|
|
'wednesday' => 'Wednesday',
|
|
'thursday' => 'Thursday',
|
|
'friday' => 'Friday',
|
|
'saturday' => 'Saturday',
|
|
'sunday' => 'Sunday',
|
|
'opening_time' => 'Opening time',
|
|
'closing_time' => 'Closing time',
|
|
'openingHours' => 'Opening hours',
|
|
'openingHoursNote' => '',
|
|
|
|
'deliveryDelivery' => 'Transport',
|
|
'search' => 'Search',
|
|
'AddDeliveryMethod' => 'Add transport',
|
|
'deliveryName' => 'Select name',
|
|
'deliveryType' => 'Select transport',
|
|
'deliverySearch' => 'Search by title',
|
|
'deliverySearchCart' => 'Search in the cart',
|
|
'deliveryCountry' => 'Restrictions by state',
|
|
|
|
'widgetHiddenPoints' => 'Hidden pickup point types in the widget',
|
|
'widgetHiddenPointsTooltip' => 'The selected types will not be displayed on the map for selecting a pickup point.',
|
|
'widgetOptions' => 'Packeta widget settings',
|
|
'widgetOptionsTooltip' => 'To insert the code, use the configurator (link located below the text field). After entering the API key, you will generate a code from which you extract JSON from the packetaOptions parameter, which you then insert into the text field.',
|
|
'widgetOptionsLinkText' => 'Link to the configurator',
|
|
'widgetOptionsLinkLabel' => 'here',
|
|
|
|
'user' => 'Registered',
|
|
'anonymous' => 'Unregistered',
|
|
'b2b' => 'Wholesale',
|
|
];
|