summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_autoreplace.xml
blob: e193505cab2cce4c79e2767c5cc23eeb495a9305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="autoreplace_floater" title="自動置換設定">
	<check_box label="自動置換を有効にする" name="autoreplace_enable" tool_tip="チャットテキストを入力するにつれて、入力したキーワードを対応する置換キーワードに置き換えます"/>
	<button label="リストをインポート…" name="autoreplace_import_list" tool_tip="以前にエクスポートしたリストをファイルからロードします。"/>
	<button label="リストをエクスポート…" name="autoreplace_export_list" tool_tip="選択したリストをファイルに保存して、共有できるようにします。"/>
	<button label="新規リスト…" name="autoreplace_new_list" tool_tip="新規リストを作成します。"/>
	<button label="リストを削除" name="autoreplace_delete_list" tool_tip="選択したリストを削除します。"/>
	<button name="autoreplace_list_up" tool_tip="このリストの優先度を上げます。"/>
	<button name="autoreplace_list_down" tool_tip="このリストの優先度を下げます。"/>
	<scroll_list name="autoreplace_list_replacements">
		<scroll_list.columns label="キーワード" name="keyword"/>
		<scroll_list.columns label="置換" name="replacement"/>
	</scroll_list>
	<button label="追加…" name="autoreplace_add_entry"/>
	<button label="削除" name="autoreplace_delete_entry"/>
	<text name="autoreplace_keyword_txt">
		キーワード:
	</text>
	<text name="autoreplace_replacement_txt">
		置換:
	</text>
	<button label="エントリを保存" name="autoreplace_save_entry" tool_tip="このエントリを保存します。"/>
	<button label="変更を保存" name="autoreplace_save_changes" tool_tip="変更をすべて保存します。"/>
	<button label="キャンセル" name="autoreplace_cancel" tool_tip="変更をすべて破棄します。"/>
</floater>