23 lines
347 B
PHP
23 lines
347 B
PHP
<?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(
|
|
|
|
// B
|
|
'bigform_titre' => 'BigForm',
|
|
|
|
// C
|
|
|
|
// E
|
|
'envoyer' => 'Envoyer',
|
|
|
|
//H
|
|
'html_titre' => 'Titre',
|
|
|
|
// T
|
|
'titre_page_configurer_bigform' => 'Configurer BigForm',
|
|
);
|