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

Last change on this file since 7229 was 7229, checked in by cljosse, 13 years ago

[Autosize][beta]fix bugs with rv_gmaps, option show icon.


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