mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
127d100628
*Fixed duplicate actionIDs *Introduced minor/major steps *Reset the stringtable.xml
30 lines
985 B
XML
30 lines
985 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Edited with tabler - 2014-12-11 -->
|
|
<Project name="ACE">
|
|
<Package name="Scopes">
|
|
<Key ID="STR_ACE_Scopes_AdjustUpMinor">
|
|
<English>"Minor adjustment up</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustDownMinor">
|
|
<English>"Minor adjustment down</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustRightMinor">
|
|
<English>"Minor adjustment right</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustLeftMinor">
|
|
<English>"Minor adjustment left</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustUpMajor">
|
|
<English>Major adjustment up</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustDownMajor">
|
|
<English>Major adjustment down</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustRightMajor">
|
|
<English>Major adjustment right</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustLeftMajor">
|
|
<English>Major adjustment left</English>
|
|
</Key>
|
|
</Package>
|
|
</Project> |