diff options
Diffstat (limited to 'indra/newview/skins/default/xui/es/floater_bumps.xml')
-rw-r--r-- | indra/newview/skins/default/xui/es/floater_bumps.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_bumps.xml b/indra/newview/skins/default/xui/es/floater_bumps.xml new file mode 100644 index 0000000000..99cc6ae6bf --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_bumps.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<floater name="floater_bumps" title="Golpes, empujones & mamporros">
+ <text name="none_detected">
+ Nada detectado
+ </text>
+ <text name="bump">
+ [TIME] [FIRST] [LAST] golpeó usted
+ </text>
+ <text name="llpushobject">
+ [TIME] [FIRST] [LAST] empujó usted con un script
+ </text>
+ <text name="selected_object_collide">
+ [TIME] [FIRST] [LAST] golpeó usted con un objeto
+ </text>
+ <text name="scripted_object_collide">
+ [TIME] [FIRST] [LAST] golpeó usted con un objeto con script
+ </text>
+ <text name="physical_object_collide">
+ [TIME] [FIRST] [LAST] golpeó usted con un objeto físico
+ </text>
+</floater>
|