diff options
author | Kitty Barnett <develop@catznip.com> | 2024-09-03 18:14:06 +0200 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2024-09-03 18:14:22 +0200 |
commit | db8916454457e3e4856fddcbbafe66b3766e4ffa (patch) | |
tree | 359eb0fff468c9b401e8fc6b6e430d4cb77891dd /indra/newview/skins/default/xui/en/strings.xml | |
parent | 4f7eb9b12e9c7eeb9f3ee0980bd4616df7d678b6 (diff) |
Add the RLVa console
Diffstat (limited to 'indra/newview/skins/default/xui/en/strings.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 39a663298a..cebe1ff6c3 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -4377,6 +4377,11 @@ and report the problem. </string> <!-- RLVa --> + <string name="RlvConsoleDisable">RLVa is disabled</string> + <string name="RlvConsoleInvalidCmd">Invalid command</string> + <string name="RlvConsoleExecuted">INFO</string> + <string name="RlvConsoleFailed">ERR</string> + <string name="RlvConsoleRetained">RET</string> <string name="RlvDebugExecuted">executed</string> <string name="RlvDebugFailed">failed</string> <string name="RlvDebugRetained">retained</string> |