hpdl
|
1581
|
1
|
# $Id: orders.php 1498 2007-03-29 14:04:50Z hpdl $
|
|
2
|
#
|
|
3
|
# osCommerce, Open Source E-Commerce Solutions
|
|
4
|
# http://www.oscommerce.com
|
|
5
|
#
|
|
6
|
# Copyright (c) 2007 osCommerce
|
|
7
|
#
|
|
8
|
# This program is free software; you can redistribute it and/or modify
|
|
9
|
# it under the terms of the GNU General Public License v2 (1991)
|
|
10
|
# as published by the Free Software Foundation.
|
|
11
|
|
|
12
|
heading_title = Orders
|
|
13
|
|
|
14
|
operation_heading_order_id = Order ID:
|
|
15
|
operation_heading_customer_id = Customer ID:
|
|
16
|
operation_heading_filter_status = Status:
|
|
17
|
|
|
18
|
action_heading_batch_delete_orders = Batch Delete Orders
|
|
19
|
|
|
20
|
table_heading_customers = Customers
|
|
21
|
table_heading_order_total = Order Total
|
|
22
|
table_heading_date_purchased = Date Purchased
|
|
23
|
table_heading_status = Status
|
|
24
|
table_heading_action = Action
|
|
25
|
table_heading_products = Products
|
|
26
|
table_heading_product_model = Model
|
|
27
|
table_heading_tax = Tax
|
|
28
|
table_heading_price_net = Price (Net)
|
|
29
|
table_heading_price_gross = Price (Gross)
|
|
30
|
table_heading_total_net = Total (Net)
|
|
31
|
table_heading_total_gross = Total (Gross)
|
|
32
|
table_heading_date_added = Date Added
|
|
33
|
table_heading_comments = Comments
|
|
34
|
table_heading_customer_notified = Customer Notified
|
|
35
|
|
|
36
|
section_summary = Summary
|
|
37
|
section_products = Products
|
|
38
|
section_transaction_history = Transaction History
|
|
39
|
section_status_history = Status History
|
|
40
|
|
|
41
|
subsection_customer = Customer
|
|
42
|
subsection_shipping_address = Shipping Address
|
|
43
|
subsection_billing_address = Billing Address
|
|
44
|
subsection_payment_method = Payment Method
|
|
45
|
subsection_status = Status
|
|
46
|
subsection_total = Total
|
|
47
|
|
|
48
|
field_post_transaction_actions = Post Transaction Actions:
|
|
49
|
field_status = Status:
|
|
50
|
field_add_comment = Add Comment:
|
|
51
|
field_notify_customer = Notify Customer?
|
|
52
|
field_notify_customer_with_comments = Notify Customer With Comments?
|
|
53
|
field_restock_product_quantity = Restock Product Quantity?
|
|
54
|
|
|
55
|
all_statuses = -- All Statuses --
|
|
56
|
credit_card_type = Credit Card Type:
|
|
57
|
credit_card_owner_name = Credit Card Owner:
|
|
58
|
credit_card_number = Credit Card Number:
|
|
59
|
credit_card_expiry_date = Credit Card Expiry Date:
|
|
60
|
number_of_comments = Comments:
|
|
61
|
number_of_products = Products:
|
|
62
|
number_of_items = Items:
|
|
63
|
|
|
64
|
introduction_delete_order = Please verify the removal of this order.
|
|
65
|
|
|
66
|
introduction_batch_delete_orders = Please verify the removal of the following orders.
|
|
67
|
|
|
68
|
email_subject = Order Update (%s)
|
|
69
|
email_body = %s
|
|
70
|
------------------------------------------------------
|
|
71
|
Order Number: %s
|
|
72
|
Detailed Invoice: %s
|
|
73
|
Date Ordered: %s
|
|
74
|
email_body_comment = Order Comment
|
|
75
|
------------------------------------------------------
|
|
76
|
%s
|
|
77
|
email_body_status = Order Status
|
|
78
|
------------------------------------------------------
|
|
79
|
New Status: %s
|
|
80
|
email_body_contact = Please reply to this e-mail if you have any questions regarding this order.
|