summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_ban_duration.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_ban_duration.xml')
-rw-r--r--indra/newview/skins/default/xui/fr/floater_ban_duration.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_ban_duration.xml b/indra/newview/skins/default/xui/fr/floater_ban_duration.xml
new file mode 100644
index 0000000000..2c877b81fa
--- /dev/null
+++ b/indra/newview/skins/default/xui/fr/floater_ban_duration.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="ban_duration" title="Durée de l&apos;interdiction">
+ <text name="duration_textbox">
+ Durée de l&apos;interdiction :
+ </text>
+ <radio_group name="ban_duration_radio">
+ <radio_item label="Toujours" name="always_radio">
+ Toujours
+ </radio_item>
+ <radio_item label="Temporaire" name="temporary_radio">
+ Temporaire
+ </radio_item>
+ </radio_group>
+ <text name="hours_textbox">
+ heures
+ </text>
+ <button label="OK" name="ok_btn"/>
+ <button label="Annuler" name="cancel_btn"/>
+</floater>