From 9ef509daa41e40bd1da252207ee57207524b65fb Mon Sep 17 00:00:00 2001 From: eli_linden <none@none> Date: Wed, 8 Jun 2011 14:32:38 -0700 Subject: [PATCH] WIP INTL-50 translation of Viewer Set24, Basic Set3, for ES, IT, JA --- .../skins/default/xui/es/floater_about.xml | 44 ++-- .../default/xui/es/floater_buy_contents.xml | 2 +- .../default/xui/es/floater_import_collada.xml | 23 ++ .../xui/es/floater_inventory_view_finder.xml | 5 +- .../default/xui/es/floater_model_preview.xml | 231 +++++++++++++++++ .../default/xui/es/floater_model_wizard.xml | 241 ++++++++++++++++++ .../xui/es/floater_price_for_listing.xml | 18 ++ .../default/xui/es/floater_sound_devices.xml | 7 + .../skins/default/xui/es/floater_tools.xml | 48 +++- .../default/xui/es/menu_inventory_add.xml | 2 + .../xui/es/menu_model_import_gear_default.xml | 8 + .../skins/default/xui/es/menu_viewer.xml | 12 +- .../skins/default/xui/es/notifications.xml | 45 +++- .../xui/es/panel_preferences_colors.xml | 3 + .../xui/es/panel_preferences_graphics1.xml | 14 +- .../default/xui/es/panel_region_general.xml | 1 + .../default/xui/es/panel_sound_devices.xml | 19 ++ .../newview/skins/default/xui/es/strings.xml | 142 +++++++++++ .../skins/default/xui/it/floater_about.xml | 44 ++-- .../default/xui/it/floater_buy_contents.xml | 2 +- .../default/xui/it/floater_import_collada.xml | 23 ++ .../xui/it/floater_inventory_view_finder.xml | 1 + .../default/xui/it/floater_model_preview.xml | 231 +++++++++++++++++ .../default/xui/it/floater_model_wizard.xml | 241 ++++++++++++++++++ .../xui/it/floater_price_for_listing.xml | 18 ++ .../default/xui/it/floater_sound_devices.xml | 7 + .../skins/default/xui/it/floater_tools.xml | 48 +++- .../default/xui/it/menu_inventory_add.xml | 2 + .../xui/it/menu_model_import_gear_default.xml | 8 + .../skins/default/xui/it/menu_viewer.xml | 12 +- .../skins/default/xui/it/notifications.xml | 45 +++- .../xui/it/panel_preferences_colors.xml | 3 + .../xui/it/panel_preferences_graphics1.xml | 12 + .../default/xui/it/panel_region_general.xml | 1 + .../default/xui/it/panel_sound_devices.xml | 19 ++ .../newview/skins/default/xui/it/strings.xml | 142 +++++++++++ .../skins/default/xui/ja/floater_about.xml | 44 ++-- .../default/xui/ja/floater_buy_contents.xml | 2 +- .../default/xui/ja/floater_import_collada.xml | 23 ++ .../xui/ja/floater_inventory_view_finder.xml | 1 + .../default/xui/ja/floater_model_preview.xml | 231 +++++++++++++++++ .../default/xui/ja/floater_model_wizard.xml | 241 ++++++++++++++++++ .../xui/ja/floater_price_for_listing.xml | 18 ++ .../default/xui/ja/floater_sound_devices.xml | 7 + .../skins/default/xui/ja/floater_tools.xml | 48 +++- .../default/xui/ja/menu_inventory_add.xml | 2 + .../xui/ja/menu_model_import_gear_default.xml | 8 + .../skins/default/xui/ja/menu_viewer.xml | 13 +- .../skins/default/xui/ja/notifications.xml | 45 +++- .../xui/ja/panel_preferences_colors.xml | 3 + .../xui/ja/panel_preferences_graphics1.xml | 12 + .../default/xui/ja/panel_region_general.xml | 1 + .../default/xui/ja/panel_sound_devices.xml | 19 ++ .../newview/skins/default/xui/ja/strings.xml | 142 +++++++++++ .../minimal/xui/es/menu_attachment_other.xml | 2 +- .../minimal/xui/es/menu_avatar_other.xml | 2 +- .../xui/es/menu_inspect_avatar_gear.xml | 1 + .../xui/es/panel_adhoc_control_panel.xml | 11 + .../skins/minimal/xui/es/panel_bottomtray.xml | 24 +- .../minimal/xui/es/panel_im_control_panel.xml | 2 +- .../skins/minimal/xui/es/panel_people.xml | 3 + .../skins/minimal/xui/it/panel_bottomtray.xml | 24 +- .../minimal/xui/it/panel_im_control_panel.xml | 2 +- .../skins/minimal/xui/ja/panel_bottomtray.xml | 24 +- 64 files changed, 2545 insertions(+), 134 deletions(-) create mode 100644 indra/newview/skins/default/xui/es/floater_import_collada.xml create mode 100644 indra/newview/skins/default/xui/es/floater_model_preview.xml create mode 100644 indra/newview/skins/default/xui/es/floater_model_wizard.xml create mode 100644 indra/newview/skins/default/xui/es/floater_price_for_listing.xml create mode 100644 indra/newview/skins/default/xui/es/floater_sound_devices.xml create mode 100644 indra/newview/skins/default/xui/es/menu_model_import_gear_default.xml create mode 100644 indra/newview/skins/default/xui/es/panel_sound_devices.xml create mode 100644 indra/newview/skins/default/xui/it/floater_import_collada.xml create mode 100644 indra/newview/skins/default/xui/it/floater_model_preview.xml create mode 100644 indra/newview/skins/default/xui/it/floater_model_wizard.xml create mode 100644 indra/newview/skins/default/xui/it/floater_price_for_listing.xml create mode 100644 indra/newview/skins/default/xui/it/floater_sound_devices.xml create mode 100644 indra/newview/skins/default/xui/it/menu_model_import_gear_default.xml create mode 100644 indra/newview/skins/default/xui/it/panel_sound_devices.xml create mode 100644 indra/newview/skins/default/xui/ja/floater_import_collada.xml create mode 100644 indra/newview/skins/default/xui/ja/floater_model_preview.xml create mode 100644 indra/newview/skins/default/xui/ja/floater_model_wizard.xml create mode 100644 indra/newview/skins/default/xui/ja/floater_price_for_listing.xml create mode 100644 indra/newview/skins/default/xui/ja/floater_sound_devices.xml create mode 100644 indra/newview/skins/default/xui/ja/menu_model_import_gear_default.xml create mode 100644 indra/newview/skins/default/xui/ja/panel_sound_devices.xml create mode 100644 indra/newview/skins/minimal/xui/es/panel_adhoc_control_panel.xml diff --git a/indra/newview/skins/default/xui/es/floater_about.xml b/indra/newview/skins/default/xui/es/floater_about.xml index bb845e1ee04..125eb79d049 100644 --- a/indra/newview/skins/default/xui/es/floater_about.xml +++ b/indra/newview/skins/default/xui/es/floater_about.xml @@ -56,26 +56,32 @@ Gracias a estos Residentes por ayudarnos a estar seguros de que, con todo, esta <panel label="Licencias" name="licenses_panel"> <text_editor name="credits_editor"> 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion - APR Copyright (C) 2000-2004 The Apache Software Foundation - cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) - DBus/dbus-glib Copyright (C) 2002, 2003 CodeFactory AB / Copyright (C) 2003, 2004 Red Hat, Inc. - expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. - FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). - GL Copyright (C) 1999-2004 Brian Paul. - Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. - jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) - jpeglib Copyright (C) 1991-1998, Thomas G. Lane. - ogg/vorbis Copyright (C) 2001, Xiphophorus - OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. - SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga - SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - xmlrpc-epi Copyright (C) 2000 Epinions, Inc. - zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. - google-perftools Copyright (c) 2005, Google Inc. - - All rights reserved. See licenses.txt for details. +APR Copyright (C) 2000-2004 The Apache Software Foundation +Collada DOM Copyright 2005 Sony Computer Entertainment Inc. +cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) +DBus/dbus-glib Copyright (C) 2002, 2003 CodeFactory AB / Copyright (C) 2003, 2004 Red Hat, Inc. +expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. +FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). +GL Copyright (C) 1999-2004 Brian Paul. +GLOD Copyright (C) 2003-04 Jonathan Cohen, Nat Duca, Chris Niski, Johns Hopkins University y David Luebke, Brenden Schubert, University of Virginia. +google-perftools Copyright (c) 2005, Google Inc. +Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. +jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) +jpeglib Copyright (C) 1991-1998, Thomas G. Lane. +ogg/vorbis Copyright (C) 2001, Xiphophorus +OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. +PCRE Copyright (c) 1997-2008 University of Cambridge +SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga +SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +xmlrpc-epi Copyright (C) 2000 Epinions, Inc. +zlib Copyright (C) 1995-2002 Jean-loup Gailly y Mark Adler. +google-perftools Copyright (c) 2005, Google Inc. - Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) +El visor de Second Life utiliza Havok (TM) Physics. (c)Copyright 1999-2010 Havok.com Inc. (y los propietarios de las licencias). Reservados todos los derechos. Consulta www.havok.com si deseas obtener más información. + +Reservados todos los derechos. Consulta las licencias en .txt si deseas obtener más información. + +Codificación de sonido del chat de voz: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) </text_editor> </panel> </tab_container> diff --git a/indra/newview/skins/default/xui/es/floater_buy_contents.xml b/indra/newview/skins/default/xui/es/floater_buy_contents.xml index 98604ad5f4d..3563d4bd0f5 100644 --- a/indra/newview/skins/default/xui/es/floater_buy_contents.xml +++ b/indra/newview/skins/default/xui/es/floater_buy_contents.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="floater_buy_contents" title="COMPRAR LOS CONTENIDOS"> <text name="contains_text"> - [NAME] contiene: + <nolink>[NOMBRE]</nolink> contiene: </text> <text name="buy_text"> ¿Comprar por [AMOUNT] L$ a [NAME]? diff --git a/indra/newview/skins/default/xui/es/floater_import_collada.xml b/indra/newview/skins/default/xui/es/floater_import_collada.xml new file mode 100644 index 00000000000..7e9a00797a8 --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_import_collada.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Import Collada" title="Importar escena"> + <text name="mesh count"> + Redes: [RECUENTO] + </text> + <text name="texture count"> + Texturas: [RECUENTO] + </text> + <text name="status"> + Estado: [ESTADO] + </text> + <button label="Cancelar" name="cancel"/> + <button label="OK" name="ok"/> + <string name="status_idle"> + Inactivo + </string> + <string name="status_uploading"> + Cargando [NOMBRE] + </string> + <string name="status_creating"> + Creando objeto [NOMBRE] + </string> +</floater> diff --git a/indra/newview/skins/default/xui/es/floater_inventory_view_finder.xml b/indra/newview/skins/default/xui/es/floater_inventory_view_finder.xml index c9d639d8cf6..60040345040 100644 --- a/indra/newview/skins/default/xui/es/floater_inventory_view_finder.xml +++ b/indra/newview/skins/default/xui/es/floater_inventory_view_finder.xml @@ -5,6 +5,7 @@ <check_box label="Ropa" name="check_clothing"/> <check_box label="Gestos" name="check_gesture"/> <check_box label="Hitos" name="check_landmark"/> + <check_box label="Redes" name="check_mesh"/> <check_box label="Notas" name="check_notecard"/> <check_box label="Objetos" name="check_object"/> <check_box label="Scripts" name="check_script"/> @@ -14,11 +15,11 @@ <button label="Todos" label_selected="Todo" name="All"/> <button label="Ninguno" label_selected="Nada" name="None"/> <check_box label="Mostrar siempre las carpetas" name="check_show_empty"/> - <check_box label="Desde el fin de sesión" name="check_since_logoff" bottom_delta="-36"/> + <check_box bottom_delta="-36" label="Desde el fin de sesión" name="check_since_logoff"/> <text name="- OR -"> - o - </text> <spinner label="horas atrás" name="spin_hours_ago"/> <spinner label="dÃas atrás" name="spin_days_ago"/> - <button label="Cerrar" label_selected="Cerrar" name="Close" bottom_delta="-30"/> + <button bottom_delta="-30" label="Cerrar" label_selected="Cerrar" name="Close"/> </floater> diff --git a/indra/newview/skins/default/xui/es/floater_model_preview.xml b/indra/newview/skins/default/xui/es/floater_model_preview.xml new file mode 100644 index 00000000000..6208db75f93 --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_model_preview.xml @@ -0,0 +1,231 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Model Preview" title="Cargar modelo"> + <string name="status_idle"> + Inactivo + </string> + <string name="status_reading_file"> + Cargando... + </string> + <string name="status_generating_meshes"> + Generando redes... + </string> + <string name="status_vertex_number_overflow"> + Error: El número de intersección es superior a 65534. Cancelado. + </string> + <string name="high"> + Alto + </string> + <string name="medium"> + Media + </string> + <string name="low"> + Bajo + </string> + <string name="lowest"> + MÃnimo + </string> + <string name="mesh_status_good"> + Factúralo. + </string> + <string name="mesh_status_na"> + N/A + </string> + <string name="mesh_status_none"> + Ninguno + </string> + <string name="mesh_status_submesh_mismatch"> + Los niveles de detalle poseen un número distinto de caras a las que se pueden aplicar texturas. + </string> + <string name="mesh_status_mesh_mismatch"> + Los niveles de detalle poseen un número distinto de ejemplos de red. + </string> + <string name="mesh_status_too_many_vertices"> + El nivel de detalle posee demasiadas intersecciones. + </string> + <string name="mesh_status_missing_lod"> + Falta un nivel de detalle requerido. + </string> + <string name="layer_all"> + Todo + </string> + <string name="decomposing"> + Analizando... + </string> + <string name="simplifying"> + Simplificando... + </string> + <text name="name_label"> + Nombre: + </text> + <text name="lod_label"> + Vista previa: + </text> + <combo_box name="preview_lod_combo" tool_tip="Nivel de detalle disponible en la vista previa"> + <combo_item name="high"> + Nivel de detalle: Alto + </combo_item> + <combo_item name="medium"> + Nivel de detalle: Media + </combo_item> + <combo_item name="low"> + Nivel de detalle: Bajo + </combo_item> + <combo_item name="lowest"> + Nivel de detalle: MÃnimo + </combo_item> + </combo_box> + <panel> + <text name="streaming cost"> + Coste de recursos: [COSTE] + </text> + <text name="physics cost"> + Coste fÃsico: [COSTE] + </text> + <text name="upload fee"> + Cuota de carga: N/A + </text> + </panel> + <text name="status"> + [ESTADO] + </text> + <button label="Valores predeterminados" name="reset_btn" tool_tip="Restablecer valores predeterminados"/> + <button label="Subir" name="ok_btn" tool_tip="Cargar al simulador"/> + <button label="Cancelar" name="cancel_btn"/> + <tab_container name="import_tab"> + <panel label="Nivel de detalle" name="lod_panel"> + <text name="lod_table_header"> + Seleccionar nivel de detalle: + </text> + <text name="high_label" value="Alto"/> + <text name="high_triangles" value="0"/> + <text name="high_vertices" value="0"/> + <text name="medium_label" value="Media"/> + <text name="medium_triangles" value="0"/> + <text name="medium_vertices" value="0"/> + <text name="low_label" value="Bajo"/> + <text name="low_triangles" value="0"/> + <text name="low_vertices" value="0"/> + <text name="lowest_label" value="MÃnimo"/> + <text name="lowest_triangles" value="0"/> + <text name="lowest_vertices" value="0"/> + <text name="lod_table_footer"> + Nivel de detalle: [DETALLE] + </text> + <radio_group name="lod_file_or_limit" value="lod_from_file"> + <radio_item label="Cargar desde el archivo" name="lod_from_file"/> + <radio_item label="Generar automáticamente" name="lod_auto_generate"/> + <radio_item label="Ninguno" name="lod_none"/> + </radio_group> + <button label="Examinar..." name="lod_browse"/> + <combo_box name="lod_mode"> + <combo_item name="triangle_limit"> + LÃmite de triángulo + </combo_item> + <combo_item name="error_threshold"> + Margen de error + </combo_item> + </combo_box> + <text name="build_operator_text"> + Crear operador: + </text> + <text name="queue_mode_text"> + Modo de cola: + </text> + <combo_box name="build_operator"> + <combo_item name="edge_collapse"> + Cerrar bordes + </combo_item> + <combo_item name="half_edge_collapse"> + Cerrar la mitad de los bordes + </combo_item> + </combo_box> + <combo_box name="queue_mode"> + <combo_item name="greedy"> + EgoÃsta + </combo_item> + <combo_item name="lazy"> + Vago + </combo_item> + <combo_item name="independent"> + Independiente + </combo_item> + </combo_box> + <text name="border_mode_text"> + Modo de borde: + </text> + <text name="share_tolderance_text"> + Tolerancia de uso compartido: + </text> + <combo_box name="border_mode"> + <combo_item name="border_unlock"> + Desbloquear + </combo_item> + <combo_item name="border_lock"> + Lock + </combo_item> + </combo_box> + <text name="crease_label"> + Ãngulo de marca: + </text> + <spinner name="crease_angle" value="75"/> + </panel> + <panel label="FÃsica" name="physics_panel"> + <panel name="physics geometry"> + <radio_group name="physics_load_radio" value="physics_load_from_file"> + <radio_item label="Archivo:" name="physics_load_from_file"/> + <radio_item label="Utilizar nivel de detalle:" name="physics_use_lod"/> + </radio_group> + <combo_box name="physics_lod_combo" tool_tip="Nivel de detalle para forma fÃsica"> + <combo_item name="physics_lowest"> + MÃnimo + </combo_item> + <combo_item name="physics_low"> + Bajo + </combo_item> + <combo_item name="physics_medium"> + Media + </combo_item> + <combo_item name="physics_high"> + Alto + </combo_item> + </combo_box> + <button label="Examinar..." name="physics_browse"/> + </panel> + <panel name="physics analysis"> + <slider label="Leve:" name="Smooth"/> + <check_box label="Cerrar agujeros (lento)" name="Close Holes (Slow)"/> + <button label="Analizar" name="Decompose"/> + <button label="Cancelar" name="decompose_cancel"/> + </panel> + <panel name="physics simplification"> + <slider label="Pases:" name="Combine Quality"/> + <slider label="Escala de detalle:" name="Detail Scale"/> + <slider label="Retener:" name="Retain%"/> + <button label="Simplificar" name="Simplify"/> + <button label="Cancelar" name="simplify_cancel"/> + </panel> + <panel name="physics info"> + <slider label="Ampliación de vista previa:" name="physics_explode"/> + <text name="physics_triangles"> + Triángulos: [TRIÃNGULOS] + </text> + <text name="physics_points"> + Intersecciones: [PUNTOS] + </text> + <text name="physics_hulls"> + Aspecto exterior: [ASPECTO EXTERIOR] + </text> + </panel> + </panel> + <panel label="Modificadores" name="modifiers_panel"> + <spinner name="import_scale" value="1.0"/> + <text name="import_dimensions"> + [X] x [Y] x [Z] m + </text> + <check_box label="Texturas" name="upload_textures"/> + <check_box label="Peso de la piel" name="upload_skin"/> + <check_box label="Posturas de las articulaciones" name="upload_joints"/> + <spinner name="pelvis_offset" value="0.0"/> + </panel> + </tab_container> +</floater> diff --git a/indra/newview/skins/default/xui/es/floater_model_wizard.xml b/indra/newview/skins/default/xui/es/floater_model_wizard.xml new file mode 100644 index 00000000000..019c2d38290 --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_model_wizard.xml @@ -0,0 +1,241 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Model Wizard" title="CARGAR ASISTENTE DE MODELO"> + <button label="5. Subir" name="upload_btn"/> + <button label="4. Revisar" name="review_btn"/> + <button label="3. FÃsica" name="physics2_btn"/> + <button label="3. FÃsica" name="physics_btn"/> + <button label="2. Optimizar" name="optimize_btn"/> + <button label="1. Seleccionar archivo" name="choose_file_btn"/> + <panel name="choose_file_panel"> + <panel name="header_panel"> + <text name="header_text"> + Cargar modelo + </text> + </panel> + <text name="description"> + Este asistente te ayudará a importar modelos de redes en Second Life. En primer lugar, especifica un archivo que contenga el modelo que desees importar. Second Life es compatible con los archivos de COLLADA (.dae). + </text> + <panel name="content"> + <text name="Cache location"> + Nombre del archivo: + </text> + <button label="Examinar..." label_selected="Examinar..." name="browse"/> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + </panel> + </panel> + <panel name="optimize_panel"> + <panel name="header_panel"> + <text name="header_text"> + Optimizar + </text> + </panel> + <text name="description"> + Este asistente ha optimizado tu modelo con el fin de mejorar el rendimiento. Puedes ajustar los resultados del proceso de optimización a continuación o hacer clic en Siguiente para continuar. + </text> + <panel name="content"> + <text name="high_detail_text"> + Generar nivel de detalle: Alto + </text> + <text name="medium_detail_text"> + Generar nivel de detalle: Media + </text> + <text name="low_detail_text"> + Generar nivel de detalle: Bajo + </text> + <text name="lowest_detail_text"> + Generar nivel de detalle: MÃnimo + </text> + </panel> + <panel name="content2"> + <text name="lod_label"> + Vista previa de modelo: + </text> + <combo_box name="preview_lod_combo2" tool_tip="Nivel de detalle disponible en la vista previa"> + <combo_item name="high"> + Alto + </combo_item> + <combo_item name="medium"> + Media + </combo_item> + <combo_item name="low"> + Bajo + </combo_item> + <combo_item name="lowest"> + MÃnimo + </combo_item> + </combo_box> + <text name="streaming cost"> + Coste de recursos: [COSTE] + </text> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + </panel> + </panel> + <panel name="physics_panel"> + <panel name="header_panel"> + <text name="header_text"> + FÃsica + </text> + </panel> + <text name="description"> + El asistente creará una forma fÃsica, que determinará la manera en la que el objeto interactúa con otros objetos y avatares. Selecciona con el controlador deslizante el nivel de detalle más adecuado en función del uso del objeto: + </text> + <panel name="content"> + <text name="streaming cost"> + Coste de recursos: [COSTE] + </text> + </panel> + </panel> + <panel name="physics2_panel"> + <panel name="header_panel"> + <text name="header_text"> + FÃsica + </text> + </panel> + <text name="description"> + Obtén una vista previa de la forma fÃsica a continuación y haz clic en Siguiente para continuar. Para modificar la forma fÃsica, haz clic en el botón Atrás. + </text> + <panel name="content"> + <text name="lod_label"> + Vista previa de modelo: + </text> + <combo_box name="preview_lod_combo3" tool_tip="Nivel de detalle disponible en la vista previa"> + <combo_item name="high"> + Alto + </combo_item> + <combo_item name="medium"> + Media + </combo_item> + <combo_item name="low"> + Bajo + </combo_item> + <combo_item name="lowest"> + MÃnimo + </combo_item> + </combo_box> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + <text name="streaming cost"> + Coste de recursos: [COSTE] + </text> + </panel> + </panel> + <panel name="review_panel"> + <panel name="header_panel"> + <text name="header_text"> + Revisar + </text> + </panel> + <text name="description"> + Revisa los detalles que aparecen más abajo y, a continuación, haz clic. Selecciona la opción de carga para cargar el modelo. Se realizará el cargo en tu saldo de L$ cuando hagas clic en Cargar. + </text> + <panel name="content"> + <text name="lod_label"> + Vista previa de modelo: + </text> + <combo_box name="preview_lod_combo" tool_tip="Nivel de detalle disponible en la vista previa"> + <combo_item name="high"> + Alto + </combo_item> + <combo_item name="medium"> + Media + </combo_item> + <combo_item name="low"> + Bajo + </combo_item> + <combo_item name="lowest"> + MÃnimo + </combo_item> + </combo_box> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + </panel> + <text name="streaming cost"> + Coste de recursos: [COSTE] + </text> + <text name="physics cost"> + Coste fÃsico: [COSTE] + </text> + </panel> + <panel name="upload_panel"> + <panel name="header_panel"> + <text name="header_text"> + Carga completa. + </text> + </panel> + <text name="description"> + ¡Felicidades! Tu modelo se ha cargado correctamente. Encontrarás el modelo en la carpeta Objetos del inventario. + </text> + </panel> + <button label="<< Atrás" name="back"/> + <button label="Siguiente >>" name="next"/> + <button label="Subir" name="upload" tool_tip="Cargar al simulador"/> + <button label="Cancelar" name="cancel"/> + <button label="Cerrar" name="close"/> + <spinner name="import_scale" value="1.0"/> + <string name="status_idle"> + Inactivo + </string> + <string name="status_reading_file"> + Cargando... + </string> + <string name="status_generating_meshes"> + Generando redes... + </string> + <string name="status_vertex_number_overflow"> + Error: El número de intersección es superior a 65534. Cancelado. + </string> + <string name="high"> + Alto + </string> + <string name="medium"> + Media + </string> + <string name="low"> + Bajo + </string> + <string name="lowest"> + MÃnimo + </string> + <string name="mesh_status_good"> + Factúralo. + </string> + <string name="mesh_status_na"> + N/A + </string> + <string name="mesh_status_none"> + Ninguno + </string> + <string name="mesh_status_submesh_mismatch"> + Los niveles de detalle poseen un número distinto de caras a las que se pueden aplicar texturas. + </string> + <string name="mesh_status_mesh_mismatch"> + Los niveles de detalle poseen un número distinto de ejemplos de red. + </string> + <string name="mesh_status_too_many_vertices"> + El nivel de detalle posee demasiadas intersecciones. + </string> + <string name="mesh_status_missing_lod"> + Falta un nivel de detalle requerido. + </string> + <string name="layer_all"> + Todo + </string> +</floater> diff --git a/indra/newview/skins/default/xui/es/floater_price_for_listing.xml b/indra/newview/skins/default/xui/es/floater_price_for_listing.xml new file mode 100644 index 00000000000..8d6cdc86c0b --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_price_for_listing.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="price_for_listing" title="PUBLICAR UN ANUNCIO CLASIFICADO"> + <text name="explanation_text"> + Tu anuncio clasificado se mostrará durante una semana a partir del dÃa en que se publicó. + +La posición de tu anuncio en la lista de clasificados depende de cuánto elijas pagar. + +Los anuncios mejor pagados van al principio de la lista, y aparecen más arriba en las búsquedas. + </text> + <text name="price_text"> + Precio por el anuncio: + </text> + <text name="price_symbol"> + L$ + </text> + <button label="OK" name="set_price_btn"/> + <button label="Cancelar" name="cancel_btn"/> +</floater> diff --git a/indra/newview/skins/default/xui/es/floater_sound_devices.xml b/indra/newview/skins/default/xui/es/floater_sound_devices.xml new file mode 100644 index 00000000000..a5ffbd517a1 --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_sound_devices.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="floater_sound_devices" title="Dispositivos de sonido"> + <text name="voice_label"> + Chat de voz + </text> + <check_box label="Activados" name="enable_voice"/> +</floater> diff --git a/indra/newview/skins/default/xui/es/floater_tools.xml b/indra/newview/skins/default/xui/es/floater_tools.xml index 13be47f700b..9d29bc40bfa 100644 --- a/indra/newview/skins/default/xui/es/floater_tools.xml +++ b/indra/newview/skins/default/xui/es/floater_tools.xml @@ -125,6 +125,18 @@ <text left="134" name="prim_count"> Primitivas: [COUNT] </text> + <text name="linked_set_count"> + Conjuntos con enlaces: [RECUENTO] + </text> + <text name="linked_set_cost" tool_tip="Coste de los conjuntos con enlaces actualmente seleccionados como [prims], [complejidad fÃsica]"> + Coste: [COSTE] / [FÃSICO] + </text> + <text name="object_count"> + Objetos: [RECUENTO] + </text> + <text name="object_cost" tool_tip="Coste de los objetos actualmente seleccionados como [prims] / [complejidad fÃsica]"> + Coste: [COSTE] / [FÃSICO] + </text> <tab_container name="Object Info Tabs" tab_max_width="62" tab_min_width="30" width="288"> <panel label="General" name="General"> <panel.string name="text deed continued"> @@ -269,15 +281,6 @@ <combo_box.item label="Cono truncado" name="Ring"/> <combo_box.item label="Sculpted" name="Sculpted"/> </combo_box> - <combo_box name="material"> - <combo_box.item label="Piedra" name="Stone"/> - <combo_box.item label="Metal" name="Metal"/> - <combo_box.item label="Vidrio" name="Glass"/> - <combo_box.item label="Madera" name="Wood"/> - <combo_box.item label="Carne" name="Flesh"/> - <combo_box.item label="Plástico" name="Plastic"/> - <combo_box.item label="Goma" name="Rubber"/> - </combo_box> <text name="text cut"> Corte (inicio/fin) </text> @@ -350,9 +353,19 @@ <combo_box.item label="Toroide" name="Torus"/> <combo_box.item label="Plano" name="Plane"/> <combo_box.item label="Cilindro" name="Cylinder"/> + <combo_box.item label="Red" name="Mesh"/> </combo_box> </panel> <panel label="Caracter." name="Features"> + <panel.string name="None"> + Ninguno + </panel.string> + <panel.string name="Prim"> + Prim + </panel.string> + <panel.string name="Convex Hull"> + Apariencia convexa + </panel.string> <text name="select_single"> Selecciona un sólo prim para editarlo. </text> @@ -377,6 +390,23 @@ <spinner label="Visión" name="Light Focus"/> <spinner label="Atenuación" name="Light Falloff"/> <spinner label="Ambiental" name="Light Ambiance"/> + <text name="label physicsshapetype"> + Tipo de forma fÃsica: + </text> + <combo_box name="Physics Shape Type Combo Ctrl" tool_tip="Selecciona el tipo de forma fÃsica"/> + <combo_box name="material"> + <combo_box.item label="Piedra" name="Stone"/> + <combo_box.item label="Metal" name="Metal"/> + <combo_box.item label="Cristal" name="Glass"/> + <combo_box.item label="Madera" name="Wood"/> + <combo_box.item label="Carne" name="Flesh"/> + <combo_box.item label="Plástico" name="Plastic"/> + <combo_box.item label="Goma" name="Rubber"/> + </combo_box> + <spinner label="Gravedad" name="Physics Gravity"/> + <spinner label="Fricción" name="Physics Friction"/> + <spinner label="Densidad" name="Physics Density"/> + <spinner label="Reemplazo" name="Physics Restitution"/> </panel> <panel label="Textura" name="Texture"> <panel.string name="string repeats per meter"> diff --git a/indra/newview/skins/default/xui/es/menu_inventory_add.xml b/indra/newview/skins/default/xui/es/menu_inventory_add.xml index 615a1a09b7e..f17cfe4ceb8 100644 --- a/indra/newview/skins/default/xui/es/menu_inventory_add.xml +++ b/indra/newview/skins/default/xui/es/menu_inventory_add.xml @@ -4,6 +4,8 @@ <menu_item_call label="Imagen ([COST] L$)..." name="Upload Image"/> <menu_item_call label="Sonido ([COST] L$)..." name="Upload Sound"/> <menu_item_call label="Animación ([COST] L$)..." name="Upload Animation"/> + <menu_item_call label="Modelo..." name="Upload Model"/> + <menu_item_call label="Asistente de modelo..." name="Upload Model Wizard"/> <menu_item_call label="Masivo ([COST] L$ por archivo)..." name="Bulk Upload"/> <menu_item_call label="Configurar los permisos por defecto de subida" name="perm prefs"/> </menu> diff --git a/indra/newview/skins/default/xui/es/menu_model_import_gear_default.xml b/indra/newview/skins/default/xui/es/menu_model_import_gear_default.xml new file mode 100644 index 00000000000..0d4f1314c96 --- /dev/null +++ b/indra/newview/skins/default/xui/es/menu_model_import_gear_default.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<toggleable_menu name="model_menu_gear_default"> + <menu_item_check label="Mostrar bordes" name="show_edges"/> + <menu_item_check label="Mostrar aspectos fÃsicos" name="show_physics"/> + <menu_item_check label="Mostrar texturas" name="show_textures"/> + <menu_item_check label="Mostrar peso de la piel" name="show_skin_weight"/> + <menu_item_check label="Mostrar posturas de las articulaciones" name="show_joint_positions"/> +</toggleable_menu> diff --git a/indra/newview/skins/default/xui/es/menu_viewer.xml b/indra/newview/skins/default/xui/es/menu_viewer.xml index 1c45d368138..0824e386d5f 100644 --- a/indra/newview/skins/default/xui/es/menu_viewer.xml +++ b/indra/newview/skins/default/xui/es/menu_viewer.xml @@ -120,6 +120,8 @@ <menu_item_call label="Imagen ([COST] L$)..." name="Upload Image"/> <menu_item_call label="Sonido ([COST] L$)..." name="Upload Sound"/> <menu_item_call label="Animación ([COST] L$)..." name="Upload Animation"/> + <menu_item_call label="Modelo..." name="Upload Model"/> + <menu_item_call label="Asistente de modelo..." name="Upload Model Wizard"/> <menu_item_call label="Masivo ([COST] L$ por archivo)..." name="Bulk Upload"/> </menu> <menu_item_call label="Deshacer" name="Undo"/> @@ -159,7 +161,7 @@ <menu_item_check label="Alfa" name="Alpha"/> <menu_item_check label="Ãrbol" name="Tree"/> <menu_item_check label="Avatares" name="Character"/> - <menu_item_check label="Superficie del terreno" name="SurfacePath"/> + <menu_item_check label="Parche de superficie" name="Surface Patch"/> <menu_item_check label="Cielo" name="Sky"/> <menu_item_check label="Agua" name="Water"/> <menu_item_check label="Terreno" name="Ground"/> @@ -217,6 +219,7 @@ <menu_item_check label="Texture Category Console" name="Texture Category"/> <menu_item_check label="Fast Timers" name="Fast Timers"/> <menu_item_check label="Memory" name="Memory"/> + <menu_item_check label="Datos de la escena" name="Scene Statistics"/> <menu_item_call label="Region Info to Debug Console" name="Region Info to Debug Console"/> <menu_item_check label="Camera" name="Camera"/> <menu_item_check label="Wind" name="Wind"/> @@ -224,6 +227,7 @@ </menu> <menu label="Show Info" name="Display Info"> <menu_item_check label="Show Time" name="Show Time"/> + <menu_item_check label="Mostrar coste de carga" name="Show Upload Cost"/> <menu_item_check label="Show Render Info" name="Show Render Info"/> <menu_item_check label="Mostrar información de textura" name="Show Texture Info"/> <menu_item_check label="Show Color Under Cursor" name="Show Color Under Cursor"/> @@ -246,7 +250,12 @@ <menu_item_check label="Frame Test" name="Frame Test"/> </menu> <menu label="Render Metadata" name="Render Metadata"> + <menu_item_check label="Normales" name="Normals"/> + <menu_item_check label="Formas del fÃsico" name="Physics Shapes"/> <menu_item_check label="Actualizar el tipo" name="Update Type"/> + <menu_item_check label="Información sobre el nivel de detalle" name="LOD Info"/> + <menu_item_check label="Crear cola" name="Build Queue"/> + <menu_item_check label="Esculpir" name="Sculpt"/> </menu> <menu label="Rendering" name="Rendering"> <menu_item_check label="Axes" name="Axes"/> @@ -312,6 +321,7 @@ <menu_item_call label="Debug Avatar Textures" name="Debug Avatar Textures"/> </menu> <menu_item_check label="HTTP Textures" name="HTTP Textures"/> + <menu_item_check label="Inventario HTTP" name="HTTP Inventory"/> <menu_item_check label="Console Window on next Run" name="Console Window"/> <menu_item_call label="Request Admin Status" name="Request Admin Options"/> <menu_item_call label="Leave Admin Status" name="Leave Admin Options"/> diff --git a/indra/newview/skins/default/xui/es/notifications.xml b/indra/newview/skins/default/xui/es/notifications.xml index ce9273ab500..9674f732411 100644 --- a/indra/newview/skins/default/xui/es/notifications.xml +++ b/indra/newview/skins/default/xui/es/notifications.xml @@ -2166,6 +2166,12 @@ Esto puede influir en tu contraseña. <notification name="RezItemNoPermissions"> No tienes permisos suficientes para renderizar el objeto. </notification> + <notification name="IMAcrossParentEstates"> + No se pueden enviar mensajes instantáneos entre propiedades principales. + </notification> + <notification name="TransferInventoryAcrossParentEstates"> + No se puede transferir el inventario entre propiedades principales. + </notification> <notification name="UnableToLoadNotecard"> En este momento no se puede cargar la nota. </notification> @@ -2738,6 +2744,10 @@ Por tu seguridad, serán bloqueadas durante unos segundos. Un moderador ha silenciado tu voz. <usetemplate name="okbutton" yestext="OK"/> </notification> + <notification name="UploadCostConfirmation"> + Esta carga te costará [PRECIO] L$. ¿Deseas continuar? + <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Subir"/> + </notification> <notification name="ConfirmClearTeleportHistory"> ¿Estás seguro de que quieres borrar tu historial de teleportes? <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="OK"/> @@ -2749,6 +2759,9 @@ Se mostrará cuando haya suficiente espacio. <notification name="ShareNotification"> Selecciona los residentes con quienes deseas compartir. </notification> + <notification name="MeshUploadError"> + No se ha cargado [ETIQUETA]: [MENSAJE] [IDENTIFICADOR] [IDENTIFICADOR_FALTA_VALIDEZ] + </notification> <notification name="ShareItemsConfirmation"> ¿Estás seguro de que quieres compartir los elementos siguientes? @@ -2765,6 +2778,19 @@ Con los siguientes residentes: <notification name="DeedToGroupFail"> Error de transferencia a grupo. </notification> + <notification name="ReleaseLandThrottled"> + La parcela [NOMBRE_PARCELA] no se puede abandonar en este momento. + </notification> + <notification name="ReleasedLandWithReclaim"> + Ya está disponible la parcela [NOMBRE_PARCELA] de [ÃREA] m². + +Dispondrás de [PERÃODO_DE_RECLAMACIÓN] horas para reclamar la cantidad de 0 L$ antes de que se ponga en venta. + </notification> + <notification name="ReleasedLandNoReclaim"> + Ya está disponible la parcela [NOMBRE_PARCELA] de [ÃREA] m². + +Ya está en venta. + </notification> <notification name="AvatarRezNotification"> ( [EXISTENCE] segundos vivo) El avatar '[NAME]' tardó [TIME] segundos en dejar de aparecer como nube. @@ -2902,6 +2928,10 @@ Al ocultar el botón Hablar se desactiva la función de voz. La creación y edición de grupos sólo está disponible en el modo Avanzado. ¿Quieres salir y cambiar de modo? El selector de modo se encuentra en la pantalla de inicio de sesión. <usetemplate name="okcancelbuttons" notext="No salir" yestext="Salir"/> </notification> + <notification label="" name="NoPlaceInfo"> + La opción de consulta del perfil del lugar solo está disponible en el modo Avanzado. ¿Quieres salir y cambiar de modo? El selector de modo se encuentra en la pantalla de inicio de sesión. + <usetemplate name="okcancelbuttons" notext="No salir" yestext="Salir"/> + </notification> <notification label="" name="NoPicks"> La creación y edición de Destacados sólo está disponible en el modo Avanzado. ¿Quieres salir y cambiar de modo? El selector de modo se encuentra en la pantalla de inicio de sesión. <usetemplate name="okcancelbuttons" notext="No salir" yestext="Salir"/> @@ -2922,9 +2952,18 @@ Al ocultar el botón Hablar se desactiva la función de voz. El pago a otros residentes sólo está disponible en el modo Avanzado. ¿Quieres cerrar sesión y cambiar de modo? <usetemplate name="okcancelbuttons" notext="No salir" yestext="Salir"/> </notification> - <global name="UnsupportedCPU"> - - La velocidad de tu CPU no cumple los requerimientos mÃnimos. - </global> + <notification label="" name="NoInventory"> + La opción de consulta del inventario solo está disponible en el modo Avanzado. ¿Quieres cerrar sesión y cambiar de modo? + <usetemplate name="okcancelbuttons" notext="No salir" yestext="Salir"/> + </notification> + <notification label="" name="NoAppearance"> + El editor de apariencia solo está disponible en el modo Avanzado. ¿Quieres cerrar sesión y cambiar de modo? + <usetemplate name="okcancelbuttons" notext="No salir" yestext="Salir"/> + </notification> + <notification label="" name="NoSearch"> + Las búsquedas solo están disponibles en el modo Avanzado. ¿Quieres cerrar sesión y cambiar de modo? + <usetemplate name="okcancelbuttons" notext="No salir" yestext="Salir"/> + </notification> <global name="UnsupportedGLRequirements"> Parece que no tienes el hardware apropiado para [APP_NAME]. [APP_NAME] requiere una tarjeta gráfica OpenGL que admita texturas múltiples ('multitexture support'). Si la tienes, comprueba que tienes los últimos 'drivers' para tu tarjeta gráfica, asà como los últimos parches y 'service packs' para tu sistema operativo. diff --git a/indra/newview/skins/default/xui/es/panel_preferences_colors.xml b/indra/newview/skins/default/xui/es/panel_preferences_colors.xml index a7fb2d9af85..dfb6fc7d805 100644 --- a/indra/newview/skins/default/xui/es/panel_preferences_colors.xml +++ b/indra/newview/skins/default/xui/es/panel_preferences_colors.xml @@ -22,6 +22,9 @@ <text name="text_box5"> Errores </text> + <text name="text_box10"> + Directo + </text> <text name="text_box7"> Propietario </text> diff --git a/indra/newview/skins/default/xui/es/panel_preferences_graphics1.xml b/indra/newview/skins/default/xui/es/panel_preferences_graphics1.xml index ac405870332..281b871fed1 100644 --- a/indra/newview/skins/default/xui/es/panel_preferences_graphics1.xml +++ b/indra/newview/skins/default/xui/es/panel_preferences_graphics1.xml @@ -27,8 +27,20 @@ </text> <check_box initial_value="verdadero" label="Agua transparente" name="TransparentWater"/> <check_box initial_value="true" label="Efecto de relieve y brillo" name="BumpShiny"/> + <check_box initial_value="verdadero" label="Luces locales" name="LocalLights"/> <check_box initial_value="true" label="Shaders básicos" name="BasicShaders" tool_tip="Desactivando esta opción puede prevenir fallos en algunos controladores de la tarjeta gráfica."/> <check_box initial_value="true" label="Shaders de la atmósfera" name="WindLightUseAtmosShaders"/> + <check_box initial_value="verdadero" label="Luces y sombras" name="UseLightShaders"/> + <check_box initial_value="verdadero" label="Oclusión del ambiente" name="UseSSAO"/> + <check_box initial_value="verdadero" label="Profundidad del campo" name="UseDoF"/> + <text name="shadows_label"> + Sombras: + </text> + <combo_box name="ShadowDetail"> + <combo_box.item label="Ninguno" name="0"/> + <combo_box.item label="Sol/luna" name="1"/> + <combo_box.item label="Sol/luna + proyectores" name="2"/> + </combo_box> <text name="reflection_label"> Reflejos en el agua: </text> @@ -86,7 +98,7 @@ <check_box initial_value="true" label="Avatares simulados" name="AvatarImpostors"/> <check_box initial_value="true" label="Renderizado por hardware" name="AvatarVertexProgram"/> <check_box initial_value="true" label="Ropas del avatar" name="AvatarCloth"/> - <text name="TerrainDetailText" left="402"> + <text left="402" name="TerrainDetailText"> Detalle del terreno: </text> <radio_group name="TerrainDetailRadio"> diff --git a/indra/newview/skins/default/xui/es/panel_region_general.xml b/indra/newview/skins/default/xui/es/panel_region_general.xml index fe7f51c74e8..453d1fe43c8 100644 --- a/indra/newview/skins/default/xui/es/panel_region_general.xml +++ b/indra/newview/skins/default/xui/es/panel_region_general.xml @@ -25,6 +25,7 @@ <check_box label="Permitir la reventa del terreno" name="allow_land_resell_check"/> <check_box label="Permitir unir/dividir el terreno" name="allow_parcel_changes_check"/> <check_box label="Bloquear el mostrar el terreno en la búsqueda" name="block_parcel_search_check" tool_tip="Permitir que la gente vea esta región y sus parcelas en los resultados de la búsqueda."/> + <check_box label="Permitir objetos de red" name="mesh_rez_enabled_check" tool_tip="Permitir que los usuarios creen objetos de red en esta región"/> <spinner label="Nº máximo de avatares" label_width="120" name="agent_limit_spin" width="180"/> <spinner label="Plus de objetos" label_width="120" name="object_bonus_spin" width="180"/> <text label="Calificación" name="access_text"> diff --git a/indra/newview/skins/default/xui/es/panel_sound_devices.xml b/indra/newview/skins/default/xui/es/panel_sound_devices.xml new file mode 100644 index 00000000000..acf5c68cdad --- /dev/null +++ b/indra/newview/skins/default/xui/es/panel_sound_devices.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<panel label="Configuración del dispositivo" name="device_settings_panel"> + <panel.string name="default_text"> + Por defecto + </panel.string> + <text name="Input"> + Entrada + </text> + <text name="My volume label"> + Mi volumen: + </text> + <slider_bar initial_value="1.0" name="mic_volume_slider" tool_tip="Cambia el volumen usando este deslizable"/> + <text name="wait_text"> + Por favor, espera + </text> + <text name="Output"> + Salida + </text> +</panel> diff --git a/indra/newview/skins/default/xui/es/strings.xml b/indra/newview/skins/default/xui/es/strings.xml index a869c079ef0..3731b6b57c5 100644 --- a/indra/newview/skins/default/xui/es/strings.xml +++ b/indra/newview/skins/default/xui/es/strings.xml @@ -118,6 +118,139 @@ <string name="create_account_url"> http://join.secondlife.com/index.php?lang=es-ES </string> + <string name="LoginFailedViewerNotPermitted"> + Ya no puedes acceder a Second Life con el visor que estás utilizando. Visita la siguiente página para descargar un nuevo visor: +http://secondlife.com/download. + +Si deseas obtener más información, consulta las preguntas frecuentes que aparecen a continuación: +http://secondlife.com/viewer-access-faq + </string> + <string name="LoginIntermediateOptionalUpdateAvailable"> + Actualización opcional del visor disponible: [VERSIÓN] + </string> + <string name="LoginFailedRequiredUpdate"> + Actualización necesaria del visor: [VERSIÓN] + </string> + <string name="LoginFailedAlreadyLoggedIn"> + El agente ya ha iniciado sesión. + </string> + <string name="LoginFailedAuthenticationFailed"> + Lo sentimos. No ha sido posible iniciar sesión. +Comprueba si has introducido correctamente + * El nombre de usuario (como juangarcia12 o estrella.polar) + * Contraseña +Asimismo, asegúrate de que la tecla Mayús esté desactivada. + </string> + <string name="LoginFailedPasswordChanged"> + Como precaución de seguridad, se ha modificado tu contraseña. +DirÃgete a la página de tu cuenta en http://secondlife.com/password +y responde a la pregunta de seguridad para restablecer la contraseña. +Lamentamos las molestias. + </string> + <string name="LoginFailedPasswordReset"> + Hemos realizado unos cambios en nuestro sistema, por lo que deberás restablecer la contraseña. +DirÃgete a la página de tu cuenta en http://secondlife.com/password +y responde a la pregunta de seguridad para restablecer la contraseña. +Lamentamos las molestias. + </string> + <string name="LoginFailedEmployeesOnly"> + Second Life no está disponible temporalmente debido a tareas de mantenimiento. +Actualmente, solo se permite iniciar sesión a los empleados. +Consulta www.secondlife.com/status si deseas obtener actualizaciones. + </string> + <string name="LoginFailedPremiumOnly"> + Se ha restringido de manera temporal el inicio de sesión en Second Life con el fin de garantizar una experiencia óptima a nuestros residentes. + +Aquellos usuarios que dispongan de cuentas gratuitas no podrán acceder a Second Life durante este perÃodo de tiempo, ya que el propósito de esta medida es obtener espacio suficiente para los residentes que hayan pagado por acceder a Second Life. + </string> + <string name="LoginFailedComputerProhibited"> + No se puede acceder a Second Life desde este ordenador. +Si crees que se trata de un error, ponte en contacto con +support@secondlife.com. + </string> + <string name="LoginFailedAcountSuspended"> + No se podrá acceder a tu cuenta hasta las +[HORA] (horario de la costa del PacÃfico). + </string> + <string name="LoginFailedAccountDisabled"> + En este momento no podemos completar la solicitud. +Si deseas obtener asistencia, ponte en contacto con el departamento de soporte de Second Life a través de la página http://secondlife.com/support. +Si no puedes cambiar la contraseña, llama al número (866) 476-9763. + </string> + <string name="LoginFailedTransformError"> + Se han detectado datos incorrectos en el inicio de sesión. +Ponte en contacto con support@secondlife.com. + </string> + <string name="LoginFailedAccountMaintenance"> + Se están realizando tareas rutinarias de mantenimiento en tu cuenta. +No se podrá acceder a tu cuenta hasta las +[HORA] (horario de la costa del PacÃfico). +Si crees que se trata de un error, ponte en contacto con support@secondlife.com. + </string> + <string name="LoginFailedPendingLogoutFault"> + La solicitud de cierre de sesión ha obtenido como resultado un error del simulador. + </string> + <string name="LoginFailedPendingLogout"> + El sistema está cerrando tu sesión en estos momentos. +Tu cuenta no estará disponible hasta las +[HORA] (horario de la costa del PacÃfico). + </string> + <string name="LoginFailedUnableToCreateSession"> + No se ha podido crear una sesión válida. + </string> + <string name="LoginFailedUnableToConnectToSimulator"> + No se ha podido establecer la conexión con un simulador. + </string> + <string name="LoginFailedRestrictedHours"> + Tu cuenta solo puede acceder a Second Life +entre las [INICIO] y las [FIN] (horario de la costa del PacÃfico). +Inténtalo de nuevo durante ese horario. +Si crees que se trata de un error, ponte en contacto con support@secondlife.com. + </string> + <string name="LoginFailedIncorrectParameters"> + Parámetros incorrectos. +Si crees que se trata de un error, ponte en contacto con support@secondlife.com. + </string> + <string name="LoginFailedFirstNameNotAlphanumeric"> + El parámetro correspondiente al nombre debe contener caracteres alfanuméricos. +Si crees que se trata de un error, ponte en contacto con support@secondlife.com. + </string> + <string name="LoginFailedLastNameNotAlphanumeric"> + El parámetro correspondiente al apellido debe contener caracteres alfanuméricos. +Si crees que se trata de un error, ponte en contacto con support@secondlife.com. + </string> + <string name="LogoutFailedRegionGoingOffline"> + La región se está desconectando. +Intenta iniciar sesión de nuevo en unos instantes. + </string> + <string name="LogoutFailedAgentNotInRegion"> + El agente no se encuentra en la región. +Intenta iniciar sesión de nuevo en unos instantes. + </string> + <string name="LogoutFailedPendingLogin"> + A esta región ya se ha accedido en otra sesión. +Intenta iniciar sesión de nuevo en unos instantes. + </string> + <string name="LogoutFailedLoggingOut"> + Se ha salido de la región en la sesión anterior. +Intenta iniciar sesión de nuevo en unos instantes. + </string> + <string name="LogoutFailedStillLoggingOut"> + La región aún está cerrando la sesión anterior. +Intenta iniciar sesión de nuevo en unos instantes. + </string> + <string name="LogoutSucceeded"> + Se ha salido de la región en la última sesión. +Intenta iniciar sesión de nuevo en unos instantes. + </string> + <string name="LogoutFailedLogoutBegun"> + La región ha comenzado el proceso de cierre de sesión. +Intenta iniciar sesión de nuevo en unos instantes. + </string> + <string name="LoginFailedLoggingOutSession"> + El sistema ha comenzado a cerrar la última sesión. +Intenta iniciar sesión de nuevo en unos instantes. + </string> <string name="AgentLostConnection"> Esta región puede estar teniendo problemas. Por favor, comprueba tu conexión a Internet. </string> @@ -426,6 +559,9 @@ <string name="symbolic folder link"> enlace de la carpeta </string> + <string name="mesh"> + red + </string> <string name="AvatarAway"> Ausente </string> @@ -1153,6 +1289,9 @@ <string name="InvFolder Accessories"> Accesorios </string> + <string name="InvFolder Meshes"> + Redes + </string> <string name="InvFolder Friends"> Amigos </string> @@ -3663,6 +3802,9 @@ Si sigues recibiendo este mensaje, contacta con [SUPPORT_SITE]. <string name="session_initialization_timed_out_error"> Se ha agotado el tiempo del inicio de sesión </string> + <string name="Home position set."> + Posición inicial establecida. + </string> <string name="voice_morphing_url"> http://secondlife.com/landing/voicemorphing </string> diff --git a/indra/newview/skins/default/xui/it/floater_about.xml b/indra/newview/skins/default/xui/it/floater_about.xml index 140f7bdc145..214ae963736 100644 --- a/indra/newview/skins/default/xui/it/floater_about.xml +++ b/indra/newview/skins/default/xui/it/floater_about.xml @@ -56,26 +56,32 @@ Si ringraziano i seguenti residenti per aver contribuito a rendere questa versio <panel label="Licenze" name="licenses_panel"> <text_editor name="credits_editor"> 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion - APR Copyright (C) 2000-2004 The Apache Software Foundation - cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) - DBus/dbus-glib Copyright (C) 2002, 2003 CodeFactory AB / Copyright (C) 2003, 2004 Red Hat, Inc. - expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. - FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). - GL Copyright (C) 1999-2004 Brian Paul. - Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. - jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) - jpeglib Copyright (C) 1991-1998, Thomas G. Lane. - ogg/vorbis Copyright (C) 2001, Xiphophorus - OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. - SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga - SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - xmlrpc-epi Copyright (C) 2000 Epinions, Inc. - zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. - google-perftools Copyright (c) 2005, Google Inc. - - Tutti i diritti riservati. Leggi licenses.txt per maggiori dettagli. +APR Copyright (C) 2000-2004 The Apache Software Foundation +Collada DOM Copyright 2005 Sony Computer Entertainment Inc. +cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) +DBus/dbus-glib Copyright (C) 2002, 2003 CodeFactory AB / Copyright (C) 2003, 2004 Red Hat, Inc. +expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. +FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). +GL Copyright (C) 1999-2004 Brian Paul. +GLOD Copyright (C) 2003-04 Jonathan Cohen, Nat Duca, Chris Niski, Johns Hopkins University and David Luebke, Brenden Schubert, University of Virginia. +google-perftools Copyright (c) 2005, Google Inc. +Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. +jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) +jpeglib Copyright (C) 1991-1998, Thomas G. Lane. +ogg/vorbis Copyright (C) 2001, Xiphophorus +OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. +PCRE Copyright (c) 1997-2008 University of Cambridge +SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga +SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +xmlrpc-epi Copyright (C) 2000 Epinions, Inc. +zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. +google-perftools Copyright (c) 2005, Google Inc. - Chat vocale Codifica audio: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) +Il Viewer Second Life utilizza Havok (TM) Physics. (c)Copyright 1999-2010 Havok.com Inc. (e licenziatari). Tutti i diritti riservati. Per informazioni dettagliate, vedere www.havok.com. + +Tutti i diritti riservati. Per informazioni dettagliate, vedere licenses.txt. + +Codifica audio chat vocale: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) </text_editor> </panel> </tab_container> diff --git a/indra/newview/skins/default/xui/it/floater_buy_contents.xml b/indra/newview/skins/default/xui/it/floater_buy_contents.xml index a54751e6290..84ed85e362b 100644 --- a/indra/newview/skins/default/xui/it/floater_buy_contents.xml +++ b/indra/newview/skins/default/xui/it/floater_buy_contents.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="floater_buy_contents" title="COMPRA I CONTENUTI"> <text name="contains_text"> - [NAME] contiene: + <nolink>[NAME]</nolink> contiene: </text> <text name="buy_text"> Compra per [AMOUNT]L$ da [NAME]? diff --git a/indra/newview/skins/default/xui/it/floater_import_collada.xml b/indra/newview/skins/default/xui/it/floater_import_collada.xml new file mode 100644 index 00000000000..eb4d0c0fdbf --- /dev/null +++ b/indra/newview/skins/default/xui/it/floater_import_collada.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Import Collada" title="Importa scena"> + <text name="mesh count"> + Reticoli: [COUNT] + </text> + <text name="texture count"> + Texture: [COUNT] + </text> + <text name="status"> + Stato: [STATUS] + </text> + <button label="Annulla" name="cancel"/> + <button label="OK" name="ok"/> + <string name="status_idle"> + Pausa + </string> + <string name="status_uploading"> + Caricamento in corso [NAME] + </string> + <string name="status_creating"> + Creazione oggetto [NAME] + </string> +</floater> diff --git a/indra/newview/skins/default/xui/it/floater_inventory_view_finder.xml b/indra/newview/skins/default/xui/it/floater_inventory_view_finder.xml index 49130285f2a..cf790ee62e7 100644 --- a/indra/newview/skins/default/xui/it/floater_inventory_view_finder.xml +++ b/indra/newview/skins/default/xui/it/floater_inventory_view_finder.xml @@ -5,6 +5,7 @@ <check_box label="Abiti" name="check_clothing"/> <check_box label="Gesture" name="check_gesture"/> <check_box label="Landmark" name="check_landmark"/> + <check_box label="Reticoli" name="check_mesh"/> <check_box label="Notecard" name="check_notecard"/> <check_box label="Oggetti" name="check_object"/> <check_box label="Script" name="check_script"/> diff --git a/indra/newview/skins/default/xui/it/floater_model_preview.xml b/indra/newview/skins/default/xui/it/floater_model_preview.xml new file mode 100644 index 00000000000..a17b8b36c26 --- /dev/null +++ b/indra/newview/skins/default/xui/it/floater_model_preview.xml @@ -0,0 +1,231 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Model Preview" title="Carica modello"> + <string name="status_idle"> + Pausa + </string> + <string name="status_reading_file"> + Caricamento in corso... + </string> + <string name="status_generating_meshes"> + Generazione reticoli... + </string> + <string name="status_vertex_number_overflow"> + Errore: numero di vertici maggiore di 65534, annullato. + </string> + <string name="high"> + Alto + </string> + <string name="medium"> + Medio + </string> + <string name="low"> + Basso + </string> + <string name="lowest"> + Bassissimo + </string> + <string name="mesh_status_good"> + Invia! + </string> + <string name="mesh_status_na"> + N/D + </string> + <string name="mesh_status_none"> + Nessuno + </string> + <string name="mesh_status_submesh_mismatch"> + Ai vari livelli del dettaglio corrispondono numeri diversi di faccette con texture. + </string> + <string name="mesh_status_mesh_mismatch"> + Ai vari livelli del dettaglio corrispondono numeri diversi istanze di reticoli. + </string> + <string name="mesh_status_too_many_vertices"> + Troppi vertici per il livello di dettaglio. + </string> + <string name="mesh_status_missing_lod"> + Livello di dettaglio minimo mancante. + </string> + <string name="layer_all"> + Tutto + </string> + <string name="decomposing"> + Analisi in corso... + </string> + <string name="simplifying"> + Semplificazione in corso... + </string> + <text name="name_label"> + Nome: + </text> + <text name="lod_label"> + Anteprima: + </text> + <combo_box name="preview_lod_combo" tool_tip="Livello di dettaglio per anteprima rendering"> + <combo_item name="high"> + Livello di dettaglio: Alto + </combo_item> + <combo_item name="medium"> + Livello di dettaglio: Medio + </combo_item> + <combo_item name="low"> + Livello di dettaglio: Basso + </combo_item> + <combo_item name="lowest"> + Livello di dettaglio: Bassissimo + </combo_item> + </combo_box> + <panel> + <text name="streaming cost"> + Costo risorsa: [COST] + </text> + <text name="physics cost"> + Costo fisica: [COST] + </text> + <text name="upload fee"> + Costo caricamento: N/D + </text> + </panel> + <text name="status"> + [STATUS] + </text> + <button label="Predefiniti" name="reset_btn" tool_tip="Ripristina predefiniti"/> + <button label="Carica sul server" name="ok_btn" tool_tip="Carica al simulatore"/> + <button label="Annulla" name="cancel_btn"/> + <tab_container name="import_tab"> + <panel label="Livello di dettaglio" name="lod_panel"> + <text name="lod_table_header"> + Seleziona livello di dettaglio: + </text> + <text name="high_label" value="Alto"/> + <text name="high_triangles" value="0"/> + <text name="high_vertices" value="0"/> + <text name="medium_label" value="Medio"/> + <text name="medium_triangles" value="0"/> + <text name="medium_vertices" value="0"/> + <text name="low_label" value="Basso"/> + <text name="low_triangles" value="0"/> + <text name="low_vertices" value="0"/> + <text name="lowest_label" value="Bassissimo"/> + <text name="lowest_triangles" value="0"/> + <text name="lowest_vertices" value="0"/> + <text name="lod_table_footer"> + Livello di dettaglio: [DETAIL] + </text> + <radio_group name="lod_file_or_limit" value="lod_from_file"> + <radio_item label="Carica da file" name="lod_from_file"/> + <radio_item label="Genera automaticamente" name="lod_auto_generate"/> + <radio_item label="Nessuno" name="lod_none"/> + </radio_group> + <button label="Sfoglia..." name="lod_browse"/> + <combo_box name="lod_mode"> + <combo_item name="triangle_limit"> + Limite triangoli + </combo_item> + <combo_item name="error_threshold"> + Limite errori + </combo_item> + </combo_box> + <text name="build_operator_text"> + Operatore costruzione: + </text> + <text name="queue_mode_text"> + Modalità di coda: + </text> + <combo_box name="build_operator"> + <combo_item name="edge_collapse"> + Collassa bordo + </combo_item> + <combo_item name="half_edge_collapse"> + Collassa mezzo bordo + </combo_item> + </combo_box> + <combo_box name="queue_mode"> + <combo_item name="greedy"> + Ingordo + </combo_item> + <combo_item name="lazy"> + Pigro + </combo_item> + <combo_item name="independent"> + Indipendente + </combo_item> + </combo_box> + <text name="border_mode_text"> + Modalità bordo: + </text> + <text name="share_tolderance_text"> + Tolleranza condivisione: + </text> + <combo_box name="border_mode"> + <combo_item name="border_unlock"> + Sblocca + </combo_item> + <combo_item name="border_lock"> + Blocca + </combo_item> + </combo_box> + <text name="crease_label"> + Angolo piega: + </text> + <spinner name="crease_angle" value="75"/> + </panel> + <panel label="Fisica" name="physics_panel"> + <panel name="physics geometry"> + <radio_group name="physics_load_radio" value="physics_load_from_file"> + <radio_item label="File:" name="physics_load_from_file"/> + <radio_item label="Usa livello di dettaglio:" name="physics_use_lod"/> + </radio_group> + <combo_box name="physics_lod_combo" tool_tip="Livello di dettaglio per forma fisica"> + <combo_item name="physics_lowest"> + Bassissimo + </combo_item> + <combo_item name="physics_low"> + Basso + </combo_item> + <combo_item name="physics_medium"> + Medio + </combo_item> + <combo_item name="physics_high"> + Alto + </combo_item> + </combo_box> + <button label="Sfoglia..." name="physics_browse"/> + </panel> + <panel name="physics analysis"> + <slider label="Liscia:" name="Smooth"/> + <check_box label="Chiudi fori (lento)" name="Close Holes (Slow)"/> + <button label="Analizza" name="Decompose"/> + <button label="Annulla" name="decompose_cancel"/> + </panel> + <panel name="physics simplification"> + <slider label="Passaggi:" name="Combine Quality"/> + <slider label="Scala dettagli:" name="Detail Scale"/> + <slider label="Mantieni:" name="Retain%"/> + <button label="Semplifica" name="Simplify"/> + <button label="Annulla" name="simplify_cancel"/> + </panel> + <panel name="physics info"> + <slider label="Ampiezza anteprima:" name="physics_explode"/> + <text name="physics_triangles"> + Triangoli: [TRIANGLES] + </text> + <text name="physics_points"> + Vertici: [POINTS] + </text> + <text name="physics_hulls"> + Inviluppi: [HULLS] + </text> + </panel> + </panel> + <panel label="Modificatori" name="modifiers_panel"> + <spinner name="import_scale" value="1.0"/> + <text name="import_dimensions"> + [X] x [Y] x [Z] m + </text> + <check_box label="Texture" name="upload_textures"/> + <check_box label="Peso pelle" name="upload_skin"/> + <check_box label="Posizioni giunti" name="upload_joints"/> + <spinner name="pelvis_offset" value="0.0"/> + </panel> + </tab_container> +</floater> diff --git a/indra/newview/skins/default/xui/it/floater_model_wizard.xml b/indra/newview/skins/default/xui/it/floater_model_wizard.xml new file mode 100644 index 00000000000..b17f731089d --- /dev/null +++ b/indra/newview/skins/default/xui/it/floater_model_wizard.xml @@ -0,0 +1,241 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Model Wizard" title="PROCEDURA GUIDATA CARICA MODELLO"> + <button label="5. Carica sul server" name="upload_btn"/> + <button label="4. Rivedi" name="review_btn"/> + <button label="3. Fisica" name="physics2_btn"/> + <button label="3. Fisica" name="physics_btn"/> + <button label="2. Ottimizza" name="optimize_btn"/> + <button label="1. Seleziona file" name="choose_file_btn"/> + <panel name="choose_file_panel"> + <panel name="header_panel"> + <text name="header_text"> + Carica modello + </text> + </panel> + <text name="description"> + Questa procedura guidata permette di importare modelli di reticoli in Second Life. Specificare prima un file che contiene il modello da importare. Second Life supporta file COLLADA (.dae). + </text> + <panel name="content"> + <text name="Cache location"> + Nome file: + </text> + <button label="Sfoglia..." label_selected="Sfoglia..." name="browse"/> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + </panel> + </panel> + <panel name="optimize_panel"> + <panel name="header_panel"> + <text name="header_text"> + Ottimizza + </text> + </panel> + <text name="description"> + Questa procedura guidata ha ottimizzato il modello per migliorare le prestazioni. Si possono variare i risultati dell'ottimizzazione in basso o fare clic su Avanti per continuare. + </text> + <panel name="content"> + <text name="high_detail_text"> + Genera livello di dettaglio: Alto + </text> + <text name="medium_detail_text"> + Genera livello di dettaglio: Medio + </text> + <text name="low_detail_text"> + Genera livello di dettaglio: Basso + </text> + <text name="lowest_detail_text"> + Genera livello di dettaglio: Bassissimo + </text> + </panel> + <panel name="content2"> + <text name="lod_label"> + Anteprima modello: + </text> + <combo_box name="preview_lod_combo2" tool_tip="Livello di dettaglio per anteprima rendering"> + <combo_item name="high"> + Alto + </combo_item> + <combo_item name="medium"> + Medio + </combo_item> + <combo_item name="low"> + Basso + </combo_item> + <combo_item name="lowest"> + Bassissimo + </combo_item> + </combo_box> + <text name="streaming cost"> + Costo risorsa: [COST] + </text> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + </panel> + </panel> + <panel name="physics_panel"> + <panel name="header_panel"> + <text name="header_text"> + Fisica + </text> + </panel> + <text name="description"> + La procedura guidata permette di creare una forma fisica che determina come l'oggetto interagisce con altri oggetti e avatar. Impostare il comando a scorrimento sul livello di dettaglio appropriato per l'uso dell'oggetto: + </text> + <panel name="content"> + <text name="streaming cost"> + Costo risorsa: [COST] + </text> + </panel> + </panel> + <panel name="physics2_panel"> + <panel name="header_panel"> + <text name="header_text"> + Fisica + </text> + </panel> + <text name="description"> + Visualizza in anteprima la forma fisica in basso, quindi fai clic su Avanti per continuare. Per modificare la forma fisica, fare clic su Indietro. + </text> + <panel name="content"> + <text name="lod_label"> + Anteprima modello: + </text> + <combo_box name="preview_lod_combo3" tool_tip="Livello di dettaglio per anteprima rendering"> + <combo_item name="high"> + Alto + </combo_item> + <combo_item name="medium"> + Medio + </combo_item> + <combo_item name="low"> + Basso + </combo_item> + <combo_item name="lowest"> + Bassissimo + </combo_item> + </combo_box> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + <text name="streaming cost"> + Costo risorsa: [COST] + </text> + </panel> + </panel> + <panel name="review_panel"> + <panel name="header_panel"> + <text name="header_text"> + Rivedi + </text> + </panel> + <text name="description"> + Rivedere i dettagli in basso, quindi fare clic su Carica per caricare il modello. Il tuo saldo in L$ verrà addebitato quando fai clic su Carica. + </text> + <panel name="content"> + <text name="lod_label"> + Anteprima modello: + </text> + <combo_box name="preview_lod_combo" tool_tip="Livello di dettaglio per anteprima rendering"> + <combo_item name="high"> + Alto + </combo_item> + <combo_item name="medium"> + Medio + </combo_item> + <combo_item name="low"> + Basso + </combo_item> + <combo_item name="lowest"> + Bassissimo + </combo_item> + </combo_box> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + </panel> + <text name="streaming cost"> + Costo risorsa: [COST] + </text> + <text name="physics cost"> + Costo fisica: [COST] + </text> + </panel> + <panel name="upload_panel"> + <panel name="header_panel"> + <text name="header_text"> + Caricamento completato. + </text> + </panel> + <text name="description"> + Congratulazioni. Il modello è stato caricato correttamente e ora puoi trovarlo nella cartella Oggetti nel tuo inventario. + </text> + </panel> + <button label="<< Indietro" name="back"/> + <button label="Avanti >>" name="next"/> + <button label="Carica" name="upload" tool_tip="Carica al simulatore"/> + <button label="Annulla" name="cancel"/> + <button label="Chiudi" name="close"/> + <spinner name="import_scale" value="1.0"/> + <string name="status_idle"> + Pausa + </string> + <string name="status_reading_file"> + Caricamento in corso... + </string> + <string name="status_generating_meshes"> + Generazione reticoli... + </string> + <string name="status_vertex_number_overflow"> + Errore: numero di vertici maggiore di 65534, annullato. + </string> + <string name="high"> + Alto + </string> + <string name="medium"> + Medio + </string> + <string name="low"> + Basso + </string> + <string name="lowest"> + Bassissimo + </string> + <string name="mesh_status_good"> + Invia! + </string> + <string name="mesh_status_na"> + N/D + </string> + <string name="mesh_status_none"> + Nessuno + </string> + <string name="mesh_status_submesh_mismatch"> + Ai vari livelli del dettaglio corrispondono numeri diversi di faccette con texture. + </string> + <string name="mesh_status_mesh_mismatch"> + Ai vari livelli del dettaglio corrispondono numeri diversi istanze di reticoli. + </string> + <string name="mesh_status_too_many_vertices"> + Troppi vertici per il livello di dettaglio. + </string> + <string name="mesh_status_missing_lod"> + Livello di dettaglio minimo mancante. + </string> + <string name="layer_all"> + Tutto + </string> +</floater> diff --git a/indra/newview/skins/default/xui/it/floater_price_for_listing.xml b/indra/newview/skins/default/xui/it/floater_price_for_listing.xml new file mode 100644 index 00000000000..06c838a981d --- /dev/null +++ b/indra/newview/skins/default/xui/it/floater_price_for_listing.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="price_for_listing" title="PUBBLICA L'ANNUNCIO PUBBLICITARIO"> + <text name="explanation_text"> + La tua inserzione sarà visibile per una settimana dal giorno della sua pubblicazione. + +La posizione del tuo annuncio nella lista delle inserzioni è determinata dalla somma pagata. + +Le inserzioni con un pagamento più alto saranno più visibili nella lista dei risultati della ricerca. + </text> + <text name="price_text"> + Prezzo per inserzione: + </text> + <text name="price_symbol"> + L$ + </text> + <button label="OK" name="set_price_btn"/> + <button label="Annulla" name="cancel_btn"/> +</floater> diff --git a/indra/newview/skins/default/xui/it/floater_sound_devices.xml b/indra/newview/skins/default/xui/it/floater_sound_devices.xml new file mode 100644 index 00000000000..df4b8f4878a --- /dev/null +++ b/indra/newview/skins/default/xui/it/floater_sound_devices.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="floater_sound_devices" title="Dispositivi sonori"> + <text name="voice_label"> + Chat vocale + </text> + <check_box label="Abilitato" name="enable_voice"/> +</floater> diff --git a/indra/newview/skins/default/xui/it/floater_tools.xml b/indra/newview/skins/default/xui/it/floater_tools.xml index 52b5566006b..23e01a3943d 100644 --- a/indra/newview/skins/default/xui/it/floater_tools.xml +++ b/indra/newview/skins/default/xui/it/floater_tools.xml @@ -126,6 +126,18 @@ <text name="prim_count"> Prim: [COUNT] </text> + <text name="linked_set_count"> + Set collegati: [COUNT] + </text> + <text name="linked_set_cost" tool_tip="Costo dei set collegati attualmente selezionati come [prim],[complessità fisica]"> + Costo: [COST] / [PHYSICS] + </text> + <text name="object_count"> + Oggetti: [COUNT] + </text> + <text name="object_cost" tool_tip="Costo degli oggetti attualmente selezionati come [prim] / [complessità fisica]"> + Costo: [COST] / [PHYSICS] + </text> <tab_container name="Object Info Tabs"> <panel label="Generale" name="General"> <panel.string name="text deed continued"> @@ -276,15 +288,6 @@ <combo_box.item label="Anello" name="Ring"/> <combo_box.item label="Sculpted" name="Sculpted"/> </combo_box> - <combo_box name="material"> - <combo_box.item label="Pietra" name="Stone"/> - <combo_box.item label="Metallo" name="Metal"/> - <combo_box.item label="Vetro" name="Glass"/> - <combo_box.item label="Legno" name="Wood"/> - <combo_box.item label="Carne" name="Flesh"/> - <combo_box.item label="Plastica" name="Plastic"/> - <combo_box.item label="Gomma" name="Rubber"/> - </combo_box> <text left_delta="-10" name="text cut" width="170"> Riduci una sezione (inizio/fine) </text> @@ -357,9 +360,19 @@ <combo_box.item label="Toroidale" name="Torus"/> <combo_box.item label="Piana" name="Plane"/> <combo_box.item label="Cilindrica" name="Cylinder"/> + <combo_box.item label="Reticolo" name="Mesh"/> </combo_box> </panel> <panel label="Caratteristiche" name="Features"> + <panel.string name="None"> + Nessuno + </panel.string> + <panel.string name="Prim"> + Prim + </panel.string> + <panel.string name="Convex Hull"> + Inviluppo convesso + </panel.string> <text name="select_single"> Seleziona solo un prim per modificarne le caratteristiche. </text> @@ -384,6 +397,23 @@ <spinner label="Centro focale" name="Light Focus"/> <spinner label="Attenuazione" name="Light Falloff"/> <spinner label="Atmosfera" name="Light Ambiance"/> + <text name="label physicsshapetype"> + Tipo di forma fisica: + </text> + <combo_box name="Physics Shape Type Combo Ctrl" tool_tip="Selezionare il tipo di forma fisica"/> + <combo_box name="material"> + <combo_box.item label="Pietra" name="Stone"/> + <combo_box.item label="Metallo" name="Metal"/> + <combo_box.item label="Vetro" name="Glass"/> + <combo_box.item label="Legno" name="Wood"/> + <combo_box.item label="Carne" name="Flesh"/> + <combo_box.item label="Plastica" name="Plastic"/> + <combo_box.item label="Gomma" name="Rubber"/> + </combo_box> + <spinner label="Gravità " name="Physics Gravity"/> + <spinner label="Frizione" name="Physics Friction"/> + <spinner label="Densità " name="Physics Density"/> + <spinner label="Restituzione" name="Physics Restitution"/> </panel> <panel label="Texture" name="Texture"> <panel.string name="string repeats per meter"> diff --git a/indra/newview/skins/default/xui/it/menu_inventory_add.xml b/indra/newview/skins/default/xui/it/menu_inventory_add.xml index a2535ce48de..62da61cd6b5 100644 --- a/indra/newview/skins/default/xui/it/menu_inventory_add.xml +++ b/indra/newview/skins/default/xui/it/menu_inventory_add.xml @@ -4,6 +4,8 @@ <menu_item_call label="Immagine ([COST]L$)..." name="Upload Image"/> <menu_item_call label="Suono ([COST]L$)..." name="Upload Sound"/> <menu_item_call label="Animazione ([COST]L$)..." name="Upload Animation"/> + <menu_item_call label="Modella..." name="Upload Model"/> + <menu_item_call label="Procedura guidata modellazione..." name="Upload Model Wizard"/> <menu_item_call label="In blocco ([COST]L$ per file)..." name="Bulk Upload"/> <menu_item_call label="Definisci diritti di caricamento predefiniti" name="perm prefs"/> </menu> diff --git a/indra/newview/skins/default/xui/it/menu_model_import_gear_default.xml b/indra/newview/skins/default/xui/it/menu_model_import_gear_default.xml new file mode 100644 index 00000000000..5012e6450f2 --- /dev/null +++ b/indra/newview/skins/default/xui/it/menu_model_import_gear_default.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<toggleable_menu name="model_menu_gear_default"> + <menu_item_check label="Mostra bordi" name="show_edges"/> + <menu_item_check label="Mostra fisica" name="show_physics"/> + <menu_item_check label="Mostra texture" name="show_textures"/> + <menu_item_check label="Mostra peso pelle" name="show_skin_weight"/> + <menu_item_check label="Mostra posizioni giunti" name="show_joint_positions"/> +</toggleable_menu> diff --git a/indra/newview/skins/default/xui/it/menu_viewer.xml b/indra/newview/skins/default/xui/it/menu_viewer.xml index 6599810a671..e4df0630d92 100644 --- a/indra/newview/skins/default/xui/it/menu_viewer.xml +++ b/indra/newview/skins/default/xui/it/menu_viewer.xml @@ -120,6 +120,8 @@ <menu_item_call label="Immagine ([COST] L$)..." name="Upload Image"/> <menu_item_call label="Suono ([COST] L$)..." name="Upload Sound"/> <menu_item_call label="Animazione ([COST] L$)..." name="Upload Animation"/> + <menu_item_call label="Modella..." name="Upload Model"/> + <menu_item_call label="Procedura guidata modellazione..." name="Upload Model Wizard"/> <menu_item_call label="In blocco ([COST] L$ per file)..." name="Bulk Upload"/> </menu> <menu_item_call label="Annulla" name="Undo"/> @@ -159,7 +161,7 @@ <menu_item_check label="Alpha (Trasparenza)" name="Alpha"/> <menu_item_check label="Albero" name="Tree"/> <menu_item_check label="Avatar" name="Character"/> - <menu_item_check label="Superficie" name="SurfacePath"/> + <menu_item_check label="Superficie chiusa" name="Surface Patch"/> <menu_item_check label="Cielo" name="Sky"/> <menu_item_check label="Acqua" name="Water"/> <menu_item_check label="Suolo" name="Ground"/> @@ -217,6 +219,7 @@ <menu_item_check label="Console categoria texture" name="Texture Category"/> <menu_item_check label="Timer veloci" name="Fast Timers"/> <menu_item_check label="Memoria" name="Memory"/> + <menu_item_check label="Statistiche scena" name="Scene Statistics"/> <menu_item_call label="Informazioni regione sulla console di debug" name="Region Info to Debug Console"/> <menu_item_check label="Fotocamera" name="Camera"/> <menu_item_check label="Vento" name="Wind"/> @@ -224,6 +227,7 @@ </menu> <menu label="Mostra informazioni" name="Display Info"> <menu_item_check label="Mostra orario" name="Show Time"/> + <menu_item_check label="Mostra costo di caricamento" name="Show Upload Cost"/> <menu_item_check label="Mostra informazioni di rendering" name="Show Render Info"/> <menu_item_check label="Mostra info sulla texture" name="Show Texture Info"/> <menu_item_check label="Mostra colore sotto il cursore" name="Show Color Under Cursor"/> @@ -246,7 +250,12 @@ <menu_item_check label="Test frame" name="Frame Test"/> </menu> <menu label="Render Metadata" name="Render Metadata"> + <menu_item_check label="Normali" name="Normals"/> + <menu_item_check label="Forme fisica" name="Physics Shapes"/> <menu_item_check label="Aggiorna tipo" name="Update Type"/> + <menu_item_check label="Info livello dettaglio" name="LOD Info"/> + <menu_item_check label="Crea coda" name="Build Queue"/> + <menu_item_check label="Scolpisci" name="Sculpt"/> </menu> <menu label="Rendering" name="Rendering"> <menu_item_check label="Assi" name="Axes"/> @@ -312,6 +321,7 @@ <menu_item_call label="Debug texture dell'avatar" name="Debug Avatar Textures"/> </menu> <menu_item_check label="Texture HTTP" name="HTTP Textures"/> + <menu_item_check label="Inventario HTTP" name="HTTP Inventory"/> <menu_item_check label="Finestra Console al prossimo lancio" name="Console Window"/> <menu_item_call label="Richiedi diritti Admin" name="Request Admin Options"/> <menu_item_call label="Lascia stato Admin" name="Leave Admin Options"/> diff --git a/indra/newview/skins/default/xui/it/notifications.xml b/indra/newview/skins/default/xui/it/notifications.xml index 6619260670c..f50051c0044 100644 --- a/indra/newview/skins/default/xui/it/notifications.xml +++ b/indra/newview/skins/default/xui/it/notifications.xml @@ -2163,6 +2163,12 @@ Questo potrebbe incidere sulla tua password. <notification name="RezItemNoPermissions"> Permessi insufficienti per creare un oggetto. </notification> + <notification name="IMAcrossParentEstates"> + Impossibile inviare IM tra proprietà principali diverse. + </notification> + <notification name="TransferInventoryAcrossParentEstates"> + Impossibile trasferire l'inventario tra proprietà principali diverse. + </notification> <notification name="UnableToLoadNotecard"> Impossibile caricare la notecard in questo momento. </notification> @@ -2736,6 +2742,10 @@ Per sicurezza, verranno bloccati per alcuni secondi. La tua voce è stata interrotta dal moderatore. <usetemplate name="okbutton" yestext="OK"/> </notification> + <notification name="UploadCostConfirmation"> + Questo caricamento costerà L$[PRICE]. Continuare con il caricamento? + <usetemplate name="okcancelbuttons" notext="Annulla" yestext="Carica"/> + </notification> <notification name="ConfirmClearTeleportHistory"> Sei sicuro di volere cancellare la cronologia dei tuoi teleport? <usetemplate name="okcancelbuttons" notext="Annulla" yestext="OK"/> @@ -2747,6 +2757,9 @@ Il pulsante verrà visualizzato quando lo spazio sarà sufficiente. <notification name="ShareNotification"> Scegli i residenti con i quali condividere. </notification> + <notification name="MeshUploadError"> + [LABEL] non è stato caricato: [MESSAGE] [IDENTIFIER] [INVALIDITY_IDENTIFIER] + </notification> <notification name="ShareItemsConfirmation"> Sei sicuro di volere condividere gli oggetti @@ -2763,6 +2776,19 @@ Con i seguenti residenti? <notification name="DeedToGroupFail"> Cessione al gruppo non riuscita. </notification> + <notification name="ReleaseLandThrottled"> + Il lotto [PARCEL_NAME] non può essere abbandonato in questo momento. + </notification> + <notification name="ReleasedLandWithReclaim"> + Il lotto di [AREA] m² '[PARCEL_NAME]' è stato rilasciato. + +Hai [RECLAIM_PERIOD] ore per riprendere possesso per L$0 prima che venga messo in vendita a chiunque altro. + </notification> + <notification name="ReleasedLandNoReclaim"> + Il lotto di [AREA] m² '[PARCEL_NAME]' è stato rilasciato. + +Ora è disponibile per l'acquisto da parte di chiunque. + </notification> <notification name="AvatarRezNotification"> ( in esistenza da [EXISTENCE] secondi ) Nuvola avatar '[NAME]' dileguata dopo [TIME] secondi. @@ -2903,6 +2929,10 @@ Clicca e trascina dovunque nel mondo per ruotare la visuale La creazione e la modifica dei gruppi sono disponibili solo in modalità Avanzata. Uscire e cambiare la modalità ? Sulla schermata di accesso si può selezionare la modalità . <usetemplate name="okcancelbuttons" notext="Non uscire" yestext="Esci"/> </notification> + <notification label="" name="NoPlaceInfo"> + La visualizzazione del profilo del luogo è disponibile solo in modalità Avanzata. Uscire e cambiare la modalità ? Sulla schermata di accesso si può selezionare la modalità . + <usetemplate name="okcancelbuttons" notext="Non uscire" yestext="Esci"/> + </notification> <notification label="" name="NoPicks"> La creazione e la modifica dei luoghi preferiti sono disponibili solo in modalità Avanzata. Uscire e cambiare la modalità ? Sulla schermata di accesso si può selezionare la modalità . <usetemplate name="okcancelbuttons" notext="Non uscire" yestext="Esci"/> @@ -2923,9 +2953,18 @@ Clicca e trascina dovunque nel mondo per ruotare la visuale Il pagamento ad altri residenti è disponibile solo in modalità Avanzata. Eseguire il logout e cambiare la modalità ? <usetemplate name="okcancelbuttons" notext="Non uscire" yestext="Esci"/> </notification> - <global name="UnsupportedCPU"> - - La velocità della tua CPU non soddisfa i requisiti minimi. - </global> + <notification label="" name="NoInventory"> + La visualizzazione dell'inventario è disponibile solo in modalità Avanzata. Eseguire il logout e cambiare la modalità ? + <usetemplate name="okcancelbuttons" notext="Non uscire" yestext="Esci"/> + </notification> + <notification label="" name="NoAppearance"> + L'editor dell'aspetto è disponibile solo in modalità Avanzata. Eseguire il logout e cambiare la modalità ? + <usetemplate name="okcancelbuttons" notext="Non uscire" yestext="Esci"/> + </notification> + <notification label="" name="NoSearch"> + La ricerca è disponibile solo in modalità Avanzata. Eseguire il logout e cambiare la modalità ? + <usetemplate name="okcancelbuttons" notext="Non uscire" yestext="Esci"/> + </notification> <global name="UnsupportedGLRequirements"> Non sembra che tu abbia i requisiti hardware adeguati per [APP_NAME]. [APP_NAME] richiede una scheda grafica OpenGL con supporto multitexture. Se ne hai una in dotazione, accertati di avere i driver, i service pack e i patch più recenti per la scheda grafica e per il sistema operativo. diff --git a/indra/newview/skins/default/xui/it/panel_preferences_colors.xml b/indra/newview/skins/default/xui/it/panel_preferences_colors.xml index 167de5d0283..016970d9a31 100644 --- a/indra/newview/skins/default/xui/it/panel_preferences_colors.xml +++ b/indra/newview/skins/default/xui/it/panel_preferences_colors.xml @@ -22,6 +22,9 @@ <text name="text_box5"> Errori </text> + <text name="text_box10"> + Diretto + </text> <text name="text_box7"> Proprietario </text> diff --git a/indra/newview/skins/default/xui/it/panel_preferences_graphics1.xml b/indra/newview/skins/default/xui/it/panel_preferences_graphics1.xml index 7d21b8ccc70..1f2b97af450 100644 --- a/indra/newview/skins/default/xui/it/panel_preferences_graphics1.xml +++ b/indra/newview/skins/default/xui/it/panel_preferences_graphics1.xml @@ -27,8 +27,20 @@ </text> <check_box initial_value="vero" label="Acqua trasparente" name="TransparentWater"/> <check_box initial_value="true" label="Piccoli rilievi e scintillii" name="BumpShiny"/> + <check_box initial_value="true" label="Luci locali" name="LocalLights"/> <check_box initial_value="true" label="Effetti grafici base" name="BasicShaders" tool_tip="Disabilitare questa opzione può evitare che qualche scheda grafica vada in crash."/> <check_box initial_value="true" label="Effetti grafici atmosferici" name="WindLightUseAtmosShaders"/> + <check_box initial_value="true" label="Luci e ombre" name="UseLightShaders"/> + <check_box initial_value="true" label="Occlusione ambientale" name="UseSSAO"/> + <check_box initial_value="true" label="Profondità di campo" name="UseDoF"/> + <text name="shadows_label"> + Ombre: + </text> + <combo_box name="ShadowDetail"> + <combo_box.item label="Nessuno" name="0"/> + <combo_box.item label="Sole/Luna" name="1"/> + <combo_box.item label="Sole/Luna + Proiettori" name="2"/> + </combo_box> <text name="reflection_label"> Riflessi nell’acqua: </text> diff --git a/indra/newview/skins/default/xui/it/panel_region_general.xml b/indra/newview/skins/default/xui/it/panel_region_general.xml index 6ca5dd878ef..c550e005ae9 100644 --- a/indra/newview/skins/default/xui/it/panel_region_general.xml +++ b/indra/newview/skins/default/xui/it/panel_region_general.xml @@ -25,6 +25,7 @@ <check_box label="Abilita la rivendita del terreno" name="allow_land_resell_check"/> <check_box label="Abilita unione/suddivisione del terreno" name="allow_parcel_changes_check"/> <check_box label="Proibisci che il terreno appaia nelle ricerche" name="block_parcel_search_check" tool_tip="Permetti che le persone vedano questa regione e le sue suddivisioni nei risultati delle ricerche"/> + <check_box label="Consenti oggetti con reticolo" name="mesh_rez_enabled_check" tool_tip="Permetti alle persone di rezzare oggetti con reticolo su questa regione"/> <spinner label="Limite massimo di avatar" label_width="135" name="agent_limit_spin" width="190"/> <spinner label="Bonus di oggetti" label_width="135" name="object_bonus_spin" width="190"/> <text label="Maturità " name="access_text" width="120"> diff --git a/indra/newview/skins/default/xui/it/panel_sound_devices.xml b/indra/newview/skins/default/xui/it/panel_sound_devices.xml new file mode 100644 index 00000000000..8e7f0c8dc55 --- /dev/null +++ b/indra/newview/skins/default/xui/it/panel_sound_devices.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<panel label="Impostazioni dispositivo" name="device_settings_panel"> + <panel.string name="default_text"> + Predefinito + </panel.string> + <text name="Input"> + Input + </text> + <text name="My volume label"> + Il mio volume: + </text> + <slider_bar initial_value="1.0" name="mic_volume_slider" tool_tip="Cambia il volume utilizzando questa barra"/> + <text name="wait_text"> + Attendi + </text> + <text name="Output"> + Output + </text> +</panel> diff --git a/indra/newview/skins/default/xui/it/strings.xml b/indra/newview/skins/default/xui/it/strings.xml index 1513ddb8a50..cbe8ef24c44 100644 --- a/indra/newview/skins/default/xui/it/strings.xml +++ b/indra/newview/skins/default/xui/it/strings.xml @@ -124,6 +124,139 @@ <string name="create_account_url"> http://join.secondlife.com/index.php?lang=it-IT </string> + <string name="LoginFailedViewerNotPermitted"> + Il viewer utilizzato non è più in grado di accedere a Second Life. Visita la parina seguente per scaricare un nuovo viewer: +http://secondlife.com/download. + +Per maggiori informazioni, consulta le domande frequenti alla pagina seguente: +http://secondlife.com/viewer-access-faq + </string> + <string name="LoginIntermediateOptionalUpdateAvailable"> + Disponibile aggiornamento facoltativo viewer: [VERSION] + </string> + <string name="LoginFailedRequiredUpdate"> + Aggernamento viewer richiesto: [VERSION] + </string> + <string name="LoginFailedAlreadyLoggedIn"> + Questo agente ha già eseguito il login. + </string> + <string name="LoginFailedAuthenticationFailed"> + Siamo spiacenti. Il tentativo di accesso non è riuscito. +Verifica di avere inserito correttamente + * Nome utente (come robby12 o Stella Soleggiato) + * Password +Verifica anche che il blocco delle maiuscole non sia attivato. + </string> + <string name="LoginFailedPasswordChanged"> + Come misura precauzionale, la tua password è stata cambiata. +Visita la pagina del tuo account a http://secondlife.com/password +e rispondi alla domanda di sicurezza per reimpostare la password. +Ci scusiamo per l'inconveniente. + </string> + <string name="LoginFailedPasswordReset"> + Abbiamo effettuato delle modifiche al sistema che richiedono di reimpostare la password. +Visita la pagina del tuo account a http://secondlife.com/password +e rispondi alla domanda di sicurezza per reimpostare la password. +Ci scusiamo per l'inconveniente. + </string> + <string name="LoginFailedEmployeesOnly"> + Second Life è chiuso temporaneamente per manutenzione. +Al momento, solo i dipendenti possono eseguire l'accesso. +Visita www.secondlife.com/status per aggiornamenti. + </string> + <string name="LoginFailedPremiumOnly"> + L'accesso a Second Life è temporaneamente limitato per garantire che chi è nel mondo virtuale abbia la migliore esperienza possibile. + +Le persona con account gratuiti non potrenno accedere a Second Life durante questo periodo, per lasciare spazio alle persone che hanno pagato per Second Life. + </string> + <string name="LoginFailedComputerProhibited"> + Non si può accedere a Second Life da questo computer. +Se ritieni che si tratta di un errore, contatta +support@secondlife.com. + </string> + <string name="LoginFailedAcountSuspended"> + Il tuo account non è accessibile fino alle +[TIME] fuso orario del Pacifico. + </string> + <string name="LoginFailedAccountDisabled"> + Non siamo attualmente in grado di completare la tua richiesta. +Contatta l'assistenza Second Life alla pagina http://secondlife.com/support. +Se non sei in grado di cambiare la password, chiama (866) 476-9763. + </string> + <string name="LoginFailedTransformError"> + Dati incompatibili rilevati durante l'accesso. +Contattare support@secondlife.com. + </string> + <string name="LoginFailedAccountMaintenance"> + Il tuo account è in fase di leggera manutenzione. +Il tuo account non è accessibile fino alle +[TIME] fuso orario del Pacifico. +Se ritieni che si tratta di un errore, contatta support@secondlife.com. + </string> + <string name="LoginFailedPendingLogoutFault"> + Errore del simulatore in seguito alla richiesta di logout. + </string> + <string name="LoginFailedPendingLogout"> + Il sistema sta eseguendo il logout in questo momento. +Il tuo account non sarà disponibile fino alle +[TIME] fuso orario del Pacifico. + </string> + <string name="LoginFailedUnableToCreateSession"> + Non è possibile creare una sessione valida. + </string> + <string name="LoginFailedUnableToConnectToSimulator"> + Non è possibile collegarsi a un simulatore. + </string> + <string name="LoginFailedRestrictedHours"> + Il tuo account può accedere a Second Life solo +tra le [START] e le [END] fuso orario del Pacifico. +Torna durante quell'orario. +Se ritieni che si tratta di un errore, contatta support@secondlife.com. + </string> + <string name="LoginFailedIncorrectParameters"> + Parametri errati. +Se ritieni che si tratta di un errore, contatta support@secondlife.com. + </string> + <string name="LoginFailedFirstNameNotAlphanumeric"> + Il parametro Nome deve includere solo caratteri alfanumerici. +Se ritieni che si tratta di un errore, contatta support@secondlife.com. + </string> + <string name="LoginFailedLastNameNotAlphanumeric"> + Il parametro Cognome deve includere solo caratteri alfanumerici. +Se ritieni che si tratta di un errore, contatta support@secondlife.com. + </string> + <string name="LogoutFailedRegionGoingOffline"> + La regione sta passando allo stato non in linea. +Prova ad accedere nuovamente tra un minuto. + </string> + <string name="LogoutFailedAgentNotInRegion"> + L'agente non è nella regione. +Prova ad accedere nuovamente tra un minuto. + </string> + <string name="LogoutFailedPendingLogin"> + La regione ha eseguito l'accesso in un'altre sessione. +Prova ad accedere nuovamente tra un minuto. + </string> + <string name="LogoutFailedLoggingOut"> + La regione stava eseguendo il logout della sessione precedente. +Prova ad accedere nuovamente tra un minuto. + </string> + <string name="LogoutFailedStillLoggingOut"> + La regione sta ancora eseguendo il logout della sessione precedente. +Prova ad accedere nuovamente tra un minuto. + </string> + <string name="LogoutSucceeded"> + La regione ha eseguito il logout dell'ultima sessione. +Prova ad accedere nuovamente tra un minuto. + </string> + <string name="LogoutFailedLogoutBegun"> + La regione ha iniziato la procedura di logout. +Prova ad accedere nuovamente tra un minuto. + </string> + <string name="LoginFailedLoggingOutSession"> + Il sistema ha iniziato il logout dell'ultima sessione. +Prova ad accedere nuovamente tra un minuto. + </string> <string name="AgentLostConnection"> Questa regione sta avendo problemi. Verifica la tua connessione a Internet. </string> @@ -432,6 +565,9 @@ <string name="symbolic folder link"> link alla cartella </string> + <string name="mesh"> + reticolo + </string> <string name="AvatarAway"> Assente </string> @@ -1159,6 +1295,9 @@ <string name="InvFolder Accessories"> Accessori </string> + <string name="InvFolder Meshes"> + Reticoli + </string> <string name="InvFolder Friends"> Amici </string> @@ -3666,6 +3805,9 @@ Se il messaggio persiste, contatta [SUPPORT_SITE]. <string name="session_initialization_timed_out_error"> Sessione di inizializzazione scaduta </string> + <string name="Home position set."> + Posizione di base impostata. + </string> <string name="voice_morphing_url"> http://secondlife.com/landing/voicemorphing </string> diff --git a/indra/newview/skins/default/xui/ja/floater_about.xml b/indra/newview/skins/default/xui/ja/floater_about.xml index 61fedede352..56708001c2f 100644 --- a/indra/newview/skins/default/xui/ja/floater_about.xml +++ b/indra/newview/skins/default/xui/ja/floater_about.xml @@ -56,26 +56,32 @@ Qt Webkit ãƒãƒ¼ã‚¸ãƒ§ãƒ³ï¼š [QT_WEBKIT_VERSION] <panel label="ライセンス" name="licenses_panel"> <text_editor name="credits_editor"> 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion - APR Copyright (C) 2000-2004 The Apache Software Foundation - cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) - expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. - FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). - GL Copyright (C) 1999-2004 Brian Paul. - Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. - jpeg2000 Copyright (C) 2001, David Taubman, The University of New South - Wales (UNSW) - jpeglib Copyright (C) 1991-1998, Thomas G. Lane. - ogg/vorbis Copyright (C) 2001, Xiphophorus - OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. - SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga - SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - xmlrpc-epi Copyright (C) 2000 Epinions, Inc. - zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. - google-perftools Copyright (c) 2005, Google Inc. - - ç„¡æ–転写ã€è¤‡è£½ã€è»¢è¼‰ã‚’ç¦ã˜ã¾ã™ã€‚ 詳細ã¯licenses.txtã‚’å‚ç…§ã—ã¦ãã ã•ã„。 +APR Copyright (C) 2000-2004 The Apache Software Foundation +Collada DOM Copyright 2005 Sony Computer Entertainment Inc. +cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) +DBus/dbus-glib Copyright (C) 2002, 2003 CodeFactory AB / Copyright (C) 2003, 2004 Red Hat, Inc. +expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. +FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). +GL Copyright (C) 1999-2004 Brian Paul. +GLOD Copyright (C) 2003-04 Jonathan Cohen, Nat Duca, Chris Niski, Johns Hopkins University and David Luebke, Brenden Schubert, University of Virginia. +google-perftools Copyright (c) 2005, Google Inc. +Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. +jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) +jpeglib Copyright (C) 1991-1998, Thomas G. Lane. +ogg/vorbis Copyright (C) 2001, Xiphophorus +OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. +PCRE Copyright (c) 1997-2008 University of Cambridge +SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga +SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +xmlrpc-epi Copyright (C) 2000 Epinions, Inc. +zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. +google-perftools Copyright (c) 2005, Google Inc. - Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) +Second Life ビューワã§ã¯ Havok (TM) Physics ãŒä½¿ç”¨ã•ã‚Œã¦ã„ã¾ã™ã€‚(c)Copyright 1999-2010 Havok.com Inc. (and its Licensors).ç„¡æ–複写・複製・転載をç¦ã˜ã¾ã™ã€‚詳細ã«ã¤ã„ã¦ã¯ www.havok.com ã‚’ã”å‚ç…§ãã ã•ã„。 + +ç„¡æ–複写・複製・転載をç¦ã˜ã¾ã™ã€‚詳細ã«ã¤ã„ã¦ã¯ licenses.txt ã‚’ã”å‚ç…§ãã ã•ã„。 + +ボイスãƒãƒ£ãƒƒãƒˆã®ã‚ªãƒ¼ãƒ‡ã‚£ã‚ªã‚³ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ï¼šPolycom(R) Siren14(TM) (ITU-T Rec.G.722.1 Annex C) </text_editor> </panel> </tab_container> diff --git a/indra/newview/skins/default/xui/ja/floater_buy_contents.xml b/indra/newview/skins/default/xui/ja/floater_buy_contents.xml index ed17736eb38..7e4932c78fe 100644 --- a/indra/newview/skins/default/xui/ja/floater_buy_contents.xml +++ b/indra/newview/skins/default/xui/ja/floater_buy_contents.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater min_width="340" name="floater_buy_contents" title="ä¸èº«ã®è³¼å…¥" width="340"> <text name="contains_text" width="320"> - [NAME] ã®ä¸èº«ï¼š + <nolink>[NAME]</nolink> ã«å«ã¾ã‚Œã‚‹ã‚‚ã®ï¼š </text> <scroll_list name="item_list" width="310"/> <text name="buy_text" width="320"> diff --git a/indra/newview/skins/default/xui/ja/floater_import_collada.xml b/indra/newview/skins/default/xui/ja/floater_import_collada.xml new file mode 100644 index 00000000000..65edafb1697 --- /dev/null +++ b/indra/newview/skins/default/xui/ja/floater_import_collada.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Import Collada" title="風景ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ"> + <text name="mesh count"> + メッシュ: [COUNT] + </text> + <text name="texture count"> + テクスãƒãƒ£ï¼š [COUNT] + </text> + <text name="status"> + ステータス: [STATUS] + </text> + <button label="å–り消ã—" name="cancel"/> + <button label="OK" name="ok"/> + <string name="status_idle"> + 待機状態 + </string> + <string name="status_uploading"> + [NAME]をアップãƒãƒ¼ãƒ‰ä¸ + </string> + <string name="status_creating"> + オブジェクト[NAME]を作æˆä¸ + </string> +</floater> diff --git a/indra/newview/skins/default/xui/ja/floater_inventory_view_finder.xml b/indra/newview/skins/default/xui/ja/floater_inventory_view_finder.xml index 47a63e5e202..47d57da0310 100644 --- a/indra/newview/skins/default/xui/ja/floater_inventory_view_finder.xml +++ b/indra/newview/skins/default/xui/ja/floater_inventory_view_finder.xml @@ -5,6 +5,7 @@ <check_box label="æœ" name="check_clothing"/> <check_box label="ジェスãƒãƒ£ãƒ¼" name="check_gesture"/> <check_box label="ランドマーク" name="check_landmark"/> + <check_box label="メッシュ" name="check_mesh"/> <check_box label="ノートカード" name="check_notecard"/> <check_box label="オブジェクト" name="check_object"/> <check_box label="スクリプト" name="check_script"/> diff --git a/indra/newview/skins/default/xui/ja/floater_model_preview.xml b/indra/newview/skins/default/xui/ja/floater_model_preview.xml new file mode 100644 index 00000000000..5eb141a28cf --- /dev/null +++ b/indra/newview/skins/default/xui/ja/floater_model_preview.xml @@ -0,0 +1,231 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Model Preview" title="モデルをアップãƒãƒ¼ãƒ‰"> + <string name="status_idle"> + 待機状態 + </string> + <string name="status_reading_file"> + ãƒãƒ¼ãƒ‡ã‚£ãƒ³ã‚°... + </string> + <string name="status_generating_meshes"> + メッシュを作æˆä¸ + </string> + <string name="status_vertex_number_overflow"> + ã‚¨ãƒ©ãƒ¼ï¼šé ‚ç‚¹ã®æ•°ãŒ65534を超éŽã—ãŸã®ã§ä¸æ¢ã•ã‚Œã¾ã—ãŸã€‚ + </string> + <string name="high"> + 高 + </string> + <string name="medium"> + ä¸ + </string> + <string name="low"> + 低 + </string> + <string name="lowest"> + 最低 + </string> + <string name="mesh_status_good"> + ç™ºé€ + </string> + <string name="mesh_status_na"> + 該当ãªã— + </string> + <string name="mesh_status_none"> + ãªã— + </string> + <string name="mesh_status_submesh_mismatch"> + テクスãƒãƒ£ç·¨é›†å¯èƒ½ãªé¢ã®æ•°ã¯æ画詳細度ã«å¿œã˜ã¦ç•°ãªã‚Šã¾ã™ã€‚ + </string> + <string name="mesh_status_mesh_mismatch"> + メッシュインスタンスã®æ•°ã¯æ画詳細度ã«å¿œã˜ã¦ç•°ãªã‚Šã¾ã™ã€‚ + </string> + <string name="mesh_status_too_many_vertices"> + æ画詳細度ã«å¯¾ã—ã¦é ‚点ã®æ•°ãŒå¤šã™ãŽã¾ã™ã€‚ + </string> + <string name="mesh_status_missing_lod"> + å¿…è¦ãªæ画詳細度ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。 + </string> + <string name="layer_all"> + 全㦠+ </string> + <string name="decomposing"> + 分æžä¸ + </string> + <string name="simplifying"> + å˜ç´”化 + </string> + <text name="name_label"> + åå‰ï¼š + </text> + <text name="lod_label"> + プレビュー: + </text> + <combo_box name="preview_lod_combo" tool_tip="プレビュー表示ã®LODè¨å®š"> + <combo_item name="high"> + æ画詳細度:高 + </combo_item> + <combo_item name="medium"> + æç”»è©³ç´°åº¦ï¼šä¸ + </combo_item> + <combo_item name="low"> + æ画詳細度:低 + </combo_item> + <combo_item name="lowest"> + æ画詳細度:最低 + </combo_item> + </combo_box> + <panel> + <text name="streaming cost"> + リソース料金: [COST] + </text> + <text name="physics cost"> + 物ç†åŠ¹æžœæ–™é‡‘: [COST] + </text> + <text name="upload fee"> + アップãƒãƒ¼ãƒ‰æ‰‹æ•°æ–™ï¼šè©²å½“ãªã— + </text> + </panel> + <text name="status"> + [STATUS] + </text> + <button label="デフォルト" name="reset_btn" tool_tip="デフォルトã«ãƒªã‚»ãƒƒãƒˆ"/> + <button label="アップãƒãƒ¼ãƒ‰" name="ok_btn" tool_tip="シミュレーターã«ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰"/> + <button label="å–り消ã—" name="cancel_btn"/> + <tab_container name="import_tab"> + <panel label="æ画詳細度" name="lod_panel"> + <text name="lod_table_header"> + æ画詳細度をé¸æŠžï¼š + </text> + <text name="high_label" value="高"/> + <text name="high_triangles" value="0"/> + <text name="high_vertices" value="0"/> + <text name="medium_label" value="ä¸"/> + <text name="medium_triangles" value="0"/> + <text name="medium_vertices" value="0"/> + <text name="low_label" value="低"/> + <text name="low_triangles" value="0"/> + <text name="low_vertices" value="0"/> + <text name="lowest_label" value="最低"/> + <text name="lowest_triangles" value="0"/> + <text name="lowest_vertices" value="0"/> + <text name="lod_table_footer"> + æ画詳細度: [DETAIL] + </text> + <radio_group name="lod_file_or_limit" value="lod_from_file"> + <radio_item label="ファイルã‹ã‚‰ãƒãƒ¼ãƒ‰" name="lod_from_file"/> + <radio_item label="自動作æˆ" name="lod_auto_generate"/> + <radio_item label="ãªã—" name="lod_none"/> + </radio_group> + <button label="å‚ç…§" name="lod_browse"/> + <combo_box name="lod_mode"> + <combo_item name="triangle_limit"> + 三角形ã®é™åº¦æ•° + </combo_item> + <combo_item name="error_threshold"> + エラーã—ãã„値 + </combo_item> + </combo_box> + <text name="build_operator_text"> + 制作演算å: + </text> + <text name="queue_mode_text"> + ã‚ューモード: + </text> + <combo_box name="build_operator"> + <combo_item name="edge_collapse"> + 稜ã®å®Œå…¨è¤‡åˆ + </combo_item> + <combo_item name="half_edge_collapse"> + 稜ã®åŠè¤‡åˆ + </combo_item> + </combo_box> + <combo_box name="queue_mode"> + <combo_item name="greedy"> + グリーディ + </combo_item> + <combo_item name="lazy"> + レイジー + </combo_item> + <combo_item name="independent"> + インディペンデント + </combo_item> + </combo_box> + <text name="border_mode_text"> + 境界線モード: + </text> + <text name="share_tolderance_text"> + 共有誤差: + </text> + <combo_box name="border_mode"> + <combo_item name="border_unlock"> + ãƒãƒƒã‚¯è§£é™¤ + </combo_item> + <combo_item name="border_lock"> + ãƒãƒƒã‚¯ + </combo_item> + </combo_box> + <text name="crease_label"> + 折れ角度: + </text> + <spinner name="crease_angle" value="75"/> + </panel> + <panel label="物ç†åŠ¹æžœ" name="physics_panel"> + <panel name="physics geometry"> + <radio_group name="physics_load_radio" value="physics_load_from_file"> + <radio_item label="ファイル:" name="physics_load_from_file"/> + <radio_item label="次ã®æ画詳細度を使用:" name="physics_use_lod"/> + </radio_group> + <combo_box name="physics_lod_combo" tool_tip="実åƒã«é©ç”¨ã™ã‚‹LOD"> + <combo_item name="physics_lowest"> + 最低 + </combo_item> + <combo_item name="physics_low"> + 低 + </combo_item> + <combo_item name="physics_medium"> + ä¸ + </combo_item> + <combo_item name="physics_high"> + 高 + </combo_item> + </combo_box> + <button label="å‚ç…§" name="physics_browse"/> + </panel> + <panel name="physics analysis"> + <slider label="滑らã‹ã•ï¼š" name="Smooth"/> + <check_box label="ç©´ã‚’é–‰ã˜ã‚‹ï¼ˆã‚¹ãƒãƒ¼ï¼‰" name="Close Holes (Slow)"/> + <button label="分æž" name="Decompose"/> + <button label="å–り消ã—" name="decompose_cancel"/> + </panel> + <panel name="physics simplification"> + <slider label="パス:" name="Combine Quality"/> + <slider label="詳細度:" name="Detail Scale"/> + <slider label="ç¶æŒçŽ‡ï¼š" name="Retain%"/> + <button label="å˜ç´”化" name="Simplify"/> + <button label="å–り消ã—" name="simplify_cancel"/> + </panel> + <panel name="physics info"> + <slider label="プレビュースプレッド:" name="physics_explode"/> + <text name="physics_triangles"> + 三角形: [TRIANGLES] + </text> + <text name="physics_points"> + é ‚ç‚¹ï¼š [POINTS] + </text> + <text name="physics_hulls"> + å¤–æ®»æ§‹é€ ï¼š [HULLS] + </text> + </panel> + </panel> + <panel label="修飾å" name="modifiers_panel"> + <spinner name="import_scale" value="1.0"/> + <text name="import_dimensions"> + [X] x [Y] x [Z] m + </text> + <check_box label="テクスãƒãƒ£" name="upload_textures"/> + <check_box label="スã‚ンã®é‡ã•" name="upload_skin"/> + <check_box label="ジョイントãƒã‚¸ã‚·ãƒ§ãƒ³" name="upload_joints"/> + <spinner name="pelvis_offset" value="0.0"/> + </panel> + </tab_container> +</floater> diff --git a/indra/newview/skins/default/xui/ja/floater_model_wizard.xml b/indra/newview/skins/default/xui/ja/floater_model_wizard.xml new file mode 100644 index 00000000000..a785172f20c --- /dev/null +++ b/indra/newview/skins/default/xui/ja/floater_model_wizard.xml @@ -0,0 +1,241 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Model Wizard" title="モデルウィザードをアップãƒãƒ¼ãƒ‰"> + <button label="5. アップãƒãƒ¼ãƒ‰" name="upload_btn"/> + <button label="4. 確èª" name="review_btn"/> + <button label="3. 物ç†åŠ¹æžœ" name="physics2_btn"/> + <button label="3. 物ç†åŠ¹æžœ" name="physics_btn"/> + <button label="2. 最é©åŒ–" name="optimize_btn"/> + <button label="1. ファイルをé¸æŠž" name="choose_file_btn"/> + <panel name="choose_file_panel"> + <panel name="header_panel"> + <text name="header_text"> + モデルをアップãƒãƒ¼ãƒ‰ + </text> + </panel> + <text name="description"> + ã“ã®ã‚¦ã‚£ã‚¶ãƒ¼ãƒ‰ã‚’使ã†ã¨ã€ãƒ¡ãƒƒã‚·ãƒ¥ãƒ¢ãƒ‡ãƒ«ã‚’ç°¡å˜ã«Second Lifeã«ã‚¤ãƒ³ãƒãƒ¼ãƒˆã§ãã¾ã™ã€‚ã¾ãšã€ã‚¤ãƒ³ãƒãƒ¼ãƒˆã™ã‚‹ãƒ¢ãƒ‡ãƒ«ã‚’å«ã‚€ãƒ•ã‚¡ã‚¤ãƒ«ã‚’指定ã—ã¾ã™ã€‚Second Life 㯠COLLADA (.dae) ファイルをサãƒãƒ¼ãƒˆã—ã¾ã™ã€‚ + </text> + <panel name="content"> + <text name="Cache location"> + ファイルå: + </text> + <button label="å‚ç…§" label_selected="å‚ç…§" name="browse"/> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + </panel> + </panel> + <panel name="optimize_panel"> + <panel name="header_panel"> + <text name="header_text"> + 最é©åŒ– + </text> + </panel> + <text name="description"> + ウィザードãŒãƒ¢ãƒ‡ãƒ«ã‚’最é©åŒ–ã—ã€ãƒ‘フォーマンスを改善ã—ã¾ã—ãŸã€‚以下ã§æœ€é©åŒ–プãƒã‚»ã‚¹ã®çµæžœã‚’変更ã™ã‚‹ã‹ã€ã€Œæ¬¡ã¸ã€ã‚’クリックã—ã¦ç¶šã‘ã¾ã™ã€‚ + </text> + <panel name="content"> + <text name="high_detail_text"> + 次ã®æ画詳細度を作æˆï¼šé«˜ + </text> + <text name="medium_detail_text"> + 次ã®æ画詳細度を作æˆï¼šä¸ + </text> + <text name="low_detail_text"> + 次ã®æ画詳細度を作æˆï¼šä½Ž + </text> + <text name="lowest_detail_text"> + 次ã®æ画詳細度を作æˆï¼šæœ€ä½Ž + </text> + </panel> + <panel name="content2"> + <text name="lod_label"> + モデルã®ãƒ—レビュー: + </text> + <combo_box name="preview_lod_combo2" tool_tip="プレビュー表示ã®LODè¨å®š"> + <combo_item name="high"> + 高 + </combo_item> + <combo_item name="medium"> + ä¸ + </combo_item> + <combo_item name="low"> + 低 + </combo_item> + <combo_item name="lowest"> + 最低 + </combo_item> + </combo_box> + <text name="streaming cost"> + リソース料金: [COST] + </text> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + </panel> + </panel> + <panel name="physics_panel"> + <panel name="header_panel"> + <text name="header_text"> + 物ç†åŠ¹æžœ + </text> + </panel> + <text name="description"> + ウィザードãŒä½œæˆã™ã‚‹å®Ÿåƒã«ã‚ˆã£ã¦ã€ã‚ªãƒ–ジェクトãŒä»–ã®ã‚ªãƒ–ジェクトやアãƒã‚¿ãƒ¼ã¨ã©ã®ã‚ˆã†ã«ã‚¤ãƒ³ã‚¿ãƒ©ã‚¯ã‚·ãƒ§ãƒ³ã™ã‚‹ã‹ãŒæ±ºã¾ã‚Šã¾ã™ã€‚オブジェクトã®ç”¨é€”ã«æœ€é©ãªæ画詳細度ã«ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ã‚’è¨å®šã—ã¦ãã ã•ã„: + </text> + <panel name="content"> + <text name="streaming cost"> + リソース料金: [COST] + </text> + </panel> + </panel> + <panel name="physics2_panel"> + <panel name="header_panel"> + <text name="header_text"> + 物ç†åŠ¹æžœ + </text> + </panel> + <text name="description"> + 下ã®å®Ÿåƒã‚’プレビューã—ã€ã€Œæ¬¡ã¸ã€ã‚’クリックã—ã¦ç¶šã‘ã¾ã™ã€‚実åƒã‚’ä¿®æ£ã™ã‚‹ã«ã¯ã€Œæˆ»ã‚‹ã€ãƒœã‚¿ãƒ³ã‚’クリックã—ã¾ã™ã€‚ + </text> + <panel name="content"> + <text name="lod_label"> + モデルã®ãƒ—レビュー: + </text> + <combo_box name="preview_lod_combo3" tool_tip="プレビュー表示ã®LODè¨å®š"> + <combo_item name="high"> + 高 + </combo_item> + <combo_item name="medium"> + ä¸ + </combo_item> + <combo_item name="low"> + 低 + </combo_item> + <combo_item name="lowest"> + 最低 + </combo_item> + </combo_box> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + <text name="streaming cost"> + リソース料金: [COST] + </text> + </panel> + </panel> + <panel name="review_panel"> + <panel name="header_panel"> + <text name="header_text"> + ç¢ºèª + </text> + </panel> + <text name="description"> + 以下ã®è©³ç´°ã‚’確èªã—ã¦ã‹ã‚‰ã€ã€Œã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰ã€ã‚’クリックã™ã‚‹ã¨ãƒ¢ãƒ‡ãƒ«ãŒã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰ã•ã‚Œã¾ã™ã€‚「アップãƒãƒ¼ãƒ‰ã€ã‚’クリックã—ãŸéš›ã«ã€æ–™é‡‘ãŒã‚ãªãŸã® L$ 残高ã‹ã‚‰å·®ã—引ã‹ã‚Œã¾ã™ã€‚ + </text> + <panel name="content"> + <text name="lod_label"> + モデルã®ãƒ—レビュー: + </text> + <combo_box name="preview_lod_combo" tool_tip="プレビュー表示ã®LODè¨å®š"> + <combo_item name="high"> + 高 + </combo_item> + <combo_item name="medium"> + ä¸ + </combo_item> + <combo_item name="low"> + 低 + </combo_item> + <combo_item name="lowest"> + 最低 + </combo_item> + </combo_box> + <text name="dimensions"> + X: Y: Z: + </text> + <text name="dimension_dividers"> + | | + </text> + </panel> + <text name="streaming cost"> + リソース料金: [COST] + </text> + <text name="physics cost"> + 物ç†åŠ¹æžœæ–™é‡‘: [COST] + </text> + </panel> + <panel name="upload_panel"> + <panel name="header_panel"> + <text name="header_text"> + アップãƒãƒ¼ãƒ‰å®Œäº†ï¼ + </text> + </panel> + <text name="description"> + ãŠã‚ã§ã¨ã†ã”ã–ã„ã¾ã™ï¼ãƒ¢ãƒ‡ãƒ«ãŒã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰ã•ã‚Œã¾ã—ãŸã€‚アップãƒãƒ¼ãƒ‰ã•ã‚ŒãŸãƒ¢ãƒ‡ãƒ«ã¯ã€æŒã¡ç‰©ã®ã€Œã‚ªãƒ–ジェクトã€ãƒ•ã‚©ãƒ«ãƒ€ã«ã‚ã‚Šã¾ã™ã€‚ + </text> + </panel> + <button label="<< 戻る" name="back"/> + <button label="次ã¸>>" name="next"/> + <button label="アップãƒãƒ¼ãƒ‰" name="upload" tool_tip="シミュレーターã«ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰"/> + <button label="å–り消ã—" name="cancel"/> + <button label="é–‰ã˜ã‚‹" name="close"/> + <spinner name="import_scale" value="1.0"/> + <string name="status_idle"> + 待機状態 + </string> + <string name="status_reading_file"> + ãƒãƒ¼ãƒ‡ã‚£ãƒ³ã‚°... + </string> + <string name="status_generating_meshes"> + メッシュを作æˆä¸ + </string> + <string name="status_vertex_number_overflow"> + ã‚¨ãƒ©ãƒ¼ï¼šé ‚ç‚¹ã®æ•°ãŒ65534を超éŽã—ãŸã®ã§ä¸æ¢ã•ã‚Œã¾ã—ãŸã€‚ + </string> + <string name="high"> + 高 + </string> + <string name="medium"> + ä¸ + </string> + <string name="low"> + 低 + </string> + <string name="lowest"> + 最低 + </string> + <string name="mesh_status_good"> + ç™ºé€ + </string> + <string name="mesh_status_na"> + 該当ãªã— + </string> + <string name="mesh_status_none"> + ãªã— + </string> + <string name="mesh_status_submesh_mismatch"> + テクスãƒãƒ£ç·¨é›†å¯èƒ½ãªé¢ã®æ•°ã¯æ画詳細度ã«å¿œã˜ã¦ç•°ãªã‚Šã¾ã™ã€‚ + </string> + <string name="mesh_status_mesh_mismatch"> + メッシュインスタンスã®æ•°ã¯æ画詳細度ã«å¿œã˜ã¦ç•°ãªã‚Šã¾ã™ã€‚ + </string> + <string name="mesh_status_too_many_vertices"> + æ画詳細度ã«å¯¾ã—ã¦é ‚点ã®æ•°ãŒå¤šã™ãŽã¾ã™ã€‚ + </string> + <string name="mesh_status_missing_lod"> + å¿…è¦ãªæ画詳細度ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。 + </string> + <string name="layer_all"> + 全㦠+ </string> +</floater> diff --git a/indra/newview/skins/default/xui/ja/floater_price_for_listing.xml b/indra/newview/skins/default/xui/ja/floater_price_for_listing.xml new file mode 100644 index 00000000000..10a46247a70 --- /dev/null +++ b/indra/newview/skins/default/xui/ja/floater_price_for_listing.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="price_for_listing" title="クラシファイド広告ã®æŽ²è¼‰"> + <text name="explanation_text"> + ã‚ãªãŸã®ã‚¯ãƒ©ã‚·ãƒ•ã‚¡ã‚¤ãƒ‰åºƒå‘Šã¯ã€å…¬é–‹ã•ã‚ŒãŸæ—¥ã‹ã‚‰1週間有効ã§ã™ã€‚ + +クラシファイドリストã®ã‚ãªãŸã®åºƒå‘Šã®ä½ç½®ã¯ã€åºƒå‘Šè²»ã‚’ã„ãら支払ã†ã‹ã§æ±ºã¾ã‚Šã¾ã™ã€‚ + +最高金é¡ã‚’支払ã£ãŸåºƒå‘ŠãŒãƒªã‚¹ãƒˆã®ãƒˆãƒƒãƒ—ã«è¼‰ã‚Šã€æ¤œç´¢ã§ä¸Šä½ã«è¡¨ç¤ºã•ã‚Œã¾ã™ã€‚ + </text> + <text name="price_text"> + 広告費: + </text> + <text name="price_symbol"> + L$ + </text> + <button label="OK" name="set_price_btn"/> + <button label="å–り消ã—" name="cancel_btn"/> +</floater> diff --git a/indra/newview/skins/default/xui/ja/floater_sound_devices.xml b/indra/newview/skins/default/xui/ja/floater_sound_devices.xml new file mode 100644 index 00000000000..28d2388bed5 --- /dev/null +++ b/indra/newview/skins/default/xui/ja/floater_sound_devices.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="floater_sound_devices" title="サウンドデãƒã‚¤ã‚¹"> + <text name="voice_label"> + ボイスãƒãƒ£ãƒƒãƒˆ + </text> + <check_box label="有効" name="enable_voice"/> +</floater> diff --git a/indra/newview/skins/default/xui/ja/floater_tools.xml b/indra/newview/skins/default/xui/ja/floater_tools.xml index 211d1c3714f..0b14f92ae79 100644 --- a/indra/newview/skins/default/xui/ja/floater_tools.xml +++ b/indra/newview/skins/default/xui/ja/floater_tools.xml @@ -125,6 +125,18 @@ <text name="prim_count"> プリム: [COUNT] </text> + <text name="linked_set_count"> + リンクセット:[COUNT] + </text> + <text name="linked_set_cost" tool_tip="[prims] / [physics complexity] ã¨ã—ã¦ç¾åœ¨é¸æŠžã•ã‚Œã¦ã„るリンクセットã®ã‚³ã‚¹ãƒˆ"> + 料金: [COST] / [PHYSICS] + </text> + <text name="object_count"> + オブジェクト: [COUNT] + </text> + <text name="object_cost" tool_tip="[prims] / [physics complexity] ã¨ã—ã¦ç¾åœ¨é¸æŠžã•ã‚Œã¦ã„るオブジェクトã®ã‚³ã‚¹ãƒˆ"> + 料金: [COST] / [PHYSICS] + </text> <tab_container name="Object Info Tabs" tab_max_width="150" tab_min_width="30"> <panel label="一般" name="General"> <panel.string name="text deed continued"> @@ -275,15 +287,6 @@ <combo_box.item label="リング" name="Ring"/> <combo_box.item label="スカルプト" name="Sculpted"/> </combo_box> - <combo_box name="material"> - <combo_box.item label="石æ" name="Stone"/> - <combo_box.item label="金属" name="Metal"/> - <combo_box.item label="ガラス" name="Glass"/> - <combo_box.item label="木æ" name="Wood"/> - <combo_box.item label="è‚Œ" name="Flesh"/> - <combo_box.item label="プラスãƒãƒƒã‚¯" name="Plastic"/> - <combo_box.item label="ゴム" name="Rubber"/> - </combo_box> <text name="text cut"> パスカット(始点ã¨çµ‚点) </text> @@ -356,9 +359,19 @@ <combo_box.item label="トーラス" name="Torus"/> <combo_box.item label="å¹³é¢" name="Plane"/> <combo_box.item label="シリンダー" name="Cylinder"/> + <combo_box.item label="メッシュ" name="Mesh"/> </combo_box> </panel> <panel label="特徴" name="Features"> + <panel.string name="None"> + ãªã— + </panel.string> + <panel.string name="Prim"> + プリム+ </panel.string> + <panel.string name="Convex Hull"> + 凸状ã®å¤–æ®»æ§‹é€ + </panel.string> <text name="select_single"> プリムを 1 ã¤ã ã‘é¸æŠžã—ã¦ç·¨é›†ã—ã¦ãã ã•ã„ </text> @@ -383,6 +396,23 @@ <spinner label="焦点" name="Light Focus"/> <spinner label="å¼±ã¾ã‚‹" label_width="72" name="Light Falloff" width="135"/> <spinner label="環境" name="Light Ambiance"/> + <text name="label physicsshapetype"> + 実åƒã®ç¨®é¡žï¼š + </text> + <combo_box name="Physics Shape Type Combo Ctrl" tool_tip="実åƒã®ç¨®é¡žã‚’é¸æŠž"/> + <combo_box name="material"> + <combo_box.item label="石" name="Stone"/> + <combo_box.item label="金属" name="Metal"/> + <combo_box.item label="ガラス" name="Glass"/> + <combo_box.item label="木" name="Wood"/> + <combo_box.item label="è‚Œ" name="Flesh"/> + <combo_box.item label="プラスãƒãƒƒã‚¯" name="Plastic"/> + <combo_box.item label="ゴム" name="Rubber"/> + </combo_box> + <spinner label="é‡åŠ›" name="Physics Gravity"/> + <spinner label="摩擦" name="Physics Friction"/> + <spinner label="密度" name="Physics Density"/> + <spinner label="復元" name="Physics Restitution"/> </panel> <panel label="æ質" name="Texture"> <panel.string name="string repeats per meter"> diff --git a/indra/newview/skins/default/xui/ja/menu_inventory_add.xml b/indra/newview/skins/default/xui/ja/menu_inventory_add.xml index 6c754e5d087..ae5ddbb78f1 100644 --- a/indra/newview/skins/default/xui/ja/menu_inventory_add.xml +++ b/indra/newview/skins/default/xui/ja/menu_inventory_add.xml @@ -4,6 +4,8 @@ <menu_item_call label="ç”»åƒ ï¼ˆL$ [COST] )..." name="Upload Image"/> <menu_item_call label="サウンド (L$[COST] )..." name="Upload Sound"/> <menu_item_call label="アニメーション (L$ [COST] )..." name="Upload Animation"/> + <menu_item_call label="モデル" name="Upload Model"/> + <menu_item_call label="モデルウィザード" name="Upload Model Wizard"/> <menu_item_call label="一括 (ファイルã«ã¤ã L$[COST] )..." name="Bulk Upload"/> <menu_item_call label="デフォルトã®ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰æ¨©é™ã‚’è¨å®š" name="perm prefs"/> </menu> diff --git a/indra/newview/skins/default/xui/ja/menu_model_import_gear_default.xml b/indra/newview/skins/default/xui/ja/menu_model_import_gear_default.xml new file mode 100644 index 00000000000..43f86e84bf7 --- /dev/null +++ b/indra/newview/skins/default/xui/ja/menu_model_import_gear_default.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<toggleable_menu name="model_menu_gear_default"> + <menu_item_check label="稜を表示" name="show_edges"/> + <menu_item_check label="物ç†åŠ¹æžœã‚’表示" name="show_physics"/> + <menu_item_check label="テクスãƒãƒ£ã‚’表示" name="show_textures"/> + <menu_item_check label="スã‚ンã®é‡ã•ã‚’表示" name="show_skin_weight"/> + <menu_item_check label="ジョイントãƒã‚¸ã‚·ãƒ§ãƒ³ã‚’表示" name="show_joint_positions"/> +</toggleable_menu> diff --git a/indra/newview/skins/default/xui/ja/menu_viewer.xml b/indra/newview/skins/default/xui/ja/menu_viewer.xml index b8efc200499..ec9db02522b 100644 --- a/indra/newview/skins/default/xui/ja/menu_viewer.xml +++ b/indra/newview/skins/default/xui/ja/menu_viewer.xml @@ -120,6 +120,8 @@ <menu_item_call label="ç”»åƒï¼ˆL$[COST])..." name="Upload Image"/> <menu_item_call label="サウンド(L$[COST])..." name="Upload Sound"/> <menu_item_call label="アニメーション(L$[COST])..." name="Upload Animation"/> + <menu_item_call label="モデル" name="Upload Model"/> + <menu_item_call label="モデルウィザード" name="Upload Model Wizard"/> <menu_item_call label="一括 (ファイルã«ã¤ãL$[COST])..." name="Bulk Upload"/> </menu> <menu_item_call label="å…ƒã«æˆ»ã™" name="Undo"/> @@ -159,7 +161,7 @@ <menu_item_check label="アルファ" name="Alpha"/> <menu_item_check label="木" name="Tree"/> <menu_item_check label="ã‚¢ãƒã‚¿ãƒ¼" name="Character"/> - <menu_item_check label="地表" name="SurfacePath"/> + <menu_item_check label="サーフェスパッãƒ" name="Surface Patch"/> <menu_item_check label="空" name="Sky"/> <menu_item_check label="æ°´" name="Water"/> <menu_item_check label="地é¢" name="Ground"/> @@ -218,6 +220,7 @@ <menu_item_check label="テクスãƒãƒ£ã‚«ãƒ†ã‚´ãƒªã®ã‚³ãƒ³ã‚½ãƒ¼ãƒ«" name="Texture Category"/> <menu_item_check label="ファーストタイマー" name="Fast Timers"/> <menu_item_check label="メモリ" name="Memory"/> + <menu_item_check label="風景ã®çµ±è¨ˆ" name="Scene Statistics"/> <menu_item_call label="ãƒªãƒ¼ã‚¸ãƒ§ãƒ³æƒ…å ±ã‚’ãƒ‡ãƒãƒƒã‚°ã‚³ãƒ³ã‚½ãƒ¼ãƒ«ã¸" name="Region Info to Debug Console"/> <menu_item_call label="ã‚°ãƒ«ãƒ¼ãƒ—æƒ…å ±ã‚’ãƒ‡ãƒãƒƒã‚°ã‚³ãƒ³ã‚½ãƒ¼ãƒ«ã¸" name="Group Info to Debug Console"/> <menu_item_call label="æ€§èƒ½æƒ…å ±ã‚’ãƒ‡ãƒãƒƒã‚°ã‚³ãƒ³ã‚½ãƒ¼ãƒ«ã¸" name="Capabilities Info to Debug Console"/> @@ -228,6 +231,7 @@ </menu> <menu label="æƒ…å ±ã‚’è¡¨ç¤º" name="Display Info"> <menu_item_check label="時間を表示ã™ã‚‹" name="Show Time"/> + <menu_item_check label="アップãƒãƒ¼ãƒ‰ä»£é‡‘を表示" name="Show Upload Cost"/> <menu_item_check label="æç”»æƒ…å ±ã‚’è¡¨ç¤ºã™ã‚‹" name="Show Render Info"/> <menu_item_check label="テクスãƒãƒ£æƒ…å ±ã‚’è¡¨ç¤º" name="Show Texture Info"/> <menu_item_check label="マトリックスを表示ã™ã‚‹" name="Show Matrices"/> @@ -253,8 +257,10 @@ </menu> <menu label="メタデータã®ãƒ¬ãƒ³ãƒ€ãƒ¼" name="Render Metadata"> <menu_item_check label="ãƒã‚¦ãƒ³ãƒ‡ã‚£ãƒ³ã‚°ãƒœãƒƒã‚¯ã‚¹" name="Bounding Boxes"/> + <menu_item_check label="普通" name="Normals"/> <menu_item_check label="オクトリー" name="Octree"/> <menu_item_check label="シャドウ円éŒ" name="Shadow Frusta"/> + <menu_item_check label="実åƒ" name="Physics Shapes"/> <menu_item_check label="オクルージョン" name="Occlusion"/> <menu_item_check label="ãƒãƒƒãƒã®æç”»" name="Render Batches"/> <menu_item_check label="タイプを更新" name="Update Type"/> @@ -262,9 +268,12 @@ <menu_item_check label="テクスãƒãƒ£å„ªå…ˆåº¦" name="Texture Priority"/> <menu_item_check label="テクスãƒãƒ£ã®ç¯„囲" name="Texture Area"/> <menu_item_check label="å´é¢" name="Face Area"/> + <menu_item_check label="LOD æƒ…å ±" name="LOD Info"/> + <menu_item_check label="制作ã‚ュー" name="Build Queue"/> <menu_item_check label="å…‰" name="Lights"/> <menu_item_check label="骨組ã¿ã®è¡çªåˆ¤å®š" name="Collision Skeleton"/> <menu_item_check label="レイã‚ャスト" name="Raycast"/> + <menu_item_check label="スカルプト" name="Sculpt"/> </menu> <menu label="レンダリング" name="Rendering"> <menu_item_check label="軸" name="Axes"/> @@ -272,7 +281,6 @@ <menu_item_call label="é¸æŠžã—ãŸãƒ†ã‚¯ã‚¹ãƒãƒ£æƒ…å ±åŸºåº•" name="Selected Texture Info Basis"/> <menu_item_check label="ワイヤーフレーム" name="Wireframe"/> <menu_item_check label="オブジェクト間オクルージョン" name="Object-Object Occlusion"/> - <menu_item_check label="フレームãƒãƒƒãƒ•ã‚¡ã‚ªãƒ–ジェクト" name="Framebuffer Objects"/> <menu_item_check label="å…‰ã¨å½±" name="Lighting and Shadows"/> <menu_item_check label="太陽・月・プãƒã‚¸ã‚§ã‚¯ã‚¿ã‹ã‚‰ã®å½±" name="Shadows from Sun/Moon/Projectors"/> <menu_item_check label="SSAO ã¨å½±ã®å¹³æ»‘化" name="SSAO and Shadow Smoothing"/> @@ -371,6 +379,7 @@ <menu_item_call label="ãƒãƒ¼ã‚«ãƒ«ãƒ†ã‚¯ã‚¹ãƒãƒ£ã‚’ダンプ" name="Dump Local Textures"/> </menu> <menu_item_check label="HTTP Texture" name="HTTP Textures"/> + <menu_item_check label="HTTP æŒã¡ç‰©" name="HTTP Inventory"/> <menu_item_call label="圧縮画åƒ" name="Compress Images"/> <menu_item_check label="デãƒãƒƒã‚°ç”¨ã®ãƒŸãƒ‹ãƒ€ãƒ³ãƒ—を出力ã™ã‚‹" name="Output Debug Minidump"/> <menu_item_check label="次回ã®èµ·å‹•æ™‚ã«ã‚³ãƒ³ã‚½ãƒ¼ãƒ«ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã‚’表示ã™ã‚‹" name="Console Window"/> diff --git a/indra/newview/skins/default/xui/ja/notifications.xml b/indra/newview/skins/default/xui/ja/notifications.xml index f93e032ffc6..d63ca840351 100644 --- a/indra/newview/skins/default/xui/ja/notifications.xml +++ b/indra/newview/skins/default/xui/ja/notifications.xml @@ -2205,6 +2205,12 @@ Web ページã«ãƒªãƒ³ã‚¯ã™ã‚‹ã¨ã€ä»–人ãŒã“ã®å ´æ‰€ã«ç°¡å˜ã«ã‚¢ã‚¯ã‚» <notification name="RezItemNoPermissions"> オブジェクトを Rez ã™ã‚‹ã«ã¯æ¨©é™ãŒä¸è¶³ã—ã¦ã„ã¾ã™ã€‚ </notification> + <notification name="IMAcrossParentEstates"> + 親エステート間ã§ã¯ IM ã‚’é€ä¿¡ã§ãã¾ã›ã‚“。 + </notification> + <notification name="TransferInventoryAcrossParentEstates"> + 親エステート間ã§æŒã¡ç‰©ã‚’移動ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。 + </notification> <notification name="UnableToLoadNotecard"> ノートカードをèªã¿è¾¼ã‚ã¾ã›ã‚“。ã‚ã¨ã§å†åº¦ãŠè©¦ã—ãã ã•ã„。 </notification> @@ -2780,6 +2786,10 @@ M ã‚ーを押ã—ã¦å¤‰æ›´ã—ã¾ã™ã€‚ モデレーターãŒã‚ãªãŸã®ãƒœã‚¤ã‚¹ã‚’ミュートã—ã¾ã—ãŸã€‚ <usetemplate name="okbutton" yestext="OK"/> </notification> + <notification name="UploadCostConfirmation"> + ã“ã®ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰ã¯ L$[PRICE] ã®ã‚³ã‚¹ãƒˆãŒã‹ã‹ã‚Šã¾ã™ã€‚アップãƒãƒ¼ãƒ‰ã‚’続ã‘ã¾ã™ã‹ï¼Ÿ + <usetemplate name="okcancelbuttons" notext="å–り消ã—" yestext="アップãƒãƒ¼ãƒ‰"/> + </notification> <notification name="ConfirmClearTeleportHistory"> テレãƒãƒ¼ãƒˆå±¥æ´ã‚’削除ã—ã¾ã™ã‹ï¼Ÿ <usetemplate name="okcancelbuttons" notext="ã‚ャンセル" yestext="OK"/> @@ -2791,6 +2801,9 @@ M ã‚ーを押ã—ã¦å¤‰æ›´ã—ã¾ã™ã€‚ <notification name="ShareNotification"> 共有ã™ã‚‹ä½äººã‚’é¸æŠžã—ã¾ã™ã€‚ </notification> + <notification name="MeshUploadError"> + [LABEL] をアップãƒãƒ¼ãƒ‰ã§ãã¾ã›ã‚“ã§ã—ãŸï¼š [MESSAGE] [IDENTIFIER] [INVALIDITY_IDENTIFIER] + </notification> <notification name="ShareItemsConfirmation"> 次ã®ã‚¢ã‚¤ãƒ†ãƒ を共有ã—ã¾ã™ã‹ï¼Ÿ @@ -2807,6 +2820,19 @@ M ã‚ーを押ã—ã¦å¤‰æ›´ã—ã¾ã™ã€‚ <notification name="DeedToGroupFail"> グループã¸ã®è²æ¸¡ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ </notification> + <notification name="ReleaseLandThrottled"> + 区画「[PARCEL_NAME]ã€ã¯ç¾åœ¨æ”¾æ£„ã§ãã¾ã›ã‚“。 + </notification> + <notification name="ReleasedLandWithReclaim"> + [AREA] m² ã®åŒºç”»ã€Œ[PARCEL_NAME]ã€ãŒå…¬é–‹ã•ã‚Œã¾ã—ãŸã€‚ + +åŒåŒºç”»ãŒä»–ã®ä½äººã«å£²ã‚Šå‡ºã•ã‚Œã‚‹å‰ã® [RECLAIM_PERIOD] 時間内ã§ã‚ã‚Œã°ç„¡å„Ÿã§åœŸåœ°ã‚’å–り戻ã™ã“ã¨ãŒã§ãã¾ã™ã€‚ + </notification> + <notification name="ReleasedLandNoReclaim"> + [AREA] m² ã®åŒºç”»ã€Œ[PARCEL_NAME]ã€ãŒå…¬é–‹ã•ã‚Œã¾ã—ãŸã€‚ + +一般ã«å…¬é–‹ã•ã‚ŒãŸã®ã§ã€ä»Šãªã‚‰èª°ã§ã‚‚購入å¯èƒ½ã§ã™ã€‚ + </notification> <notification name="AvatarRezNotification"> (作æˆå¾Œ[EXISTENCE]秒経éŽï¼‰ '[NAME]'ã¨ã„ã†ã‚¢ãƒã‚¿ãƒ¼ã¯[TIME]秒後ã«å§¿ã‚’ç¾ã‚ã—ã¾ã—ãŸã€‚ @@ -2947,6 +2973,10 @@ M ã‚ーを押ã—ã¦å¤‰æ›´ã—ã¾ã™ã€‚ グループã®ä½œæˆã¨ç·¨é›†ã¯ã‚¢ãƒ‰ãƒãƒ³ã‚¹ãƒ¢ãƒ¼ãƒ‰ã§ã®ã¿åˆ©ç”¨ã§ãã¾ã™ã€‚終了ã—ã¦ãƒ¢ãƒ¼ãƒ‰ã‚’変更ã—ã¾ã™ã‹ï¼Ÿãƒ¢ãƒ¼ãƒ‰ã¯ãƒã‚°ã‚¤ãƒ³ç”»é¢ã§é¸æŠžã§ãã¾ã™ã€‚ <usetemplate name="okcancelbuttons" notext="終了ã—ãªã„" yestext="終了"/> </notification> + <notification label="" name="NoPlaceInfo"> + å ´æ‰€ã®ãƒ—ãƒãƒ•ã‚£ãƒ¼ãƒ«ã®è¡¨ç¤ºã¯ã‚¢ãƒ‰ãƒãƒ³ã‚¹ãƒ¢ãƒ¼ãƒ‰ã§ã®ã¿åˆ©ç”¨ã§ãã¾ã™ã€‚終了ã—ã¦ãƒ¢ãƒ¼ãƒ‰ã‚’変更ã—ã¾ã™ã‹ï¼Ÿãƒ¢ãƒ¼ãƒ‰ã¯ãƒã‚°ã‚¤ãƒ³ç”»é¢ã§é¸æŠžã§ãã¾ã™ã€‚ + <usetemplate name="okcancelbuttons" notext="終了ã—ãªã„" yestext="終了"/> + </notification> <notification label="" name="NoPicks"> ピックã®ä½œæˆã¨ç·¨é›†ã¯ã‚¢ãƒ‰ãƒãƒ³ã‚¹ãƒ¢ãƒ¼ãƒ‰ã§ã®ã¿åˆ©ç”¨ã§ãã¾ã™ã€‚終了ã—ã¦ãƒ¢ãƒ¼ãƒ‰ã‚’変更ã—ã¾ã™ã‹ï¼Ÿãƒ¢ãƒ¼ãƒ‰ã¯ãƒã‚°ã‚¤ãƒ³ç”»é¢ã§é¸æŠžã§ãã¾ã™ã€‚ <usetemplate name="okcancelbuttons" notext="終了ã—ãªã„" yestext="終了"/> @@ -2967,9 +2997,18 @@ M ã‚ーを押ã—ã¦å¤‰æ›´ã—ã¾ã™ã€‚ ä»–ã®ä½äººã¸ã®æ”¯æ‰•ã„ã¯ã‚¢ãƒ‰ãƒãƒ³ã‚¹ãƒ¢ãƒ¼ãƒ‰ã§ã®ã¿åˆ©ç”¨ã§ãã¾ã™ã€‚ãƒã‚°ã‚¢ã‚¦ãƒˆã—ã¦ãƒ¢ãƒ¼ãƒ‰ã‚’変更ã—ã¾ã™ã‹ï¼Ÿ <usetemplate name="okcancelbuttons" notext="終了ã—ãªã„" yestext="終了"/> </notification> - <global name="UnsupportedCPU"> - - ã‚ãªãŸã® CPU ã®é€Ÿåº¦ã¯å¿…é ˆå‹•ä½œç’°å¢ƒã®æ¡ä»¶ã‚’満ãŸã—ã¦ã„ã¾ã›ã‚“。 - </global> + <notification label="" name="NoInventory"> + æŒã¡ç‰©ã®è¡¨ç¤ºã¯ã‚¢ãƒ‰ãƒãƒ³ã‚¹ãƒ¢ãƒ¼ãƒ‰ã§ã®ã¿åˆ©ç”¨ã§ãã¾ã™ã€‚ãƒã‚°ã‚¢ã‚¦ãƒˆã—ã¦ãƒ¢ãƒ¼ãƒ‰ã‚’変更ã—ã¾ã™ã‹ï¼Ÿ + <usetemplate name="okcancelbuttons" notext="終了ã—ãªã„" yestext="終了"/> + </notification> + <notification label="" name="NoAppearance"> + 容姿エディターã¯ã‚¢ãƒ‰ãƒãƒ³ã‚¹ãƒ¢ãƒ¼ãƒ‰ã§ã®ã¿åˆ©ç”¨ã§ãã¾ã™ã€‚ãƒã‚°ã‚¢ã‚¦ãƒˆã—ã¦ãƒ¢ãƒ¼ãƒ‰ã‚’変更ã—ã¾ã™ã‹ï¼Ÿ + <usetemplate name="okcancelbuttons" notext="終了ã—ãªã„" yestext="終了"/> + </notification> + <notification label="" name="NoSearch"> + 検索ã¯ã‚¢ãƒ‰ãƒãƒ³ã‚¹ãƒ¢ãƒ¼ãƒ‰ã§ã®ã¿åˆ©ç”¨ã§ãã¾ã™ã€‚ãƒã‚°ã‚¢ã‚¦ãƒˆã—ã¦ãƒ¢ãƒ¼ãƒ‰ã‚’変更ã—ã¾ã™ã‹ï¼Ÿ + <usetemplate name="okcancelbuttons" notext="終了ã—ãªã„" yestext="終了"/> + </notification> <global name="UnsupportedGLRequirements"> [APP_NAME] ã«å¿…è¦ãªãƒãƒ¼ãƒ‰ã‚¦ã‚§ã‚¢ãŒãªã„よã†ã§ã™ã€‚ [APP_NAME] ã«ã¯ãƒžãƒ«ãƒãƒ†ã‚¯ã‚¹ãƒãƒ£ã‚’サãƒãƒ¼ãƒˆã™ã‚‹ OpenGL グラフィックカードãŒå¿…è¦ã§ã™ã€‚ ãŠä½¿ã„ã®ã‚°ãƒ©ãƒ•ã‚£ãƒƒã‚¯ã‚«ãƒ¼ãƒ‰ã®æœ€æ–°ãƒ‰ãƒ©ã‚¤ãƒãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã‚‹ã‹ã©ã†ã‹ã€ã‚ªãƒšãƒ¬ãƒ¼ãƒ†ã‚£ãƒ³ã‚°ã‚·ã‚¹ãƒ†ãƒ ã®ã‚µãƒ¼ãƒ“スパックã¨ãƒ‘ッãƒãŒå…¥ã£ã¦ã„ã‚‹ã‹ã‚’ã”確èªãã ã•ã„。 diff --git a/indra/newview/skins/default/xui/ja/panel_preferences_colors.xml b/indra/newview/skins/default/xui/ja/panel_preferences_colors.xml index e1dea89ca0e..9f6abf8fcbc 100644 --- a/indra/newview/skins/default/xui/ja/panel_preferences_colors.xml +++ b/indra/newview/skins/default/xui/ja/panel_preferences_colors.xml @@ -22,6 +22,9 @@ <text name="text_box5"> エラー </text> + <text name="text_box10"> + ダイレクト + </text> <text name="text_box7"> 所有者 </text> diff --git a/indra/newview/skins/default/xui/ja/panel_preferences_graphics1.xml b/indra/newview/skins/default/xui/ja/panel_preferences_graphics1.xml index b4430fa39dc..1786b4befc9 100644 --- a/indra/newview/skins/default/xui/ja/panel_preferences_graphics1.xml +++ b/indra/newview/skins/default/xui/ja/panel_preferences_graphics1.xml @@ -27,8 +27,20 @@ </text> <check_box initial_value="true" label="é€æ˜Žãªæ°´" name="TransparentWater"/> <check_box initial_value="true" label="ãƒãƒ³ãƒ—マッピングã¨å…‰æ²¢" name="BumpShiny"/> + <check_box initial_value="true" label="è¿‘ãã®å…‰" name="LocalLights"/> <check_box initial_value="true" label="基本シェーダー" name="BasicShaders" tool_tip="ã“ã®ã‚ªãƒ—ションを無効ã«ã™ã‚‹ã¨ã€ã‚°ãƒ©ãƒ•ã‚£ãƒƒã‚¯ã‚«ãƒ¼ãƒ‰ã®ãƒ‰ãƒ©ã‚¤ãƒã®ç¨®é¡žã«ã‚ˆã£ã¦ã¯ã€ã‚¯ãƒ©ãƒƒã‚·ãƒ¥ã™ã‚‹ã®ã‚’防ãŽã¾ã™ã€‚"/> <check_box initial_value="true" label="周囲(大気)シェーダー" name="WindLightUseAtmosShaders"/> + <check_box initial_value="true" label="å…‰ã¨å½±" name="UseLightShaders"/> + <check_box initial_value="true" label="アンビエントオクルージョン" name="UseSSAO"/> + <check_box initial_value="true" label="フィールドã®é è¿‘æ„Ÿ" name="UseDoF"/> + <text name="shadows_label"> + 影: + </text> + <combo_box name="ShadowDetail"> + <combo_box.item label="ãªã—" name="0"/> + <combo_box.item label="太陽/月" name="1"/> + <combo_box.item label="太陽/月・プãƒã‚¸ã‚§ã‚¯ã‚¿" name="2"/> + </combo_box> <text name="reflection_label"> æ°´ã®å射: </text> diff --git a/indra/newview/skins/default/xui/ja/panel_region_general.xml b/indra/newview/skins/default/xui/ja/panel_region_general.xml index 54ec24773f0..65148cf1eee 100644 --- a/indra/newview/skins/default/xui/ja/panel_region_general.xml +++ b/indra/newview/skins/default/xui/ja/panel_region_general.xml @@ -25,6 +25,7 @@ <check_box label="土地ã®å†è²©ã‚’許å¯" name="allow_land_resell_check"/> <check_box label="土地ã®çµ±åˆãƒ»åˆ†å‰²ã‚’許å¯" name="allow_parcel_changes_check"/> <check_box label="土地ã®æ¤œç´¢è¡¨ç¤ºã‚’ブãƒãƒƒã‚¯" name="block_parcel_search_check" tool_tip="検索çµæžœã§ã€ã“ã®åœ°åŸŸã¨åŒºç”»ã‚’表示ã™ã‚‹ã‹ã©ã†ã‹ã®è¨å®šã§ã™"/> + <check_box label="メッシュオブジェクトを許å¯" name="mesh_rez_enabled_check" tool_tip="ã“ã®ãƒªãƒ¼ã‚¸ãƒ§ãƒ³ã§ãƒ¡ãƒƒã‚·ãƒ¥ã‚ªãƒ–ジェクト㮠Rez を許å¯ã™ã‚‹"/> <spinner label="ã‚¢ãƒã‚¿ãƒ¼æ•°ä¸Šé™" name="agent_limit_spin"/> <spinner label="物体ボーナス" name="object_bonus_spin"/> <text label="æˆäººæŒ‡å®š" name="access_text"> diff --git a/indra/newview/skins/default/xui/ja/panel_sound_devices.xml b/indra/newview/skins/default/xui/ja/panel_sound_devices.xml new file mode 100644 index 00000000000..da103a2d600 --- /dev/null +++ b/indra/newview/skins/default/xui/ja/panel_sound_devices.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<panel label="機器ã®è¨å®š" name="device_settings_panel"> + <panel.string name="default_text"> + デフォルト + </panel.string> + <text name="Input"> + 入力 + </text> + <text name="My volume label"> + ç§ã®éŸ³é‡ï¼š + </text> + <slider_bar initial_value="1.0" name="mic_volume_slider" tool_tip="スライダーを使ã£ã¦éŸ³é‡ã‚’調節ã—ã¾ã™"/> + <text name="wait_text"> + ã—ã°ã‚‰ããŠå¾…ã¡ãã ã•ã„。 + </text> + <text name="Output"> + 出力 + </text> +</panel> diff --git a/indra/newview/skins/default/xui/ja/strings.xml b/indra/newview/skins/default/xui/ja/strings.xml index cb248b8b4fd..a6691fb7649 100644 --- a/indra/newview/skins/default/xui/ja/strings.xml +++ b/indra/newview/skins/default/xui/ja/strings.xml @@ -130,6 +130,139 @@ <string name="create_account_url"> http://join.secondlife.com/index.php?lang=ja-JP </string> + <string name="LoginFailedViewerNotPermitted"> + ãŠä½¿ã„ã®å¤ã„ビューワã§ã¯ Second Life ã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã›ã‚“。以下ã®ãƒšãƒ¼ã‚¸ã‹ã‚‰æ–°ã—ã„ビューワをダウンãƒãƒ¼ãƒ‰ã—ã¦ãã ã•ã„: +http://secondlife.com/download + +詳細ã«ã¤ã„ã¦ã¯ã€FAQ ã‚’å‚ç…§ã—ã¦ãã ã•ã„: +http://secondlife.com/viewer-access-faq + </string> + <string name="LoginIntermediateOptionalUpdateAvailable"> + ビューワアップデート(オプション)ãŒã‚ã‚Šã¾ã™ï¼š [VERSION] + </string> + <string name="LoginFailedRequiredUpdate"> + ãƒ“ãƒ¥ãƒ¼ãƒ¯ã‚¢ãƒƒãƒ—ãƒ‡ãƒ¼ãƒˆï¼ˆå¿…é ˆï¼‰ï¼š [VERSION] + </string> + <string name="LoginFailedAlreadyLoggedIn"> + ã“ã®ã‚¨ãƒ¼ã‚¸ã‚§ãƒ³ãƒˆã¯æ—¢ã«ãƒã‚°ã‚¤ãƒ³ã•ã‚Œã¦ã„ã¾ã™ã€‚ + </string> + <string name="LoginFailedAuthenticationFailed"> + 申ã—訳ã‚ã‚Šã¾ã›ã‚“ãŒã€ãƒã‚°ã‚¤ãƒ³ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ +以下ã®æƒ…å ±ãŒæ£ã—ã入力ã•ã‚ŒãŸã“ã¨ã‚’確èªã—ã¦ãã ã•ã„: +* ユーザーå(bobsmith12 ã¾ãŸã¯ steller.sunshine ãªã©ï¼‰ +* パスワード +ã¾ãŸã€Caps Lock ã‚ーãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ãªã„ã“ã¨ã‚‚ãŠç¢ºã‹ã‚ãã ã•ã„。 + </string> + <string name="LoginFailedPasswordChanged"> + ã‚»ã‚ュリティ上ã®ç†ç”±ã«ã‚ˆã‚Šã€ã‚ãªãŸã®ãƒ‘スワードã¯å¤‰æ›´ã•ã‚Œã¾ã—ãŸã€‚ +アカウントページ(http://secondlife.com/password)ã«ç§»å‹•ã—〠+秘密ã®è³ªå•ã«ç”ãˆã¦ã€ãƒ‘スワードをリセットã—ã¦ãã ã•ã„。 +ã”迷惑をãŠã‹ã‘ã—ã¦ç”³ã—訳ã”ã–ã„ã¾ã›ã‚“。 + </string> + <string name="LoginFailedPasswordReset"> + 弊社ã¯ã‚·ã‚¹ãƒ†ãƒ を若干変更ã—ã¾ã—ãŸã€‚ãŠæ‰‹æ•°ã§ã™ãŒã€ãƒ‘スワードã®ãƒªã‚»ãƒƒãƒˆã‚’ãŠé¡˜ã„ã—ã¾ã™ã€‚ +アカウントページ(http://secondlife.com/password)ã«ç§»å‹•ã—〠+秘密ã®è³ªå•ã«ç”ãˆã¦ã€ãƒ‘スワードをリセットã—ã¦ãã ã•ã„。 +ã”迷惑をãŠã‹ã‘ã—ã¦ç”³ã—訳ã”ã–ã„ã¾ã›ã‚“。 + </string> + <string name="LoginFailedEmployeesOnly"> + Second Life ã¯ãƒ¡ãƒ³ãƒ†ãƒŠãƒ³ã‚¹ã®ãŸã‚ã€ä¸€æ™‚çš„ã«ã”利用ã„ãŸã ã‘ã¾ã›ã‚“。 +従æ¥å“¡ä»¥å¤–ã«ã¯ãƒã‚°ã‚¤ãƒ³ã‚’ã”é æ…®ã„ãŸã ã„ã¦ã„ã¾ã™ã€‚ +最新ã®çŠ¶æ³ã«ã¤ã„ã¦ã¯ www.secondlife.com/status ã§ãŠç¢ºã‹ã‚ãã ã•ã„。 + </string> + <string name="LoginFailedPremiumOnly"> + æ—¢ã«ãƒã‚°ã‚¤ãƒ³ã—ã¦ã„るユーザーã«æœ€ä¸Šã®ã‚¤ãƒ³ãƒ¯ãƒ¼ãƒ«ãƒ‰ä½“験をæä¾›ã™ã‚‹ãŸã‚ã€Second Life ã¸ã®ãƒã‚°ã‚¤ãƒ³ã¯ä¸€æ™‚çš„ã«åˆ¶é™ã•ã‚Œã¦ã„ã¾ã™ã€‚ + +申ã—訳ã”ã–ã„ã¾ã›ã‚“ãŒã€æœ‰æ–™ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’優先ã™ã‚‹ãŸã‚ã«ã€ç¾æ™‚点ã®ã¨ã“ã‚無料アカウントã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã«ã¯ Second Life ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã‚’ã”é æ…®ã„ãŸã ã„ã¦ã„ã¾ã™ã€‚ + </string> + <string name="LoginFailedComputerProhibited"> + ã“ã®ãƒ‘ソコンã‹ã‚‰ã¯ Second Life ã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã›ã‚“。 +システムã®ã‚¨ãƒ©ãƒ¼ã ã¨æ€ã‚ã‚Œã‚‹å ´åˆã¯ã€ +support@secondlife.com ã«ãŠå•ã„åˆã‚ã›ãã ã•ã„。 + </string> + <string name="LoginFailedAcountSuspended"> + ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯ +太平洋時間㮠[TIME] ã¾ã§ã”利用ã„ãŸã ã‘ã¾ã›ã‚“。 + </string> + <string name="LoginFailedAccountDisabled"> + ç¾åœ¨ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’完了ã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“。 +Second Life ã®ã‚µãƒãƒ¼ãƒˆï¼ˆhttp://secondlife.com/support)ã«ãŠå•ã„åˆã‚ã›ãã ã•ã„。 +パスワードを変更ã§ããªã„å ´åˆã«ã¯ã€(866) 476-9763 ã«é›»è©±ã§ãŠå•ã„åˆã‚ã›ãã ã•ã„。 + </string> + <string name="LoginFailedTransformError"> + ãƒã‚°ã‚¤ãƒ³æ™‚ã«ãƒ‡ãƒ¼ã‚¿ã®ä¸ä¸€è‡´ãŒè¦‹ã¤ã‹ã‚Šã¾ã—ãŸã€‚ +support@secondlife.com ã«ãŠå•ã„åˆã‚ã›ãã ã•ã„。 + </string> + <string name="LoginFailedAccountMaintenance"> + ç¾åœ¨ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ãƒ¡ã‚¤ãƒ³ãƒ†ãƒŠãƒ³ã‚¹ãŒè¡Œã‚ã‚Œã¦ã„ã¾ã™ã€‚ +ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯ +太平洋時間㮠[TIME] ã¾ã§ã”利用ã„ãŸã ã‘ã¾ã›ã‚“。 +システムã®ã‚¨ãƒ©ãƒ¼ã ã¨æ€ã‚ã‚Œã‚‹å ´åˆã¯ã€support@secondlife.com ã«ãŠå•ã„åˆã‚ã›ãã ã•ã„。 + </string> + <string name="LoginFailedPendingLogoutFault"> + ãƒã‚°ã‚¢ã‚¦ãƒˆã‚’リスクエストã—ãŸã‚‰ã€ã‚·ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚¿ãƒ¼ã‹ã‚‰ã€Œfaultã€ãŒè¿”ã•ã‚Œã¾ã—ãŸã€‚ + </string> + <string name="LoginFailedPendingLogout"> + システムã«ã‚ˆã‚‹ãƒã‚°ã‚¢ã‚¦ãƒˆãŒå®Ÿè¡Œã•ã‚Œã¾ã—ãŸã€‚ +ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯ +太平洋時間㮠[TIME] ã¾ã§ã”利用ã„ãŸã ã‘ã¾ã›ã‚“。 + </string> + <string name="LoginFailedUnableToCreateSession"> + 有効ãªã‚»ãƒƒã‚·ãƒ§ãƒ³ã‚’生æˆã§ãã¾ã›ã‚“。 + </string> + <string name="LoginFailedUnableToConnectToSimulator"> + シミュレーターã«æŽ¥ç¶šã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ + </string> + <string name="LoginFailedRestrictedHours"> + ã‚ãªãŸã® Second Life アカウントã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãã‚‹ã®ã¯ã€ +太平洋時間㮠[START] ~ [END] ã®é–“ã«é™ã‚‰ã‚Œã¾ã™ã€‚ +有効ãªæ™‚間帯ã«å†åº¦ãŠè©¦ã—ãã ã•ã„。 +システムã®ã‚¨ãƒ©ãƒ¼ã ã¨æ€ã‚ã‚Œã‚‹å ´åˆã¯ã€support@secondlife.com ã«ãŠå•ã„åˆã‚ã›ãã ã•ã„。 + </string> + <string name="LoginFailedIncorrectParameters"> + パラメーターãŒæ£ã—ãã‚ã‚Šã¾ã›ã‚“。 +システムã®ã‚¨ãƒ©ãƒ¼ã ã¨æ€ã‚ã‚Œã‚‹å ´åˆã¯ã€support@secondlife.com ã«ãŠå•ã„åˆã‚ã›ãã ã•ã„。 + </string> + <string name="LoginFailedFirstNameNotAlphanumeric"> + ファーストãƒãƒ¼ãƒ ã®ãƒ‘ラメーターã¯è‹±æ•°å—ã§ã™ã€‚ +システムã®ã‚¨ãƒ©ãƒ¼ã ã¨æ€ã‚ã‚Œã‚‹å ´åˆã¯ã€support@secondlife.com ã«ãŠå•ã„åˆã‚ã›ãã ã•ã„。 + </string> + <string name="LoginFailedLastNameNotAlphanumeric"> + ラストãƒãƒ¼ãƒ ã®ãƒ‘ラメーターã¯è‹±æ•°å—ã§ã™ã€‚ +システムã®ã‚¨ãƒ©ãƒ¼ã ã¨æ€ã‚ã‚Œã‚‹å ´åˆã¯ã€support@secondlife.com ã«ãŠå•ã„åˆã‚ã›ãã ã•ã„。 + </string> + <string name="LogoutFailedRegionGoingOffline"> + リージョンã¯ã‚ªãƒ•ãƒ©ã‚¤ãƒ³ä¸ã§ã™ã€‚ +ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰å†åº¦ãŠè©¦ã—ãã ã•ã„。 + </string> + <string name="LogoutFailedAgentNotInRegion"> + エージェントãŒãƒªãƒ¼ã‚¸ãƒ§ãƒ³ã«ä¸åœ¨ã§ã™ã€‚ +ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰å†åº¦ãŠè©¦ã—ãã ã•ã„。 + </string> + <string name="LogoutFailedPendingLogin"> + ã“ã®ãƒªãƒ¼ã‚¸ãƒ§ãƒ³ã§ã¯åˆ¥ã®ã‚»ãƒƒã‚·ãƒ§ãƒ³ãŒãƒã‚°ã‚¤ãƒ³ã•ã‚Œã¦ã„ã¾ã—ãŸã€‚ +ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰å†åº¦ãŠè©¦ã—ãã ã•ã„。 + </string> + <string name="LogoutFailedLoggingOut"> + ã“ã®ãƒªãƒ¼ã‚¸ãƒ§ãƒ³ã§ã¯å‰ã®ã‚»ãƒƒã‚·ãƒ§ãƒ³ãŒãƒã‚°ã‚¢ã‚¦ãƒˆã•ã‚Œã¾ã—ãŸã€‚ +ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰å†åº¦ãŠè©¦ã—ãã ã•ã„。 + </string> + <string name="LogoutFailedStillLoggingOut"> + ã“ã®ãƒªãƒ¼ã‚¸ãƒ§ãƒ³ã§ã¯ç¾åœ¨ã‚‚å‰ã®ã‚»ãƒƒã‚·ãƒ§ãƒ³ã®ãƒã‚°ã‚¢ã‚¦ãƒˆãŒå‡¦ç†ã•ã‚Œã¦ã„ã¾ã™ã€‚ +ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰å†åº¦ãŠè©¦ã—ãã ã•ã„。 + </string> + <string name="LogoutSucceeded"> + リージョンã§ã¯å‰ã®ã‚»ãƒƒã‚·ãƒ§ãƒ³ãŒãƒã‚°ã‚¢ã‚¦ãƒˆã•ã‚Œã¾ã—ãŸã€‚ +ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰å†åº¦ãŠè©¦ã—ãã ã•ã„。 + </string> + <string name="LogoutFailedLogoutBegun"> + リージョンã§ã¯ãƒã‚°ã‚¢ã‚¦ãƒˆãƒ—ãƒã‚»ã‚¹ãŒé–‹å§‹ã•ã‚Œã¾ã—ãŸã€‚ +ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰å†åº¦ãŠè©¦ã—ãã ã•ã„。 + </string> + <string name="LoginFailedLoggingOutSession"> + ã‚ãªãŸã®å‰ã®ã‚»ãƒƒã‚·ãƒ§ãƒ³ã¯ã‚·ã‚¹ãƒ†ãƒ ã«ã‚ˆã£ã¦ãƒã‚°ã‚¢ã‚¦ãƒˆã•ã‚Œã¦ã„ã¾ã™ã€‚ +ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰å†åº¦ãŠè©¦ã—ãã ã•ã„。 + </string> <string name="AgentLostConnection"> ã“ã®ãƒªãƒ¼ã‚¸ãƒ§ãƒ³ã«ä¸éƒ½åˆãŒç™ºç”Ÿã—ã¦ã„ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚ ã”使用ã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒãƒƒãƒˆæŽ¥ç¶šã‚’ã”確èªãã ã•ã„。 </string> @@ -441,6 +574,9 @@ <string name="symbolic folder link"> フォルダã®ãƒªãƒ³ã‚¯ </string> + <string name="mesh"> + メッシュ + </string> <string name="AvatarEditingAppearance"> (容姿ã®ç·¨é›†ä¸ï¼‰ </string> @@ -1180,6 +1316,9 @@ <string name="InvFolder Accessories"> アクセサリ </string> + <string name="InvFolder Meshes"> + メッシュ + </string> <string name="InvFolder Friends"> フレンド </string> @@ -3762,6 +3901,9 @@ www.secondlife.com ã‹ã‚‰æœ€æ–°ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’ダウンãƒãƒ¼ãƒ‰ã—ã¦ãã <string name="session_initialization_timed_out_error"> セッションã®åˆæœŸåŒ–ãŒã‚¿ã‚¤ãƒ アウトã—ã¾ã—㟠</string> + <string name="Home position set."> + 家ã®é…ç½®ã®è¨å®šã€‚ + </string> <string name="voice_morphing_url"> http://secondlife.com/landing/voicemorphing </string> diff --git a/indra/newview/skins/minimal/xui/es/menu_attachment_other.xml b/indra/newview/skins/minimal/xui/es/menu_attachment_other.xml index 00bdb748813..b8ae93afd23 100644 --- a/indra/newview/skins/minimal/xui/es/menu_attachment_other.xml +++ b/indra/newview/skins/minimal/xui/es/menu_attachment_other.xml @@ -4,7 +4,7 @@ <menu_item_call label="Ver el perfil" name="Profile..."/> <menu_item_call label="Añadir como amigo" name="Add Friend"/> <menu_item_call label="MI" name="Send IM..."/> - <menu_item_call label="Llamada" name="Call"/> + <menu_item_call label="Llamar" name="Call"/> <menu_item_call label="Invitar al grupo" name="Invite..."/> <menu_item_call label="Ignorar" name="Avatar Mute"/> <menu_item_call label="Denunciar" name="abuse"/> diff --git a/indra/newview/skins/minimal/xui/es/menu_avatar_other.xml b/indra/newview/skins/minimal/xui/es/menu_avatar_other.xml index 7df2d7c4e08..5fb3e51575e 100644 --- a/indra/newview/skins/minimal/xui/es/menu_avatar_other.xml +++ b/indra/newview/skins/minimal/xui/es/menu_avatar_other.xml @@ -4,7 +4,7 @@ <menu_item_call label="Ver el perfil" name="Profile..."/> <menu_item_call label="Añadir como amigo" name="Add Friend"/> <menu_item_call label="MI" name="Send IM..."/> - <menu_item_call label="Llamada" name="Call"/> + <menu_item_call label="Llamar" name="Call"/> <menu_item_call label="Invitar al grupo" name="Invite..."/> <menu_item_call label="Ignorar" name="Avatar Mute"/> <menu_item_call label="Denunciar" name="abuse"/> diff --git a/indra/newview/skins/minimal/xui/es/menu_inspect_avatar_gear.xml b/indra/newview/skins/minimal/xui/es/menu_inspect_avatar_gear.xml index b4b964d0969..728637de78e 100644 --- a/indra/newview/skins/minimal/xui/es/menu_inspect_avatar_gear.xml +++ b/indra/newview/skins/minimal/xui/es/menu_inspect_avatar_gear.xml @@ -3,6 +3,7 @@ <menu_item_call label="Ver el perfil" name="view_profile"/> <menu_item_call label="Añadir como amigo" name="add_friend"/> <menu_item_call label="MI" name="im"/> + <menu_item_call label="Llamar" name="call"/> <menu_item_call label="Teleportar" name="teleport"/> <menu_item_call label="Ignorar" name="block"/> <menu_item_call label="Designorar" name="unblock"/> diff --git a/indra/newview/skins/minimal/xui/es/panel_adhoc_control_panel.xml b/indra/newview/skins/minimal/xui/es/panel_adhoc_control_panel.xml new file mode 100644 index 00000000000..254cf58437a --- /dev/null +++ b/indra/newview/skins/minimal/xui/es/panel_adhoc_control_panel.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel name="panel_im_control_panel"> + <layout_stack name="vertical_stack"> + <layout_panel name="call_btn_panel"> + <button label="Llamar" name="call_btn"/> + </layout_panel> + <layout_panel name="end_call_btn_panel"> + <button label="Colgar" name="end_call_btn"/> + </layout_panel> + </layout_stack> +</panel> diff --git a/indra/newview/skins/minimal/xui/es/panel_bottomtray.xml b/indra/newview/skins/minimal/xui/es/panel_bottomtray.xml index f782d66ae79..0989a3d0a1d 100644 --- a/indra/newview/skins/minimal/xui/es/panel_bottomtray.xml +++ b/indra/newview/skins/minimal/xui/es/panel_bottomtray.xml @@ -4,26 +4,32 @@ <string name="SpeakBtnToolTip" value="Activa/Desactiva el micrófono"/> <string name="VoiceControlBtnToolTip" value="Muestra/Oculta el panel del control de voz"/> <layout_stack name="toolbar_stack"> + <layout_panel name="speak_panel"> + <button label="Hablar" name="speak_btn" tool_tip="Activar y desactivar tu micrófono"/> + </layout_panel> + <layout_panel name="speak_flyout_panel"> + <button label="" name="flyout_btn" tool_tip="Cambiar tus preferencias de sonido"/> + </layout_panel> <layout_panel name="gesture_panel"> - <gesture_combo_list label="Gestos" name="Gesture" tool_tip="Muestra/Oculta los gestos"/> + <gesture_combo_list label="Gestos" name="Gesture" tool_tip="Hacer que tu avatar realice distintas acciones"/> </layout_panel> <layout_panel name="cam_panel"> - <bottomtray_button label="Visión" name="camera_btn" tool_tip="Muestra/Oculta los controles de la cámara"/> + <bottomtray_button label="Visión" name="camera_btn" tool_tip="Controlar el ángulo de tu cámara"/> </layout_panel> - <layout_panel name="avatar_and_destinations_panel"> - <bottomtray_button label="Destinos" name="destination_btn" tool_tip="Muestra la ventana de gente"/> + <layout_panel name="destinations_panel"> + <bottomtray_button label="Destinos" name="destination_btn" tool_tip="Viajar por Second Life"/> </layout_panel> - <layout_panel name="avatar_and_destinations_panel"> - <bottomtray_button label="Mi avatar" name="avatar_btn"/> + <layout_panel name="avatar_panel"> + <bottomtray_button label="Mi avatar" name="avatar_btn" tool_tip="Cambiar tu aspecto"/> </layout_panel> <layout_panel name="people_panel"> - <bottomtray_button label="Gente" name="show_people_button" tool_tip="Muestra la ventana de gente"/> + <bottomtray_button label="Gente" name="show_people_button" tool_tip="Encontrar a gente en Second Life"/> </layout_panel> <layout_panel name="profile_panel"> - <bottomtray_button label="Perfil" name="show_profile_btn" tool_tip="Muestra la ventana del perfil"/> + <bottomtray_button label="Perfil" name="show_profile_btn" tool_tip="Consultar y editar tu perfil"/> </layout_panel> <layout_panel name="howto_panel"> - <bottomtray_button label="Indicaciones" name="show_help_btn" tool_tip="Abrir los temas sobre indicaciones de Second Life"/> + <bottomtray_button label="Indicaciones" name="show_help_btn" tool_tip="Ver la información de ayuda de Second Life"/> </layout_panel> <layout_panel name="im_well_panel"> <chiclet_im_well name="im_well"> diff --git a/indra/newview/skins/minimal/xui/es/panel_im_control_panel.xml b/indra/newview/skins/minimal/xui/es/panel_im_control_panel.xml index 7d4db6a630c..1be6997813e 100644 --- a/indra/newview/skins/minimal/xui/es/panel_im_control_panel.xml +++ b/indra/newview/skins/minimal/xui/es/panel_im_control_panel.xml @@ -8,7 +8,7 @@ <button label="Añadir como amigo" name="add_friend_btn"/> </layout_panel> <layout_panel name="teleport_btn_panel"> - <button label="Teleportarme" name="teleport_btn" tool_tip="Ofrecer teleporte a esta persona"/> + <button label="Teleportarte" name="teleport_btn" tool_tip="Ofrecer teleporte a esta persona"/> </layout_panel> <layout_panel name="share_btn_panel"> <button label="Compartir" name="share_btn"/> diff --git a/indra/newview/skins/minimal/xui/es/panel_people.xml b/indra/newview/skins/minimal/xui/es/panel_people.xml index 7d3157ef451..1e1c3411aeb 100644 --- a/indra/newview/skins/minimal/xui/es/panel_people.xml +++ b/indra/newview/skins/minimal/xui/es/panel_people.xml @@ -52,6 +52,9 @@ <layout_panel name="chat_btn_lp"> <button label="MI" name="im_btn" tool_tip="Abrir una sesión de mensajes instantáneos"/> </layout_panel> + <layout_panel name="chat_btn_lp"> + <button label="Llamar" name="call_btn" tool_tip="Llamar a este Residente"/> + </layout_panel> <layout_panel name="chat_btn_lp"> <button label="Teleporte" name="teleport_btn" tool_tip="Ofrecer teleporte"/> </layout_panel> diff --git a/indra/newview/skins/minimal/xui/it/panel_bottomtray.xml b/indra/newview/skins/minimal/xui/it/panel_bottomtray.xml index 0eb0d0ee22c..ab9b175f16b 100644 --- a/indra/newview/skins/minimal/xui/it/panel_bottomtray.xml +++ b/indra/newview/skins/minimal/xui/it/panel_bottomtray.xml @@ -4,26 +4,32 @@ <string name="SpeakBtnToolTip" value="Accende o spegne il microfono"/> <string name="VoiceControlBtnToolTip" value="Mostra o nasconde il pannello di regolazione voce"/> <layout_stack name="toolbar_stack"> + <layout_panel name="speak_panel"> + <button label="Parla" name="speak_btn" tool_tip="Accendi e spegni il microfono"/> + </layout_panel> + <layout_panel name="speak_flyout_panel"> + <button label="" name="flyout_btn" tool_tip="Cambia le preferenze per i suoni"/> + </layout_panel> <layout_panel name="gesture_panel"> - <gesture_combo_list label="Gesture" name="Gesture" tool_tip="Mostra o nasconde le gesture"/> + <gesture_combo_list label="Gesture" name="Gesture" tool_tip="Fai fare qualcosa al tuo avatar"/> </layout_panel> <layout_panel name="cam_panel"> - <bottomtray_button label="Visuale" name="camera_btn" tool_tip="Mostra o nasconde le regolazioni della visuale"/> + <bottomtray_button label="Visuale" name="camera_btn" tool_tip="Controlla l'angolo di visualizzazione"/> </layout_panel> - <layout_panel name="avatar_and_destinations_panel"> - <bottomtray_button label="Destinazioni" name="destination_btn" tool_tip="Mostra finestra persone"/> + <layout_panel name="destinations_panel"> + <bottomtray_button label="Destinazioni" name="destination_btn" tool_tip="Viaggia in Second Life"/> </layout_panel> - <layout_panel name="avatar_and_destinations_panel"> - <bottomtray_button label="Il mio avatar" name="avatar_btn"/> + <layout_panel name="avatar_panel"> + <bottomtray_button label="Il mio avatar" name="avatar_btn" tool_tip="Cambia il tuo aspetto"/> </layout_panel> <layout_panel name="people_panel"> - <bottomtray_button label="Persone" name="show_people_button" tool_tip="Mostra finestra persone"/> + <bottomtray_button label="Persone" name="show_people_button" tool_tip="Trova persone in Second Life"/> </layout_panel> <layout_panel name="profile_panel"> - <bottomtray_button label="Profilo" name="show_profile_btn" tool_tip="Mostra finestra profilo"/> + <bottomtray_button label="Profilo" name="show_profile_btn" tool_tip="Visualizza e modifica il tuo profilo"/> </layout_panel> <layout_panel name="howto_panel"> - <bottomtray_button label="Istruzioni" name="show_help_btn" tool_tip="Apri le Istruzioni Second Life"/> + <bottomtray_button label="Istruzioni" name="show_help_btn" tool_tip="Visualizza le informazioni della guida di Second Life"/> </layout_panel> <layout_panel name="im_well_panel"> <chiclet_im_well name="im_well"> diff --git a/indra/newview/skins/minimal/xui/it/panel_im_control_panel.xml b/indra/newview/skins/minimal/xui/it/panel_im_control_panel.xml index 76b28eab24a..756db84c1c7 100644 --- a/indra/newview/skins/minimal/xui/it/panel_im_control_panel.xml +++ b/indra/newview/skins/minimal/xui/it/panel_im_control_panel.xml @@ -5,7 +5,7 @@ <button label="Profilo" name="view_profile_btn"/> </layout_panel> <layout_panel name="add_friend_btn_panel"> - <button label="Aggiungi amico" name="add_friend_btn"/> + <button label="Aggiungi come amico" name="add_friend_btn"/> </layout_panel> <layout_panel name="teleport_btn_panel"> <button label="Teleport" name="teleport_btn" tool_tip="Offri teleport a questa persona"/> diff --git a/indra/newview/skins/minimal/xui/ja/panel_bottomtray.xml b/indra/newview/skins/minimal/xui/ja/panel_bottomtray.xml index fe81ec47f86..13be2cea0af 100644 --- a/indra/newview/skins/minimal/xui/ja/panel_bottomtray.xml +++ b/indra/newview/skins/minimal/xui/ja/panel_bottomtray.xml @@ -4,26 +4,32 @@ <string name="SpeakBtnToolTip" value="マイクã®ã‚ªãƒ³ãƒ»ã‚ªãƒ•"/> <string name="VoiceControlBtnToolTip" value="ボイスコントãƒãƒ¼ãƒ«ãƒ‘ãƒãƒ«ã®è¡¨ç¤ºãƒ»éžè¡¨ç¤º"/> <layout_stack name="toolbar_stack"> + <layout_panel name="speak_panel"> + <button label="話ã™" name="speak_btn" tool_tip="マイクã®ã‚ªãƒ³ãƒ»ã‚ªãƒ•ã‚’切り替ãˆã‚‹"/> + </layout_panel> + <layout_panel name="speak_flyout_panel"> + <button label="" name="flyout_btn" tool_tip="サウンド環境è¨å®šã‚’変更ã™ã‚‹"/> + </layout_panel> <layout_panel name="gesture_panel"> - <gesture_combo_list label="ジェスãƒãƒ£ãƒ¼" name="Gesture" tool_tip="ジェスãƒãƒ£ãƒ¼ã®è¡¨ç¤ºãƒ»éžè¡¨ç¤º"/> + <gesture_combo_list label="ジェスãƒãƒ£ãƒ¼" name="Gesture" tool_tip="ã‚¢ãƒã‚¿ãƒ¼ã®å‹•ä½œã‚’èµ·ã“ã™"/> </layout_panel> <layout_panel name="cam_panel"> - <bottomtray_button label="視界" name="camera_btn" tool_tip="カメラコントãƒãƒ¼ãƒ«ã®è¡¨ç¤ºãƒ»éžè¡¨ç¤º"/> + <bottomtray_button label="視界" name="camera_btn" tool_tip="カメラã®è§’度をコントãƒãƒ¼ãƒ«"/> </layout_panel> - <layout_panel name="avatar_and_destinations_panel"> - <bottomtray_button label="è¡Œãå…ˆ" name="destination_btn" tool_tip="人ウインドウを表示"/> + <layout_panel name="destinations_panel"> + <bottomtray_button label="è¡Œãå…ˆ" name="destination_btn" tool_tip="Second Life 内を旅行ã™ã‚‹"/> </layout_panel> - <layout_panel name="avatar_and_destinations_panel"> - <bottomtray_button label="マイ ã‚¢ãƒã‚¿ãƒ¼" name="avatar_btn"/> + <layout_panel name="avatar_panel"> + <bottomtray_button label="マイ ã‚¢ãƒã‚¿ãƒ¼" name="avatar_btn" tool_tip="容姿を変更ã™ã‚‹"/> </layout_panel> <layout_panel name="people_panel"> - <bottomtray_button label="人" name="show_people_button" tool_tip="人ウインドウを表示"/> + <bottomtray_button label="人" name="show_people_button" tool_tip="Second Life ã§äººã‚’探ã™"/> </layout_panel> <layout_panel name="profile_panel"> - <bottomtray_button label="プãƒãƒ•ã‚£ãƒ¼ãƒ«" name="show_profile_btn" tool_tip="プãƒãƒ•ã‚£ãƒ¼ãƒ«ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦ã‚’表示"/> + <bottomtray_button label="プãƒãƒ•ã‚£ãƒ¼ãƒ«" name="show_profile_btn" tool_tip="プãƒãƒ•ã‚£ãƒ¼ãƒ«ã‚’表示・編集"/> </layout_panel> <layout_panel name="howto_panel"> - <bottomtray_button label="ãƒã‚¦ãƒ„ー" name="show_help_btn" tool_tip="Second Lifeã®ãƒã‚¦ãƒ„ートピックを開ã"/> + <bottomtray_button label="ãƒã‚¦ãƒ„ー" name="show_help_btn" tool_tip="Second Life ã®ãƒ˜ãƒ«ãƒ—æƒ…å ±ã‚’è¦‹ã‚‹"/> </layout_panel> <layout_panel name="im_well_panel"> <chiclet_im_well name="im_well"> -- GitLab