
- 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
880 B
PHP
24 lines
880 B
PHP
<?php
|
|
|
|
$lang['admin']['panel']['main'] = 'Zentrale';
|
|
|
|
$lang['admin']['main']['default'] = array(
|
|
'head' => 'Willkommen im Kontrollzentrum von FlatPress!',
|
|
'descr' => 'Bitte wähle eine Aktion',
|
|
|
|
'op1' => 'Neuer Beitrag',
|
|
'op1d' => 'Einen neuen Beitrag schreiben',
|
|
'op2' => 'Beiträge und Kategorien',
|
|
'op2d' => 'Verwalte alle Beiträge, Kommentare oder Kategorien',
|
|
'op3' => 'Widgets',
|
|
'op3d' => 'Verwalte Widgets, füge neue hinzu, ändere die Reihenfolge oder lösche vorhandene Widgets',
|
|
'op4' => 'Plugins',
|
|
'op4d' => 'Plugin Verwaltung, aktiviere oder deaktiviere vorhandene Plugins',
|
|
'op5' => 'Konfiguration',
|
|
'op5d' => 'Grundlegende Einstellungen wie Titel, Blog-URL, Datum, Zeitzone und Sprache',
|
|
'op6' => 'Wartung',
|
|
'op6d' => 'Den FlatPress Index (neu) erstellen, PHP Informationen anzeigen oder Updates abfragen',
|
|
|
|
);
|
|
?>
|