source: extensions/gally/gally-default/language/en_UK/theme.lang.php

Last change on this file was 16016, checked in by grum, 12 years ago

feature:2664- compatibility with Piwigo 2.4

File size: 4.3 KB
Line 
1<?php
2
3$lang['gally_action_ok'] = 'The action was successful';
4$lang['gally_action_ko'] = 'The action failed';
5
6$lang['gally_save_local_conf'] = 'Saving settings';
7
8$lang['gally_img_interface'] = 'Picture/Interface';
9$lang['gally_img_other'] = 'Picture/Other';
10
11$lang['gally_img_interface_desc'] = 'This page lets you define the properties of the user interface when viewing an image';
12$lang['gally_img_other_desc'] = 'This page lets you define various properties of the user interface when viewing an image';
13
14$lang['gally_default_zoom_size'] = 'Default zoom size';
15$lang['gally_defaultZoomSize_full'] = 'Actual size (if image doesn\'t fit on the screen, it\'s possible to scroll horizontally and vertically)';
16$lang['gally_defaultZoomSize_fit'] = 'The image is resized to be fully displayed on the screen';
17$lang['gally_display_high_res_icon'] = 'Icon in the toolbar';
18$lang['gally_displayHighResIcon_yes'] = 'Show icon';
19$lang['gally_displayHighResIcon_no'] = 'Do not display the icon';
20$lang['gally_highResClickMode_zoom'] = 'Changing the type of zoom (Actual Size / resized)';
21
22$lang['gally_interface_on_image'] = 'Display hover';
23$lang['gally_interface_on_image_desc'] = 'This option defines when the mouse hovers over the image, whether to display interface';
24$lang['gally_interface_on_image_always'] = 'Always';
25$lang['gally_interface_on_image_noscroll'] = 'Only if the picture is not widescreen';
26$lang['gally_interface_on_image_never'] = 'Never';
27
28$lang['gally_image_interface_hidden'] = 'Display on loading page';
29$lang['gally_image_interface_hidden_desc'] = 'This option sets whether the interface should already be displayed when the page loads';
30$lang['gally_image_interface_hidden_no'] = 'The interface is visible at page load';
31$lang['gally_image_interface_hidden_yes'] = 'The interface is not visible on page load, it will be on the first trigger event';
32
33$lang['gally_interface_timer_delay'] = 'Timeout';
34$lang['gally_interface_timer_delay_desc'] = 'This option defines the idle time required before the interface is hidden';
35
36$lang['gally_meta_num_cols'] = 'Viewing metadata';
37$lang['gally_meta_num_cols_desc'] = 'This option sets the number of columns to use for displaying metadata';
38$lang['gally_columns'] = 'Number of columns';
39
40$lang['gally_display_banner'] = 'Display banner';
41$lang['gally_display_banner_desc'] = 'This option controls whether the banner of the site must be displayed when an image is viewed';
42$lang['gally_display_banner_yes'] = 'Show banner';
43$lang['gally_display_banner_no'] = 'Don\'t display banner';
44
45
46$lang['gally_image_auto_scroll'] = 'Management for panoramic images';
47$lang['gally_image_auto_scroll_desc'] = 'This option defines how to handle the display of wide images';
48$lang['gally_image_auto_scroll_yes'] = 'Automatic scrolling of the picture under the cursor';
49$lang['gally_image_auto_scroll_no'] = 'Manual scrolling of the picture';
50$lang['gally_image_auto_scroll_warning'] = 'This function is automatically disabled with MS Internet Explorer version of which is prior to 8';
51
52// v1.3.1
53$lang['gally_image_simulate_high_res'] = 'Simulate the presence of a high resolution image for panoramic images';
54
55// v1.3.5
56$lang['gally_image_interface_can_switch']='Interface visibility mode';
57$lang['gally_image_interface_can_switch_desc']='This option determines whether the interface is displayed continuously or if it can be hidden';
58$lang['gally_image_interface_can_switch_yes']='The interface is visible only under the defined rules';
59$lang['gally_image_interface_can_switch_no']='The interface is always visible';
60$lang['gally_display_banner_alternate'] = 'Display an alternative banner';
61$lang['gally_alternate_banner_content'] = 'Alternative banner content:';
62
63// v1.5.0
64$lang['gally_img_high_res'] = 'Picture/Lightbox view';
65$lang['gally_img_high_res_desc'] = 'This page lets you define the properties of the user interface when viewing an image in a lightbox';
66
67$lang['gally_default_zoom_size_desc'] = 'This option sets the display type used by default in a lightbox when an image bigger than the screen size is loaded';
68
69$lang['gally_display_high_res_click_mode'] = 'Action associated with the lightbox';
70$lang['gally_display_high_res_click_mode_desc'] = 'This option defines how the interface behaves when you click on the image in the lightbox';
71$lang['gally_highResClickMode_close'] = 'Close the lightbox';
72
73/* --removed
74$lang['gally_display_high_res_icon_desc'] = '';
75*/
76?>
Note: See TracBrowser for help on using the repository browser.