sync with viewer-development
parent
f64ad025e8
commit
651fdba651
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="chat_bar" title="CHAT IN DER NÄHE">
|
||||
<panel>
|
||||
<panel name="bottom_panel">
|
||||
<line_editor label="Zum Chatten hier klicken." name="chat_box" tool_tip="Eingabetaste zum Sprechen, Strg+Eingabe zum Rufen"/>
|
||||
<button name="show_nearby_chat" tool_tip="Chatprotokoll in der Nähe ein-/ausblenden"/>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -1443,7 +1443,7 @@ Zur Installation des Updates muss [APP_NAME] neu gestartet werden.
|
|||
<usetemplate ignoretext="Bestätigen, bevor Objekte an Ihre Eigentümer zurückgegeben werden" name="okcancelignore" notext="Abbrechen" yestext="OK"/>
|
||||
</notification>
|
||||
<notification name="GroupLeaveConfirmMember">
|
||||
Sie sind Mitglied der Gruppe [GROUP].
|
||||
Sie sind Mitglied der Gruppe <nolink>[GROUP]</nolink>.
|
||||
Diese Gruppe verlassen?
|
||||
<usetemplate name="okcancelbuttons" notext="Abbrechen" yestext="OK"/>
|
||||
</notification>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<panel name="balance_bg">
|
||||
<text name="balance" tool_tip="Klicken, um L$-Guthaben zu aktualisieren" value="20 L$"/>
|
||||
<button label="L$ kaufen" name="buyL" tool_tip="Hier klicken, um mehr L$ zu kaufen"/>
|
||||
<button label="Einkaufen" name="goShop" tool_tip="Second Life-Marktplatz öffnen"/>
|
||||
<button label="Einkaufen" name="goShop" tool_tip="Second Life-Marktplatz öffnen" width="85"/>
|
||||
</panel>
|
||||
<text name="TimeText" tool_tip="Aktuelle Zeit (Pazifik)">
|
||||
24:00 H PST
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
single_instance="true"
|
||||
title="NEARBY CHAT"
|
||||
save_rect="true"
|
||||
save_visibility="true"
|
||||
can_close="true"
|
||||
can_minimize="true"
|
||||
help_topic="chat_bar"
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
<panel width="300"
|
||||
height="31"
|
||||
left="0"
|
||||
name="bottom_panel"
|
||||
bottom="-1"
|
||||
follows="left|right|bottom"
|
||||
tab_group="1">
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
<menu_item_call
|
||||
label="Undo"
|
||||
name="Undo"
|
||||
allow_key_repeat="true"
|
||||
shortcut="control|Z">
|
||||
<menu_item_call.on_click
|
||||
function="Edit.Undo" />
|
||||
|
|
@ -15,6 +16,7 @@
|
|||
<menu_item_call
|
||||
label="Redo"
|
||||
name="Redo"
|
||||
allow_key_repeat="true"
|
||||
shortcut="control|Y">
|
||||
<menu_item_call.on_click
|
||||
function="Edit.Redo" />
|
||||
|
|
@ -43,6 +45,7 @@
|
|||
<menu_item_call
|
||||
label="Paste"
|
||||
name="Paste"
|
||||
allow_key_repeat="true"
|
||||
shortcut="control|V">
|
||||
<menu_item_call.on_click
|
||||
function="Edit.Paste" />
|
||||
|
|
|
|||
|
|
@ -1154,6 +1154,7 @@
|
|||
enabled="false"
|
||||
label="Undo"
|
||||
name="Undo"
|
||||
allow_key_repeat="true"
|
||||
shortcut="control|Z">
|
||||
<on_click
|
||||
function="Edit.Undo"
|
||||
|
|
@ -1165,6 +1166,7 @@
|
|||
enabled="false"
|
||||
label="Redo"
|
||||
name="Redo"
|
||||
allow_key_repeat="true"
|
||||
shortcut="control|Y">
|
||||
<on_click
|
||||
function="Edit.Redo"
|
||||
|
|
|
|||
|
|
@ -3409,7 +3409,7 @@ Are you sure you want to return the selected objects to their owners? Transferab
|
|||
icon="alert.tga"
|
||||
name="GroupLeaveConfirmMember"
|
||||
type="alert">
|
||||
You are currently a member of the group [GROUP].
|
||||
You are currently a member of the group <nolink>[GROUP]</nolink>.
|
||||
Leave Group?
|
||||
<tag>group</tag>
|
||||
<tag>confirm</tag>
|
||||
|
|
@ -6951,6 +6951,26 @@ With the following Residents:
|
|||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
name="ShareFolderConfirmation"
|
||||
type="alertmodal">
|
||||
Only one folder at a time can be shared.
|
||||
|
||||
Are you sure you want to share the following items:
|
||||
|
||||
<nolink>[ITEMS]</nolink>
|
||||
|
||||
With the following Residents:
|
||||
|
||||
[RESIDENTS]
|
||||
<tag>confirm</tag>
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
notext="Cancel"
|
||||
yestext="Ok"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
name="ItemsShared"
|
||||
|
|
|
|||
|
|
@ -16,14 +16,6 @@
|
|||
name="upload_message">
|
||||
Sending...
|
||||
</string>
|
||||
<string
|
||||
name="default_subject">
|
||||
Postcard from [SECOND_LIFE].
|
||||
</string>
|
||||
<string
|
||||
name="default_message">
|
||||
Check this out!
|
||||
</string>
|
||||
<icon
|
||||
follows="top|left"
|
||||
height="18"
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
pad_bottom="2"
|
||||
tool_tip="Click to buy more L$"
|
||||
top="0"
|
||||
width="55" />
|
||||
width="80" />
|
||||
<button
|
||||
halign="left"
|
||||
font="SansSerifSmall"
|
||||
|
|
@ -87,7 +87,6 @@
|
|||
left_pad="0"
|
||||
label_shadow="true"
|
||||
name="goShop"
|
||||
pad_right="0"
|
||||
pad_bottom="2"
|
||||
tool_tip="Open Second Life Marketplace"
|
||||
top="0"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<window_shade shade_color="0 0 0 0.5"/>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="chat_bar" title="CHAT">
|
||||
<panel>
|
||||
<panel name="bottom_panel">
|
||||
<line_editor label="Pulsa aquí para chatear." name="chat_box" tool_tip="Pulsa Enter para decirlo o Ctrl+Enter para gritarlo"/>
|
||||
<button name="show_nearby_chat" tool_tip="Muestra o esconde el registro del chat"/>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -1437,7 +1437,7 @@ Debemos reiniciar [APP_NAME] para instalar la actualización.
|
|||
<usetemplate ignoretext="Confirmar antes de devolver objetos a sus propietarios." name="okcancelignore" notext="Cancelar" yestext="OK"/>
|
||||
</notification>
|
||||
<notification name="GroupLeaveConfirmMember">
|
||||
Actualmente, eres miembro del grupo [GROUP].
|
||||
Actualmente, eres miembro del grupo <nolink>[GROUP]</nolink>.
|
||||
¿Dejar el grupo?
|
||||
<usetemplate name="okcancelbuttons" notext="Cancelar" yestext="OK"/>
|
||||
</notification>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<panel name="balance_bg">
|
||||
<text name="balance" tool_tip="Haz clic para actualizar tu saldo en L$" value="20 L$"/>
|
||||
<button label="Comprar L$" name="buyL" tool_tip="Pulsa para comprar más L$"/>
|
||||
<button label="Comprar" name="goShop" tool_tip="Abrir el mercado de Second Life"/>
|
||||
<button label="Comprar" name="goShop" tool_tip="Abrir el mercado de Second Life" width="80"/>
|
||||
</panel>
|
||||
<text name="TimeText" tool_tip="Hora actual (Pacífico)">
|
||||
24:00 AM PST
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="chat_bar" title="CHAT PRÈS DE MOI">
|
||||
<panel>
|
||||
<panel name="bottom_panel">
|
||||
<line_editor label="Cliquer ici pour chatter." name="chat_box" tool_tip="Appuyer sur Entrée pour dire, Ctrl-Entrée pour crier"/>
|
||||
<button name="show_nearby_chat" tool_tip="Affiche/Masque le journal de chats près de vous"/>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -1428,7 +1428,7 @@ Version [VERSION]
|
|||
<usetemplate ignoretext="Confirmer avant de rendre les objets à leurs propriétaires" name="okcancelignore" notext="Annuler" yestext="OK"/>
|
||||
</notification>
|
||||
<notification name="GroupLeaveConfirmMember">
|
||||
Vous êtes actuellement membre du groupe [GROUP].
|
||||
Vous êtes actuellement membre du groupe <nolink>[GROUP]</nolink>.
|
||||
Quitter le groupe ?
|
||||
<usetemplate name="okcancelbuttons" notext="Annuler" yestext="OK"/>
|
||||
</notification>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<panel name="balance_bg">
|
||||
<text name="balance" tool_tip="Cliquer sur ce bouton pour actualiser votre solde en L$." value="20 L$"/>
|
||||
<button label="Acheter L$" name="buyL" tool_tip="Cliquer pour acheter plus de L$."/>
|
||||
<button label="Achats" name="goShop" tool_tip="Ouvrir la Place du marché Second Life."/>
|
||||
<button label="Achats" name="goShop" tool_tip="Ouvrir la Place du marché Second Life." width="75"/>
|
||||
</panel>
|
||||
<text name="TimeText" tool_tip="Heure actuelle (Pacifique)">
|
||||
00h00 PST
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="chat_bar" title="CHAT NEI DINTORNI">
|
||||
<panel>
|
||||
<panel name="bottom_panel">
|
||||
<line_editor label="Clicca qui per la chat." name="chat_box" tool_tip="Premi Invio per parlare, Ctrl+Invio per gridare"/>
|
||||
<button name="show_nearby_chat" tool_tip="Mostra/Nasconde il registro della chat nei dintorni"/>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -1432,7 +1432,7 @@ Per installare l'aggiornamento è necessario riavviare [APP_NAME].
|
|||
<usetemplate ignoretext="Conferma prima di restituire gli oggetti ai relativi proprietari" name="okcancelignore" notext="Annulla" yestext="OK"/>
|
||||
</notification>
|
||||
<notification name="GroupLeaveConfirmMember">
|
||||
Sei attualmente un membro del gruppo [GROUP].
|
||||
Sei attualmente un membro del gruppo <nolink>[GROUP]</nolink>.
|
||||
Vuoi lasciare il gruppo?
|
||||
<usetemplate name="okcancelbuttons" notext="Annulla" yestext="OK"/>
|
||||
</notification>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<panel name="balance_bg">
|
||||
<text name="balance" tool_tip="Clicca per aggiornare il tuo saldo in L$" value="L$ 20"/>
|
||||
<button label="Acquista L$" name="buyL" tool_tip="Clicca per acquistare più L$"/>
|
||||
<button label="Acquisti" name="goShop" tool_tip="Apri Mercato Second Life"/>
|
||||
<button label="Acquisti" name="goShop" tool_tip="Apri Mercato Second Life" width="75"/>
|
||||
</panel>
|
||||
<text name="TimeText" tool_tip="Orario attuale (Pacifico)">
|
||||
24:00, ora del Pacifico
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="chat_bar" title="近くのチャット">
|
||||
<panel>
|
||||
<panel name="bottom_panel">
|
||||
<line_editor label="ここをクリックしてチャットを開始します。" name="chat_box" tool_tip="Enter キーを押して話し、Ctrl + Enter キーで叫びます。"/>
|
||||
<button name="show_nearby_chat" tool_tip="近くのチャットログを表示・非表示"/>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -1467,7 +1467,7 @@ http://secondlife.com/download から最新バージョンをダウンロード
|
|||
<usetemplate ignoretext="オブジェクトを所有者に返却する前の確認" name="okcancelignore" notext="取り消し" yestext="OK"/>
|
||||
</notification>
|
||||
<notification name="GroupLeaveConfirmMember">
|
||||
現在あなたは [GROUP] のメンバーです。
|
||||
現在あなたは <nolink>[GROUP]</nolink> のメンバーです。
|
||||
このグループを抜けますか?
|
||||
<usetemplate name="okcancelbuttons" notext="取り消し" yestext="OK"/>
|
||||
</notification>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<panel name="balance_bg">
|
||||
<text name="balance" tool_tip="クリックして L$ 残高を更新" value="L$20"/>
|
||||
<button label="L$ の購入" name="buyL" tool_tip="クリックして L$ を購入します"/>
|
||||
<button label="店" name="goShop" tool_tip="Second Life マーケットプレイスを開く"/>
|
||||
<button label="店" name="goShop" tool_tip="Second Life マーケットプレイスを開く" width="40"/>
|
||||
</panel>
|
||||
<text name="TimeText" tool_tip="現在時刻(太平洋)">
|
||||
24:00 AM PST
|
||||
|
|
|
|||
|
|
@ -1385,7 +1385,7 @@ W celu instalacji aktualizacji musi zostać wykonany restart [APP_NAME].
|
|||
<usetemplate ignoretext="Potwierdź zanim zwrócisz obiekty do ich właścicieli" name="okcancelignore" notext="Anuluj" yestext="OK"/>
|
||||
</notification>
|
||||
<notification name="GroupLeaveConfirmMember">
|
||||
Jesteś członkiem grupy [GROUP].
|
||||
Jesteś członkiem grupy <nolink>[GROUP]</nolink>.
|
||||
Chcesz opuścić grupę?
|
||||
<usetemplate name="okcancelbuttons" notext="Anuluj" yestext="OK"/>
|
||||
</notification>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="chat_bar" title="BATE-PAPO LOCAL">
|
||||
<panel>
|
||||
<panel name="bottom_panel">
|
||||
<line_editor label="Clique aqui para bater papo." name="chat_box" tool_tip="Tecle Enter para falar, Ctrl+Enter para gritar"/>
|
||||
<button name="show_nearby_chat" tool_tip="Mostra/oculta o histórico do bate-papo local"/>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -1419,7 +1419,7 @@ Para instalar a atualização, será preciso reiniciar o [APP_NAME].
|
|||
<usetemplate ignoretext="Confirmar antes de devolver objetos a seus donos" name="okcancelignore" notext="Cancelar" yestext="Retornar"/>
|
||||
</notification>
|
||||
<notification name="GroupLeaveConfirmMember">
|
||||
Você é atualmente um membro do grupo [GROUP].
|
||||
Você é atualmente um membro do grupo <nolink>[GROUP]</nolink>.
|
||||
Sair do grupo?
|
||||
<usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Sair"/>
|
||||
</notification>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<panel name="balance_bg">
|
||||
<text name="balance" tool_tip="Atualizar saldo de L$" value="L$20"/>
|
||||
<button label="Comprar L$" name="buyL" tool_tip="Comprar mais L$"/>
|
||||
<button label="Comprar" name="goShop" tool_tip="Abrir Mercado do Second Life"/>
|
||||
<button label="Comprar" name="goShop" tool_tip="Abrir Mercado do Second Life" width="80"/>
|
||||
</panel>
|
||||
<text name="TimeText" tool_tip="Hora atual (Pacífico)">
|
||||
24:00 AM PST
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="chat_bar" title="ЛОКАЛЬНЫЙ ЧАТ">
|
||||
<panel>
|
||||
<panel name="bottom_panel">
|
||||
<line_editor label="Щелкните здесь для общения." name="chat_box" tool_tip="Нажмите Enter, чтобы сказать, Ctrl+Enter, чтобы прокричать"/>
|
||||
<button name="show_nearby_chat" tool_tip="Показать/скрыть лог локального чата"/>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -1431,7 +1431,7 @@ http://secondlife.com/download.
|
|||
<usetemplate ignoretext="Подтверждать перед возвратом объектов владельцам" name="okcancelignore" notext="Отмена" yestext="OK"/>
|
||||
</notification>
|
||||
<notification name="GroupLeaveConfirmMember">
|
||||
Вы являетесь участником группы [GROUP].
|
||||
Вы являетесь участником группы <nolink>[GROUP]</nolink>.
|
||||
Хотите покинуть группу?
|
||||
<usetemplate name="okcancelbuttons" notext="Отмена" yestext="OK"/>
|
||||
</notification>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<panel name="balance_bg">
|
||||
<text name="balance" tool_tip="Щелкните для обновления вашего баланса L$" value="L$20"/>
|
||||
<button label="Купить L$" name="buyL" tool_tip="Щелкните для покупки L$"/>
|
||||
<button label="Торговый центр" name="goShop" tool_tip="Открыть торговый центр Second Life"/>
|
||||
<button label="Торговый центр" name="goShop" tool_tip="Открыть торговый центр Second Life" width="121"/>
|
||||
</panel>
|
||||
<text name="TimeText" tool_tip="Текущее время (тихоокеанское)">
|
||||
00:00 (тихоокеанское время)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="chat_bar" title="YAKINDAKİ SOHBET">
|
||||
<panel>
|
||||
<panel name="bottom_panel">
|
||||
<line_editor label="Sohbet etmek için buraya tıklayın." name="chat_box" tool_tip="Söylemek için Enter, bağırmak için Ctrl+Enter yapın"/>
|
||||
<button name="show_nearby_chat" tool_tip="yakın sohbet günlüğünü gösterir/gizler"/>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -1431,7 +1431,7 @@ Güncellemeyi kurmak için [APP_NAME] uygulamasını yeniden başlatmalısınız
|
|||
<usetemplate ignoretext="Nesneleri sahiplerine iade etmeden önce doğrulama iste" name="okcancelignore" notext="İptal" yestext="Tamam"/>
|
||||
</notification>
|
||||
<notification name="GroupLeaveConfirmMember">
|
||||
Şu anda [GROUP] grubunun bir üyesisiniz.
|
||||
Şu anda <nolink>[GROUP]</nolink> grubunun bir üyesisiniz.
|
||||
Gruptan ayrılmak istiyor musunuz?
|
||||
<usetemplate name="okcancelbuttons" notext="İptal" yestext="Tamam"/>
|
||||
</notification>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<panel name="balance_bg">
|
||||
<text name="balance" tool_tip="L$ bakiyenizi yenilemek için buraya tıklayın" value="L$20"/>
|
||||
<button label="L$ Satın Al" name="buyL" tool_tip="Daha fazla L$ satın almak için tıklayın"/>
|
||||
<button label="Alışveriş yap" name="goShop" tool_tip="Second Life Pazaryeri Aç"/>
|
||||
<button label="Alışveriş yap" name="goShop" tool_tip="Second Life Pazaryeri Aç" width="95"/>
|
||||
</panel>
|
||||
<text name="TimeText" tool_tip="Geçerli zaman (Pasifik)">
|
||||
24:00 AM PST
|
||||
|
|
|
|||
|
|
@ -1418,7 +1418,7 @@ We must restart [APP_NAME] to install the update.
|
|||
<usetemplate ignoretext="在我退回物件給它們的擁有者前確認" name="okcancelignore" notext="取消" yestext="確定"/>
|
||||
</notification>
|
||||
<notification name="GroupLeaveConfirmMember">
|
||||
你目前是 [GROUP] 群組的成員。
|
||||
你目前是 <nolink>[GROUP]</nolink> 群組的成員。
|
||||
是否要離開群組?
|
||||
<usetemplate name="okcancelbuttons" notext="取消" yestext="確定"/>
|
||||
</notification>
|
||||
|
|
|
|||
Loading…
Reference in New Issue