diff options
Diffstat (limited to 'public/admin/language/es-es/extension/module/amazon_pay.php')
-rw-r--r-- | public/admin/language/es-es/extension/module/amazon_pay.php | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/public/admin/language/es-es/extension/module/amazon_pay.php b/public/admin/language/es-es/extension/module/amazon_pay.php new file mode 100644 index 0000000..4673521 --- /dev/null +++ b/public/admin/language/es-es/extension/module/amazon_pay.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'Pay with Amazon'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified module Pay with Amazon!'; +$_['text_content_top'] = 'Content Top'; +$_['text_content_bottom'] = 'Content Bottom'; +$_['text_column_left'] = 'Column Left'; +$_['text_column_right'] = 'Column Right'; +$_['text_pwa_button'] = 'Pay with Amazon'; +$_['text_pay_button'] = 'Pay'; +$_['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 Pay with Amazon!';
\ No newline at end of file |