flatpress/fp-interface/lang/el-gr/lang.admin.main.php
Fraenkiman 768aa6fa43 Comment center and Akismet reworked, Typo flatpress
- 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.
2023-11-26 01:53:16 +01:00

24 lines
1014 B
PHP

<?php
$lang['admin']['panel']['main'] = 'Κεντικό';
$lang['admin']['main']['default'] = array(
'head' => 'Καλωσήρθατε στον πίνακα ελέγχου!',
'descr' => 'Επιλέξτε μια δράση',
'op1' => 'Νέα καταχώρηση',
'op1d' => 'Προσθήκη νέας καταχώρησης',
'op2' => 'Καταχωρήσεις',
'op2d' => 'Εμφάνιση και διαχείριση όλων των καταχωρήσεων',
'op3' => 'Στοιχεία',
'op3d' => 'Διαχείριση στοιχείων στις πλαϊνές, πάνω και κάτω μπάρες',
'op4' => 'Πρόσθετα',
'op4d' => 'Εγκαταστείστε, ενεργοποιήστε και απενεργοποιήστε πρόσθετα',
'op5' => 'Ρύθμιση',
'op5d' => 'Τροποποιήστε το FlatPress σας',
'op6' => 'Συντήρηση',
'op6d' => 'Εκκαθάριση και επαναφορά του FlatPress',
);
?>