source: extensions/header_manager/language/en_UK/plugin.lang.php @ 26299

Last change on this file since 26299 was 26299, checked in by mistic100, 10 years ago

update languages

File size: 2.4 KB
RevLine 
[15854]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,';
[26299]8$lang['Respect %s aspect ratio'] =  'Respect %s aspect ratio';
[15854]9
10// upload page
[26299]11$lang['Banner size'] = 'Banner size';
[15854]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&times;190.'] = 'For MontBlancXL and BlancMontXL, advised size is 900&times;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';
[17734]33$lang['Display banner on photo page'] = 'Display banner on photo page';
[15854]34
[16937]35$lang['Default banner'] = 'Default banner';
[20169]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';
[16937]41
[15854]42?>
Note: See TracBrowser for help on using the repository browser.