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-socialtags?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 | // S |
---|
13 | 'socialtags_description' => 'The Social Tags plugin allows you to add icons to share links to websites like Digg, Facebook, Delicious... |
---|
14 | In addition, if the Google+ 1 plugin is active, it’s possible to add the button in the list of links in Social tags. |
---|
15 | It also offers configurable nuts to display badges and "Like" box on Facebook.', |
---|
16 | 'socialtags_slogan' => 'Activate the social link sharing network buttons.' |
---|
17 | ); |
---|
18 | |
---|
19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.