
- 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
706 B
PHP
24 lines
706 B
PHP
<?php
|
|
|
|
$lang['admin']['panel']['main'] = 'Main';
|
|
|
|
$lang['admin']['main']['default'] = array(
|
|
'head' => 'Bienvenue sur le panneau de contrôle!',
|
|
'descr' => 'Choisir une action',
|
|
|
|
'op1' => 'Nouveau billet',
|
|
'op1d' => 'Créer un nouveau billet',
|
|
'op2' => 'Billets',
|
|
'op2d' => 'Afficher et gérer les billets',
|
|
'op3' => 'Widgets',
|
|
'op3d' => 'Gérer les barres latérales, les menus et la barre des widgets',
|
|
'op4' => 'Plugins',
|
|
'op4d' => 'Installer, activer, désactiver des plugins',
|
|
'op5' => 'Configuration',
|
|
'op5d' => 'Personnaliser FlatPress',
|
|
'op6' => 'Maintenance',
|
|
'op6d' => 'Nettoyer et restaurer FlatPress',
|
|
|
|
);
|
|
?>
|