Current Path : /var/www/alh/admin/language/english/extension/module/ |
Current File : /var/www/alh/admin/language/english/extension/module/so_onepagecheckout.php |
<?php // Heading $_['heading_title'] = 'So Onepage Checkout'; $_['heading_title_so'] = 'So Onepage Checkout <b style="font-size:10px; background:#aaa; color:#fff; padding: 3px;font-weight:normal">version 1.0.0</b>'; // Text $_['text_module'] = 'Module'; $_['text_extension'] = 'Extensions'; $_['text_success'] = 'Success: You have modified So Onepage Checkout module!'; $_['text_edit'] = 'Edit So Onepage Checkout Module'; $_['text_default_country'] = 'Default country'; $_['text_default_zone'] = 'Default State/Region'; $_['text_register_account'] = 'Register account'; $_['text_guest_checkout'] = 'Guest checkout'; $_['text_login_checkout'] = 'Login checkout'; $_['text_default_display'] = 'Default display'; $_['text_register'] = 'Register'; $_['text_account_setting'] = 'Account Setting'; $_['text_guest'] = 'Guest'; $_['text_login'] = 'Login'; $_['text_shopping_cart'] = 'Shopping Cart'; $_['text_shopping_cart_status'] = 'Shopping cart status'; $_['text_show_weight'] = 'Show weight'; $_['text_quantity_update_permission'] = 'Show update quantity'; $_['text_show_removecart'] = 'Show remove cart'; $_['text_product_image_size'] = 'Product image size (Width/Height)'; $_['text_delivery_methods'] = 'Delivery Methods'; $_['text_delivery_methods_status'] = 'Delivery Methods Status'; $_['text_payment_methods_status'] = 'Payment Methods Status'; $_['text_payment_methods'] = 'Payment Methods'; $_['text_confirm_order'] = 'Confirm Order'; $_['text_add_comments'] = 'Add comments'; $_['text_require_comment'] = 'Require comment'; $_['text_show_newsletter'] = 'Show newsletter'; $_['text_show_privacy'] = 'Show privacy'; $_['text_show_term'] = 'Show Terms and Condition'; $_['text_checkout_order_buttons'] = 'Checkout order button'; $_['text_coupon_voucher'] = 'Coupon and Voucher'; $_['text_show_module_name'] = 'Show module name'; $_['text_coupon'] = 'Coupon'; $_['text_reward'] = 'Reward'; $_['text_voucher'] = 'Voucher'; $_['text_login_account'] = 'Rerurning Customer'; $_['text_status'] = 'Status'; $_['text_layout'] = 'Layout'; $_['text_layout_one'] = 'Layout 1'; $_['text_layout_two'] = 'Layout 2'; $_['text_layout_three'] = 'Layout 3'; $_['text_layout_title'] = 'Sets the layout style of the checkout. Available in one, two, or three columns layout.'; $_['text_shipping_methods'] = 'Shipping Methods'; // Entry $_['entry_name'] = 'Module Name'; $_['entry_status'] = 'Status'; $_['tab_general'] = 'General'; $_['tab_account_setting'] = 'Account Setting'; $_['tab_layout_setting'] = 'Layout Setting'; $_['tab_shipping_cart'] = 'Shopping Cart'; $_['tab_delivery_methods'] = 'Delivery Methods'; $_['tab_payment_methods'] = 'Payment Methods'; $_['tab_confirm_order'] = 'Confirm Order'; $_['tab_help'] = 'Help!'; $_['entry_name_title'] = 'Module name'; $_['entry_status_title'] = 'Enable or Disable module'; // Error $_['error_permission'] = 'Warning: You do not have permission to modify So Onepage Checkout module!'; $_['error_name'] = 'Module name must be between 3 and 64 characters!'; $_['error_warning'] = 'Warning: Please check the form carefully for errors!'; $_['error_product_image_width'] = 'Product image with must be number'; $_['error_product_image_height'] = 'Product image height must be number'; $_['entry_button_save_and_edit'] = 'Save & Stay'; $_['entry_button_save_and_new'] = 'Save & New';