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

Last change on this file since 6934 was 6934, checked in by ddtddt, 14 years ago

[extension] Autosize add EN Thanks to LucMorizur

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