|
Revision 7989, 1.2 KB
(checked in by Zaphod, 3 years ago)
|
|
[extension] stripped - first release
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $lang['Show/hide menu'] = 'Show/hide menu'; |
|---|
| 4 | $lang['Description'] = 'Description'; |
|---|
| 5 | $lang['Informations'] = 'Informations'; |
|---|
| 6 | $lang['GMap'] = 'Map'; |
|---|
| 7 | |
|---|
| 8 | $lang['Interface options']='Interface options'; |
|---|
| 9 | $lang['Animate menu']='Animate menu'; |
|---|
| 10 | $lang['Animate tabs on picture page']='Animate tabs on picture page'; |
|---|
| 11 | $lang['Replace all icons by ALT text']='Replace all icons by ALT text'; |
|---|
| 12 | $lang['Picture page options']='Picture page options'; |
|---|
| 13 | $lang['Show image title on top of the page (after browse path)']='Show image title on top of the page (after browse path)'; |
|---|
| 14 | $lang['Show description instead of title below image']='Show description instead of title below image'; |
|---|
| 15 | $lang['Show Information tab only to admins']='Show Information tab only to admins'; |
|---|
| 16 | $lang['Image autosize options']='Image autosize options'; |
|---|
| 17 | $lang['Resize image to fit window']='Resize image to fit window'; |
|---|
| 18 | $lang['Include title after resize']='Include title after resize'; |
|---|
| 19 | $lang['Additional bottom margin after resize']='Additional bottom margin after resize'; |
|---|
| 20 | $lang['Minimum image height after resize']='Minimum image height after resize'; |
|---|
| 21 | $lang['stripped Configuration updated']='stripped Configuration updated'; |
|---|
| 22 | |
|---|
| 23 | ?> |
|---|