blob: 977fd05eefb9677c924784bf906c0f053dad91e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="save_pref_preset" title="グラフィックプリセットの保存">
<string name="title_graphic">
グラフィックのプリセットを保存
</string>
<string name="title_camera">
カメラのプリセットを保存
</string>
<text name="Preset">
プリセットの名前を入力するか、既存のプリセットを選択します。
</text>
<button label="保存" name="save"/>
<button label="キャンセル" name="cancel"/>
</floater>
|