17 lines
511 B
PHP
17 lines
511 B
PHP
|
<?php
|
|||
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|||
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-crayons?lang_cible=nl
|
|||
|
// ** ne pas modifier le fichier **
|
|||
|
|
|||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|||
|
return;
|
|||
|
}
|
|||
|
|
|||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|||
|
|
|||
|
// C
|
|||
|
'crayons_description' => 'Snelle aanpassing vanaf de publieke pagina’s van de site.',
|
|||
|
'crayons_nom' => 'Krijtjes',
|
|||
|
'crayons_slogan' => 'Snel bewerken vanaf de publieke pagina’s van de site.'
|
|||
|
);
|