summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/panel_group_notices.xml
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2008-07-22 19:01:52 +0000
committerSteven Bennetts <steve@lindenlab.com>2008-07-22 19:01:52 +0000
commit0c0391cc7114bd2e9e4462c40e88814326f61bc2 (patch)
tree2906124fe8371b6336e6f7231cd890d267a75d6d /indra/newview/skins/default/xui/es/panel_group_notices.xml
parented386ae547c225e352c39e8d14921572ee534b0b (diff)
QAR-758 1.20 Viewer RC 12, 13, 14, 15 -> Release
merge Branch_1-20-14-Viewer-merge -> release Includes Branch_1-20-Viewer-2 through 92456
Diffstat (limited to 'indra/newview/skins/default/xui/es/panel_group_notices.xml')
-rw-r--r--indra/newview/skins/default/xui/es/panel_group_notices.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/panel_group_notices.xml b/indra/newview/skins/default/xui/es/panel_group_notices.xml
new file mode 100644
index 0000000000..62d884d4c8
--- /dev/null
+++ b/indra/newview/skins/default/xui/es/panel_group_notices.xml
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<panel label="Avisos" name="notices_tab">
+ <text name="help_text">
+ Avisos son una forma rápida de comunicar todo
+el grupo esparciendo el mensaje y entregando
+un ítem anexo opcional. Avisos solamente van para
+miembros de grupo en funciones con la habilidad
+de recibir avisos. Puede desactivar avisos en la
+pestaña General.
+ </text>
+ <text name="no_notices_text">
+ No hay avisos anteriores.
+ </text>
+ <button label="?" label_selected="?" name="help_button" />
+ <text name="lbl">
+ Archivo de avisos de grupo
+ </text>
+ <text name="lbl2">
+ Avisos son mantenidos por 14 días. Haga clic en el aviso abajo se desea verlo.
+Haga clic en el botón &apos;Actualizar lista&apos; si nuevos avisos fueron recibidos.
+ </text>
+ <scroll_list name="notice_list">
+ <column label="" name="icon" />
+ <column label="Subject" name="subject" />
+ <column label="From" name="from" />
+ <column label="Date" name="date" />
+ </scroll_list>
+ <text name="notice_list_none_found">
+ Nada encontrado.
+ </text>
+ <button label="Crear nuevo aviso" label_selected="Crear nuevo aviso"
+ name="create_new_notice" />
+ <button label="Actualizar lista" label_selected="Actualizar lista"
+ name="refresh_notices" />
+ <panel label="Crear nuevo aviso" name="panel_create_new_notice">
+ <text name="lbl">
+ Crear un aviso
+ </text>
+ <text name="lbl2">
+ Usted debe teclear un asunto para enviar un aviso. Puede adicionar un único
+ítem al aviso arrastrándolo de su inventario hacia el panel.
+Ítems anexos deben ser copiabless y transferibles y
+usted no puede&apos; enviar una carpeta.
+ </text>
+ <text name="lbl3">
+ Asunto:
+ </text>
+ <text name="lbl4">
+ Mensaje:
+ </text>
+ <text name="lbl5">
+ Anexar:
+ </text>
+ <button label="Remover anexo" label_selected="Remover anexo" name="remove_attachment" />
+ <button label="Enviar aviso" label_selected="Enviar aviso" name="send_notice" />
+ <panel name="drop_target"
+ tool_tip="Drag an inventory item onto the message box to send it with the notice. You must have permission to copy and transfer the object to send it with the notice." />
+ </panel>
+ <panel label="Ver avisos anteriores" name="panel_view_past_notice">
+ <text name="lbl">
+ Aviso archivado
+ </text>
+ <text name="lbl2">
+ Para enviar un nuevo aviso, haga clic en el botón &apos;Crear nuevo aviso&apos;.
+ </text>
+ <text name="lbl3">
+ Asunto:
+ </text>
+ <text name="lbl4">
+ Mensaje:
+ </text>
+ <button label="Abrir anexo" label_selected="Abrir anexo" name="open_attachment" />
+ </panel>
+</panel>