diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-11-16 23:26:08 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-11-16 23:26:08 +0200 |
commit | d0de833d947b219eabae01abbb5750ad05e5e305 (patch) | |
tree | 479cb15e2853e418aa6f101fbc93b8841eac44fd /indra/newview/skins/default/xui/ja/notifications.xml | |
parent | e8e1d7e629b9a4a65cde766ed81334140a749428 (diff) |
STORM-563 FIXED Updated all localized XUI strings and notifications templates to use display names.
Previously name substitutions were broken, so "[FIRST] [LAST]" was displayed instead of avatar name.
Some of the affected notifications:
* avatar went online/offline notification
* object return notification
* calling card offer
* script dialog
* auto-unmute notification.
See the diff for more details.
The fixes apply to all locales but English (which is already correct).
Besides, I fixed calling card offer notification to display avatar name correctly. It was broken even in English.
Diffstat (limited to 'indra/newview/skins/default/xui/ja/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/notifications.xml | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/ja/notifications.xml b/indra/newview/skins/default/xui/ja/notifications.xml index 93d6644902..c0af0e03ff 100644 --- a/indra/newview/skins/default/xui/ja/notifications.xml +++ b/indra/newview/skins/default/xui/ja/notifications.xml @@ -2082,10 +2082,10 @@ Web ページにリンクすると、他人がこの場所に簡単にアクセ 件名: [SUBJECT]、メッセージ: [MESSAGE] </notification> <notification name="FriendOnline"> - [FIRST] [LAST] はオンラインです + [NAME] はオンラインです </notification> <notification name="FriendOffline"> - [FIRST] [LAST] はオフラインです + [NAME] はオフラインです </notification> <notification name="AddSelfFriend"> 残念ながら自分自身をフレンド登録することはできません。 @@ -2153,9 +2153,6 @@ Web ページにリンクすると、他人がこの場所に簡単にアクセ <notification name="CannotRemoveProtectedCategories"> 保護されたカテゴリは削除できません。 </notification> - <notification name="OfferedCard"> - [FIRST] [LAST] にコーリングカードを送りました。 - </notification> <notification name="UnableToBuyWhileDownloading"> オブジェクトデータのダウンロード中は購入できません。 もう一度お試しください。 @@ -2273,7 +2270,7 @@ Web ページにリンクすると、他人がこの場所に簡単にアクセ </notification> <notification name="OtherObjectsReturned"> 選択した土地の区画上にあった - [FIRST] [LAST] + [NAME] が所有するオブジェクトは、すべて所有者の「持ち物」に返却されました。 </notification> <notification name="OtherObjectsReturned2"> @@ -2488,7 +2485,7 @@ Web ページにリンクすると、他人がこの場所に簡単にアクセ フレンドの登録依頼が拒否されました。 </notification> <notification name="OfferCallingCard"> - [FIRST] [LAST] がコーリングカードを渡そうとしています。 + [NAME] がコーリングカードを渡そうとしています。 あなたの「持ち物」にブックマークが追加され、この住人に素早く IM を送ることができます。 <form name="form"> <button name="Accept" text="受け入れる"/> @@ -2548,7 +2545,7 @@ Web ページにリンクすると、他人がこの場所に簡単にアクセ </form> </notification> <notification name="ScriptDialog"> - [FIRST] [LAST] の「 [TITLE] 」 + [NAME] の「 <nolink>[TITLE]</nolink> 」 [MESSAGE] <form name="form"> <button name="Ignore" text="無視する"/> @@ -2592,13 +2589,13 @@ M キーを押して変更します。 </form> </notification> <notification name="AutoUnmuteByIM"> - [FIRST] [LAST] はインスタントメッセージを受け取り、自動的にブロックが解除されました。 + [NAME] はインスタントメッセージを受け取り、自動的にブロックが解除されました。 </notification> <notification name="AutoUnmuteByMoney"> - [FIRST] [LAST] はお金を受け取り、自動的にブロックが解除されました。 + [NAME] はお金を受け取り、自動的にブロックが解除されました。 </notification> <notification name="AutoUnmuteByInventory"> - [FIRST] [LAST] はアイテムを受け取り、自動的にブロックが解除されました。 + [NAME] はアイテムを受け取り、自動的にブロックが解除されました。 </notification> <notification name="VoiceInviteGroup"> [NAME] は [GROUP] のボイスチャットコールに参加しました。 |