Added default language pack (en-gb)
This commit is contained in:
34
admin/extension/module/amazon_login.php
Normal file
34
admin/extension/module/amazon_login.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Login with Amazon';
|
||||
|
||||
//Text
|
||||
$_['text_module'] = 'Modules';
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified module Login with Amazon!';
|
||||
$_['text_content_top'] = 'Content Top';
|
||||
$_['text_content_bottom'] = 'Content Bottom';
|
||||
$_['text_column_left'] = 'Column Left';
|
||||
$_['text_column_right'] = 'Column Right';
|
||||
$_['text_lwa_button'] = 'Login with Amazon';
|
||||
$_['text_login_button'] = 'Login';
|
||||
$_['text_a_button'] = 'A';
|
||||
$_['text_gold_button'] = 'Gold';
|
||||
$_['text_darkgray_button'] = 'Dark Gray';
|
||||
$_['text_lightgray_button'] = 'Light Gray';
|
||||
$_['text_small_button'] = 'Small';
|
||||
$_['text_medium_button'] = 'Medium';
|
||||
$_['text_large_button'] = 'Large';
|
||||
$_['text_x_large_button'] = 'X-Large';
|
||||
|
||||
//Entry
|
||||
$_['entry_button_type'] = 'Button Type';
|
||||
$_['entry_button_colour'] = 'Button Colour';
|
||||
$_['entry_button_size'] = 'Button Size';
|
||||
$_['entry_layout'] = 'Layout';
|
||||
$_['entry_position'] = 'Position';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
//Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify module Login with Amazon!';
|
Reference in New Issue
Block a user