[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / zen-garden / lang / zengarden_en.php
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_/_stable_/zen-garden/lang
4 if (!defined("_ECRIRE_INC_VERSION")) return;
5
6 $GLOBALS[$GLOBALS['idx_lang']] = array(
7
8 // A
9 'apercevoir_ce_theme' => 'Preview',
10
11 // B
12 'bandeau_personalisable' => 'You can customize the image in the banner of this theme',
13
14 // C
15 'choix_theme' => 'Choose your theme',
16 'choisir_ce_theme' => 'Choose',
17
18 // D
19 'desactiver_ce_theme' => 'Deactivate and return to default style',
20
21 // I
22 'info_page' => 'You can choose one of the suggested theme or just see his rendering without changing the display to your visitors',
23 'intitule_compatiblite_squelette' => 'Compatible only with the skeletons',
24 'intitule_version' => 'version',
25
26 // M
27
28 // P
29
30 // R
31
32 // S
33 'switcher_activer' => 'Activate the theme switcher on the public site',
34 'switcher_desactiver' => 'Disable the themes switcher',
35
36 // T
37 'theme_actif' => 'This theme is currently used',
38 'themes' => 'Themes',
39
40 // V
41
42 // Z
43
44 );
45
46 ?>