Last change
on this file since 59208 was
59208,
checked in by kent1@…, 9 years ago
|
Passage en SPIP 3.0 de ce petit plugin
On utilise le même fonctionnement que compositions pour le formulaire
|
File size:
386 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
4 | if (!defined("_ECRIRE_INC_VERSION")) return; |
---|
5 | |
---|
6 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
7 | // A |
---|
8 | 'article_accueil' => 'Home article', |
---|
9 | 'aucun_article_accueil' => 'No article', |
---|
10 | |
---|
11 | // L |
---|
12 | 'label_id_article_accueil' => 'Home article', |
---|
13 | |
---|
14 | // R |
---|
15 | 'rubrique_article_en_accueil' => 'Home article:', |
---|
16 | ); |
---|
17 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.