1 | <?php |
---|
2 | |
---|
3 | // crop page |
---|
4 | $lang['Crop banner image'] = 'Crop banner image'; |
---|
5 | $lang['Choose the part of the image you want to use as your header.'] = 'Choose the part of the image you want to use as your header.'; |
---|
6 | $lang['Banner added'] = 'Banner added'; |
---|
7 | $lang['Incorrect file type,'] = 'Incorrect file type,'; |
---|
8 | $lang['Respect %s aspect ratio'] = 'Respect %s aspect ratio'; |
---|
9 | |
---|
10 | // upload page |
---|
11 | $lang['Banner size'] = 'Banner size'; |
---|
12 | $lang['Select an image'] = 'Select an image'; |
---|
13 | $lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'; |
---|
14 | $lang['Choose an image from your computer'] = 'Choose an image from your computer'; |
---|
15 | $lang['or choose a picture from the gallery'] = 'or choose a picture from the gallery'; |
---|
16 | $lang['Use'] = 'Use'; |
---|
17 | $lang['Banner deleted'] = 'Banner deleted'; |
---|
18 | $lang['Unknown picture id'] = 'Unknown picture id'; |
---|
19 | $lang['Picture id.'] = 'Picture id.'; |
---|
20 | $lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'The numeric identifier can be found on the picture edition page, near the thumbnail.'; |
---|
21 | $lang['For MontBlancXL and BlancMontXL, advised size is 900×190.'] = 'For MontBlancXL and BlancMontXL, advised size is 900×190.'; |
---|
22 | |
---|
23 | // config page |
---|
24 | $lang['Image only'] = 'Image only'; |
---|
25 | $lang['Gallery title above image'] = 'Gallery title above image'; |
---|
26 | $lang['With text'] = 'With text'; |
---|
27 | $lang['You can customize the display by adding CSS rules to'] = 'You can customize the display by adding CSS rules to'; |
---|
28 | $lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Put <b>%header_manager%</b> where you want to display the image.'; |
---|
29 | $lang['Banner'] = 'Banner'; |
---|
30 | $lang['Random'] = 'Random'; |
---|
31 | $lang['No banner added yet'] = 'No banner added yet'; |
---|
32 | $lang['Add a banner'] = 'Add a banner'; |
---|
33 | $lang['Display banner on photo page'] = 'Display banner on photo page'; |
---|
34 | |
---|
35 | $lang['Default banner'] = 'Default banner'; |
---|
36 | $lang['Album specific banners'] = 'Album specific banners'; |
---|
37 | $lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'In order to add a specific banner, go to the admin page of the desired album.'; |
---|
38 | $lang['Restore default banner'] = 'Restore default banner'; |
---|
39 | $lang['Non recursive'] = 'Non recursive'; |
---|
40 | $lang['Recursive'] = 'Recursive'; |
---|
41 | |
---|
42 | ?> |
---|