forked from spip-contrib-extensions/switchcase
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.
14 lines
468 B
14 lines
468 B
<?php |
|
// Ceci est un fichier langue de SPIP -- This is a SPIP language file |
|
// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/switchcase/trunk/lang/ |
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
return; |
|
} |
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array( |
|
|
|
// C |
|
'switchcase_nom' => 'Balises #SWITCH et #CASE', |
|
'switchcase_slogan' => 'Les balises #SWITCH, #CASE ET #CASE_DEFAULT implémentent les contrôles switch... case... default... du php et du C' |
|
);
|
|
|