You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
679 B
22 lines
679 B
<?php |
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
return; |
|
} |
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array( |
|
|
|
// S |
|
'select2_titre' => 'Select2', |
|
|
|
// C |
|
'champ_active_label' => 'Activer "Select2" dans le site public', |
|
'champ_selecteur_label' => 'Sélecteur', |
|
'champ_selecteur_explication' => 'Indiquez la cible des éléments qui déclencheront Select2, en plus de la classe CSS <code>.select2</code>. (Expression CSS ou étendue jQuery)', |
|
|
|
// T |
|
'titre_page_configurer_select2' => 'Configurer Select2', |
|
'titre_page_tester_select2' => 'Tester Select2', |
|
'titre_parametrages_select2' => 'Paramétrer Select2', |
|
);
|
|
|