Quick Search:

View

Revision:

Diff

Diff from 1581 to:

Annotations

Annotate by Age | Author | Mixed | None
/fisheye/browse/osCommerce/trunk/languages/fr_FR/oscommerce/admin/includes/languages/fr_FR/product_attributes.php

Annotated File View

hpdl
1581
1 # $Id: product_attributes.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 = Product Attributes
13
14 action_heading_new_attribute_group = New Attribute Group
15 action_heading_batch_delete_attribute_groups = Batch Delete Attribute Groups
16 action_heading_new_group_entry = New Group Entry
17 action_heading_batch_delete_group_entries = Batch Delete Group Entries
18
19 table_heading_attribute_groups = Attribute Groups
20 table_heading_total_entries = Total Entries
21 table_heading_action = Action
22
23 table_heading_entries = Entries
24
25 field_group_name = Name:
26 field_group_entry_name = Name:
27
28 total_entries = %s Entries
29
30 introduction_new_attribute_group = Please fill in the following information for the new attribute group.
31
32 introduction_edit_attribute_group = Please make the necessary changes for this attribute group.
33
34 introduction_delete_attribute_group = Please verify the removal of this attribute group and its entries.
35 delete_error_attribute_group_in_use = Error: This attribute group cannot be removed as it is currently assigned to %s products.
36
37 introduction_batch_delete_attribute_groups = Please verify the removal of the following attribute groups and their entries.
38 batch_delete_error_attribute_groups_in_use = Error: The following attribute groups cannot be removed as they are currently assigned to products.
39
40 introduction_new_group_entry = Please fill in the following information for the new attribute group entry.
41
42 introduction_edit_group_entry = Please make the necessary changes for this attribute group entry.
43
44 introduction_delete_group_entry = Please verify the removal of this attribute group entry.
45 delete_error_group_entry_in_use = Error: This attribute group entry cannot be removed as it is currently assigned to %s products.
46
47 introduction_batch_delete_group_entries = Please verify the removal of the following attribute group entries.
48 batch_delete_error_group_entries_in_use = Error: The following attribute group entries cannot be removed as they are currently assigned to products.