summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_top_objects.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_top_objects.xml')
-rw-r--r--indra/newview/skins/default/xui/pl/floater_top_objects.xml67
1 files changed, 34 insertions, 33 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_top_objects.xml b/indra/newview/skins/default/xui/pl/floater_top_objects.xml
index e7299b0abb..8d41e0fb13 100644
--- a/indra/newview/skins/default/xui/pl/floater_top_objects.xml
+++ b/indra/newview/skins/default/xui/pl/floater_top_objects.xml
@@ -1,15 +1,40 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<floater name="top_objects" title="ŁADOWANIE...">
+<floater name="top_objects" title="Główne Obiekty">
+ <floater.string name="top_scripts_title">
+ Główne Skrypty
+ </floater.string>
+ <floater.string name="top_scripts_text">
+ [COUNT] skryptów działa w czasie [TIME] ms
+ </floater.string>
+ <floater.string name="scripts_score_label">
+ Czas
+ </floater.string>
+ <floater.string name="scripts_mono_time_label">
+ Mono Time
+ </floater.string>
+ <floater.string name="top_colliders_title">
+ Główne Kolizje
+ </floater.string>
+ <floater.string name="top_colliders_text">
+ [COUNT] obiektów odczuwa działanie wielu potencjalnych kolizji
+ </floater.string>
+ <floater.string name="colliders_score_label">
+ Wynik
+ </floater.string>
+ <floater.string name="none_descriptor">
+ Nie odnalezione
+ </floater.string>
<text name="title_text">
Ładowanie...
</text>
<scroll_list name="objects_list">
- <column label="Wynik" name="score"/>
- <column label="Nazwa" name="name"/>
- <column label="Właściciel" name="owner"/>
- <column label="Miejsce" name="location"/>
- <column label="Czas" name="time"/>
- <column label="Mono Time" name="mono_time"/>
+ <scroll_list.columns label="Wynik" name="score"/>
+ <scroll_list.columns label="Nazwa" name="name"/>
+ <scroll_list.columns label="Właściciel" name="owner"/>
+ <scroll_list.columns label="Miejsce" name="location"/>
+ <scroll_list.columns label="Czas" name="time"/>
+ <scroll_list.columns label="Mono Time" name="mono_time"/>
+ <scroll_list.columns label="URL" name="URLs"/>
</scroll_list>
<text name="id_text">
ID Obiektu:
@@ -20,36 +45,12 @@
</text>
<button label="Filtr" name="filter_object_btn"/>
<text name="owner_name_text">
- Owner Name:
+ Właściciel:
</text>
<button label="Filter" name="filter_owner_btn"/>
+ <button label="Odśwież" name="refresh_btn"/>
<button label="Zwróć Wybrane" name="return_selected_btn"/>
<button label="Zwróć Wszystko" name="return_all_btn"/>
<button label="Deaktywuj Wybrane" name="disable_selected_btn"/>
<button label="Deaktywuj Wszystko" name="disable_all_btn"/>
- <button label="Odśwież" name="refresh_btn"/>
- <string name="top_scripts_title">
- Główne Skrypty
- </string>
- <string name="top_scripts_text">
- [COUNT] skryptów działa w czasie [TIME] ms
- </string>
- <string name="scripts_score_label">
- Czas
- </string>
- <string name="scripts_mono_time_label">
- Mono Time
- </string>
- <string name="top_colliders_title">
- Główne Kolizje
- </string>
- <string name="top_colliders_text">
- [COUNT] obiektów odczuwa działanie wielu potencjalnych kolizji
- </string>
- <string name="colliders_score_label">
- Wynik
- </string>
- <string name="none_descriptor">
- Nie odnalezione
- </string>
</floater>