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

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

[Autosize][beta]Include an option for the description and the copyright.


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