diff options
author | Steven Bennetts <steve@lindenlab.com> | 2008-07-22 19:01:52 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2008-07-22 19:01:52 +0000 |
commit | 0c0391cc7114bd2e9e4462c40e88814326f61bc2 (patch) | |
tree | 2906124fe8371b6336e6f7231cd890d267a75d6d /indra/newview/skins/default/xui/fr/floater_bumps.xml | |
parent | ed386ae547c225e352c39e8d14921572ee534b0b (diff) |
QAR-758 1.20 Viewer RC 12, 13, 14, 15 -> Release
merge Branch_1-20-14-Viewer-merge -> release
Includes Branch_1-20-Viewer-2 through 92456
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_bumps.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_bumps.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_bumps.xml b/indra/newview/skins/default/xui/fr/floater_bumps.xml new file mode 100644 index 0000000000..5f39ba6ea2 --- /dev/null +++ b/indra/newview/skins/default/xui/fr/floater_bumps.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<floater name="floater_bumps" title="Agressions physiques">
+ <text name="none_detected">
+ Aucun(e) détecté(e)
+ </text>
+ <text name="bump">
+ [TIME] [FIRST] [LAST] vous a bousculé.
+ </text>
+ <text name="llpushobject">
+ [TIME] [FIRST] [LAST] vous a poussé avec un script
+ </text>
+ <text name="selected_object_collide">
+ [TIME] [FIRST] [LAST] vous a frappé avec un objet
+ </text>
+ <text name="scripted_object_collide">
+ [TIME] [FIRST] [LAST] vous a frappé avec un objet scripté
+ </text>
+ <text name="physical_object_collide">
+ [TIME] [FIRST] [LAST] vous a frappé avec un objet physique
+ </text>
+</floater>
|