Advertisement
Gamingtoday093

WayFinder Default Translation

Mar 24th, 2023 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <Translation Id="WayfindNoMarker" Value="You don't have a Marker placed!" />
  4.   <Translation Id="WayfindTooClose" Value="You are too close to your Marker!" />
  5.   <Translation Id="WayfindFailed" Value="Failed to wayfind to Marker" />
  6.   <Translation Id="WayfindCancelled" Value="You have Cancelled your wayfinding" />
  7.   <Translation Id="WayfindReachedSuccess" Value="You've Reached your destination" />
  8.   <Translation Id="WayfindDestinationNoPermission" Value="You don't have Permission to Wayfind to this Destination" />
  9.   <Translation Id="WayfindHome" Value="Home" />
  10.   <Translation Id="WayfindNoHome" Value="You don't have a claimed Bed!" />
  11.   <Translation Id="WayfindHomeSuccess" Value="Successfully Found and Marked your claimed Bed" />
  12.   <Translation Id="WayfindHomeMarker" Value="Home" />
  13.   <Translation Id="WayfindVehicle" Value="Vehicle" />
  14.   <Translation Id="WayfindNoVehicle" Value="You don't have neither a Personal or Group Vehicle!" />
  15.   <Translation Id="WayfindVehicleSuccess" Value="Successfully Found and Marked a Vehicle" />
  16.   <Translation Id="WayfindVehicleMarker" Value="Vehicle: {0}" />
  17.   <Translation Id="WayfindPersonalVehicle" Value="PersonalVehicle" />
  18.   <Translation Id="WayfindNoPersonalVehicle" Value="You don't have a Personal Vehicle!" />
  19.   <Translation Id="WayfindPersonalVehicleSuccess" Value="Successfully Found and Marked your Personal Vehicle" />
  20.   <Translation Id="WayfindPersonalVehicleMarker" Value="Personal Vehicle: {0}" />
  21.   <Translation Id="WayfindGroupVehicle" Value="GroupVehicle" />
  22.   <Translation Id="WayfindNoGroupVehicle" Value="You don't have a Group Vehicle!" />
  23.   <Translation Id="WayfindGroupVehicleSuccess" Value="Successfully Found and Marked your Group Vehicle" />
  24.   <Translation Id="WayfindGroupVehicleMarker" Value="Group Vehicle: {0}" />
  25.   <Translation Id="WayfindNoLocation" Value="Failed to find a Location by the Name of {0}" />
  26.   <Translation Id="WayfindLocationSuccess" Value="Successfully Found and Marked the Location: {0}" />
  27.   <Translation Id="WayfindLocationMarker" Value="Destination" />
  28.   <Translation Id="WayfindClearSuccess" Value="Successfully cleared Wayfinding Effects!" />
  29.   <Translation Id="LookAtObjectNoObject" Value="You aren't looking at any Large or Medium Object!" />
  30.   <Translation Id="LookAtObjectSuccess" Value="{0} ({1}) - ID: {2} , GUID: {3}" />
  31.   <Translation Id="LookAtObjectSuccessAssigned" Value="[{0}] {1} ({2}) - ID: {3} , GUID: {4}" />
  32.   <Translation Id="FREditNotEnabled" Value="FakeRoads are not Enabled!" />
  33.   <Translation Id="FREditSuccessStart" Value="Successfully Started Editing FakeRoads!" />
  34.   <Translation Id="FREditSuccessStop" Value="Successfully Stopped Editing FakeRoads!" />
  35.   <Translation Id="FRAddNotEditing" Value="You are not Editing FakeRoads!" />
  36.   <Translation Id="FRAddNotValid" Value="You aren't looking at a Valid Position!" />
  37.   <Translation Id="FRAddSuccess" Value="Successfully Placed a new FakeRoad Joint" />
  38.   <Translation Id="FRSelectNotFound" Value="You are not looking at a FakeRoad Joint!" />
  39.   <Translation Id="FRSelectSuccess" Value="Successfully Selected a FakeRoad Joint" />
  40.   <Translation Id="FRRemoveNoSelected" Value="You don't have any FakeRoad Joint Selected!" />
  41.   <Translation Id="FRRemoveSuccess" Value="Successfully Removed FakeRoad Joint" />
  42.   <Translation Id="FREditEffectUISelect" Value="Select" />
  43.   <Translation Id="FREditEffectUIDeselect" Value="Deselect" />
  44. </Translations>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement