Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/declinaisons.git |
---|
4 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
5 | return; |
---|
6 | } |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // D |
---|
11 | 'declinaisons_description' => 'Gestion de déclinaisons de prix.', |
---|
12 | 'declinaisons_nom' => 'Déclinaisons Prix', |
---|
13 | 'declinaisons_slogan' => 'Gérer des déclinaisons de prix' |
---|
14 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.