Last change
on this file since 71607 was
71607,
checked in by marcimat@…, 8 years ago
|
Commit 1.0.8 : pouvoir ajouter des lignes de factures dans une facture (commit pour cym avec ses modifications à lui)
|
File size:
515 bytes
|
Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | |
---|
4 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
5 | |
---|
6 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
7 | |
---|
8 | // F |
---|
9 | 'factures_titre' => 'Factures & devis', |
---|
10 | |
---|
11 | // I |
---|
12 | 'info_detail_lignes_facture' => "Détails des lignes de la facture", |
---|
13 | |
---|
14 | // C |
---|
15 | 'cfg_exemple' => 'Exemple', |
---|
16 | 'cfg_exemple_explication' => 'Explication de cet exemple', |
---|
17 | 'cfg_titre_parametrages' => 'Paramétrages', |
---|
18 | |
---|
19 | // T |
---|
20 | 'titre_page_configurer_factures' => 'Configurer Factures & Devis', |
---|
21 | ); |
---|
22 | |
---|
23 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.