hpdl
|
1581
|
1
|
# $Id: tax_classes.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 = Tax Classes
|
|
13
|
|
|
14
|
table_heading_tax_classes = Tax Classes
|
|
15
|
table_heading_total_rates = Total Tax Rates
|
|
16
|
table_heading_action = Action
|
|
17
|
|
|
18
|
table_heading_tax_rate_priority = Priority
|
|
19
|
table_heading_tax_rate_zone = Zone
|
|
20
|
table_heading_tax_rate = Tax Rate
|
|
21
|
|
|
22
|
action_heading_new_tax_class = New Tax Class
|
|
23
|
action_heading_batch_delete_tax_classes = Batch Delete Tax Classes
|
|
24
|
|
|
25
|
action_heading_new_tax_rate = New Tax Rate
|
|
26
|
action_heading_batch_delete_tax_rates = Batch Delete Tax Rates
|
|
27
|
|
|
28
|
field_title = Title:
|
|
29
|
field_description = Description:
|
|
30
|
|
|
31
|
field_tax_rate_zone_group = Zone Group:
|
|
32
|
field_tax_rate = Tax Rate (%):
|
|
33
|
field_tax_rate_description = Description:
|
|
34
|
field_tax_rate_priority = Priority:
|
|
35
|
|
|
36
|
total_entries = %s Entries
|
|
37
|
|
|
38
|
introduction_new_tax_class = Please fill in the following information for the new tax class.
|
|
39
|
|
|
40
|
introduction_edit_tax_class = Please make the necessary changes to the following tax class.
|
|
41
|
|
|
42
|
introduction_delete_tax_class = Please verify the removal of this tax class and its tax rate entries.
|
|
43
|
delete_warning_tax_class_in_use = Warning: This tax class cannot be deleted as it is currently assigned to %s products.
|
|
44
|
|
|
45
|
introduction_batch_delete_tax_classes = Please verify the removal of the following tax classes and their tax rate entries.
|
|
46
|
batch_delete_warning_tax_class_in_use = Warning: The following tax classes cannot be deleted as they are currently assigned to products.
|
|
47
|
|
|
48
|
introduction_new_tax_rate = Please fill in the following information for the new tax rate entry:
|
|
49
|
|
|
50
|
introduction_edit_tax_rate = Please make the necessary changes to the following tax rate entry:
|
|
51
|
|
|
52
|
introduction_delete_tax_rate = Please verify the removal of this tax rate entry:
|
|
53
|
|
|
54
|
introduction_batch_delete_tax_rates = Please verify the removal of the following tax rate entries:
|