source:
spip-zone/_plugins_/prix/lang/prix_fr.php
@
46762
Last change on this file since 46762 was 46762, checked in by , 10 years ago | |
---|---|
File size: 325 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | // Sécurité |
4 | if (!defined('_ECRIRE_INC_VERSION')) return; |
5 | |
6 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
7 | |
8 | 'label_prix_ht' => 'Prix HT', |
9 | 'label_prix_ttc' => 'Prix TTC', |
10 | |
11 | 'label_taxes' => 'Taxes', |
12 | 'label_total_ht' => 'Total HT', |
13 | 'label_total_ttc' => 'Total TTC', |
14 | |
15 | 'prix_ht' => '@prix@ HT', |
16 | 'prix_ttc' => '@prix@ TTC', |
17 | ); |
18 | |
19 | ?> |
Note: See TracBrowser
for help on using the repository browser.