diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-03-17 14:17:35 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-03-17 14:17:35 +0200 |
commit | 464092e2c9354c62143f3cbf5503445e6e6fe84e (patch) | |
tree | 537143c506ff4558b25f69643c9a8257a6e6deb6 /indra/newview/skins/default/xui/en | |
parent | 632afda4dd8abc5bfc7b3a47d4f7bef44fa2f821 (diff) |
Fixed normal EXT - 6028 ( [HARD CODED]? Inventory > Library > \"Accessories\" folder)
Added localization string to the strings.xml for Accessories folder and localization support of Accessories folder from source code (llfolderviewitem.cpp).
<string name=\"InvFolder Accessories\">TRANSLATION TO THE CORRESPONDING LANGUAGE</string> -- this string should be added to the strings.xml for each locale.
Note: due to Accessories category is created out of viewer & has the FT_NONE type it can not be localized as other protected (system) categories.
So, hack was provided to check this folder (in a Library) & localize it.
Reviewd by Mike Antipov at https://codereview.productengine.com/secondlife/r/42/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index da39f13726..eb45a9765b 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -1894,6 +1894,7 @@ Clears (deletes) the media and all params from the given face. <string name="InvFolder favorite">Favorites</string> <string name="InvFolder Current Outfit">Current Outfit</string> <string name="InvFolder My Outfits">My Outfits</string> + <string name="InvFolder Accessories">Accessories</string> <!-- are used for Friends and Friends/All folders in Inventory "Calling cards" folder. See EXT-694--> <string name="InvFolder Friends">Friends</string> |