PageRenderTime 28ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/zh/floater_about.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 84 lines | 76 code | 8 blank | 0 comment | 0 complexity | 7734d2d4d8fee2871ed147ad6357c6ad MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="floater_about" title="?? [CAPITALIZED_APP_NAME]">
  3. <floater.string name="AboutHeader">
  4. [APP_NAME] [VIEWER_VERSION_0].[VIEWER_VERSION_1].[VIEWER_VERSION_2] ([VIEWER_VERSION_3]) [BUILD_DATE] [BUILD_TIME] ([CHANNEL])
  5. [[VIEWER_RELEASE_NOTES_URL] [ReleaseNotes]]
  6. </floater.string>
  7. <floater.string name="AboutCompiler">
  8. Built with [COMPILER] version [COMPILER_VERSION]
  9. </floater.string>
  10. <floater.string name="AboutPosition">
  11. You are at [POSITION_0,number,1], [POSITION_1,number,1], [POSITION_2,number,1] in [REGION] located at &lt;nolink&gt;[HOSTNAME]&lt;/nolink&gt; ([HOSTIP])
  12. [SERVER_VERSION]
  13. [SERVER_RELEASE_NOTES_URL]
  14. </floater.string>
  15. <floater.string name="AboutSystem">
  16. CPU?[CPU]
  17. ????[MEMORY_MB] MB
  18. ???????[OS_VERSION]
  19. ???????[GRAPHICS_CARD_VENDOR]
  20. ????[GRAPHICS_CARD]
  21. </floater.string>
  22. <floater.string name="AboutDriver">
  23. Windows Graphics Driver Version: [GRAPHICS_DRIVER_VERSION]
  24. </floater.string>
  25. <floater.string name="AboutLibs">
  26. OpenGL Version: [OPENGL_VERSION]
  27. libcurl ??? [LIBCURL_VERSION]
  28. J2C ?????? [J2C_VERSION]
  29. ????????? [AUDIO_DRIVER_VERSION]
  30. Qt Webkit ??? [QT_WEBKIT_VERSION]
  31. ???????? [VOICE_VERSION]
  32. </floater.string>
  33. <floater.string name="none">
  34. ???
  35. </floater.string>
  36. <floater.string name="AboutTraffic">
  37. ?????[PACKETS_LOST,number,0]/[PACKETS_IN,number,0] ([PACKETS_PCT,number,1]%)
  38. </floater.string>
  39. <tab_container name="about_tab">
  40. <panel label="??" name="support_panel">
  41. <button label="??????" name="copy_btn"/>
  42. </panel>
  43. <panel label="Credits" name="credits_panel">
  44. <text_editor name="credits_editor">
  45. Second Life is brought to you by ..., and many others.
  46. Thank you to the following Residents for helping to ensure that this is the best version yet: ..., and many others.
  47. &quot;The work goes on, the cause endures, the hope still lives, and the dreams shall never die&quot; - Edward Kennedy
  48. </text_editor>
  49. </panel>
  50. <panel label="Licenses" name="licenses_panel">
  51. <text_editor name="credits_editor">
  52. 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion
  53. APR Copyright (C) 2000-2004 The Apache Software Foundation
  54. cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se)
  55. DBus/dbus-glib Copyright (C) 2002, 2003 CodeFactory AB / Copyright (C) 2003, 2004 Red Hat, Inc.
  56. expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd.
  57. FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org).
  58. GL Copyright (C) 1999-2004 Brian Paul.
  59. google-perftools Copyright (c) 2005, Google Inc.
  60. Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited.
  61. jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW)
  62. jpeglib Copyright (C) 1991-1998, Thomas G. Lane.
  63. ogg/vorbis Copyright (C) 2001, Xiphophorus
  64. OpenSSL Copyright (C) 1998-2002 The OpenSSL Project.
  65. Pth Copyright (C) 1999-2006 Ralf S. Engelschall &lt;rse@gnu.org&gt;
  66. SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
  67. SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  68. xmlrpc-epi Copyright (C) 2000 Epinions, Inc.
  69. zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler.
  70. google-perftools Copyright (c) 2005, Google Inc.
  71. All rights reserved. See licenses.txt for details.
  72. ?????????Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C)
  73. </text_editor>
  74. </panel>
  75. </tab_container>
  76. </floater>