diff options
author | Eli Linden <eli@lindenlab.com> | 2010-02-19 11:23:32 +0800 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-02-19 11:23:32 +0800 |
commit | fdc58823dcf536d4326d8e10351c8659ff7cc2cb (patch) | |
tree | 1fd888439b247cbc8e9d5f028746ee5842c1b883 /indra/newview/skins/default/xui/ja/notifications.xml | |
parent | 8443f840bcf3db538a7b2a705bd9ee0a21f4e6c7 (diff) |
DEV-46346 Cycle5 translation JA
Diffstat (limited to 'indra/newview/skins/default/xui/ja/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/notifications.xml | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/ja/notifications.xml b/indra/newview/skins/default/xui/ja/notifications.xml index 873a5f0402..842621a531 100644 --- a/indra/newview/skins/default/xui/ja/notifications.xml +++ b/indra/newview/skins/default/xui/ja/notifications.xml @@ -11,18 +11,29 @@ </global> <template name="okbutton"> <form> - <button name="OK" text="$yestext"/> + <button name="OK_okbutton" text="$yestext"/> + </form> + </template> + <template name="okignore"> + <form> + <button name="OK_okignore" text="$yestext"/> </form> </template> - <template name="okignore"/> <template name="okcancelbuttons"> <form> - <button name="Cancel" text="$notext"/> + <button name="OK_okcancelbuttons" text="$yestext"/> + <button name="Cancel_okcancelbuttons" text="$notext"/> + </form> + </template> + <template name="okcancelignore"> + <form> + <button name="OK_okcancelignore" text="$yestext"/> + <button name="Cancel_okcancelignore" text="$notext"/> </form> </template> - <template name="okcancelignore"/> <template name="okhelpbuttons"> <form> + <button name="OK_okhelpbuttons" text="$yestext"/> <button name="Help" text="$helptext"/> </form> </template> @@ -30,6 +41,7 @@ <form> <button name="Yes" text="$yestext"/> <button name="No" text="$notext"/> + <button name="Cancel_yesnocancelbuttons" text="$canceltext"/> </form> </template> <notification functor="GenericAcknowledge" label="不明の通知メッセージ" name="MissingAlert"> @@ -1084,6 +1096,7 @@ L$ は返金されません。 </notification> <notification name="ErrorMessage"> [ERROR_MESSAGE] + <usetemplate name="okbutton" yestext="OK"/> </notification> <notification name="AvatarMovedDesired"> 目的地は現在ご利用いただけません。 @@ -1974,10 +1987,10 @@ Web ページにリンクすると、他人がこの場所に簡単にアクセ 件名: [SUBJECT]、メッセージ: [MESSAGE] </notification> <notification name="FriendOnline"> - [NAME_SLURL] はオンラインです + [FIRST] [LAST] はオンラインです </notification> <notification name="FriendOffline"> - [NAME_SLURL] はオフラインです + [FIRST] [LAST] はオフラインです </notification> <notification name="AddSelfFriend"> 残念ながら自分自身をフレンド登録することはできません。 |