hpdl
|
1581
|
1
|
# $Id: countries.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 = Countries
|
|
13
|
|
|
14
|
table_heading_countries = Countries
|
|
15
|
table_heading_code = ISO Code
|
|
16
|
table_heading_total_zones = Total Zones
|
|
17
|
table_heading_action = Action
|
|
18
|
|
|
19
|
table_heading_zones = Zones
|
|
20
|
table_heading_zone_code = Code
|
|
21
|
|
|
22
|
action_heading_new_country = New Country
|
|
23
|
action_heading_batch_delete_countries = Batch Delete Countries
|
|
24
|
|
|
25
|
action_heading_new_zone = New Zone
|
|
26
|
action_heading_batch_delete_zones = Batch Delete Zones
|
|
27
|
|
|
28
|
field_name = Name:
|
|
29
|
field_iso_code_2 = ISO Code (2):
|
|
30
|
field_iso_code_3 = ISO Code (3):
|
|
31
|
field_address_format = Address Format:
|
|
32
|
|
|
33
|
field_zone_name = Name:
|
|
34
|
field_zone_code = Code:
|
|
35
|
|
|
36
|
total_zones = %s Zones
|
|
37
|
|
|
38
|
introduction_new_country = Please fill in the following information for the new country.
|
|
39
|
|
|
40
|
introduction_edit_country = Please make the necessary changes for this country.
|
|
41
|
|
|
42
|
introduction_delete_country = Please verify the removal of this country and its zones.
|
|
43
|
delete_warning_country_in_use_address_book = Warning: This country cannot be deleted as it is currently assigned to %s address book entries.
|
|
44
|
delete_warning_country_in_use_tax_zone = Warning: This country cannot be deleted as it is currently assigned to %s tax zones.
|
|
45
|
|
|
46
|
introduction_batch_delete_countries = Please verify the removal of the following countries and their zones.
|
|
47
|
batch_delete_warning_country_in_use_address_book = Warning: The following countries cannot be deleted as they are currently assigned to address book entries.
|
|
48
|
batch_delete_warning_country_in_use_tax_zone = Warning: The following countries cannot be deleted as they are currently assigned to tax zones.
|
|
49
|
|
|
50
|
introduction_new_zone = Please fill in the following information for the new zone.
|
|
51
|
|
|
52
|
introduction_edit_zone = Please make the necessary changes for this zone.
|
|
53
|
|
|
54
|
introduction_delete_zone = Please verify the removal of this zone.
|
|
55
|
delete_warning_zone_in_use_address_book = Warning: This zone cannot be deleted as it is currently assigned to %s address book entries.
|
|
56
|
delete_warning_zone_in_use_tax_zone = Warning: This zone cannot be deleted as it is currently assigned to %s tax zones.
|
|
57
|
|
|
58
|
introduction_batch_delete_zones = Please verify the removal of the following zones.
|
|
59
|
batch_delete_warning_zone_in_use_address_book = Warning: The following zones cannot be deleted as they are currently assigned to address book entries.
|
|
60
|
batch_delete_warning_zone_in_use_tax_zone = Warning: The following zones cannot be deleted as they are currently assigned to tax zones.
|