Files
kupshop/admin/lang/english/users.php
2025-08-02 16:30:27 +02:00

129 lines
4.6 KiB
PHP

<?php
$txt_str['users'] = [
'titleAdd' => 'New user',
'titleEdit' => 'Edit user',
'flapUser' => 'User',
'flapDelivery' => 'Delivery address',
'flapInvoice' => 'Invoice address',
'flapSettings' => 'Settings',
'flapFactorages' => 'Provize',
'flapStats' => 'Stats',
'flapGroups' => 'Groups',
'flapFeeds' => 'B2B XML Feedy',
'confirmDelete' => 'Do you really want to delete this user?',
'sectionInvoiceData' => 'Invoice address',
'id' => 'User ID',
'figure' => 'Active',
'gender' => 'Gender',
'genderM' => 'Male',
'genderF' => 'Female',
'name' => 'First name',
'surname' => 'Surname',
'firm' => 'Company',
'street' => 'Address line 1',
'custom_address' => 'Address line 2',
'city' => 'City',
'zip' => 'ZIP',
'state' => 'State / region',
'country' => 'Country',
'invoice_country' => 'Country (invoice)',
'delivery_country' => 'Country (delivery)',
'email' => 'E-mail',
'phone' => 'Phone',
'mobile' => 'Cell phone',
'fax' => 'Fax',
'ico' => 'Reg. No',
'dic' => 'VAT No',
'copy_email' => 'Email for invoicing',
'accountNumber' => 'Account No',
'accountSymbol' => 'Specifický symbol',
'dateReg' => 'Registration date',
'dateLogged' => 'Last login date',
'dateUpdated' => 'Last change date',
'sectionDeliveryData' => 'Delivery address',
'submitCopyInvoiceData' => 'Copy invoice address',
'sectionSettings' => 'Settings',
'login' => 'Login',
'password' => 'Password',
'newPassword' => 'New password',
'noPassword' => 'No password entered',
'okPassword' => 'Password is set. To change it, enter a new password.',
'sendPasswordLink' => 'E-mail link to create a new password',
'sendPasswordLinkTooltip' => 'Do you really want to send an email to %s with a link to change their password?',
'getNews' => 'Newsletter',
'preferredTransport' => 'Preferred delivery method',
'unspecified' => 'Unspecified',
'priceLevel' => 'Price level',
'priceLevelStandard' => 'standardní ceny',
'priceLevelNote' => 'Cenová hladina změní ceny nabízeného zboží podle slevy dané cenové hladiny.',
'priceList' => 'Price list',
'noPriceList' => 'Do not use price list',
'priceListNote' => 'The price list will change the prices of the offered goods according to the prices set in the selected price list.',
'sectionStats' => 'User stats',
'statReg' => 'Registered',
'statCountOrders' => 'Total orders',
'statCountOrdersPrice' => 'Total order price',
'statCountOrdersPriceYear' => "This year's orders",
'lastYearOrdersPrice' => "Last year's orders",
'countWatchdogProducts' => 'Watchdog products',
'showWatchdogProducts' => 'Show all watched products',
'allOrdersPrice' => 'All orders',
'statCountOrdersPriceAVG' => 'Avg. order price',
'statCountOrdersGraph' => 'Graph: orders in last 12 mths',
'statCountFavourites' => 'Favorite products',
'statDays' => 'days',
'userSales' => 'Sales list',
'statCountSales' => 'Total sales',
'statCountSalesPriceYear' => 'This year\'s sales',
'lastYearSalesPrice' => 'Last year\'s sales',
'allSalesPrice' => 'All sales',
'erased' => 'Deleted',
'currency' => 'Currency',
'language' => 'Language',
'note' => 'Note',
'null' => 'Undefined',
'legitimateInterest' => 'Only legitimate interest',
'date_subscribe' => 'Subscribed',
'date_unsubscribe' => 'Unsubscribed',
'searchActive' => 'User status',
'active' => 'Active',
'inactive' => 'Inactive',
'errorNotAllValid' => 'Please enter first name, surname and login',
'activityEdited' => 'Edited user: %s',
'activityAdded' => 'Added user: %s',
'activityDeleted' => 'Deleted user: %s',
// List - side menu
'registeredUsers' => 'Users',
'userList' => 'Show users',
'addUser' => 'Add new user',
'help' => 'Help',
'userImport' => 'User import',
'massUnsubscribe' => 'Newsletter mass unsubscribe',
'search' => 'Search',
'searchOnlyThis' => 'Search by this field only',
'searchId' => 'User ID',
'searchEmail' => 'E-mail',
'searchPhone' => 'Phone',
'searchName' => 'Name / Company',
'searchLetter' => 'First letter',
'searchICO' => 'Reg. / VAT no.',
'searchUserGroup' => 'User group',
'searchPricelevel' => 'Cenová hladina',
'find' => 'Search',
'address' => 'Address',
'userOrders' => 'Past orders',
'impersonate' => 'Impersonate user',
'impersonate_hint' => 'Opens e-shop in a new browser tab and logs you in under this user account',
'lastOrder' => 'Last order',
'bonus_program' => 'Bonus points',
'birthdate' => 'Birthdate',
];