diff options
Diffstat (limited to 'app/help/messages.in')
-rw-r--r-- | app/help/messages.in | 198 |
1 files changed, 163 insertions, 35 deletions
diff --git a/app/help/messages.in b/app/help/messages.in index f5bb62b..b4c4559 100644 --- a/app/help/messages.in +++ b/app/help/messages.in @@ -2,6 +2,13 @@ # Various messages with help. Sorted by message content ############################################################ +# misc.c +MESSAGE MSG_BETA_NOTICE +XTrackCAD Version %s: Please note that this Beta Version of XTrackCAD is still undergoing final testing before its official release. The sole purpose of this Beta Version is to conduct testing and obtain feedback. Should you encounter any bugs, glitches, lack of functionality or other problems, please let us know immediately so we can rectify these accordingly. Your help in this regard is greatly appreciated! +HELP +XTrackCAD Version %s: Please note that this Beta Version of XTrackCAD is still undergoing final testing before its official release. The sole purpose of this Beta Version is to conduct testing and obtain feedback. Should you encounter any bugs, glitches, lack of functionality or other problems, please let us know immediately so we can rectify these accordingly. Your help in this regard is greatly appreciated! +END + # chndldto.c MESSAGE MSG_CANT_PLACE_FROGPOINTS A %s cannot be placed on a turnout, circle or helix. @@ -41,6 +48,13 @@ A large font has been selected. Large fonts (or changing fonts sizes) may take a Refer to \k{cmdText} for detail. END +#cdraw.c +MESSAGE MSG_TEXT_TOO_LONG +The entered text was too long for the text object. It was truncated. +HELP +Text objects are limited to about 10k characters. +END + # ctodesgn.c MESSAGE MSG_TODSGN_DESC_NONBLANK All description fields present in the Turnout @@ -113,7 +127,7 @@ END MESSAGE MSG_BITMAP_TOO_LARGE Bitmap is too large. HELP -A Bitmap must be less than 32000 pixels in height or width. Try increasing the DPI (or DPCM) value. +A Bitmap must be less than 32000 pixels in height or width. Try increasing the DPI (or DPCM) value. Refer to \k{cmdOutputbitmap} for detail. END @@ -145,18 +159,26 @@ The current \f{Layer} is where most new objects are created. It's not possible t Refer to \k{cmdLayer} for detail. END +# cgroup.c:GroupOk +MESSAGE MSG_GROUP_NO_PATHS +No Paths were detected when grouping selected Tracks. +HELP +Please contact development +END + # cgroup.c:doGroup MESSAGE MSG_CANT_GROUP_BUMPER1 Cannot Group Bumper Track. The track has been unselected. HELP Bumper tracks (tracks with 1 endpoint) are not supported by the Group command. +Convert the Bumper track to a Straight track by Ungrouping \k{cmdUngroup} it first. END # cgroup.c:doGroup MESSAGE MSG_CANNOT_GROUP_TRACK -Cannot Group selected track. +Cannot Group selected track type %s. HELP -Group objects are formed from Straight, Curved, Turnout or Sectional track. The selected objects include a track which is not one of these. Reselect the objects, including only track segments of these types. +Group objects are formed from Straight, Curved, Turnout or Sectional track or Structures or Draw elements. The selected objects include an object which is not one of these. Reselect the objects, including only elements of these types. Refer to \k{cmdGroup} for detail. END @@ -226,6 +248,13 @@ You are trying to \f{Join} a section of track with itself. Different tracks must Refer to \k{cmdJoin} for detail. END +#cjoin.c +MESSAGE MSG_JOIN_NOTBEZIERORCORNU +Cannot Join Bezier or Cornu track if Easement is not Cornu +HELP +You must change the Easement value to Cornu in order to join Bezier or Cornu Tracks +END + # cjoin.c MESSAGE MSG_SELECTED_TRACKS_PARALLEL Cannot Join; Selected tracks are parallel. @@ -267,11 +296,11 @@ END # track.c MESSAGE MSG_CANT_SPLIT_TRK -Cannot split %s track +Cannot split track of type %s ALT Cannot split TYPE track HELP -This type of track cannot be \f{Split}. Only Straight, Curved, Circle and Easement tracks can be \f{Split}. To \f{Split} a Turnout, hold down the Shift key then \e{Left-Click} on the position where the track should be \f{Split}. +This fixed track like turnouts or or other sectional track cannot be \f{Split}. Only flexible, Cornu, straight and curved tracks can be \f{Split}. To \f{Split} a Turnout, hold down the Shift key then \e{Left-Click} on the position where the track should be \f{Split}. Refer to \k{cmdSplitTrack} for detail. END @@ -533,7 +562,7 @@ No Cars are defined for the current scale. Do you want to use the Car Inventory dialog? HELP -No Cars are defined for the current scale. Use the dialog to select cars of the current scale and add them to the \f{Car Inventory}. +No Cars are defined for the current layout scale. Either set the scale to the value of already defined cars, or use the dialog to select cars of the current scale and add them to the \f{Car Inventory}. Refer to \k{cmdCarinv} for detail. END @@ -603,6 +632,20 @@ HELP The import module function needs an empty layer to work with, but none could be found. Clear a layer and retry. END +# dlayer.c +MESSAGE MSG_NO_UNFROZEN_LAYER +No layer was found that wasn't frozen. Layer 0 is unfrozen. +HELP +There has to be one layer that isn't frozen, Layer 0 will be unfrozen +END + +# dlayer.c +MESSAGE MSG_NOT_UNFROZEN_LAYER +The current layer was defined as frozen. It is now unfrozen. +HELP +The current layer has to be unfrozen +END + # dcmpnd.c:refreshCompound MESSAGE MSG_NO_TURNOUTS_AVAILABLE No %s are available. @@ -700,16 +743,23 @@ END # drawgeom.c MESSAGE MSG_POLY_SHAPES_3_SIDES -Poly shapes must have at least 3 sides. +Polygons must have at least 3 nodes. HELP -Polygons and Poly Lines must have at least 3 sides. You're attempting to create a Poly shape with only 2 sides by deleting the third. +Polygons and Poly Lines must have at least 3 nodes. You're attempting to create a Polygon with only 2 sides or a PolyLine with one line segment. END # drawgeom.c MESSAGE MSG_POLY_MULTIPLE_SELECTED Can't delete multiple points at once HELP -Polygons and Poly Lines points can only be deleted one at a time. +Polygons and Poly Lines points can only be deleted one at a time. +END + +# drawgeom.c +MESSAGE MSG_POLY_NOTHING_SELECTED +No Point on a Poly shape selected. +HELP +Select a Poly shape and a single point in order to be able to delete it. END # dcar.c @@ -731,20 +781,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 +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 +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. @@ -821,6 +871,26 @@ The specified command has been disabled in error. Please report this error to the \e{XTrackCAD} project development team at SourceForge. The process for reporting errors is outlined in \k{bugs}. END +# cturnout.c:CheckPaths +MESSAGE MSG_SEGMENT_NOT_ON_PATH +Track segment %d not on any Path for %s +ALT +Track segment N not on Path for Turnout +HELP +A Path (a sequence of track segments) defines a route through a Turnout from one End Point to another. +Each segment should be be present in a least one Path. + +This can happen when Grouping complex track objects, or when there is more than one path between End Points, for example a siding. + +Try simplifying the segments or removing any loops in the connected segments. + +This message can be suppressed by passing the command line option + +\b /d suppresscheckpaths (Windows) or + +\b -d suppresscheckpaths (Linux/MAC) +END + # cturnout.c:splitTurnout MESSAGE MSG_SPLIT_POS_BTW_MERGEPTS Split position between Turnout Points @@ -893,7 +963,7 @@ This error occurs when; \b no structures are available in the structure selection list or; -\b the scale setting of the layout and \f{Parameter File}s does not match. +\b the scale setting of the layout and \f{Parameter File}s does not match. Using the \f{File>Parameter Files} menu, check which Parameter files are loaded. Ensure the scale of the loaded files match that of the layout. Alternately a new Structure could be created using the \f{Group} command. @@ -912,7 +982,7 @@ This error occurs when; \b no turnouts are available in the turnouts selection list or; -\b the scale setting of the layout and \f{Parameter File}s does not match. +\b the scale setting of the layout and \f{Parameter File}s does not match. Using the \f{File>Parameter Files} menu, check which Parameter files are loaded. Ensure the scale of the loaded files match that of the layout. Alternately a new turnout could be created using the \f{Turnout Designer} command. @@ -928,6 +998,12 @@ The current command operates on the unconnected \e{endpoint} of a track, but the Refer to \k{cmdSplitTrack} for detail. END +MESSAGE MSG_SPLITTED_OBJECT_TOO_SHORT +The resulting length of one track piece is shorter than the minimum length of %d. +HELP +After the split one of the track segments will be shorter than the minimum length. Select a different position for splitting. +END + # cpull.c MESSAGE MSG_PULL_FEW_SECTIONS There are too few sections in this loop. @@ -957,11 +1033,20 @@ END # cgroup.c:groupOk MESSAGE MSG_TOOMANYSEGSINGROUP -Too many segments in Group. +Too many track segments in Group. HELP -A group is limited to a maximum of 128 track segments. The number of segments within the selected group of tracks exceed this number. Select a smaller number of tracks then try again. +A group is limited to a maximum of 127 track segments. The number of track segments within the selected group of tracks exceed this number. Select a smaller number of tracks then try again. -Refer to \k{cmdGroup} for detail. +Refer to \k{cmdGroup} for details. +END + +# cgroup.c:groupOk +MESSAGE MSG_TOOMANYSEGSINGROUP2 +Track segments appear too late in Group segment list. +HELP +A Group's track segments must be in the first 127 segments. You can move the track segments to the start of the segment list. + +Refer to \k{cmdGroup} for details. END # cmodify.c @@ -1063,7 +1148,7 @@ Critical file damaged! %s is corrupt. -Please reinstall software. +Please reinstall software. HELP A critical file is corrupt. Unfortunately it will be necessary to reinstall the software or contact the XTrackCAD project development team at SourceForge in order to overcome this error. @@ -1072,7 +1157,7 @@ END # param.c MESSAGE MSG_ENTERED_STRING_TRUNCATED -The entered text is too long. Maximum length is %d. +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 @@ -1088,7 +1173,7 @@ END # dbitmap.c MESSAGE MSG_BITMAP_SIZE_WARNING -You have specified a large Bitmap. +You have specified a large bitmap. Are you sure you want to continue? HELP @@ -1097,7 +1182,11 @@ Bitmaps can use a large amount of system resources. They may also take a long ti Refer to \k{cmdOutputbitmap} for detail. END - +# doption.c +MESSAGE MSG_ICON_SIZE_RESTART +Icon Size change will take effect on next program start. +#NOHELP +END ############################################################ # Various messages without help or specific origin. @@ -1105,7 +1194,7 @@ END # various MESSAGE MSG_CARINV_DELETE_CONFIRM -Are you sure you want to delete these %d car(s)? +Are you sure you want to delete these %d car(s) from your inventory? #NOHELP END @@ -1124,25 +1213,25 @@ END # fileio.c MESSAGE MSG_DIR_OPEN_FAIL -Cannot open directory: %s +Cannot open directory: %s #NOHELP END # fileio.c MESSAGE MSG_NOT_DIR_FAIL -Path for deletion is not a directory: %s +Path for deletion is not a directory: %s #NOHELP END # fileio.c MESSAGE MSG_OPEN_DIR_FAIL -Open failed for directory: %s +Open failed for directory: %s #NOHELP END # fileio.c MESSAGE MSG_ZIP_DIR_ADD_FAIL -Can't add directory record %s to zip - %s +Can't add directory record %s to zip - %s #NOHELP END @@ -1196,13 +1285,13 @@ END # fileio.c MESSAGE MSG_UNLINK_FAIL -Unlink failed for: %s +Unlink failed for: %s #NOHELP END # fileio.c MESSAGE MSG_RMDIR_FAIL -Remove Directory failed for: %s +Remove Directory failed for: %s #NOHELP END @@ -1232,7 +1321,7 @@ END # fileio.c MESSAGE MSG_COPY_OPEN_FAIL -Cannot open file %s +Cannot open file %s #NOHELP END @@ -1282,7 +1371,7 @@ END # cgroup.c:doGroup MESSAGE MSG_CANT_GROUP_BUMPER2 At least one path for the Turnout T%d does not -terminate on an endpoint. Such a track cannot be grouped. +terminate on an endpoint. Such a track cannot be grouped. The track has been unselected. #NOHELP END @@ -1479,15 +1568,54 @@ END # misc2.c MESSAGE MSG_BAD_SCALE_INDEX -Scale index (%d) is not valid -#NOHELP +Scale index (%d) is not valid. +Do you want use the current layout scale (%s)? +Or create an "Unknown" scale? +See 'Help|Recent Messages' for details. +ALT +Scale index (NNN) is not valid. +Do you want use the current layout scale (SCALE)? +Or create an "Unknown" scale? +See 'Help|Recent Messages' for details. +HELP +Internal error: an invalid scale index has been generated. +You can substitute the layout's current scale (recommended). + +If you do not want to use the currrent scale: + +\b Choose "Unknown". + +\b Save your file + +\b Choose the correct scale from 'Options|Layout' + +\b Reload your file + +\b You will see a notice that "Scale Unknown is invalid" + +\b Choose the layout scale + +You can also correct this by selecting the affected tracks, and using the 'Change|Change Scale' \k{cmdRescale} command. + +Please report this error to the \e{XTrackCAD} project development team at SourceForge. The process for reporting errors is outlined in \k{bugs}. END # misc2.c MESSAGE MSG_BAD_SCALE_NAME -Scale %s is not valid -Please check your %s.xtq file -#NOHELP +Scale "%s" is not valid. We will substitute a dummy scale based on "%s". +See 'Help|Recent Messages' for details. +ALT +Scale "SCALE1" is not valid. We will substitute a dummy scale based on "SCALE2". +See 'Help|Recent Messages' for details. +HELP +SCALE1 is not one of known scales defined in "xtrkcad.xtq". +We will substitute the layout scale info from SCALE2. + +If the current scale is not correct, then select it on 'Options|Layout' and reload your layout. + +You can also correct this by selecting the affected tracks, and using the 'Change|Change Scale' \k{cmdRescale} command. + +Please report this error to the \e{XTrackCAD} project development team at SourceForge. The process for reporting errors is outlined in \k{bugs}. END |