
- For future new language packs, a clean basis has been created with the existing language packs. - Removed unnecessary line breaks, spaces and tabs to avoid unexpected views in the responsive design. - Updated links to external sources. - Missing language files created in plugins. - Gallerycaptions plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl - Mediamanager plugin: el-gr, fr-fr - PhotoSwipe plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl - Readmore plugin: el-gr, fr-fr - Seometataginfo plugin: pt-br
22 lines
588 B
PHP
Executable File
22 lines
588 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'
|
|
);
|
|
?>
|