Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/edition_directe/trunk/lang/ |
---|
4 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
5 | |
---|
6 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
7 | |
---|
8 | // E |
---|
9 | 'edition_directe_description' => 'Editer directement les objets spip depuis leur page dans l’espace privé. Les objets à éditer directement doivent être activés dans Configuration', |
---|
10 | 'edition_directe_slogan' => 'Editer directement les objets spip depuis leur page' |
---|
11 | ); |
---|
12 | |
---|
13 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.