- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
11 lines
572 B
PHP
11 lines
572 B
PHP
<?php
|
|
$lang['Elegant, Configuration Page'] = 'Elegant, Configuration Page';
|
|
$lang['Panels options'] = 'Panels options';
|
|
$lang['Choose what should be the default state for each panel, or disable the animation:'] = 'Choose what should be the default state for each panel, or disable the animation:';
|
|
$lang['Main Menu Panel'] = 'Main Menu Panel';
|
|
$lang['Displayed'] = 'Displayed';
|
|
$lang['Hidden'] = 'Hidden';
|
|
$lang['Disable the animation'] = 'Disable the animation';
|
|
$lang['Photo Description Panel'] = 'Photo Description Panel';
|
|
$lang['Comments Panel'] = 'Comments Panel';
|
|
?>
|