67 lines
2.6 KiB
PHP
67 lines
2.6 KiB
PHP
|
<?php
|
||
|
// Heading
|
||
|
$_['heading_title'] = 'PayPal Smart Button';
|
||
|
|
||
|
// Text
|
||
|
$_['text_extensions'] = 'Extensions';
|
||
|
$_['text_edit'] = 'Edit PayPal Smart Button Module';
|
||
|
$_['text_general'] = 'General';
|
||
|
$_['text_product_page'] = 'Product Page';
|
||
|
$_['text_cart_page'] = 'Cart Page';
|
||
|
$_['text_insert_prepend'] = 'Insert Into Begin';
|
||
|
$_['text_insert_append'] = 'Insert Into End';
|
||
|
$_['text_insert_before'] = 'Insert Before';
|
||
|
$_['text_insert_after'] = 'Insert After';
|
||
|
$_['text_align_left'] = 'Align Left';
|
||
|
$_['text_align_center'] = 'Align Center';
|
||
|
$_['text_align_right'] = 'Align Right';
|
||
|
$_['text_small'] = 'Small';
|
||
|
$_['text_medium'] = 'Medium';
|
||
|
$_['text_large'] = 'Large';
|
||
|
$_['text_responsive'] = 'Responsive';
|
||
|
$_['text_gold'] = 'Gold';
|
||
|
$_['text_blue'] = 'Blue';
|
||
|
$_['text_silver'] = 'Silver';
|
||
|
$_['text_white'] = 'White';
|
||
|
$_['text_black'] = 'Black';
|
||
|
$_['text_pill'] = 'Pill';
|
||
|
$_['text_rect'] = 'Rect';
|
||
|
$_['text_checkout'] = 'Checkout';
|
||
|
$_['text_pay'] = 'Pay';
|
||
|
$_['text_buy_now'] = 'Buy Now';
|
||
|
$_['text_pay_pal'] = 'PayPal';
|
||
|
$_['text_installment'] = 'Installment';
|
||
|
$_['text_text'] = 'Text Message';
|
||
|
$_['text_flex'] = 'Flexible Banner';
|
||
|
$_['text_yes'] = 'Yes';
|
||
|
$_['text_no'] = 'No';
|
||
|
|
||
|
// Entry
|
||
|
$_['entry_status'] = 'Status';
|
||
|
$_['entry_product_page_status'] = 'Product Page Status';
|
||
|
$_['entry_cart_page_status'] = 'Cart Page Status';
|
||
|
$_['entry_insert_tag'] = 'Insert Tag';
|
||
|
$_['entry_insert_type'] = 'Insert Type';
|
||
|
$_['entry_button_align'] = 'Button Align';
|
||
|
$_['entry_button_size'] = 'Button Size';
|
||
|
$_['entry_button_color'] = 'Button Color';
|
||
|
$_['entry_button_shape'] = 'Button Shape';
|
||
|
$_['entry_button_label'] = 'Button Label';
|
||
|
$_['entry_button_tagline'] = 'Button Tagline';
|
||
|
$_['entry_message_status'] = 'Pay Later Message';
|
||
|
$_['entry_message_align'] = 'Message Align';
|
||
|
$_['entry_message_size'] = 'Message Size';
|
||
|
$_['entry_message_layout'] = 'Message Layout';
|
||
|
$_['entry_message_text_color'] = 'Message Text Color';
|
||
|
$_['entry_message_text_size'] = 'Message Text Size';
|
||
|
$_['entry_message_flex_color'] = 'Message Banner Color';
|
||
|
$_['entry_message_flex_ratio'] = 'Message Banner Ratio';
|
||
|
|
||
|
// Help
|
||
|
$_['help_message_status'] = 'Add pay later messaging to your site.';
|
||
|
|
||
|
// Success
|
||
|
$_['success_save'] = 'Success: You have modified PayPal Smart Button module!';
|
||
|
|
||
|
// Error
|
||
|
$_['error_permission'] = 'Warning: You do not have permission to modify PayPal Express Checkout Button module!';
|