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-recommander?lang_cible=en |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
7 | return; |
---|
8 | } |
---|
9 | |
---|
10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
11 | |
---|
12 | // R |
---|
13 | 'recommander_description' => '"Recommend a pages to a friend" functionnality. |
---|
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', |
---|
21 | 'recommander_slogan' => '"Recommend a page to a friend" functionnality' |
---|
22 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.