hpdl
|
1581
|
1
|
# $Id: categories.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 = Categories
|
|
13
|
|
|
14
|
operation_title_search = Search:
|
|
15
|
|
|
16
|
table_heading_categories = Categories
|
|
17
|
table_heading_action = Action
|
|
18
|
|
|
19
|
action_heading_new_category = New Category
|
|
20
|
action_heading_batch_delete_categories = Batch Delete Categories
|
|
21
|
action_heading_batch_move_categories = Batch Move Categories
|
|
22
|
|
|
23
|
field_parent_category = Parent Category:
|
|
24
|
field_name = Name:
|
|
25
|
field_image = Image:
|
|
26
|
field_sort_order = Sort Order:
|
|
27
|
|
|
28
|
top_category = -- Top --
|
|
29
|
|
|
30
|
introduction_new_category = Please fill in the following information for the new category.
|
|
31
|
|
|
32
|
introduction_edit_category = Please make the necessary changes for this category.
|
|
33
|
|
|
34
|
introduction_move_category = Please select which parent this category should be moved to.
|
|
35
|
|
|
36
|
introduction_delete_category = Please verify the removal of this category and its sub-categories.
|
|
37
|
delete_warning_category_in_use_children = Warning: There are %s sub-categories assigned to this category that will also be removed.
|
|
38
|
delete_warning_category_in_use_products = Warning: There are %s products assigned to this category that will have this category relationship removed.
|
|
39
|
|
|
40
|
introduction_batch_delete_categories = Please verify the removal of the following categories and their sub-categories.
|
|
41
|
|
|
42
|
introduction_batch_move_categories = Please select which parent the following categories should be moved to.
|
|
43
|
|
|
44
|
ms_warning_category_name_empty = Warning: The category name for %s is empty. Please fill in a name for this language.
|
|
45
|
|
|
46
|
ms_error_image_directory_not_writable = Error: The directory containing the category images is not writable: %s
|
|
47
|
ms_error_image_directory_non_existant = Error: The directory to store the category images does not exist: %s
|