Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
4 | |
---|
5 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
6 | |
---|
7 | 'icone_modifier_article_spip' => 'Modify this article with the SPIP editor', |
---|
8 | 'icone_modifier_article_fck' => 'Modify this article with the wysiwyg editor', |
---|
9 | 'texte_editeur_standard' => 'Use SPIP default editor', |
---|
10 | 'texte_editeur_avance' => 'Use the wysiwyg editor', |
---|
11 | 'texte_editeur_avance_nvlefenetre' => 'Open in a new window', |
---|
12 | 'texte_modification_article_choix_editeur' => 'Beware, you have to edit the article with the same editor as the one that was used to create it.' |
---|
13 | ); |
---|
14 | |
---|
15 | |
---|
16 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.