spip_nursit/plugins-dist/dist/nursit/zen-garden/lang/zengarden_en.php
2023-06-01 17:30:12 +02:00

37 lines
1 KiB
PHP

<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de https://trad.spip.net/tradlang_module/zengarden?lang_cible=en
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// A
'apercevoir_ce_theme' => 'Preview',
// B
'bandeau_personalisable' => 'You can customize the image in the banner of this theme',
// C
'choisir_ce_theme' => 'Choose',
'choix_theme' => 'Choose your theme',
// D
'desactiver_ce_theme' => 'Deactivate and return to default style',
// I
'info_page' => 'You can choose one of the suggested theme or just see its rendering without changing the display for your visitors',
'intitule_compatiblite_squelette' => 'Compatible only with the templates',
'intitule_version' => 'version',
// S
'switcher_activer' => 'Activate the theme switcher on the public site',
'switcher_desactiver' => 'Disable the themes switcher',
// T
'theme_actif' => 'This theme is currently used',
'themes' => 'Themes'
);