Specified and corrected units of measurement in the language strings
This commit is contained in:
parent
8b92d1c307
commit
9b77e2734e
3 changed files with 5 additions and 5 deletions
|
@ -25,4 +25,4 @@
|
||||||
$string['pluginname'] = 'Border';
|
$string['pluginname'] = 'Border';
|
||||||
$string['invalidwidth'] = 'The width has to be a valid number greater than 0.';
|
$string['invalidwidth'] = 'The width has to be a valid number greater than 0.';
|
||||||
$string['width'] = 'Width';
|
$string['width'] = 'Width';
|
||||||
$string['width_help'] = 'Width of the border.';
|
$string['width_help'] = 'Width of the border in mm.';
|
||||||
|
|
|
@ -23,10 +23,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$string['height'] = 'Height';
|
$string['height'] = 'Height';
|
||||||
$string['height_help'] = 'Height of the image in the page. If equal to zero, it is automatically calculated.';
|
$string['height_help'] = 'Height of the image in mm. If equal to zero, it is automatically calculated.';
|
||||||
$string['image'] = 'Image';
|
$string['image'] = 'Image';
|
||||||
$string['invalidheight'] = 'The height has to be a valid number greater than or equal to 0.';
|
$string['invalidheight'] = 'The height has to be a valid number greater than or equal to 0.';
|
||||||
$string['invalidwidth'] = 'The width has to be a valid number greater than or equal to 0.';
|
$string['invalidwidth'] = 'The width has to be a valid number greater than or equal to 0.';
|
||||||
$string['pluginname'] = 'Image';
|
$string['pluginname'] = 'Image';
|
||||||
$string['width'] = 'Width';
|
$string['width'] = 'Width';
|
||||||
$string['width_help'] = 'Width of the image in the page. If equal to zero, it is automatically calculated.';
|
$string['width_help'] = 'Width of the image in mm. If equal to zero, it is automatically calculated.';
|
||||||
|
|
|
@ -80,9 +80,9 @@ $string['pluginname'] = 'Custom Certificate';
|
||||||
$string['print'] = 'Print';
|
$string['print'] = 'Print';
|
||||||
$string['portrait'] = 'Portrait';
|
$string['portrait'] = 'Portrait';
|
||||||
$string['posx'] = 'Position X';
|
$string['posx'] = 'Position X';
|
||||||
$string['posx_help'] = 'This is the position in pixels from the top left corner you wish the element to display in the x direction.';
|
$string['posx_help'] = 'This is the position in mm from the top left corner you wish the element to display in the x direction.';
|
||||||
$string['posy'] = 'Postion Y';
|
$string['posy'] = 'Postion Y';
|
||||||
$string['posy_help'] = 'This is the position in pixels from the top left corner you wish the element to display in the y direction.';
|
$string['posy_help'] = 'This is the position in mm from the top left corner you wish the element to display in the y direction.';
|
||||||
$string['receiveddate'] = 'Received date';
|
$string['receiveddate'] = 'Received date';
|
||||||
$string['report'] = 'Report';
|
$string['report'] = 'Report';
|
||||||
$string['save'] = 'Save';
|
$string['save'] = 'Save';
|
||||||
|
|
Loading…
Reference in a new issue