|
Revision 6109, 412 bytes
(checked in by grum, 3 years ago)
|
|
Gally's themes compatibles with piwigo 2.1
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $lang['gally_menu_1'] = 'Menu'; |
|---|
| 4 | $lang['gally_menu_1_desc'] = 'This page lets you define the properties of the menu of the gallery'; |
|---|
| 5 | $lang['gally_expand_menu'] = 'Expand menu'; |
|---|
| 6 | $lang['gally_expand_menu_desc'] = 'This option allows you to develop the full menu of categories / subcategories'; |
|---|
| 7 | $lang['gally_expand_menu_yes'] = 'Expand the menu'; |
|---|
| 8 | $lang['gally_expand_menu_no'] = 'Don\'t expand the menu'; |
|---|
| 9 | |
|---|
| 10 | ?> |
|---|