forked from tanaaKa/CMF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstringtable.xml
More file actions
27 lines (27 loc) · 848 Bytes
/
stringtable.xml
File metadata and controls
27 lines (27 loc) · 848 Bytes
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
<?xml version='1.0' encoding='UTF-8'?>
<!-- This document was created with Syntext Serna Free. -->
<Project ID="Arma3">
<Package ID="Missions">
<Container ID="">
<Key ID="STR_f_mapClickTeleportAction">
<English> Deploy </English>
</Key>
<Key ID="STR_f_mapClickTeleportSelect">
<English> Click to deploy your team </English>
</Key>
<Key ID="STR_f_mapClickTeleportDone">
<English> Team Deployed! </English>
</Key>
<Key ID="STR_f_mapClickHALOAction">
<English> HALO </English>
</Key>
<Key ID="STR_f_mapClickHALOSelect">
<English> Click to deploy your team into a HALO jump </English>
</Key>
<Key ID="STR_f_mapClickHALODone">
<English> Open at 200m! </English>
</Key>
</Key>
</Container>
</Package>
</Project>