diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-07-09 11:26:47 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-07-09 11:26:47 -0400 |
commit | 2a7c68cc0c339ffe5e87fcc506d6312353307e6c (patch) | |
tree | 6e7af7cb23b575558f909ee4fb2c42a607fabece /indra/newview/skins/default/xui/en | |
parent | b27606feca00172cdfd7467ff3e216824f1c9518 (diff) | |
parent | 0b337d5ffec731120adf85da45ceb1ddf5e74621 (diff) |
Merge branch 'release/luau-scripting' into lua-snapshot
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 76a2660dbb..492b29fbc7 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -4028,6 +4028,10 @@ Please check http://status.secondlifegrid.net to see if there is a known problem <string name="DeleteItem">Delete selected item?</string> <string name="EmptyOutfitText">There are no items in this outfit</string> + <string name="OutfitNotFound" value="Couldn't find outfit "/> + <string name="OutfitNotAdded" value="Can't add to COF outfit "/> + <string name="OutfitNotReplaced" value="Can't replace COF with outfit "/> + <string name="SystemFolderNotWorn" value="Can't wear system folder "/> <!-- External editor status codes --> <string name="ExternalEditorNotSet">Select an editor by setting the environment variable LL_SCRIPT_EDITOR or the ExternalEditor setting. |