diff options
Diffstat (limited to 'indra/newview/skins/default/xui/pl/inspect_object.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pl/inspect_object.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/pl/inspect_object.xml b/indra/newview/skins/default/xui/pl/inspect_object.xml index 2e15691463..4217731ef7 100644 --- a/indra/newview/skins/default/xui/pl/inspect_object.xml +++ b/indra/newview/skins/default/xui/pl/inspect_object.xml @@ -8,8 +8,8 @@ Przez [CREATOR] </string> <string name="CreatorAndOwner"> - przez [CREATOR] -właściciel [OWNER] + Kreator [CREATOR] +Właściciel [OWNER] </string> <string name="Price"> L$[AMOUNT] @@ -23,6 +23,13 @@ właściciel [OWNER] <string name="Sit"> Usiądź tutaj </string> + <text name="object_name" value="Test Object Name That Is actually two lines and Really Long"/> + <text name="price_text"> + L$30,000 + </text> + <text name="object_description"> + This is a really long description for an object being as how it is at least 80 characters in length and so but maybe more like 120 at this point. Who knows, really? + </text> <button label="Kup" name="buy_btn"/> <button label="Zapłać" name="pay_btn"/> <button label="Weź kopię" name="take_free_copy_btn"/> |