ExAd/mpmissions/Exile.Altis/stringtable.xml

89 lines
3.1 KiB
XML
Raw Normal View History

2016-04-14 20:56:33 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<Project name="ExAd">
<Package name="HaloParachute">
<Container name="Actions">
<Key ID="STR_ExAd_HALOPARACHUTE_ACTIONS_HALO">
<Original>Halo Jump</Original>
</Key>
<Key ID="STR_ExAd_HALOPARACHUTE_ACTIONS_PARACHUTE">
<Original>Open Parachute</Original>
</Key>
2016-04-14 21:56:53 +00:00
<Key ID="STR_ExAd_HALOPARACHUTE_ACTIONS_DETACH">
<Original>Open Parachute</Original>
</Key>
2016-04-14 20:56:33 +00:00
</Container>
2016-04-27 06:20:25 +00:00
<Container name="Info">
<Key ID="STR_ExAd_HALOPARACHUTE_INFO_DETACH">
<Original>You can eject from parachute with: Alt Shift x</Original>
</Key>
</Container>
2016-04-14 20:56:33 +00:00
</Package>
2016-04-28 11:31:00 +00:00
<Package name="VirtualGarage">
<Container name="Notifications">
<Key ID="STR_ExAd_VIRTUALGARAGE_NOTI_FULL">
<Original>You garage is full!</Original>
</Key>
<Key ID="STR_ExAd_VIRTUALGARAGE_NOTI_NOT_PERSISTENT">
<Original>You can only store pincode protected vehicles into the garage!</Original>
</Key>
2016-04-28 11:31:00 +00:00
</Container>
</Package>
2016-05-02 21:56:13 +00:00
<Package name="Grinding">
<Container name="Notifications">
<Key ID="STR_ExAd_GRINDING_NOTI_BROKE">
<Original>Your grinder broke, get a new one before you can continue.</Original>
</Key>
<Key ID="STR_ExAd_GRINDING_NOTI_EMPTY_BAT">
<Original>Find some batteries to get the grinder to work.</Original>
</Key>
<Key ID="STR_ExAd_GRINDING_NOTI_PROGRESS">
<Original>I think I'm getting through.</Original>
</Key>
<Key ID="STR_ExAd_GRINDING_NOTI_FINISHED">
<Original>You have broken the code lock.</Original>
</Key>
<Key ID="STR_ExAd_GRINDING_NOTI_RESTORED">
<Original>You've changed the look</Original>
</Key>
</Container>
<Package name="Hacking">
<Container name="Notifications">
<Key ID="STR_ExAd_HACKING_NOTI_MAX_TERRITORY_HACKS_REACHED">
<Original>Connection failed! Territory Wi-Fi is down!</Original>
</Key>
<Key ID="STR_ExAd_HACKING_NOTI_TERRITORY_ONE_HACK">
<Original>Wi-Fi occupied!!</Original>
</Key>
<Key ID="STR_ExAd_HACKING_NOTI_MAX_SIM_HACKS">
<Original>The laptop overloaded and got destroyed! Another hacker is already using the grid.</Original>
</Key>
<Key ID="STR_ExAd_HACKING_NOTI_VG_SUCCESS">
<Original>Hack successful! The Virtual Garage unloaded a %1</Original> <!-- %1 indicates the vehicle class name that's going to be shown-->
</Key>
<Key ID="STR_ExAd_HACKING_NOTI_VG_NO_VEH">
<Original>Hack successful! No vehicles were stored in the Virtual Garage.</Original>
</Key>
<Key ID="STR_ExAd_HACKING_NOTI_SAFE_SUCCESS">
<Original>Hack successful! The safe is now unlocked.</Original>
</Key>
<Key ID="STR_ExAd_HACKING_NOTI_INTERUPTED">
<Original>Hack has been interupted</Original>
</Key>
<Key ID="STR_ExAd_HACKING_NOTI_FAILED">
<Original>Hack failed! Circuits overloaded!</Original>
</Key>
</Container>
<Container name="Hint">
<Key ID="STR_ExAd_HACKING_HINT_TITLE">
<Original>Hack Activity</Original>
</Key>
<Key ID="STR_ExAd_HACKING_HINT_HACK_START">
<Original>A brute force hack is detected on the grid!</Original>
</Key>
<Key ID="">
<Original></Original>
</Key>
</Container>
2016-05-02 21:56:13 +00:00
</Package>
2016-04-14 20:56:33 +00:00
</Project>