source: extensions/Autosize/language/en_UK/lang.php @ 7124

Last change on this file since 7124 was 7124, checked in by cljosse, 14 years ago

[Autosize][beta]Improvement theme compatibility.


  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1<?php
2global $lang;
3$lang['cl_autosize_info_2'] = "No resizing Display.";
4$lang['cl_autosize_info'] = 'Allows automatic resizing of the display with respect to explorer window.';
5$lang['cl_autosize_Howto'] = 'Display management';
6
7$lang['cl_autosize_config_title_1'] = 'Maximum values management';
8
9$lang['cl_autosize_hlp_line1'] = 'Maximum display size with respect to user status.<br>Values are defined per percentage (%) or per pixels (px).';
10
11$lang['cl_autosize_height'] = 'Height';
12$lang['cl_autosize_width'] = 'Width';
13
14$lang['cl_autosize_config_title_2'] = 'Minimum values';
15$lang['cl_autosize_hlp_line2'] = 'Minimum picture size, to activate the automatic resizing.';
16$lang['cl_autosize_miniheight'] = 'Minimum height';
17$lang['cl_autosize_miniwidth'] = 'Minimum width';
18
19$lang['cl_autosize_hlp_line3'] = 'The automatic resizing will be desactivated if the size of the picture to be displayed is less than this value.';
20
21$lang['cl_autosize_echelle_max'] = 'Maximum scale.'; 
22$lang['cl_autosize_hlp_line4'] = 'The automatic resizing will be clipped to this value, if the magnifying ratio (real picture size / displayed picture size) is above.'; 
23
24$lang['cl_autosize_marge_basse'] = 'Bottom margin.';
25$lang['cl_autosize_hlp_line5'] = 'Bottom saved space, for legend display';
26
27$lang['cl_autosize_save'] = 'Save';
28
29$lang['cl_autosize_save_config'] = 'Store configuration.';
30?>
Note: See TracBrowser for help on using the repository browser.