49 lines
1.9 KiB
PHP
49 lines
1.9 KiB
PHP
<?php
|
|
|
|
$txt_str['board'] = [
|
|
'adminTitle' => 'Shop administration',
|
|
'revenue' => "Today's revenue",
|
|
'todayOrders' => "Today's orders",
|
|
'openOrders' => 'Open orders',
|
|
'productsStats' => 'Products',
|
|
'events' => 'Events',
|
|
'critical' => 'critical',
|
|
'recommendations' => 'recommendations',
|
|
'sync' => 'sync',
|
|
'items' => 'Products',
|
|
'products' => 'Products',
|
|
'sections' => 'Sections',
|
|
'producers' => 'Producers',
|
|
'orders' => 'Orders',
|
|
'newOrder' => 'New order',
|
|
'users' => 'Users',
|
|
'content' => 'Content',
|
|
'banners' => 'Banners',
|
|
'articles' => 'Articles',
|
|
'pages' => 'Pages',
|
|
'emailClient' => 'E-mail client',
|
|
'emailAdmin' => 'E-mail admin',
|
|
'bugreport' => 'Client section',
|
|
'help' => 'Documentation',
|
|
'downloadAddon' => 'Download browser addon',
|
|
'news' => 'News from WPJ',
|
|
'more' => 'More',
|
|
'showAllLogs' => 'Show all logs',
|
|
'customerCare' => 'Customer care',
|
|
'lastChanges' => 'Last changes',
|
|
'manager' => 'customer care manager',
|
|
'support' => 'customer support',
|
|
'supportNonstop' => 'Nonstop supervision',
|
|
'supportNonstopText' => 'for really urgent situations only',
|
|
'supportNonstopTooltip' => 'Please note that the line is set up for really urgent situations, such as a broken e-shop or an error that makes it impossible to complete an order.',
|
|
'nlHistory' => 'Past newsletters',
|
|
'nlSignup' => 'Sign up',
|
|
'helpSite' => 'Help site',
|
|
'roadmap' => 'Roadmap',
|
|
'clientSection' => 'Client section',
|
|
'loadMore' => 'Load more',
|
|
'noEvents' => 'No new events',
|
|
'adminRedesignTitle' => 'The wpjshop administration is undergoing a redesign.',
|
|
'adminRedesignText' => 'Therefore, you can already see some parts in the new design. We are doing our best to make the transition smooth and you will soon be able to enjoy the new, clearer interface. Thank you for your patience.',
|
|
];
|