shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

amazon_login.php (1257B)


      1 <?php
      2 // Heading
      3 $_['heading_title']         = 'Login with Amazon';
      4 
      5 // Text
      6 $_['text_extension']        = 'Extensions';
      7 $_['text_success']          = 'Success: You have modified module Login 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_lwa_button']       = 'Login with Amazon';
     13 $_['text_login_button']     = 'Login';
     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 Login with Amazon!';