CursorCentered - Localizations

This commit is contained in:
PabstMirror 2015-04-11 00:35:18 -05:00
parent 03dbe8e6c5
commit b5e5359795
2 changed files with 9 additions and 2 deletions

View File

@ -27,6 +27,7 @@ class ACE_Settings {
value = 0;
typeName = "BOOL";
isClientSetable = 1;
displayName = "Keep cursor centered";
displayName = "$STR_ACE_Interact_cursorKeepCentered";
description = "$STR_ACE_Interact_cursorKeepCenteredDescription";
};
};

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Edited with tabler - 2015-04-03 -->
<!-- Edited with tabler - 2015-04-11 -->
<Project name="ACE">
<Package name="Interact_Menu">
<Key ID="STR_ACE_Interact_Menu_AlwaysUseCursorSelfInteraction">
@ -17,5 +17,11 @@
<Key ID="STR_ACE_Interact_Menu_VehicleActionsRoot">
<English>Vehicle Actions</English>
</Key>
<Key ID="STR_ACE_Interact_cursorKeepCentered">
<English>Keep cursor centered</English>
</Key>
<Key ID="STR_ACE_Interact_cursorKeepCenteredDescription">
<English>Keeps cursor centered and pans the option menu around. Useful if screen size is limited.</English>
</Key>
</Package>
</Project>