관리-도구
편집 파일: lang.account_notifications.php
<?php $define = [ 'NAVBAR_TITLE_1' => 'My Account', 'NAVBAR_TITLE_2' => 'Product Notifications', 'HEADING_TITLE' => 'Product Notifications', 'MY_NOTIFICATIONS_DESCRIPTION' => 'The product notification list allows you to stay up to date on products you find of interest.<br><br>To be up to date on all product changes, select <strong>Global Product Notifications</strong>.', 'GLOBAL_NOTIFICATIONS_TITLE' => 'Global Product Notifications', 'GLOBAL_NOTIFICATIONS_DESCRIPTION' => 'Receive notifications on all available products.', 'NOTIFICATIONS_TITLE' => 'Product Notifications', 'NOTIFICATIONS_DESCRIPTION' => 'To remove a product notification, clear that product\'s checkbox and click on Update.', 'NOTIFICATIONS_NON_EXISTING' => 'There are currently no products marked to be notified of.<br><br>To add products to your product notification list, click on the notification link available on the detailed product information page.', 'TEXT_NO_PURCHASES' => 'No Purchases', 'SUCCESS_NOTIFICATIONS_UPDATED' => 'Your product notifications have been updated.', ]; return $define;