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

Last change on this file since 16937 was 16937, checked in by mistic100, 12 years ago

ability to define a specific banner for an album + apply to sub-cats
(needs Piwigo 2.4.2 for tabs)

File size: 1.9 KB
Line 
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
9// upload page
10$lang['Default banner size'] = 'Default banner size';
11$lang['Select an image'] = 'Select an image';
12$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.';
13$lang['Choose an image from your computer'] = 'Choose an image from your computer';
14$lang['or choose a picture from the gallery'] = 'or choose a picture from the gallery';
15$lang['Use'] = 'Use';
16$lang['Banner deleted'] = 'Banner deleted';
17$lang['Unknown picture id'] = 'Unknown picture id';
18$lang['Picture id.'] = 'Picture id.';
19$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.';
20$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'For MontBlancXL and BlancMontXL, advised size is 900&times;190.';
21
22// config page
23$lang['Image only'] = 'Image only';
24$lang['Gallery title above image'] = 'Gallery title above image';
25$lang['With text'] = 'With text';
26$lang['You can customize the display by adding CSS rules to'] = 'You can customize the display by adding CSS rules to';
27$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.';
28$lang['Banner'] = 'Banner';
29$lang['Random'] = 'Random';
30$lang['No banner added yet'] = 'No banner added yet';
31$lang['Add a banner'] = 'Add a banner';
32
33$lang['Default banner'] = 'Default banner';
34
35?>
Note: See TracBrowser for help on using the repository browser.