관리-도구
편집 파일: lang.address_book.php
<?php $define = [ 'NAVBAR_TITLE_1' => 'My Account', 'NAVBAR_TITLE_2' => 'Address Book', 'HEADING_TITLE' => 'My Personal Address Book', 'PRIMARY_ADDRESS_DESCRIPTION' => 'This address is used as the pre-selected shipping and billing address for orders placed on this store.<br><br>This address is also used as the base for product and service tax calculations.', 'ADDRESS_BOOK_TITLE' => 'Address Book Entries', 'PRIMARY_ADDRESS' => '(primary address)', 'TEXT_MAXIMUM_ENTRIES' => '<span class="coming"><strong>NOTE:</strong></span> A maximum of %s address book entries allowed.', ]; return $define;