diff options
author | niel@nirvana-win7hp.planescape.home <niel@nirvana-win7hp.planescape.home> | 2011-10-26 01:42:26 +0100 |
---|---|---|
committer | niel@nirvana-win7hp.planescape.home <niel@nirvana-win7hp.planescape.home> | 2011-10-26 01:42:26 +0100 |
commit | 4fd9a53115bf85ffe17974323d5fa609e0df960c (patch) | |
tree | 7968008d0fa7c0347d637e1fb19add9d436b926d /indra/newview/skins/minimal/xui/es/inspect_object.xml | |
parent | 42c166e451d362609d83fb17261f9e8f344e974d (diff) | |
parent | b7a349f231977d5917b29faacca143a85d925576 (diff) |
Merge STORM-959
Diffstat (limited to 'indra/newview/skins/minimal/xui/es/inspect_object.xml')
-rw-r--r-- | indra/newview/skins/minimal/xui/es/inspect_object.xml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/indra/newview/skins/minimal/xui/es/inspect_object.xml b/indra/newview/skins/minimal/xui/es/inspect_object.xml deleted file mode 100644 index d608b4a0f7..0000000000 --- a/indra/newview/skins/minimal/xui/es/inspect_object.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<!-- - Not can_close / no title to avoid window chrome - Single instance - only have one at a time, recycle it each spawn ---> -<floater name="inspect_object"> - <string name="Creator"> - Por [CREATOR] - </string> - <string name="CreatorAndOwner"> - Por [CREATOR] -Propietario [OWNER] - </string> - <string name="Price"> - [AMOUNT] L$ - </string> - <string name="PriceFree"> - ¡Gratis! - </string> - <string name="Touch"> - Tocar - </string> - <string name="Sit"> - Sentarme - </string> - <text name="object_name" value="Test Object Name That Is actually two lines and Really Long"/> - <text name="price_text"> - 30.000 L$ - </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="Comprar" name="buy_btn"/> - <button label="Pagar" name="pay_btn"/> - <button label="Coger una copia" name="take_free_copy_btn"/> - <button label="Tocar" name="touch_btn"/> - <button label="Sentarme" name="sit_btn"/> - <button label="Abrir" name="open_btn"/> - <icon name="secure_browsing" tool_tip="Navegación segura"/> - <button label="Más" name="more_info_btn"/> -</floater> |