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/orders_status.php

Annotated File View

hpdl
1581
1 # $Id: orders_status.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 = Order Statuses
13
14 action_heading_new_order_status = New Order Status
15 action_heading_batch_delete_order_statuses = Batch Delete Order Statuses
16
17 table_heading_order_statuses = Order Statuses
18 table_heading_action = Action
19
20 field_name = Name:
21 field_set_as_default = Set as Default?
22
23 introduction_new_order_status = Please fill in the following information for the new order status.
24
25 introduction_edit_order_status = Please make the necessary changes for this order status.
26
27 introduction_delete_order_status = Please verify the removal of this order status.
28 delete_error_order_status_prohibited = Error: The default order status cannot be removed. Please set another order status as the default status and try again.
29 delete_error_order_status_in_use = Error: This order status is currently assigned to %s orders and cannot be removed.
30 delete_error_order_status_used = Error: This order status has been used by %s orders and cannot be removed.
31
32 introduction_batch_delete_order_statuses = Please verify the removal of the following order statuses.
33 batch_delete_error_order_status_prohibited = Error: The default order status cannot be removed. Please set another order status as the default status and try again.
34 batch_delete_error_order_status_in_use = Error: One or more order statuses are currently assigned to orders and cannot be removed.
35 batch_delete_error_order_status_used = Error: One or more order statuses have been used in orders and cannot be removed.