FIRE-15837: Japanese translation update by Hiroshi Kumaki
parent
7311059cb5
commit
f53ce49320
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="floater_facebook" title="FACEBOOK に投稿">
|
||||
<floater name="floater_facebook" title="Facebook に投稿">
|
||||
<panel name="background">
|
||||
<tab_container name="tabs">
|
||||
<panel label="ステータス" name="panel_facebook_status"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="floater_flickr" title="FLICKR にアップロード">
|
||||
<floater name="floater_flickr" title="Flickr にアップロード">
|
||||
<panel name="background">
|
||||
<tab_container name="tabs">
|
||||
<panel label="写真" name="panel_flickr_photo"/>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater name="floater_fs_add_contact" title="連絡先セットに追加...">
|
||||
<floater.string name="no_sets">
|
||||
追加できるセットがありません。
|
||||
</floater.string>
|
||||
<floater.string name="text_add_single">
|
||||
[NAME] を追加する連絡先セットを選択して下さい。
|
||||
</floater.string>
|
||||
<floater.string name="text_add_multiple">
|
||||
[COUNT] 人のアバターを追加する連絡先セットを選択して下さい。
|
||||
</floater.string>
|
||||
<text name="textfield">
|
||||
</text>
|
||||
<combo_box name="contact_sets" />
|
||||
<button name="add_set_btn" />
|
||||
<button label="セットに追加" name="add_btn" />
|
||||
<button label="取り消し" name="cancel_btn" />
|
||||
</floater>
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater name="floater_fs_contact_set_configure" title="連絡先セット設定">
|
||||
<floater.string name="title">
|
||||
[NAME] の設定
|
||||
</floater.string>
|
||||
<panel name="top_panel">
|
||||
<text name="set_label">
|
||||
連絡先セットの設定
|
||||
</text>
|
||||
<line_editor name="set_name_editor" />
|
||||
<button name="rename_btn" label="名称変更"/>
|
||||
<color_swatch label="色設定" name="set_swatch" tool_tip="クリックしてカラーピッカーを開きます。" />
|
||||
<check_box label="オンライン状態を通知" name="show_set_notifications" />
|
||||
</panel>
|
||||
<panel name="bottom_panel">
|
||||
<text name="global_label">
|
||||
全体設定
|
||||
</text>
|
||||
<color_swatch label="デフォルトのセット色" name="global_swatch" tool_tip="クリックしてカラーピッカーを開きます。" />
|
||||
<text name="label_online">
|
||||
オンライン状態通知:
|
||||
</text>
|
||||
<check_box label="フレンドのログイン状態を全てトーストで通知" name="ChatOnlineNotification" />
|
||||
<check_box label="フレンドのログイン状態を全て周辺チャットで通知" name="OnlineOfflinetoNearbyChat" />
|
||||
<check_box label="指定したセットのメンバーのログイン状態をトーストで通知" name="FSContactSetsNotificationToast" />
|
||||
<check_box label="指定したセットのメンバーのログイン状態を周辺チャットで通知" name="FSContactSetsNotificationNearbyChat" />
|
||||
<text name="label_colors">
|
||||
色の設定
|
||||
</text>
|
||||
<check_box label="ミニマップのアイコンを連絡先セットに指定した色で表示" name="FSContactSetsColorizeMiniMap" />
|
||||
<check_box label="名前タグを連絡先セットに指定した色で表示" name="FSContactSetsColorizeNameTag" />
|
||||
<check_box label="レーダーのリストを連絡先セットに指定した色で表示" name="FSContactSetsColorizeRadar" />
|
||||
<check_box label="チャットを連絡先リストに指定した色で表示" name="FSContactSetsColorizeChat" />
|
||||
</panel>
|
||||
</floater>
|
||||
|
|
@ -1,5 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="money_tracker" title="チップトラッカー">
|
||||
<fs_chat_history name="money_chat_history" />
|
||||
<floater name="money_tracker" title="入金記録">
|
||||
<name_list name="payment_list">
|
||||
<name_list.columns name="time" label="時間" />
|
||||
<name_list.columns name="name" label="名前" />
|
||||
<name_list.columns name="amount" label="金額" />
|
||||
</name_list>
|
||||
<check_box label="閉じている時も記録" name="FSAlwaysTrackPayments" tool_tip="入金記録のウィンドウが閉じている場合でも、常に入金を記録するようにします。" />
|
||||
<button name="Clear" label="クリア" />
|
||||
</floater>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater name="region_tracker" title="地域別アバター数">
|
||||
<icon name="dummy_icon"/>
|
||||
<text name="region_label_text" />
|
||||
<button name="refresh" tool_tip="更新" />
|
||||
<button name="remove" tool_tip="地域を削除" />
|
||||
<button name="open_map" tool_tip="世界地図を開く" />
|
||||
<scroll_list name="region_list" tool_tip="項目をダブルクリックすると世界地図が開きます。">
|
||||
<scroll_list.columns name="region_label" label="ラベル"/>
|
||||
<scroll_list.columns name="region_maturity_icon" />
|
||||
<scroll_list.columns name="region_name" label="地域"/>
|
||||
<scroll_list.columns name="region_agent_count" label="人数" />
|
||||
</scroll_list>
|
||||
</floater>
|
||||
|
|
@ -6,18 +6,34 @@
|
|||
<string name="postcard_progress_str">
|
||||
メールの送信
|
||||
</string>
|
||||
<string name="facebook_progress_str">
|
||||
Facebookに投稿
|
||||
</string>
|
||||
<string name="profile_progress_str">
|
||||
投稿
|
||||
</string>
|
||||
<!--
|
||||
<string name="flickr_progress_str">
|
||||
Flickrにアクセス
|
||||
</string>
|
||||
-->
|
||||
<string name="inventory_progress_str">
|
||||
インベントリに保存
|
||||
</string>
|
||||
<string name="local_progress_str">
|
||||
コンピュータに保存
|
||||
</string>
|
||||
<string name="facebook_succeeded_str">
|
||||
画像がアップロードされました
|
||||
</string>
|
||||
<string name="profile_succeeded_str">
|
||||
画像がアップロードされました
|
||||
</string>
|
||||
<!--
|
||||
<string name="flickr_succeeded_str">
|
||||
Flickr に画像がアップロードされました
|
||||
</string>
|
||||
-->
|
||||
<string name="postcard_succeeded_str">
|
||||
メールが送信されました
|
||||
</string>
|
||||
|
|
@ -27,6 +43,9 @@
|
|||
<string name="local_succeeded_str">
|
||||
コンピュータに保存されました
|
||||
</string>
|
||||
<string name="facebook_failed_str">
|
||||
Facebook のタイムラインに画像をアップロードできませんでした。
|
||||
</string>
|
||||
<string name="profile_failed_str">
|
||||
プロフィールフィードに画像をアップロードできませんでした。
|
||||
</string>
|
||||
|
|
@ -39,33 +58,71 @@
|
|||
<string name="local_failed_str">
|
||||
コンピュータに保存できませんでした。
|
||||
</string>
|
||||
<button name="advanced_options_btn" tool_tip="詳しい設定"/>
|
||||
<!--
|
||||
<string name="flickr_failed_str">
|
||||
Flickr にアップロードできませんでした。
|
||||
</string>
|
||||
-->
|
||||
<button label="更新" name="new_snapshot_btn" />
|
||||
<button name="retract_btn" />
|
||||
<button name="extend_btn" />
|
||||
<panel name="advanced_options_panel">
|
||||
<view_border name="advanced_options_hr" />
|
||||
<text name="layer_type_label">
|
||||
キャプチャ:
|
||||
</text>
|
||||
<combo_box label="画像レイヤー" name="layer_types">
|
||||
<combo_box.item label="色" name="Colors" />
|
||||
<combo_box.item label="深度" name="Depth" />
|
||||
<combo_box.item label="深度 (24 bit)" name="Depth24" />
|
||||
</combo_box>
|
||||
<check_box label="インターフェース" name="ui_check" />
|
||||
<check_box label="L$ 残高" name="currency_check" />
|
||||
<check_box label="HUD" name="hud_check" />
|
||||
<check_box label="画面全体を静止" name="freeze_frame_check" />
|
||||
<check_box label="自動更新" name="auto_snapshot_check" />
|
||||
<text name="filter_list_label">
|
||||
フィルター:
|
||||
</text>
|
||||
<combo_box name="filters_combobox" tool_tip="画像フィルター">
|
||||
<combo_box.item label="フィルターなし" name="NoFilter" />
|
||||
</combo_box>
|
||||
<view_border name="advanced_options_hr" />
|
||||
</panel>
|
||||
<panel_container name="panel_container">
|
||||
<panel name="panel_snapshot_options" />
|
||||
<panel name="panel_snapshot_profile" />
|
||||
<panel name="panel_snapshot_postcard" />
|
||||
<panel name="panel_snapshot_inventory" />
|
||||
<panel name="panel_snapshot_local" />
|
||||
</panel_container>
|
||||
<view_border name="status_hr" />
|
||||
<panel name="succeeded_panel">
|
||||
<text name="succeeded_lbl">
|
||||
成功
|
||||
</text>
|
||||
</panel>
|
||||
<panel name="failed_panel">
|
||||
<text name="failed_lbl">
|
||||
失敗
|
||||
</text>
|
||||
</panel>
|
||||
<loading_indicator name="working_indicator" />
|
||||
<text name="working_lbl">
|
||||
処理中
|
||||
</text>
|
||||
<!--
|
||||
<button name="new_snapshot_btn" />
|
||||
-->
|
||||
<text name="refresh_lbl">
|
||||
更新して保存
|
||||
</text>
|
||||
<ui_ctrl name="thumbnail_placeholder" />
|
||||
<view_border name="img_info_border" />
|
||||
<text name="image_res_text">
|
||||
[WIDTH] x [HEIGHT] px
|
||||
</text>
|
||||
<text name="file_size_label">
|
||||
[SIZE] キロバイト
|
||||
</text>
|
||||
<panel name="advanced_options_panel">
|
||||
<text name="advanced_options_label">
|
||||
詳しい設定
|
||||
</text>
|
||||
<text name="layer_type_label">
|
||||
キャプチャ:
|
||||
</text>
|
||||
<combo_box label="画像レイヤー" name="layer_types">
|
||||
<combo_box.item label="色" name="Colors"/>
|
||||
<combo_box.item label="深度" name="Depth"/>
|
||||
</combo_box>
|
||||
<check_box label="インターフェース" name="ui_check"/>
|
||||
<check_box label="HUD" name="hud_check"/>
|
||||
<check_box label="画面全体を静止" name="freeze_frame_check"/>
|
||||
<check_box label="自動更新" name="auto_snapshot_check"/>
|
||||
<text name="filter_list_label">
|
||||
フィルター:
|
||||
</text>
|
||||
<combo_box name="filters_combobox" tool_tip="画像フィルター">
|
||||
<combo_box.item label="フィルターなし" name="NoFilter"/>
|
||||
</combo_box>
|
||||
</panel>
|
||||
</floater>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="floater_twitter" title="TWITTER">
|
||||
<floater name="floater_twitter" title="Twitter">
|
||||
<panel name="background">
|
||||
<tab_container name="tabs">
|
||||
<panel label="作成" name="panel_twitter_photo"/>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<context_menu name="Friends Popup">
|
||||
<menu_item_call label="プロフィール" name="show_agent" />
|
||||
<menu_item_call label="IM..." name="send_im" />
|
||||
<menu_item_call label="会話履歴を見る..." name="chat_history" />
|
||||
<menu_item_call label="セットに追加..." name="Add to Set" />
|
||||
<menu_item_call label="ズームイン" name="zoom_agent" />
|
||||
<menu_item_call label="フレンドの場所にテレポート" name="teleportto_agent" />
|
||||
<menu_item_call label="テレポートを送る" name="offer_teleport" />
|
||||
<menu_item_call label="テレポートを要求する" name="request_teleport" />
|
||||
<menu_item_call label="支払い" name="pay" />
|
||||
<menu_item_call label="フレンドを追跡" name="track_agent" />
|
||||
<menu_item_call label="フレンドを削除..." name="remove_friend" />
|
||||
<menu_item_separator />
|
||||
<menu_item_call label="名前をクリップボードにコピー" name="url_copy_label" />
|
||||
<menu_item_call label="URLをクリップボードにコピー" name="url_copy" />
|
||||
<menu_item_separator/>
|
||||
<menu name="options" label="オプション...">
|
||||
<menu_item_check label="ユーザ名欄を表示" name="show_username" />
|
||||
<menu_item_check label="表示名欄を表示" name="show_displayname" />
|
||||
<menu_item_chec label="フルネーム欄を表示" name="show_fullname" />
|
||||
<menu_item_check label="権限欄を表示" name="show_permissions" />
|
||||
<menu_item_separator/>
|
||||
<menu_item_check label="ユーザ名で並べ替え" />
|
||||
<menu_item_check label="表示名で並べ替え" name="sort_by_displayname" />
|
||||
<menu_item_separator/>
|
||||
<menu_item_check label="フルネームはユーザ名 (表示名)" name="format_username_displayname" />
|
||||
<menu_item_check label="フルネームは表示名 (ユーザ名)" name="format_displayname_username" />
|
||||
</menu>
|
||||
</context_menu>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<context_menu name="Friends Popup">
|
||||
<menu_item_call label="IM..." name="send_im" />
|
||||
<menu_item_call label="セットに追加..." name="Add to Set" />
|
||||
<menu_item_call label="テレポートを送る" name="offer_teleport" />
|
||||
<menu_item_call label="フレンドの削除..." name="remove_friend" />
|
||||
<menu_item_separator/>
|
||||
<menu name="options" label="オプション...">
|
||||
<menu_item_check label="ユーザ名欄を表示" name="show_username" />
|
||||
<menu_item_check label="表示名欄を表示" name="show_displayname" />
|
||||
<menu_item_check label="フルネーム欄を表示" name="show_fullname" />
|
||||
<menu_item_check label="権限欄を表示" name="show_permissions" />
|
||||
<menu_item_separator/>
|
||||
<menu_item_check label="ユーザ名で並べ替え" name="sort_by_username" />
|
||||
<menu_item_check label="表示名で並べ替え" name="sort_by_displayname" />
|
||||
<menu_item_separator/>
|
||||
<menu_item_check label="フルネームはユーザ名 (表示名)" name="format_username_displayname" />
|
||||
<menu_item_check label="フルネームは表示名 (ユーザ名)" name="format_displayname_username" />
|
||||
</menu>
|
||||
</context_menu>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<context_menu name="Money Tracker List Context Menu">
|
||||
<menu_item_call label="CSV形式でコピー" name="Copy" />
|
||||
<menu_item_call label="削除" name="Delete" />
|
||||
</context_menu>
|
||||
|
|
@ -3526,18 +3526,12 @@ M キーを押して変更します。
|
|||
[NUM_ITEMS] 個のアイテムを削除中です。続けますか?
|
||||
<usetemplate ignoretext="複数のアイテムを削除しますか?" name="okcancelignore" notext="いいえ" yestext="はい"/>
|
||||
</notification>
|
||||
|
||||
<notification name="ServerVersionChanged">
|
||||
到着した地域はこれまでいた場所とは異なるサーバのバージョンで稼働しています。
|
||||
現在のSIM: [NEWVERSION]
|
||||
前にいたSIM: [OLDVERSION]
|
||||
</notification>
|
||||
|
||||
|
||||
<notification name="PreferenceChatClearLog">
|
||||
この操作によって以前の会話ログは削除され、このファイルのバックアップも削除されます。
|
||||
<usetemplate ignoretext="以前の会話ログを削除する前に確認。" name="okcancelignore" notext="キャンセル" yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
|
||||
<notification name="PreferenceChatDeleteTranscripts">
|
||||
この操作によって過去の会話の記録は全て削除されます。過去の会話リストは影響を受けません。[FOLDER]フォルダにある「.txt」と「txt.backup」の拡張子の全てのファイルが削除されます。
|
||||
<usetemplate ignoretext="会話記録を削除する前に確認。" name="okcancelignore" notext="キャンセル" yestext="OK"/>
|
||||
|
|
@ -3552,14 +3546,69 @@ M キーを押して変更します。
|
|||
<usetemplate name="okbutton" yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<!-- Duplicated
|
||||
<notification name="EjectGroupMemberWarning">
|
||||
[AVATAR_NAME] をこのグループから除名しようとしています。
|
||||
<usetemplate ignoretext="参加者をこのグループから除名するか確認" name="okcancelignore" notext="取り消し" yestext="除名"/>
|
||||
</notification>
|
||||
|
||||
<notification name="EjectGroupMembersWarning">
|
||||
</notification>
|
||||
|
||||
<notification name="EjectGroupMembersWarning">
|
||||
[COUNT] 人のメンバーをこのグループから除名しようとしています。members from the group.
|
||||
<usetemplate ignoretext="このグループから複数のメンバーを除名するか確認。" name="okcancelignore" notext="取り消し" yestext="除名"/>
|
||||
</notification>
|
||||
</notification>
|
||||
-->
|
||||
|
||||
<notification name="ServerVersionChanged">
|
||||
到着した地域はこれまでいた場所とは異なるサーバのバージョンで稼働しています。
|
||||
現在のSIM: [NEWVERSION]
|
||||
前にいたSIM: [OLDVERSION]
|
||||
</notification>
|
||||
|
||||
<notification name="AddNewContactSet">
|
||||
次の名前で新しい連絡先セットを作成します。
|
||||
<form name="form">
|
||||
<input name="message">
|
||||
新しい連絡先セット
|
||||
</input>
|
||||
<button name="Create" text="作成"/>
|
||||
<button name="Cancel" text="取り消し"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
<notification name="RemoveContactSet">
|
||||
[SET_NAME] を削除してもよろしいですか? この操作は元に戻せません。
|
||||
<usetemplate ignoretext="連絡先セットを削除する前に確認" name="okcancelignore" notext="取り消し" yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification name="RemoveContactFromSet">
|
||||
[TARGET] を [SET_NAME] から削除してもよろしいですか?
|
||||
<usetemplate ignoretext="住人を連絡先セットから削除する前に確認" name="okcancelignore" notext="取り消し" yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification name="RemoveContactsFromSet">
|
||||
これら [TARGET] のアバターを [SET_NAME] から削除してもよろしいですか?
|
||||
<usetemplate ignoretext="複数の住人を連絡先セットから削除する前に確認" name="okcancelignore" notext="取り消し" yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification name="AddToContactSetSingleSuccess">
|
||||
[NAME] は [SET] に追加されました。
|
||||
</notification>
|
||||
|
||||
<notification name="AddToContactSetMultipleSuccess">
|
||||
[COUNT] 人のアバターが [SET] に追加されました。
|
||||
</notification>
|
||||
|
||||
<notification name="SetAvatarPseudonym">
|
||||
[AVATAR] のニックネームを入力して下さい。
|
||||
<form name="form">
|
||||
<input name="message" />
|
||||
<button name="Create" text="作成"/>
|
||||
<button name="Cancel" text="取り消し"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
<notification name="RenameContactSetFailure">
|
||||
「[SET]」を「[NEW_NAME]」に変更できませんでした。既に同じ名前が存在しているか、無効な名前を指定しようとしています。
|
||||
</notification>
|
||||
|
||||
</notifications>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
</text>
|
||||
</layout_panel>
|
||||
<layout_panel name="photo_button_panel">
|
||||
<button label="投稿" name="post_photo_btn"/>
|
||||
<button label="投稿する" name="post_photo_btn"/>
|
||||
<button label="取り消し" name="cancel_photo_btn"/>
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
<layout_stack name="stack_status">
|
||||
<layout_panel name="status_detail_panel">
|
||||
<text name="status_caption_label">
|
||||
今、何を考えている?
|
||||
今どんな気持ち?
|
||||
</text>
|
||||
</layout_panel>
|
||||
<layout_panel name="status_button_panel">
|
||||
<button label="投稿" name="post_status_btn"/>
|
||||
<button label="投稿する" name="post_status_btn"/>
|
||||
<button label="取り消し" name="cancel_status_btn"/>
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
連絡先セットに何も登録がありません。
|
||||
</panel.string>
|
||||
<panel.string name="no_sets">
|
||||
セットなし
|
||||
セット未登録
|
||||
</panel.string>
|
||||
<panel.string name="all_sets">
|
||||
全てのセット
|
||||
|
|
|
|||
|
|
@ -1,21 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel name="panel_postcard_message">
|
||||
<text name="to_label">
|
||||
終:
|
||||
宛先:
|
||||
</text>
|
||||
<text name="name_label">
|
||||
始:
|
||||
差出人:
|
||||
</text>
|
||||
<text name="subject_label">
|
||||
件名:
|
||||
</text>
|
||||
<line_editor label="件名をここに入力してください。" name="subject_form"/>
|
||||
<text name="msg_label">
|
||||
メッセージ:
|
||||
</text>
|
||||
<line_editor name="subject_form"/>
|
||||
<text_editor name="msg_form">
|
||||
メッセージをここに入力してください。
|
||||
</text_editor>
|
||||
<!--
|
||||
<button label="取り消し" name="cancel_btn"/>
|
||||
<button label="送信" name="send_btn"/>
|
||||
-->
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -7,17 +7,23 @@
|
|||
<combo_box.item label="1024x768" name="1024x768"/>
|
||||
<combo_box.item label="カスタム" name="Custom"/>
|
||||
</combo_box>
|
||||
<!--
|
||||
<layout_stack name="postcard_image_params_ls">
|
||||
<layout_panel name="postcard_image_size_lp">
|
||||
<spinner label="幅" name="postcard_snapshot_width"/>
|
||||
<spinner label="高さ" name="postcard_snapshot_height"/>
|
||||
-->
|
||||
<spinner label="幅 x 高さ" name="postcard_snapshot_width"/>
|
||||
<spinner label="" name="postcard_snapshot_height"/>
|
||||
<check_box label="縦横比の固定" name="postcard_keep_aspect_check"/>
|
||||
<!--
|
||||
</layout_panel>
|
||||
<layout_panel name="postcard_image_format_quality_lp">
|
||||
-->
|
||||
<slider label="画質" name="image_quality_slider"/>
|
||||
<!--
|
||||
<text name="image_quality_level">
|
||||
([QLVL])
|
||||
</text>
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
-->
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -135,6 +135,7 @@
|
|||
</text>
|
||||
<check_box label="空のシステムフォルダをインベントリに表示しない" name="DebugHideEmptySystemFolders" tool_tip="ここにチェックを入れると、持ち物ウィンドウにお気に入り、ランドマークといったシステムフォルダのうち、中身が空のものが表示されなくなります。" />
|
||||
<check_box label="受け取りアイテムフォルダを通常のインベントリ内に表示" name="FSShowInboxFolder" tool_tip="ここにチェックを入れると、インベントリウィンドウに受け取りアイテムフォルダも表示されるようになります。" />
|
||||
<check_box label="受け取りアイテムボタンをインベントリの下に常に表示" name="FSAlwaysShowInboxButton" tool_tip="ここにチェックを入れると、インベントリ内にそのフォルダが表示されている場合でも、受け取りアイテムのボタンを常に表示するようにします。"/>
|
||||
<check_box label="インベントリのそれぞれのタブで異なる検索キーワードを設定可能にする" name="FSSplitInventorySearchOverTabs" tool_tip="こにチェックを入れると、インベントリのそれぞれのタブに異なる検索キーワードを入力することが可能になります。" />
|
||||
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -189,6 +189,9 @@
|
|||
<check_box label="読み込みの終わっていないアバターを表示" name="RenderUnloadedAvatars" />
|
||||
<check_box label="フレームレートを制限" name="FSLimitFramerate" />
|
||||
<slider label="FPS:" name="MaxFPS" />
|
||||
<check_box label="風景をワイヤーフレームで表示" name="Wireframe"/>
|
||||
<check_box label="装着している光源 (フェイスライト) を有効にする" tool_tip="この機能は、例えばフェイスライトのような装着しているあらゆる光源を有効にします。必要がない場合にフェイスライトをオフにするのに便利な機能です。" name="Render Attached Lights"/>
|
||||
<check_box label="装着しているパーティクルを描画する" name="Render Attached Particles"/>
|
||||
<slider label="世界を表示する前のプレキャッシングを遅らせる時間" tool_tip="あなたに世界が見える前に、あなたがオンラインになってから他の人に見えるようになるまでの時間。(6秒がデフォルト)" name="PrecachingDelay" />
|
||||
<text name="PrecachingDelayText">
|
||||
秒
|
||||
|
|
|
|||
|
|
@ -1,21 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel name="panel_snapshot_inventory">
|
||||
<text name="title">
|
||||
インベントリに保存
|
||||
インベントリ
|
||||
</text>
|
||||
<text name="hint_lbl">
|
||||
画像をインベントリに保存するには L$[UPLOAD_COST] の費用がかかります。画像をテクスチャとして保存するには平方形式の 1 つを選択してください。
|
||||
</text>
|
||||
<view_border name="hr" />
|
||||
<combo_box label="解像度" name="texture_size_combo">
|
||||
<!--
|
||||
<combo_box.item label="現在のウィンドウ" name="CurrentWindow"/>
|
||||
-->
|
||||
<combo_box.item label="小(128x128)" name="Small(128x128)"/>
|
||||
<combo_box.item label="中(256x256)" name="Medium(256x256)"/>
|
||||
<combo_box.item label="大(512x512)" name="Large(512x512)"/>
|
||||
<combo_box.item label="カスタム" name="Custom"/>
|
||||
</combo_box>
|
||||
<spinner label="幅" name="inventory_snapshot_width"/>
|
||||
<spinner label="高さ" name="inventory_snapshot_height"/>
|
||||
<spinner label="幅 x 高さ" name="inventory_snapshot_width"/>
|
||||
<spinner label="" name="inventory_snapshot_height"/>
|
||||
<check_box label="縦横比の固定" name="inventory_keep_aspect_check"/>
|
||||
<check_box label="仮アップロード" name="inventory_temp_upload" />
|
||||
<text name="hint_lbl">
|
||||
画像をインベントリに保存するには L$[UPLOAD_COST] の費用がかかります。画像をテクスチャとして保存するには正方形の形式から 1 つを選択してください。
|
||||
</text>
|
||||
<button label="取り消し" name="cancel_btn"/>
|
||||
<button label="保存" name="save_btn"/>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel name="panel_snapshot_local">
|
||||
<text name="title">
|
||||
コンピューターに保存
|
||||
ディスク
|
||||
</text>
|
||||
<view_border name="hr"/>
|
||||
<combo_box label="解像度" name="local_size_combo">
|
||||
<combo_box.item label="現在のウィンドウ" name="CurrentWindow"/>
|
||||
<combo_box.item label="320x240" name="320x240"/>
|
||||
|
|
@ -13,25 +14,35 @@
|
|||
<combo_box.item label="1600x1200" name="1600x1200"/>
|
||||
<combo_box.item label="カスタム" name="Custom"/>
|
||||
</combo_box>
|
||||
<!--
|
||||
<layout_stack name="local_image_params_ls">
|
||||
<layout_panel name="local_image_size_lp">
|
||||
<spinner label="幅" name="local_snapshot_width"/>
|
||||
<spinner label="高さ" name="local_snapshot_height"/>
|
||||
-->
|
||||
<spinner label="幅 x 高さ" name="local_snapshot_width"/>
|
||||
<spinner label="" name="local_snapshot_height"/>
|
||||
<check_box label="縦横比の固定" name="local_keep_aspect_check"/>
|
||||
<!--
|
||||
</layout_panel>
|
||||
<layout_panel name="local_image_format_quality_lp">
|
||||
<combo_box label="書式" name="local_format_combo">
|
||||
-->
|
||||
<text name="local_format_label">
|
||||
形式
|
||||
</text>
|
||||
<combo_box label="形式" name="local_format_combo">
|
||||
<combo_box.item label="PNG(可逆圧縮)" name="PNG"/>
|
||||
<combo_box.item label="JPEG" name="JPEG"/>
|
||||
<combo_box.item label="BMP(可逆圧縮)" name="BMP"/>
|
||||
</combo_box>
|
||||
<slider label="画質" name="image_quality_slider"/>
|
||||
<!--
|
||||
<text name="image_quality_level">
|
||||
([QLVL])
|
||||
</text>
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
-->
|
||||
<button label="取り消し" name="cancel_btn"/>
|
||||
-->
|
||||
<flyout_button label="保存" name="save_btn" tool_tip="画像をファイルに保存">
|
||||
<flyout_button.item label="保存" name="save_item"/>
|
||||
<flyout_button.item label="別名で保存..." name="saveas_item"/>
|
||||
|
|
|
|||
|
|
@ -1,16 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel name="panel_snapshot_options">
|
||||
<button label="プロフィールフィードに投稿する" name="save_to_profile_btn"/>
|
||||
<button label="メール" name="save_to_email_btn"/>
|
||||
<button label="インベントリに保存(L$[Amount])" name="save_to_inventory_btn"/>
|
||||
<button label="コンピューターに保存" name="save_to_computer_btn"/>
|
||||
<text name="send_to_facebook_textbox">
|
||||
宛先: [secondlife:/// Facebook]
|
||||
</text>
|
||||
<text name="send_to_twitter_textbox">
|
||||
[secondlife:/// Twitter]
|
||||
</text>
|
||||
<text name="send_to_flickr_textbox">
|
||||
[secondlife:/// Flickr]
|
||||
</text>
|
||||
<layout_stack name="option_buttons">
|
||||
<layout_panel name="lp_download">
|
||||
<button label="ディスクに保存" name="save_to_computer_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="lp_inventory">
|
||||
<button label="インベントリに保存(L$[Amount])" name="save_to_inventory_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="lp_profile">
|
||||
<button label="プロフィールにアップロード" name="save_to_profile_btn"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="lp_facebook">
|
||||
<button label="Facebook にアップロード" name="send_to_facebook_btn" />
|
||||
</layout_panel>
|
||||
<layout_panel name="lp_twitter">
|
||||
<button label="Twitter にアップロード" name="send_to_twitter_btn" />
|
||||
</layout_panel>
|
||||
<layout_panel name="lp_flickr">
|
||||
<button label="Flickr にアップロード" name="send_to_flickr_btn" />
|
||||
</layout_panel>
|
||||
<layout_panel name="lp_email">
|
||||
<button label="メールで送信" name="save_to_email_btn"/>
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,11 @@
|
|||
<text name="title">
|
||||
メール
|
||||
</text>
|
||||
<button label="メッセージ" name="message_btn"/>
|
||||
<button label="設定" name="settings_btn"/>
|
||||
<view_border name="hr" />
|
||||
<tab_container name="postcard_tabs">
|
||||
<panel label="メッセージ" name="panel_postcard_message" />
|
||||
<panel label="設定" name="panel_postcard_settings" />
|
||||
</tab_container>
|
||||
<button label="取り消し" name="cancel_btn" />
|
||||
<button label="送信" />
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel name="panel_snapshot_profile">
|
||||
<text name="title">
|
||||
プロフィールフィードに投稿する
|
||||
プロフィール
|
||||
</text>
|
||||
<view_border name="hr" />
|
||||
<combo_box label="解像度" name="profile_size_combo">
|
||||
<combo_box.item label="現在のウィンドウ" name="CurrentWindow"/>
|
||||
<combo_box.item label="640x480" name="640x480"/>
|
||||
|
|
@ -10,19 +11,13 @@
|
|||
<combo_box.item label="1024x768" name="1024x768"/>
|
||||
<combo_box.item label="カスタム" name="Custom"/>
|
||||
</combo_box>
|
||||
<layout_stack name="profile_image_params_ls">
|
||||
<layout_panel name="profile_image_size_lp">
|
||||
<spinner label="幅" name="profile_snapshot_width"/>
|
||||
<spinner label="高さ" name="profile_snapshot_height"/>
|
||||
<check_box label="縦横比の固定" name="profile_keep_aspect_check"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="profile_image_metadata_lp">
|
||||
<text name="caption_label">
|
||||
キャプション:
|
||||
</text>
|
||||
<check_box initial_value="true" label="場所を含む" name="add_location_cb"/>
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
<spinner label="幅 x 高さ" name="profile_snapshot_width"/>
|
||||
<spinner label="" name="profile_snapshot_height"/>
|
||||
<check_box label="縦横比の固定" name="profile_keep_aspect_check"/>
|
||||
<text name="caption_label">
|
||||
キャプション:
|
||||
</text>
|
||||
<check_box initial_value="true" label="場所を含める" name="add_location_cb"/>
|
||||
<button label="取り消し" name="cancel_btn"/>
|
||||
<button label="投稿" name="post_btn"/>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<layout_stack name="stack_photo">
|
||||
<layout_panel name="text_panel">
|
||||
<text name="status_label">
|
||||
何が起きているのでしょうか?
|
||||
いまどうしてる?
|
||||
</text>
|
||||
<text name="status_counter_label">
|
||||
140
|
||||
|
|
|
|||
Loading…
Reference in New Issue