summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-04-09 18:53:52 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-04-09 18:53:52 -0700
commit2115211328261d875dc0ccacdc2021f1c501a36d (patch)
tree0cc143ed25cfadc2b54f37a8895523bcf44e1582 /indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
parent4888f7d34969b596e2b37ef72576118e1c0c27ac (diff)
Re-implementing the path testing functionality as a proper LLTool.
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_pathfinding_console.xml')
-rw-r--r--indra/newview/skins/default/xui/en/floater_pathfinding_console.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
index e43fda01e0..28f0d9fa4a 100644
--- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
+++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
@@ -27,11 +27,15 @@
<floater.string name="navmesh_simulator_status_some_building">Some navmesh regions are building.</floater.string>
<floater.string name="navmesh_simulator_status_pending_and_building">Some navmesh regions have pending changes and others are building.</floater.string>
<floater.string name="navmesh_simulator_status_complete">Navmesh is up-to-date.</floater.string>
+ <floater.string name="pathing_unknown"></floater.string>
+ <floater.string name="pathing_library_not_implemented">Cannot find pathing library implementation.</floater.string>
+ <floater.string name="pathing_region_not_enabled">This region is not enabled for pathfinding.</floater.string>
<floater.string name="pathing_choose_start_and_end_points">Please choose start and end points.</floater.string>
<floater.string name="pathing_choose_start_point">Please choose start point.</floater.string>
<floater.string name="pathing_choose_end_point">Please choose end point.</floater.string>
<floater.string name="pathing_path_valid">Path is shown in orange.</floater.string>
<floater.string name="pathing_path_invalid">A path between the chosen points cannot be found.</floater.string>
+ <floater.string name="pathing_error">An error occurred during path generation.</floater.string>
<panel
border="false"
bevel_style="none"