16 lines
518 B
PHP
16 lines
518 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=pt_br
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// C
|
|
'crayons_description' => 'Edição rápida diretamente nas páginas públicas do site.',
|
|
'crayons_nom' => 'Crayons',
|
|
'crayons_slogan' => 'Edição rápida diretamente nas páginas públicas do site'
|
|
);
|