1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| SGLang.lang = $.extend(SGLang.lang, {
| ToolTitle: "SkylineGlobe - Skyline Software Systems, Inc.",
| Text_DisplayByAttributeCaption: "Display By Attribute",
| Text_ColorizeByAttributeCaption: "Colorize By Attribute",
| help: "Help",
| Text_DisplayByAttrBtn: "Display by<br> Attribute",
| Text_ColorizeByAttrBtn: "Colorize by<br> Attribute",
| Text_Layer: "Layer:",
| Text_Attribute: "Attribute:",
| Text_3DMLNotFound: "Please select a 3D Mesh layer from the Project Tree and run this tool again. ",
| Text_ErrorWhileExit: "Unexpected error occurred while trying to exit the Display By Attribute tool. ",
| Text_TooManyAttributes: "There are too many unique values for this <b>Attribute</b> field. Select a different <b>Attribute</b>. ",
| Text_SetAll: "Set all to:",
| Text_All: "All",
| Text_Set: "Set",
| Text_Empty: "-EMPTY-",
| Text_Reshuffle: "Reshuffle",
| Text_Opacity: "Opacity:",
| Text_Default: "Default Color",
| Text_SGSTooOld: "Operation is only supported by SkylineGlobe Server v7.2 or higher. ",
| Text_Save: "Save",
| Text_SaveMessage: "Setting was saved successfully.",
| Text_AlertCaption: "TerraExplorer",
|
|
| Text999: ""
| });
|
|