Last change
on this file since 108458 was
108458,
checked in by nicolas.dorigny@…, 3 years ago
|
Un plugin qui ajoute une date de création sur tous les objets SPIP, et qui insère la date à la création d'un objet.
|
File size:
318 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')) { |
---|
5 | return; |
---|
6 | } |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // D |
---|
11 | 'datecreation_nom' => 'Date de création', |
---|
12 | 'datecreation_slogan' => 'Une date de création sur tous les objets de SPIP', |
---|
13 | |
---|
14 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.