Last change
on this file since 95961 was
95961,
checked in by spip.franck@…, 5 years ago
|
des tab à la place d'espace
|
File size:
616 bytes
|
Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/crayons/lang/ |
---|
4 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
5 | |
---|
6 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
7 | |
---|
8 | // C |
---|
9 | 'flickr_rand_description' => 'Affiche une image aléatoire (ou non) venant de Flickr avec ses indications de titre, auteur et licence |
---|
10 | |
---|
11 | Ce plugin utilise l\'API Flickr mais n\'est ni soutenu, ni certifié par Flickr.', |
---|
12 | 'flickr_rand_nom' => 'Flickr hasard', |
---|
13 | 'flickr_rand_slogan' => 'Affiche aléatoirement une image Flickr' |
---|
14 | ); |
---|
15 | |
---|
16 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.