forge/arma/client/addons/phone/stringtable.xml
Jacob Schmidt a8415eb1fd Add phone addon and wire UI events
- Introduce client phone addon, UI, and XEH handlers
- Route actor phone interaction to the new phone UI
- Add initial phone state, event handling, and persistence
2026-04-06 19:07:18 -05:00

15 lines
436 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project name="FFE">
<Package name="Phone">
<Key ID="STR_forge_client_phone_displayName">
<English>Phone</English>
</Key>
<Key ID="STR_forge_client_phone_phone">
<English>Phone</English>
</Key>
<Key ID="STR_forge_client_phone_phoneTooltip">
<English>Open your phone</English>
</Key>
</Package>
</Project>