hpdl
|
1581
|
1
|
# $Id: products.php 1544 2007-03-31 00:12: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 = Products
|
|
13
|
heading_title_new_product = New Product
|
|
14
|
|
|
15
|
operation_title_search = Search:
|
|
16
|
|
|
17
|
table_heading_products = Products
|
|
18
|
table_heading_price = Price
|
|
19
|
table_heading_quantity = Quantity
|
|
20
|
table_heading_action = Action
|
|
21
|
table_heading_categories = Categories
|
|
22
|
|
|
23
|
action_heading_delete_image = Delete Image
|
|
24
|
action_heading_batch_copy_products = Batch Copy Products
|
|
25
|
action_heading_batch_delete_products = Batch Delete Products
|
|
26
|
|
|
27
|
section_general = General
|
|
28
|
section_data = Data
|
|
29
|
section_images = Images
|
|
30
|
section_attributes = Attributes
|
|
31
|
section_categories = Categories
|
|
32
|
|
|
33
|
subsection_price = Price
|
|
34
|
subsection_data = Data
|
|
35
|
subsection_status = Status
|
|
36
|
subsection_information = Information
|
|
37
|
subsection_new_image = New Image
|
|
38
|
subsection_original_images = Original Images
|
|
39
|
subsection_images = Images
|
|
40
|
subsection_assigned_attributes = Assigned Attributes
|
|
41
|
|
|
42
|
field_name = Name:
|
|
43
|
field_description = Description:
|
|
44
|
field_model = Model:
|
|
45
|
field_keyword = Keyword:
|
|
46
|
field_tags = Tags:
|
|
47
|
field_url = URL:
|
|
48
|
field_tax_class = Tax Class:
|
|
49
|
field_price_net = Net Price:
|
|
50
|
field_price_gross = Gross Price:
|
|
51
|
field_manufacturer = Manufacturer:
|
|
52
|
field_quantity = Quantity:
|
|
53
|
field_weight = Weight:
|
|
54
|
field_date_available = Date Available:
|
|
55
|
|
|
56
|
field_current_categories = Current Categories:
|
|
57
|
field_categories = Categories:
|
|
58
|
field_copy_method = Copy Method:
|
|
59
|
|
|
60
|
none = -- None --
|
|
61
|
top_category = -- Top Category --
|
|
62
|
more_product_information = For more information please visit this products <a href="http://%s" target="_blank">website</a>.
|
|
63
|
product_date_added = This product was added to our catalog on %s.
|
|
64
|
product_date_available = This product will be available for order on %s.
|
|
65
|
status_enabled = Enabled
|
|
66
|
status_disabled = Disabled
|
|
67
|
image_remote_upload = Remote File Upload
|
|
68
|
image_local_files = Local Files
|
|
69
|
image_upload_progress = Uploading image to server..
|
|
70
|
image_retrieving_local_files = Retrieving local images..
|
|
71
|
image_multiple_upload_progress = Uploading images to server..
|
|
72
|
images_loading_from_server = Loading images from server..
|
|
73
|
copy_method_link = Link Product
|
|
74
|
copy_method_duplicate = Duplicate Product
|
|
75
|
toggle_html_editor = Toggle HTML Editor
|
|
76
|
|
|
77
|
introduction_select_local_images = The following images are available on the server where additional images can be uploaded via FTP. The listing can be refreshed by clicking on the Local Files link.<br /><br />Please select from the following listing which images to assign to this product.
|
|
78
|
|
|
79
|
introduction_delete_image = Please verify the removal of the product image.
|
|
80
|
|
|
81
|
introduction_copy_product = Please select a category this product should be copied to.
|
|
82
|
|
|
83
|
introduction_delete_product = Please verify the removal of this product.
|
|
84
|
|
|
85
|
introduction_batch_copy_products = Please select a category the following products should be copied to.
|
|
86
|
|
|
87
|
introduction_batch_delete_products = Please verify the removal of the following products.
|
|
88
|
|
|
89
|
ms_warning_image_processor_not_available = Warning: An image processor is not available. Please install and check the location of ImageMagicks "convert" program in the Configuration -> Configuration -> Program Locations section.
|
|
90
|
|
|
91
|
ms_error_image_directory_not_writable = Error: The product images directory is not writable: %s
|
|
92
|
ms_error_image_directory_non_existant = Error: The product images directory does not exist: %s
|
|
93
|
ms_error_product_keyword_empty = Error: This product has an empty product key which needs to be defined. Please use a unique keyword to publicly identify this product.
|
|
94
|
ms_error_product_keyword_exists = Error: This product keyword is already in use: %s. Please use another unique keyword for this product.
|
|
95
|
ms_error_product_keyword_invalid = Error: This product keyword is invalid: %s. Product keywords must be one word containing letters and numbers (a-zA-Z0-9), and can be separated by underscores (_) and minus symbols (-) only.
|