flatpress/fp-interface/lang/en-us/lang.admin.main.php
2023-11-19 00:44:14 +01: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'
);