From d1a8285f818eb7e5c3d6a05709ea21a808490b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 19 Mar 2018 19:55:58 +0100 Subject: New upstream version 5.1.0 --- app/help/messages.in | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'app/help/messages.in') diff --git a/app/help/messages.in b/app/help/messages.in index 3fe1b97..519f2f8 100644 --- a/app/help/messages.in +++ b/app/help/messages.in @@ -73,7 +73,7 @@ Refer to \k{cmdTurnoutNew} for detail. END MESSAGE MSG_CURVE_OUT_OF_RANGE -Angle must be between 0° and 360°. +Angle must be between 0\u00B0 and 360\u00B0. HELP The angle specified for a curve must be between 0\u00B0 and 360\u00B0. END @@ -186,6 +186,15 @@ Cannot join from a turntable, try to a turntable HELP You cannot select a \f{Turntable} as the second track in \f{Join} command. If you wish to \f{Join} to a \f{Turntable} then select the \f{Turntable} as the first track in the \f{Join} command. +Refer to \k{cmdJoin} for detail. +END + + ccornu.c +MESSAGE MSG_JOIN_CORNU_SAME +Cannot Join; Selected endpoints are on same track. +HELP +You are trying to \f{Join} a section of track with itself. Different tracks must selected when using the \f{Join} command. + Refer to \k{cmdJoin} for detail. END @@ -272,6 +281,14 @@ The parameters \e{Minimum Track Length}, \e{Connection Angle} and \e{Connection Refer to \k{cmdPref} for detail. END +MESSAGE MSG_CONN_PARAMS_TOO_BIG +Connection parameters reset to maximum values. +HELP +The parameters \e{Minimum Track Length}, \e{Connection Angle} and \e{Connection Distance} have maximum values that cannot be set to bigger values. The maximum values are 1.0"/2.54cm, 10\u00B0 and 1.0"/2.54cm respectively. + +Refer to \k{cmdPref} for detail. +END + # fileio.c MESSAGE MSG_CANT_PASTE Copy/Paste buffer is empty. There is nothing to Paste. @@ -622,8 +639,20 @@ HELP It's not possible to create a Circle or Helix with a radius of 0\u00B0 or less. Specify a positive value in the \f{Radius} field that appears in the Status Bar. END +MESSAGE MSG_RADIUS_GTR_10000 +Radius must be less than 10000. +HELP +It's not possible to create a Circle or Helix with a radius of 10000\u00B0 or more. Specify a smaller value in the \f{Radius} field. +END + +MESSAGE MSG_RADIUS_TOO_BIG +The Circle or Helix will not fit within the layouts room parameters (Height and Width). +HELP +The defined circle can not fit within the defined layout parameters. Either specify a smaller value in the \f{Radius} field, or increase the room parameters in the \f{Layout} dialog. +END + #cselect.c -MESSAGE MSG_RESCALE_TOO_BIG +MESSAGE MSG_RESCALE_TOO_BIG Rescaled tracks do not fit within layouts room parameters (Height and width). The layouts room parameters should be set to at least %s by %s. @@ -940,6 +969,13 @@ A critical file is corrupt. Unfortunately it will be necessary to reinstall the Please report this error to the \e{XTrackCAD} project development team at SourceForge. The process for reporting errors is outlined in \k{bugs}. END +# param.c +MESSAGE MSG_ENTERED_STRING_TRUNCATED +The entered text is too long. Maximum length is %d. +HELP +The text entered into a field is longer than the maximum allowed length and was truncated. Please check the shortened text and edit as necessary. +END + # track.c MESSAGE MSG_PT_IS_NOT_TRK [%s %s] is not a track. -- cgit v1.2.3