amazon_pay.php (1117B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Pay with Amazon'; 4 5 // Text 6 $_['text_module'] = 'Modules'; 7 $_['text_success'] = 'Success: You have modified module Pay with Amazon!'; 8 $_['text_content_top'] = 'Content Top'; 9 $_['text_content_bottom'] = 'Content Bottom'; 10 $_['text_column_left'] = 'Column Left'; 11 $_['text_column_right'] = 'Column Right'; 12 $_['text_pwa_button'] = 'Pay with Amazon'; 13 $_['text_pay_button'] = 'Pay'; 14 $_['text_a_button'] = 'A'; 15 $_['text_gold_button'] = 'Gold'; 16 $_['text_darkgray_button'] = 'Dark Gray'; 17 $_['text_lightgray_button'] = 'Light Gray'; 18 $_['text_small_button'] = 'Small'; 19 $_['text_medium_button'] = 'Medium'; 20 $_['text_large_button'] = 'Large'; 21 $_['text_x_large_button'] = 'X-Large'; 22 23 //Entry 24 $_['entry_button_type'] = 'Button Type'; 25 $_['entry_button_colour'] = 'Button Colour'; 26 $_['entry_button_size'] = 'Button Size'; 27 $_['entry_layout'] = 'Layout'; 28 $_['entry_position'] = 'Position'; 29 $_['entry_status'] = 'Status'; 30 $_['entry_sort_order'] = 'Sort Order'; 31 32 //Error 33 $_['error_permission'] = 'Warning: You do not have permission to modify module Pay with Amazon!';