36 lines
1.1 KiB
PHP
36 lines
1.1 KiB
PHP
|
<?php
|
|||
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|||
|
// Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/zen-garden.git
|
|||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|||
|
return;
|
|||
|
}
|
|||
|
|
|||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|||
|
|
|||
|
// A
|
|||
|
'apercevoir_ce_theme' => 'Apercevoir',
|
|||
|
|
|||
|
// B
|
|||
|
'bandeau_personalisable' => 'Vous pouvez personnaliser l’image du bandeau de ce thème',
|
|||
|
|
|||
|
// C
|
|||
|
'choisir_ce_theme' => 'Choisir',
|
|||
|
'choix_theme' => 'Choisissez votre thème',
|
|||
|
|
|||
|
// D
|
|||
|
'desactiver_ce_theme' => 'Désactiver et revenir au style par défaut',
|
|||
|
|
|||
|
// I
|
|||
|
'info_page' => 'Vous pouvez choisir un thème proposé ou simplement apercevoir son rendu sans modifier l’affichage pour vos visiteurs',
|
|||
|
'intitule_compatiblite_squelette' => 'Compatible uniquement avec les squelettes',
|
|||
|
'intitule_version' => 'version',
|
|||
|
|
|||
|
// S
|
|||
|
'switcher_activer' => 'Activer le switcher de thèmes sur le site public',
|
|||
|
'switcher_desactiver' => 'Desactiver le switcher de thèmes',
|
|||
|
|
|||
|
// T
|
|||
|
'theme_actif' => 'Ce thème est actuellement utilisé',
|
|||
|
'themes' => 'Thèmes'
|
|||
|
);
|