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

35 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 limage 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 laffichage 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'
);