mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
22 lines
766 B
XML
22 lines
766 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project name="ACE">
|
|
<Package name="Sitting">
|
|
<Key ID="STR_ACE_Sitting_Sit">
|
|
<English>Sit Down</English>
|
|
<Polish>Usiądź</Polish>
|
|
</Key>
|
|
<Key ID="STR_ACE_Sitting_Stand">
|
|
<English>Stand Up</English>
|
|
<Polish>Wstań</Polish>
|
|
</Key>
|
|
<Key ID="STR_ACE_Sitting_Enable">
|
|
<English>Enable Sitting</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Sitting_ModuleDisplayName">
|
|
<English>Sitting</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Sitting_ModuleDescription">
|
|
<English>This module allows you to disable the ability to sit on chairs and toilets.</English>
|
|
</Key>
|
|
</Package>
|
|
</Project> |