flatpress/fp-interface/lang/en-us/lang.admin.main.php
azett af1aa7759b Revert "Merge branch 'master' of https://github.com/flatpressblog/flatpress"
This reverts commit e9ad11742876f9f78d743a28afd547ee7480c7f9, reversing
changes made to f30fc6204a6bc7643d7952b1df98a3aa7b462dea.
2022-07-02 13:30:56 +02:00

21 lines
585 B
PHP
Executable File

<?php
$lang ['admin'] ['panel'] ['main'] = 'Main';
$lang ['admin'] ['main'] ['default'] = array(
'head' => 'Welcome to the administration area!',
'descr' => 'Select an action',
'op1' => 'New Entry',
'op1d' => 'Add a new entry',
'op2' => 'Entries',
'op2d' => 'Show and manage all the entries',
'op3' => 'Widgets',
'op3d' => 'Manage sidebar, bottombar and topbar widgets',
'op4' => 'Plugins',
'op4d' => 'Install, enable, disable plugins',
'op5' => 'Configuration',
'op5d' => 'Customize your flatpress',
'op6' => 'Maintenance',
'op6d' => 'Clean and restore flatpress'
);