Last change
on this file since 71538 was
71538,
checked in by cyril@…, 8 years ago
|
1er depot du plugin 'factures et devis' pour SPIP3
|
File size:
426 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 | // C |
---|
12 | 'cfg_exemple' => 'Exemple', |
---|
13 | 'cfg_exemple_explication' => 'Explication de cet exemple', |
---|
14 | 'cfg_titre_parametrages' => 'Paramétrages', |
---|
15 | |
---|
16 | // T |
---|
17 | 'titre_page_configurer_factures' => 'Factures & devis', |
---|
18 | ); |
---|
19 | |
---|
20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.