gamutable/lang/paquet-gamutable_fr.php
2020-03-10 16:11:01 +01:00

14 lines
314 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(
// G
'gamutable_description' => 'Affichage des \"table\" en utilisant vuejs',
'gamutable_nom' => 'GamuTable',
'gamutable_slogan' => '',
);