diff options
author | eli <none@none> | 2011-10-21 13:52:18 -0700 |
---|---|---|
committer | eli <none@none> | 2011-10-21 13:52:18 -0700 |
commit | 33112e2acc972bd4ac50bd278bee0004454c6126 (patch) | |
tree | 4c7dd2565951bfb19f5e04de869a8788713d3138 /indra/newview/skins/default/xui/ru/floater_about.xml | |
parent | 80c3c1407a211b86940cf33392441f104c1dfe30 (diff) |
WIP INTL-75 Russian translation for Set23-Set27
Diffstat (limited to 'indra/newview/skins/default/xui/ru/floater_about.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ru/floater_about.xml | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/ru/floater_about.xml b/indra/newview/skins/default/xui/ru/floater_about.xml new file mode 100644 index 0000000000..6bc550c3fe --- /dev/null +++ b/indra/newview/skins/default/xui/ru/floater_about.xml @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="floater_about" title="О [CAPITALIZED_APP_NAME]"> + <floater.string name="AboutHeader"> + [APP_NAME] [VIEWER_VERSION_0].[VIEWER_VERSION_1].[VIEWER_VERSION_2] ([VIEWER_VERSION_3]) [BUILD_DATE] [BUILD_TIME] ([CHANNEL]) +[[VIEWER_RELEASE_NOTES_URL] [ReleaseNotes]] + </floater.string> + <floater.string name="AboutCompiler"> + Использован компилятор [COMPILER], версия [COMPILER_VERSION] + </floater.string> + <floater.string name="AboutPosition"> + Вы в точке [POSITION_0,number,1], [POSITION_1,number,1], [POSITION_2,number,1] в регионе «[REGION]», расположенном на <nolink>[HOSTNAME]</nolink> ([HOSTIP]) +[SERVER_VERSION] +[[SERVER_RELEASE_NOTES_URL] [ReleaseNotes]] + </floater.string> + <floater.string name="AboutSystem"> + ЦП: [CPU] +Память: [MEMORY_MB] МБ +Версия ОС: [OS_VERSION] +Производитель графической платы: [GRAPHICS_CARD_VENDOR] +Графическая плата: [GRAPHICS_CARD] + </floater.string> + <floater.string name="AboutDriver"> + Версия графического драйвера Windows: [GRAPHICS_DRIVER_VERSION] + </floater.string> + <floater.string name="AboutLibs"> + Версия OpenGL: [OPENGL_VERSION] +Версия libcurl: [LIBCURL_VERSION] +Версия декодера J2C: [J2C_VERSION] +Версия драйвера звука: [AUDIO_DRIVER_VERSION] +Версия Qt Webkit: [QT_WEBKIT_VERSION] +Версия голосового сервера: [VOICE_VERSION] + </floater.string> + <floater.string name="none"> + (нет) + </floater.string> + <floater.string name="AboutTraffic"> + Потеряно пакетов: [PACKETS_LOST,number,0]/[PACKETS_IN,number,0] ([PACKETS_PCT,number,1]%) + </floater.string> + <tab_container name="about_tab"> + <panel label="Данные" name="support_panel"> + <button label="Копировать в буфер обмена" name="copy_btn"/> + </panel> + <panel label="Создатели" name="credits_panel"> + <text name="linden_intro"> + Игра Second Life разработана лабораторией Lindens: + </text> + <text name="contrib_intro"> + в написании открытого кода участвовали: + </text> + <text_editor name="contrib_names"> + Псевдо-имя изменено при запуске + </text_editor> + <text name="trans_intro"> + перевод: + </text> + <text_editor name="trans_names"> + Псевдо-имя изменено при запуске + </text_editor> + </panel> + <panel label="Лицензии" name="licenses_panel"> + <text_editor name="credits_editor"> + 3Dconnexion SDK (C) 1992-2007 3Dconnexion +APR (C) 2000-2004 The Apache Software Foundation +Collada DOM (C) 2005 Sony Computer Entertainment Inc.cURL (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) + +DBus/dbus-glib (C) 2002, 2003 CodeFactory AB / (C) 2003, 2004 Red Hat, Inc. +expat (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. +FreeType (C) 1996-2002, The FreeType Project (www.freetype.org). +GL (C) 1999-2004 Brian Paul. +GLOD (C) 2003-04 Jonathan Cohen, Nat Duca, Chris Niski, Johns Hopkins University и David Luebke, Brenden Schubert, Университет Вирджиинии. +google-perftools (c) 2005, Google Inc. +Havok.com(TM) (C) 1999-2001, Telekinesys Research Limited. +jpeg2000 (C) 2001, David Taubman, Университет Нового Южного Уэльса (UNSW) +jpeglib (C) 1991-1998, Thomas G. Lane. +ogg/vorbis (C) 2001, Xiphophorus +OpenSSL (C) 1998-2002 The OpenSSL Project. +PCRE (c) 1997-2008, Кембриджский университет +SDL (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga +SSLeay (C) 1995-1998 Eric Young (eay@cryptsoft.com) +xmlrpc-epi (C) 2000 Epinions, Inc. +zlib (C) 1995-2002 Jean-loup Gailly и Mark Adler. +google-perftools (c) 2005, Google Inc. + +В клиенте Second Life используется технология Havok (TM) Physics. (C) 1999-2010 Havok.com Inc. (и лицензиары компании). Все права защищены. Подробнее см. веб-сайт www.havok.com. + +Все права защищены. Подробные сведения см. в файле licenses.txt. + +Кодирование звука для голосового чата: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1, Приложение C) + </text_editor> + </panel> + </tab_container> +</floater> |