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

23 lines
1.0 KiB
PHP

<?php
$lang ['plugin'] ['lastcommentsadmin '] ['errors'] = array(
-1 => 'Chave da API não definida. Abra o plug-in para definir sua chave de API. Registre-se no <a href="https://akismet.com/" target="_blank">akismet.com</a> para obter uma.'
);
$lang ['admin'] ['plugin'] ['submenu'] ['lastcommentsadmin'] = 'LastComments Admin';
$lang ['admin'] ['plugin'] ['lastcommentsadmin'] = array(
'head' => 'Administrar os LastComments',
'description' => 'Limpar e recriar o cache do LastComments',
'clear' => 'Limpar o cache',
'cleardescription' => 'Excluir o arquivo de cache do LastComments. O novo cache de arquivo será criado quando um novo comentário será publicado.',
'rebuild' => 'Recriar o cache',
'rebuilddescription' => 'Recriar o arquivo de cache do LastComments. Pode demorar muito tempo. Não foi possível funcionar. Pode queimar o mouse!'
);
$lang ['admin'] ['plugin'] ['lastcommentsadmin'] ['msgs'] = array(
1 => 'Cache excluído',
2 => 'Cache recriado',
-1 => 'Erro!',
-2 => 'Este plugin requer o plugin LastComments!'
);
?>