
- 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
22 lines
609 B
PHP
22 lines
609 B
PHP
<?php
|
|
$lang ['admin'] ['panel'] ['main'] = 'Principal';
|
|
|
|
$lang ['admin'] ['main'] ['default'] = array(
|
|
'head' => 'Bem-vindo ao painel de controle!',
|
|
'descr' => 'Selecione uma ação',
|
|
|
|
'op1' => 'Novo post',
|
|
'op1d' => 'Adicione um novo post',
|
|
'op2' => 'Posts',
|
|
'op2d' => 'Mostre e administre todos os posts',
|
|
'op3' => 'Widgets',
|
|
'op3d' => 'Administre sidebar, bottombar and topbar widgets',
|
|
'op4' => 'Plugins',
|
|
'op4d' => 'Instale, ative, desative plugins',
|
|
'op5' => 'Configuração',
|
|
'op5d' => 'Personalize seu FlatPress',
|
|
'op6' => 'Manutenção',
|
|
'op6d' => 'Limpe e restaure o FlatPress',
|
|
);
|
|
?>
|