diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-01 12:31:25 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-01 12:31:25 +0000 |
commit | ef5cbcb0604cbffbb6c153a433411fedcf4e5831 (patch) | |
tree | 06ff2fa6856e43b37a78b2dfa64e56008ce91b5c /indra/newview/skins/default/xui/it/floater_bumps.xml | |
parent | 7e0a3ce7359a01ffa7776d86f279409225c3c2a7 (diff) | |
parent | d2c2d3f58e8d150c993708cbf13fc584a557ced7 (diff) |
Merge from viewer2.
Diffstat (limited to 'indra/newview/skins/default/xui/it/floater_bumps.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/floater_bumps.xml | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_bumps.xml b/indra/newview/skins/default/xui/it/floater_bumps.xml index 23fa1a41a6..d9dd3f26d7 100644 --- a/indra/newview/skins/default/xui/it/floater_bumps.xml +++ b/indra/newview/skins/default/xui/it/floater_bumps.xml @@ -1,21 +1,24 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="floater_bumps" title="COLLISIONI, SPINTE E COLPI"> - <string name="none_detected"> + <floater.string name="none_detected"> Nessuno rilevato - </string> - <string name="bump"> + </floater.string> + <floater.string name="bump"> [TIME] [FIRST] [LAST] ti ha urtato - </string> - <string name="llpushobject"> + </floater.string> + <floater.string name="llpushobject"> [TIME] [FIRST] [LAST] ti ha spinto per mezzo di uno script - </string> - <string name="selected_object_collide"> + </floater.string> + <floater.string name="selected_object_collide"> [TIME] [FIRST] [LAST] ti ha colpito con un oggetto - </string> - <string name="scripted_object_collide"> + </floater.string> + <floater.string name="scripted_object_collide"> [TIME] [FIRST] [LAST] ti ha colpito con un oggetto scriptato - </string> - <string name="physical_object_collide"> + </floater.string> + <floater.string name="physical_object_collide"> [TIME] [FIRST] [LAST] ti ha colpito con un oggetto fisico - </string> + </floater.string> + <floater.string name="timeStr"> + [[hour,datetime,slt]:[min,datetime,slt]] + </floater.string> </floater> |