diff options
author | Jonathan Yap <none@none> | 2011-03-04 08:46:45 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-03-04 08:46:45 -0500 |
commit | 4d8244573c6e71b5780574432c68fd22847daee5 (patch) | |
tree | 78e9dd9925fce2e148f57543498e0aab415ea856 /indra/newview/skins | |
parent | 4cfe6dce916a8fc93f95ebc04f1cf701c13af19a (diff) |
STORM-1040 Text that shows what Beacons you are viewing is always in English
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 70a40960a1..be5a38b5f5 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -3425,4 +3425,13 @@ Abuse Report</string> <string name="Z">Z</string> <!-- Key names end --> + <!-- llviewerwindow --> + <string name="BeaconParticle">Viewing particle beacons (blue)</string> + <string name="BeaconPhysical">Viewing physical object beacons (green)</string> + <string name="BeaconScripted">Viewing scripted object beacons (red)</string> + <string name="BeaconScriptedTouch">Viewing scripted object with touch function beacons (red)</string> + <string name="BeaconSound">Viewing sound beacons (yellow)</string> + <string name="BeaconMedia">Viewing media beacons (white)</string> + <string name="ParticleHiding">Hiding Particles</string> + </strings> |