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=nl |
---|
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' => 'Met plugin Social Tags kun je iconen toevoegen om links te delen op sites als Digg, Facebook, Delicious... |
---|
14 | Wanneer je plugin Google+1 hebt geactiveerd, kan ook hiervoor een knop aan de lijst van Social tags worden toegevoegd. |
---|
15 | Bovendien kun je met deze plugin Facebook badges en een "Like" box opnemen.', |
---|
16 | 'socialtags_slogan' => 'Activeer knoppen om links te delen op sociale netwerken.' |
---|
17 | ); |
---|
18 | |
---|
19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.