
3 changed files with 19 additions and 0 deletions
@ -0,0 +1,15 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-dev?lang_cible=nl |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// D |
||||
'dev_description' => 'Ontwikkeltools', |
||||
'dev_slogan' => 'Ontwikkeltools' |
||||
); |
||||
|
||||
?> |
Loading…
Reference in new issue