
- The ID of the respective entry is now displayed in "Manage entries" so that the admin can use the ID for comment management in Akismet/ CommentCenter. - Creating or managing the Akismet Api Key now leads directly to akismet.com instead of wordpress.com - The external link to the Akismet API Key Help has been updated - The comment center now contains a link to the wiki (dealing with spam comments) - Typo "flatpress" fixed in several places. FlatPress should always be spelled with a capital F and a capital P.
24 lines
694 B
PHP
24 lines
694 B
PHP
<?php
|
|
|
|
$lang['admin']['panel']['main'] = 'Principal';
|
|
|
|
$lang['admin']['main']['default'] = array(
|
|
'head' => '¡Bienvenido al panel de control!',
|
|
'descr' => 'Seleccione una acción',
|
|
|
|
'op1' => 'Nueva entrada',
|
|
'op1d' => 'Agregar una nueva entrada',
|
|
'op2' => 'Entradas',
|
|
'op2d' => 'Mostrar y administrar todas las entradas',
|
|
'op3' => 'Widgets',
|
|
'op3d' => 'Administrar la barra lateral, barra de abajo y de arriba de los widgets',
|
|
'op4' => 'Plugins',
|
|
'op4d' => 'Instalar, habilitar, deshabilitar plugins',
|
|
'op5' => 'Configuración',
|
|
'op5d' => 'Personalice su FlatPress',
|
|
'op6' => 'Mantención',
|
|
'op6d' => 'Limpiar y restablecer FlatPress',
|
|
|
|
);
|
|
?>
|