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

151 lines
5.2 KiB
PHP

<?php
$txt_str['admins'] = [
'titleAdd' => 'New Administrator',
'titleEdit' => 'Editing an Administrator',
'titlePassw' => 'Password change',
'flapAdmin' => 'Administrator',
'flapEshop' => 'Permissions: E-shop',
'flapArticles' => 'Permissions: Articles',
'flapOthers' => 'Authorization: Others',
'flapTranslations' => 'Oprávnění: Překlady',
'titleAdmin' => 'Administrator',
'login' => 'Username',
'name' => 'Name',
'email' => 'Email',
'datereg' => 'Date reg.',
'active' => 'Active',
'passwd' => 'Password',
'passwd_old' => 'Current password',
'passwd_new' => 'New password',
'passwd_control' => 'New pass. (again)',
'passwdnote' => 'Password will show on screen',
'validity' => 'Validity to',
'choice_add' => 'Add',
'choice_edit' => 'Edit',
'choice_erase' => 'Delete',
'choice_confirm' => 'Confirm',
'choice_refresh' => 'Restore',
'choice_send' => 'Send email',
'passw' => 'Password change',
'signature' => 'Signature',
'flapChangePassw' => 'Password change',
'infoPanelPassw' => 'Nastavujete heslo pro administrátorský účet <strong>%s</strong>. Doporučujeme Vám zvolit heslo složené z písmen a číslic nebo znaků.',
'passwForAdmin' => 'Admin %s',
'errorBadPassw' => 'Wrong current password',
'errorPasswNotEqual' => "Passwords don't match",
'errorNotAllValidPassw' => 'You must enter the original password, a new password and a confirmation of the new password.',
'errorNotAllValidAdmin' => 'Some fields are invalid. Enter name and admin password.',
'errorMoreSameAdmins' => 'Another admin already uses this username.',
'errorCantDeleteActive' => 'You can\'t delete your own admin account.',
'confirmDelete' => 'Do you really want to delete this admin?',
'activityEdited' => 'Edited admin: %s',
'activityAdded' => 'Added admin: %s',
'activityDeleted' => 'Deleted admin: %s',
'activityPasswEdited' => 'Password changed for admin: %s',
'warningVisible' => 'Warning: password will be visible',
'generate' => 'Generate',
'generateMail' => 'Generate and email new password',
'generateSend' => 'Generate a new password and send it via email',
'generateHash' => 'Print barcode for login',
'AllRights' => 'All rights',
'GrantAllRights' => 'Grand all rights',
'Read' => 'Read',
'ChoiceStock' => 'Pieces in stock',
'ChoiceComment' => 'Comments',
'Edit' => 'Edit',
'Goods' => 'Goods',
'Parameters' => 'Parameters',
'Section' => 'Section',
'Manufacturers' => 'Manufacturers',
'Orders' => 'Orders',
'DeliveryMethod' => 'Delivery method',
'Set' => 'Set',
'RegisteredUsers' => 'Users',
'choice_impersonate' => 'Impersonate a user',
'Discounts' => 'Discounts',
'DPH' => 'VAT',
'Use' => 'Use',
'PriceLevels' => 'Price levels',
'OrderPayments' => 'Order payments',
'Currency' => 'Currency',
'Country' => 'Země',
'Language' => 'Jazyky',
'Manage' => 'Manage',
'Rating' => 'Rating',
'Sliders' => 'Sliders',
'Sellers' => 'Sellers',
'Restrictions' => 'Omezení prodeje',
'Reclamations' => 'Reclamations',
'Returns' => 'Returns',
'TemplateCategories' => 'Product sets',
'Watchdog' => 'Watchdog',
'SerialNumbers' => 'Serial numbers',
'Sales' => 'Sales',
'Articles' => 'Articles',
'Approve' => 'Approve',
'Comments' => 'Comments',
'AuthorsOfArticles' => 'Authors of articles',
'SectionOfArticles' => 'Section of articles:',
'Admins' => 'Administrators',
'EshopSettings' => 'E-shop settings',
'Emails' => 'Email messages',
'ActivityLog' => 'Activity Log',
'Photos' => 'Photos',
'FileBrowser' => 'File browser',
'Backup' => 'Database backup',
'Pages' => 'Pages',
'Menulinks' => 'Links in the menu',
'Counters' => 'Counters',
'Stats' => 'Stats',
'View' => 'View',
'Stock' => 'Stock',
'Stocking' => 'Stocking',
'StockingDelete' => 'Mazání naskladnění',
'MissingSupplies' => 'Missing supplies',
'StockTaking' => 'Stock-taking',
'PerformInventory' => 'Perform inventory',
'PBX' => 'PBX',
'News' => 'News',
'ManageNews' => 'Manage news',
'Feeds' => 'Feeds',
'choice_feeds_configurator_edit' => 'Edit in configurator',
'Fulltext' => 'Fulltext search',
'Pricelists' => 'Pricelists',
'Stores' => 'Stores',
'MainStat' => 'Stats at title screen',
'Show' => 'Show',
'PriceBuy' => 'Buy prices',
'LlmPrompts' => 'AI prompts',
'clientSection' => 'Customer section',
'languageTranslation' => 'Překlad jazyka',
'AdminsMenu' => 'Administrators',
'AddAdministrator' => 'Add administrator',
'MenuHelp' => 'Help',
'HasNotRights' => 'Not enough rights',
'GeneratedCodes' => 'Generated codes',
'impersonate' => 'Sign in as administrator',
'impersonateHint' => 'You will be logged in to the administration under this account',
'impersonateLogMessage' => 'Logged in under account "%s"',
'automation_configurator' => 'Conf. autopilot',
'DynamicRelatedProducts' => 'Dynamic related products',
'Recommenders' => 'Recommenders',
'flapOrdersRestriction' => 'Restrictions on displaying orders',
'enableOrdersRestriction' => 'Enable order display limitation',
];