summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_notifications_tabbed.xml
diff options
context:
space:
mode:
authorPanteraPolnocy <panterapolnocy@gmail.com>2023-01-07 20:36:50 +0100
committerPanteraPolnocy <panterapolnocy@gmail.com>2023-01-07 20:36:50 +0100
commit77444ca356abb4ab77736d7db84f01b89cdf55b5 (patch)
tree2b950a578bf35a47198ad51cc220f3bd44859de2 /indra/newview/skins/default/xui/pl/floater_notifications_tabbed.xml
parentd0f115ae093e8268da2a3245d6cb2f3bcc544f1c (diff)
Translate missing control_*, floater_* menu_* and few panel_* files in Polish directory; Fix localizability in various English XMLs
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_notifications_tabbed.xml')
-rw-r--r--indra/newview/skins/default/xui/pl/floater_notifications_tabbed.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_notifications_tabbed.xml b/indra/newview/skins/default/xui/pl/floater_notifications_tabbed.xml
new file mode 100644
index 0000000000..a02666b6a1
--- /dev/null
+++ b/indra/newview/skins/default/xui/pl/floater_notifications_tabbed.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="floater_notifications_tabbed" title="POWIADOMIENIA">
+ <floater.string name="system_tab_title">
+ Systemowe ([COUNT])
+ </floater.string>
+ <floater.string name="transactions_tab_title">
+ Transakcje ([COUNT])
+ </floater.string>
+ <floater.string name="group_invitations_tab_title">
+ Zaproszenia ([COUNT])
+ </floater.string>
+ <floater.string name="group_notices_tab_title">
+ Grupowe ([COUNT])
+ </floater.string>
+ <string name="title_notification_tabbed_window">
+ Powiadomienia
+ </string>
+ <layout_stack name="TabButtonsStack">
+ <layout_panel name="TabButtonsLayoutPanel">
+ <tab_container name="notifications_tab_container">
+ <panel label="Systemowe (0)" name="system_notification_list_tab" />
+ <panel label="Transakcje (0)" name="transaction_notifications_tab" />
+ <panel label="Zaproszenia (0)" name="group_invite_notifications_tab" />
+ <panel label="Grupowe (0)" name="group_notice_notifications_tab" />
+ </tab_container>
+ <layout_stack name="ButtonsStack">
+ <layout_panel name="CondenseAllButtonPanel">
+ <button label="Zwiń wszystkie" name="collapse_all_button" />
+ </layout_panel>
+ <layout_panel name="DeleteAllButtonPanel">
+ <button label="Usuń wszystkie" name="delete_all_button" />
+ </layout_panel>
+ </layout_stack>
+ </layout_panel>
+ </layout_stack>
+</floater>