|
Revision 13558, 294 bytes
(checked in by plg, 15 months ago)
|
|
import theme Simple version 2.5.3
add an option and admin page to choose the layout for albums (with description under or next to the album thumbnail)
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $lang['Show/hide menu'] = 'Afficher/cacher le menu'; |
|---|
| 4 | $lang['Album title and description'] = 'Titre et description de l\'album'; |
|---|
| 5 | $lang['under the album thumbnail'] = 'sous la miniature représentante'; |
|---|
| 6 | $lang['next to the album thumbnail'] = 'à côté de la miniature représentante'; |
|---|
| 7 | |
|---|
| 8 | ?> |
|---|