17 lines
491 B
PHP
17 lines
491 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=en
|
||
|
// ** ne pas modifier le fichier **
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
|
||
|
// C
|
||
|
'crayons_description' => 'Quick editing from the public pages of the site.',
|
||
|
'crayons_nom' => 'Pencils',
|
||
|
'crayons_slogan' => 'Quick editing from the public pages of the site'
|
||
|
);
|