hpdl
|
1581
|
1
|
# $Id: customers.php 1522 2007-03-30 16:35:02Z 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 = Customers
|
|
13
|
|
|
14
|
operation_title_search = Search:
|
|
15
|
operation_new_address_book_entry = New Address Book Entry
|
|
16
|
|
|
17
|
table_heading_last_name = Last Name
|
|
18
|
table_heading_first_name = First Name
|
|
19
|
table_heading_date_created = Date Created
|
|
20
|
table_heading_action = Action
|
|
21
|
|
|
22
|
action_heading_new_customer = New Customer
|
|
23
|
action_heading_new_address_book_entry = New Address Book Entry
|
|
24
|
action_heading_batch_delete_customers = Batch Delete Customers
|
|
25
|
|
|
26
|
section_personal = Personal
|
|
27
|
section_address_book = Address Book
|
|
28
|
|
|
29
|
field_gender = Gender:
|
|
30
|
field_first_name = First Name:
|
|
31
|
field_last_name = Last Name:
|
|
32
|
field_date_of_birth = Date of Birth:
|
|
33
|
field_email_address = E-Mail Address:
|
|
34
|
field_newsletter_subscription = Newsletter Subscription:
|
|
35
|
field_password = Password:
|
|
36
|
field_password_confirmation = Password Confirmation:
|
|
37
|
field_new_password = New Password:
|
|
38
|
field_new_password_confirmation = New Password Confirmation:
|
|
39
|
field_status = Status:
|
|
40
|
field_company = Company:
|
|
41
|
field_street_address = Street Address:
|
|
42
|
field_suburb = Suburb:
|
|
43
|
field_post_code = Post Code:
|
|
44
|
field_city = City:
|
|
45
|
field_state = State:
|
|
46
|
field_country = Country:
|
|
47
|
field_telephone_number = Telephone Number:
|
|
48
|
field_fax_number = Fax Number:
|
|
49
|
field_set_as_primary = Set as Primary Address:
|
|
50
|
field_delete_reviews = Delete Reviews?
|
|
51
|
|
|
52
|
total_reviews = %s Reviews
|
|
53
|
primary_address = primary
|
|
54
|
no_telephone_number = no telephone number
|
|
55
|
no_fax_number = no fax number
|
|
56
|
|
|
57
|
introduction_delete_customer = Please verify the removal of this customer.
|
|
58
|
|
|
59
|
introduction_batch_delete_customers = Please verify the removal of the following customers.
|
|
60
|
|
|
61
|
introduction_delete_address_book_entry = Please verify the removal of this address book entry.
|
|
62
|
delete_warning_primary_address_book_entry = Warning: The primary address of this customer cannot be removed. Please assign another address as the primary address and try again.
|
|
63
|
|
|
64
|
ms_error_gender = Please select the customers gender.
|
|
65
|
ms_error_first_name = The customers first name must contain a minimum of %s characters.
|
|
66
|
ms_error_last_name = The customers last name must contain a minimum of %s characters.
|
|
67
|
ms_error_date_of_birth = The customers date of birth must be set correctly.
|
|
68
|
ms_error_email_address = The customers e-mail address must contain a minimum of %s characters.
|
|
69
|
ms_error_email_address_invalid = The customers e-mail address must be set correctly.
|
|
70
|
ms_error_email_address_exists = The customers e-mail address already exists. Please use a unique e-mail address for this customer.
|
|
71
|
ms_error_password = The customers password must contain a minimum of %s characters.
|
|
72
|
ms_error_password_confirmation_invalid = The confirmation password does not match the customers password. Please try again.
|
|
73
|
ms_error_company = The customers company must contain a minimum of %s characters.
|
|
74
|
ms_error_street_address = The customers street address must contain a minimum of %s characters.
|
|
75
|
ms_error_suburb = The customers suburb must contain a minimum of %s characters.
|
|
76
|
ms_error_post_code = The customer post code must contain a minimum of %s characters.
|
|
77
|
ms_error_city = The customers city must contain a minimum of %s characters.
|
|
78
|
ms_error_state = The customers state must contain a minimum of %s characters.
|
|
79
|
ms_error_country = Please select the correct country from the Countries pull down menu.
|
|
80
|
ms_error_telephone_number = The customers telephone number must contain a minimum of %s characters.
|
|
81
|
ms_error_fax_number = The customers fax number must contain a minimum of %s characters.
|
|
82
|
|
|
83
|
ms_warning_state_select_from_list = Please select the correct state from the States pull down menu.
|
|
84
|
|
|
85
|
email_subject = Welcome to %s
|
|
86
|
email_greet_general = Dear %s,
|
|
87
|
email_greet_mr = Dear Mr. %s,
|
|
88
|
email_greet_ms = Dear Ms. %s,
|
|
89
|
email_text = We welcome you to %s.
|
|
90
|
|
|
91
|
You can now take part in the various services we have to offer you. Some of these services include:
|
|
92
|
|
|
93
|
* Permanent Shopping Cart - Any products added to your online shopping cart remain there until you purchase or remove them
|
|
94
|
* Address Book - Products can be delivered to any addresses you define in your addres book! This is perfect for sending gifts direct to the person themself.
|
|
95
|
* Order History - The previous orders you have made can be viewed online.
|
|
96
|
* Product Reviews - Share your opinions on products with other customers.
|
|
97
|
|
|
98
|
For help with any of our online services please e-mail us at: %s
|
|
99
|
|
|
100
|
Please note: This account has been created for you by the store owner. Please use your e-mail address with the following password as your login account: %s
|