관리-도구
편집 파일: lang.index.php
<?php $define = [ 'TEXT_GREETING_GUEST' => 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?', 'TEXT_GREETING_GUEST_SHOWCASE' => 'Welcome, please enjoy our online showcase.', 'TEXT_GREETING_PERSONAL' => 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?', 'TEXT_INFORMATION' => 'Define your main Index page copy here.', 'TEXT_NO_PRODUCTS' => 'There are no products to list in this category.', 'TEXT_NO_PRODUCTS2' => 'There is no product available from this manufacturer.', 'TEXT_NUMBER_OF_PRODUCTS' => 'Number of Products: ', 'TEXT_SHOW' => 'Filter Results by:', 'TEXT_BUY' => 'Buy 1 \'', 'TEXT_NOW' => '\' now', 'HEADING_TITLE_PRODUCTS' => 'Available Products', 'HEADING_TITLE' => 'Congratulations! You have successfully installed your Zen Cart® E-Commerce Solution.', 'HEADING_TITLE_NESTED' => 'Congratulations! You have successfully installed your Zen Cart® E-Commerce Solution.', ]; return $define;