[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / zen-garden-2 / lang / zengarden_en.php
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/zengarden?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 // A
13 'apercevoir_ce_theme' => 'Preview',
14
15 // B
16 'bandeau_personalisable' => 'You can customize the image in the banner of this theme',
17
18 // C
19 'choisir_ce_theme' => 'Choose',
20 'choix_theme' => 'Choose your theme',
21
22 // D
23 'desactiver_ce_theme' => 'Deactivate and return to default style',
24
25 // I
26 'info_page' => 'You can choose one of the suggested theme or just see its rendering without changing the display for your visitors',
27 'intitule_compatiblite_squelette' => 'Compatible only with the templates',
28 'intitule_version' => 'version',
29
30 // S
31 'switcher_activer' => 'Activate the theme switcher on the public site',
32 'switcher_desactiver' => 'Disable the themes switcher',
33
34 // T
35 'theme_actif' => 'This theme is currently used',
36 'themes' => 'Themes'
37 );