aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorJacek Antonelli2008-11-23 22:11:57 -0600
committerJacek Antonelli2008-11-23 23:19:12 -0600
commit147ee1caee255a91f03021b3e31332463e89fbbb (patch)
treed14f5d35f982f88514d395a2af9a82ad1a23d5d3 /linden
parentCleaned up Show Filters floater XML. (diff)
downloadmeta-impy-147ee1caee255a91f03021b3e31332463e89fbbb.zip
meta-impy-147ee1caee255a91f03021b3e31332463e89fbbb.tar.gz
meta-impy-147ee1caee255a91f03021b3e31332463e89fbbb.tar.bz2
meta-impy-147ee1caee255a91f03021b3e31332463e89fbbb.tar.xz
Defined strings for filter types (to allow translation).
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml79
1 files changed, 31 insertions, 48 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml b/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml
index 653713b..9bcb848 100644
--- a/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml
@@ -11,57 +11,40 @@
11 Quick Filter: 11 Quick Filter:
12 </text> 12 </text>
13 13
14 <combo_box name="Quick Filter" label="Quick Filter" follows="left|top" 14 <!-- Inventory Type Filter Labels -->
15 height="20" left="80" width="150" bottom_delta="0"> 15 <string name="filter_type_all">All Types</string>
16 16 <string name="filter_type_animation">Animations</string>
17 <!-- IF YOU CHANGE ANY OF THESE LABELS, YOU 17 <string name="filter_type_callingcard">Calling Cards</string>
18 MUST ALSO UPDATE llinventoryview.cpp! --> 18 <string name="filter_type_wearable">Clothing / Body Parts</string>
19 19 <string name="filter_type_gesture">Gestures</string>
20 <combo_item name="type_all"> 20 <string name="filter_type_landmark">Landmarks</string>
21 All Types 21 <string name="filter_type_notecard">Notecards</string>
22 </combo_item> 22 <string name="filter_type_object">Objects</string>
23 <string name="filter_type_script">Scripts</string>
24 <string name="filter_type_sound">Sounds</string>
25 <string name="filter_type_texture">Textures</string>
26 <string name="filter_type_snapshot">Snapshots</string>
27 <string name="filter_type_custom">Custom...</string>
23 28
24 <separator /> 29 <combo_box name="Quick Filter" label="Quick Filter" follows="left|top"
25 30 height="20" left="80" width="150" bottom_delta="0">
26 <combo_item name="type_animation">
27 Animations
28 </combo_item>
29 <combo_item name="type_calling_card">
30 Calling Cards
31 </combo_item>
32 <combo_item name="type_wearable">
33 Clothing / Body Parts
34 </combo_item>
35 <combo_item name="type_gesture">
36 Gestures
37 </combo_item>
38 <combo_item name="type_landmark">
39 Landmarks
40 </combo_item>
41 <combo_item name="type_notecard">
42 Notecards
43 </combo_item>
44 <combo_item name="type_object">
45 Objects
46 </combo_item>
47 <combo_item name="type_script">
48 Scripts
49 </combo_item>
50 <combo_item name="type_sound">
51 Sounds
52 </combo_item>
53 <combo_item name="type_texture">
54 Textures
55 </combo_item>
56 <combo_item name="type_snapshot">
57 Snapshots
58 </combo_item>
59 31
60 <separator /> 32 <combo_item name="filter_type_all">All Types</combo_item>
33 <separator />
34 <combo_item name="filter_type_animation">Animations</combo_item>
35 <combo_item name="filter_type_callingcard">Calling Cards</combo_item>
36 <combo_item name="filter_type_wearable">Clothing / Body Parts</combo_item>
37 <combo_item name="filter_type_gesture">Gestures</combo_item>
38 <combo_item name="filter_type_landmark">Landmarks</combo_item>
39 <combo_item name="filter_type_notecard">Notecards</combo_item>
40 <combo_item name="filter_type_object">Objects</combo_item>
41 <combo_item name="filter_type_script">Scripts</combo_item>
42 <combo_item name="filter_type_sound">Sounds</combo_item>
43 <combo_item name="filter_type_texture">Textures</combo_item>
44 <combo_item name="filter_type_snapshot">Snapshots</combo_item>
45 <separator />
46 <combo_item name="filter_type_custom">Custom...</combo_item>
61 47
62 <combo_item name="type_custom">
63 Custom...
64 </combo_item>
65 </combo_box> 48 </combo_box>
66 49
67 <tab_container name="inventory filter tabs" follows="left|top|right|bottom" 50 <tab_container name="inventory filter tabs" follows="left|top|right|bottom"