blob: 7c6c7ab90fc3a295f003461e9c4df71661621bd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="status">
<text type="string" length="1" name="ParcelNameText"
tool_tip="Nazwa posiadłości w której się znajdujesz. Po więcej informacji kliknij O Posiadłości.">
nazwa posiadłości
</text>
<text type="string" length="1" name="BalanceText" tool_tip="Stan Konta">
Ładowanie...
</text>
<button label="" label_selected="" name="buycurrency" tool_tip="Kup $L" />
<text type="string" length="12" name="TimeText" tool_tip="Obecny Czas (Pacyficzny)">
12:00 AM
</text>
<string name="StatBarDaysOfWeek">
Niedziela:Poniedziałek:Wtorek:Środa:Czwartek:Piątek:Sobota
</string>
<string name="StatBarMonthsOfYear">
Styczeń:Luty:Marzec:Kwiecień:Maj:Czerwiec:Lipiec:Serpień:Wrzesień:Październik:Listopad:Grudzień
</string>
<button label="" label_selected="" name="scriptout"
tool_tip="Ostrzeżenia i Błędy Skryptów" />
<button label="" label_selected="" name="health" tool_tip="Zdrowie" />
<text type="string" length="1" name="HealthText" tool_tip="Health">
100%
</text>
<button label="" label_selected="" name="no_fly" tool_tip="Latanie niedozwolone" />
<button label="" label_selected="" name="no_build" tool_tip="Budowanie niedozwolone" />
<button label="" label_selected="" name="no_scripts" tool_tip="Scripts not allowed" />
<button label="" label_selected="" name="restrictpush"
tool_tip="Popychanie niedozwolone" />
<button label="" label_selected="" name="status_no_voice"
tool_tip="Rozmowy niedowolone" />
<button label="" label_selected="" name="buyland" tool_tip="Kup tą posiadłość" />
<button label="" name="menubar_search_bevel_bg" />
<line_editor label="Szukaj" name="search_editor" tool_tip="Przeszukaj Second Life" />
<button label="" label_selected="" name="search_btn" tool_tip="Przeszukaj Second Life" />
<string name="packet_loss_tooltip">
Utracone Pakiety
</string>
<string name="bandwidth_tooltip">
Przepustowość
</string>
</panel>
|