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

Annotated File View

hpdl
1581
1 # $Id: currencies.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 = Currencies
13
14 table_heading_currencies = Currencies
15 table_heading_code = Code
16 table_heading_value = Value
17 table_heading_example = Example
18 table_heading_action = Action
19
20 action_heading_update_rates = Update Currency Exchange Rates
21 action_heading_new_currency = New Currency
22 action_heading_batch_delete_currency = Batch Delete Currencies
23
24 field_title = Title:
25 field_code = Code:
26 field_symbol_left = Left Symbol:
27 field_symbol_right = Right Symbol:
28 field_decimal_places = Decimal Places:
29 field_currency_value = Currency Value:
30 field_set_default = Set as Default?
31
32 service_terms_agreement = By updating the currency exchange rates, you agree to the terms and conditions of the service selected.
33
34 introduction_update_exchange_rates = Please select which service to use to update the currency exchange rates.
35
36 introduction_new_currency = Please fill in the following information for the new currency.
37
38 introduction_edit_currency = Please make the necessary changes for this currency.
39
40 introduction_delete_currency = Please verify the removal of this currency.
41 introduction_delete_currency_invalid = The default currency cannot be deleted. Please set another currency as the default currency and try again.
42 introduction_batch_delete_currencies = Please verify the removal of the following currencies.
43
44 ms_success_currency_updated = Success: The currency exchange rate for %s (%s) has been successfully updated.
45
46 ms_error_invalid_currency = Error: The currency exchange rate for %s (%s) was not updated. Please verify the currency code and try again.