Last change
on this file since 74192 was
74192,
checked in by salvatore@…, 8 years ago
|
langues (paquet-mutualisation)
|
File size:
745 bytes
|
Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-mutualisation?lang_cible=en |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // M |
---|
11 | 'mutualisation_description' => 'This plugin provides some function that facilitate site\'s mutualisation, particularly: <code>demarrer_site()</code>, <code>prefixe_mutualisation()</code> and <code>mutualiser_creer()</code>. Be careful, the installation of this plugin is different than general one (see documentation).', |
---|
12 | 'mutualisation_nom' => 'Easy mutualisation', |
---|
13 | 'mutualisation_slogan' => 'Créer une ferme à Spip' # NEW |
---|
14 | ); |
---|
15 | |
---|
16 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.