summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_ban_duration.xml
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2023-05-17 11:31:45 -0700
committerCallum Prentice <callum@lindenlab.com>2023-05-17 11:31:45 -0700
commitf45e888c903bc7a4953b2812e6c30721a4322d1b (patch)
treedc76eefe00474e27ad2981f0d922fec617d1b9ad /indra/newview/skins/default/xui/pl/floater_ban_duration.xml
parent671978e3927bc3ba9fc34008bbb7efd6f07b6c81 (diff)
parent5a70639b7992842a9f74ec81b11bac56608b8f2e (diff)
Some small tweaks after merge with Viewer release
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_ban_duration.xml')
-rw-r--r--indra/newview/skins/default/xui/pl/floater_ban_duration.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_ban_duration.xml b/indra/newview/skins/default/xui/pl/floater_ban_duration.xml
new file mode 100644
index 0000000000..c4768960d3
--- /dev/null
+++ b/indra/newview/skins/default/xui/pl/floater_ban_duration.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<floater name="ban_duration" title="Czas trwania bana">
+ <text name="duration_textbox">
+ Czas trwania bana:
+ </text>
+ <radio_group name="ban_duration_radio">
+ <radio_item label="Na zawsze" name="always_radio">
+ Na zawsze
+ </radio_item>
+ <radio_item label="Tymczasowo" name="temporary_radio">
+ Tymczasowo
+ </radio_item>
+ </radio_group>
+ <text name="hours_textbox">
+ godzin.
+ </text>
+ <button label="Anuluj" name="cancel_btn" />
+</floater>