Rev | Line | |
---|
[54281] | 1 | <?php |
---|
[65085] | 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-recommander?lang_cible=en |
---|
| 4 | // ** ne pas modifier le fichier ** |
---|
[54281] | 5 | |
---|
[94244] | 6 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
| 7 | return; |
---|
| 8 | } |
---|
[54281] | 9 | |
---|
| 10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
| 11 | |
---|
[65085] | 12 | // R |
---|
| 13 | 'recommander_description' => '"Recommend a pages to a friend" functionnality. |
---|
[54281] | 14 | |
---|
| 15 | We add it in a skeleton like this : |
---|
| 16 | <code>#RECOMMANDER{title of the page,URL of the page,introduction of the page,subject}</code> |
---|
| 17 | _ for example |
---|
| 18 | <code>#RECOMMANDER{#TITRE,#URL_ARTICLE,#INTRODUCTION}</code> |
---|
| 19 | _ Url, introduction and subject are optionals.', |
---|
| 20 | 'recommander_nom' => 'Recommend to a friend', |
---|
[65085] | 21 | 'recommander_slogan' => '"Recommend a page to a friend" functionnality' |
---|
[54281] | 22 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.