source: extensions/Autosize/language/en_UK/plugin.lang.php @ 19122

Last change on this file since 19122 was 19122, checked in by plg, 11 years ago

missing language keys in English

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1<?php
2global $lang;
3
4$lang['cl_autosize_miniheight2'] = 'Minimum height picture size';
5$lang['cl_autosize_miniwidth2'] = 'Minimum width picture size';
6$lang['cl_autosize_hlp_line32'] = "Minimum picture size. "  ;
7
8$lang['cl_autosize_enabled'] = "Enabled";
9$lang['cl_autosize_desc_view'] = "Include the description and the license in the compute."; 
10$lang['cl_autosize_icon_view'] = "Show an icon in the toolbar";
11$lang['cl_autosize_info_2'] = "No resizing Display.";
12$lang['cl_autosize_info'] = 'Allows automatic resizing of the display with respect to explorer window.';
13$lang['cl_autosize_Howto'] = 'Display management';
14
15$lang['cl_autosize_config_title_1'] = 'Maximum values management';
16
17$lang['cl_autosize_hlp_line1'] = 'Maximum display size with respect to user status.<br>Values are defined per percentage (%) or per pixels (px).';
18
19$lang['cl_autosize_height'] = 'Height';
20$lang['cl_autosize_width'] = 'Width';
21
22$lang['cl_autosize_config_title_2'] = 'Minimum values';
23$lang['cl_autosize_hlp_line2'] = 'Minimum picture size, to activate the automatic resizing.';
24$lang['cl_autosize_miniheight'] = 'Minimum height';
25$lang['cl_autosize_miniwidth'] = 'Minimum width';
26
27$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.';
28
29$lang['cl_autosize_echelle_max'] = 'Maximum scale.'; 
30$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.'; 
31
32$lang['cl_autosize_marge_basse'] = 'Bottom margin.';
33$lang['cl_autosize_hlp_line5'] = 'Bottom saved space, for legend display';
34
35$lang['cl_autosize_save'] = 'Save';
36
37$lang['cl_autosize_save_config'] = 'Store configuration.';
38
39$lang['cl_autosize_fade_in'] = "Fade in";
40$lang['cl_autosize_default_type'] = "<span class='noselect' > SelMax </span>/ <span class='select'> Autosize </span>";
41$lang['cl_autosize_default_type_hlp'] = "Select default mode";
42?>
Note: See TracBrowser for help on using the repository browser.