OPEN language/es/common.php file, and FIND
Code: Select all
'CANNOT_POST_ANNOUNCE' => 'Disculpe, no puede publicar anuncios.',
AFTER ADD:
Code: Select all
// START ABBS
'CANNOT_POST_BLACKLISTED_SITE' => 'Disculpe, pero no puede enviar mensajes mencionando %s.',
// END ABBS
OPEN language/es/acp/posting.php file, and FIND
Code: Select all
'REPLACEMENT' => 'Sustituta'
AFTER ADD:
Code: Select all
// START ABBS
'BLOCK_WORD' => 'Bloquear palabra',
'BLOCK' => 'Bloquear',
'BLOCK_CODE' => 'blacklisted_site', // Dugi is necessary to translate this?
'SEND_CONFIRM' => 'Enviar ahora el formulario',
// END ABBS