flatpress/fp-plugins/akismet/lang/lang.pt-br.php
Fraenkiman f46df8aafe Code-Formatierung in Sprachdateien
- For future new language packs, a clean basis has been created with the existing language packs.
	- Removed unnecessary line breaks, spaces and tabs to avoid unexpected views in the responsive design.
	- Updated links to external sources.

- Missing language files created in plugins.
	- Gallerycaptions plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl
	- Mediamanager plugin: el-gr, fr-fr
	- PhotoSwipe plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl
	- Readmore plugin: el-gr, fr-fr
	- Seometataginfo plugin: pt-br
2023-12-10 01:30:26 +01:00

24 lines
1.1 KiB
PHP

<?php
$lang ['plugin'] ['akismet'] ['errors'] = array (
-1 => 'Chave da API não definida. Abra o plugin para definir sua chave de API. Registre-se no <a href="https://akismet.com/signup/" target="_blank">akismet.com</a> para obter uma.'
);
$lang ['admin'] ['plugin'] ['submenu'] ['akismet'] = 'Akismet Configuração';
$lang ['admin'] ['plugin'] ['akismet'] = array(
'head' => 'Configure o Akismet',
'description' => 'Para muitas pessoas, o <a href="https://akismet.com/" target="_blank">Akismet</a> reduzirá bastante ' .
'ou até eliminará completamente o comentário e o spam de trackback que você recebe no seu site.' .
'Se você ainda não possui uma conta no akismet.com, pode obtê-la em ' .
'<a href="https://akismet.com/signup/" target="_blank">akismet.com/signup</a>.',
'apikey' => 'Akismet API Key',
'whatis' => '(<a href="https://akismet.com/support/getting-started/api-key/" target="_blank">O que é isso?</a>)',
'submit' => 'Salvar a chave da API'
);
$lang ['admin'] ['plugin'] ['akismet'] ['msgs'] = array(
1 => 'A chave da API foi salva',
-1 => 'A chave da API não é válida'
);
?>