OSDN Git Service

カスタムレイヤーのインポート・エクスポート、テンプレート登録に対応。
[charactermanaj/CharacterManaJ.git] / src / main / resources / languages / profileselectordialog_ja.xml
1 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
2 <properties version="1.0">
3         <entry key="windowWidth">500</entry>
4         <entry key="windowHeight">500</entry>
5         <entry key="title">プロファイルの選択</entry>
6         <entry key="profile.new">新規</entry>
7         <entry key="profile.copy">構造の複製</entry>
8         <entry key="profile.edit">修正</entry>
9         <entry key="profile.edit.readonly">照会</entry>
10         <entry key="profile.remove">削除</entry>
11         <entry key="profile.browse">場所を開く</entry>
12         <entry key="profile.import">インポート</entry>
13         <entry key="profile.export">エクスポート</entry>
14         <entry key="profile.template">テンプレートの作成</entry>
15         <entry key="profileNew.chooseTemplate.title">キャラクターデータのテンプレートの選択</entry>
16         <entry key="profileNew.chooseTemplate.combo.width">300</entry>
17         <entry key="description">プロファイルの説明</entry>
18         <entry key="profiles">プロファイル一覧</entry>
19         <entry key="sample-image">サンプルピクチャ</entry>
20         <entry key="dividerLocation">300</entry>
21         <entry key="btn.select">プロファイルを開く</entry>
22         <entry key="btn.cancel">キャンセル</entry>
23         <entry key="dropHere">ここにピクチャをドロップします</entry>
24         <entry key="nopicture">ピクチャはありません</entry>
25         <entry key="samplepicture.cut">カット</entry>
26         <entry key="samplepicture.paste">ペースト</entry>
27         <entry key="profile.remove.confirm">「{0}」を削除してもよろしいですか?</entry>
28         <entry key="profile.remove.force">完全に削除する</entry>
29         <entry key="confirm.remove">削除の確認</entry>
30         <entry key="profile.remove.cannot">このプロファイルは削除できません</entry>
31         <entry key="profile.opend"> (使用中)</entry>
32         <entry key="profile.noteditable"> (編集不可)</entry>
33         <entry key="confirmUpdateProfile">プロファイルの選択</entry>
34         <entry key="importToUpdateProfile">選択されたプロファイルへのインポートを行う。</entry>
35         <entry key="importToCreateProfile">新規にプロファイルを作成してインポートを行う。</entry>
36
37         <entry key="profile.column.name">名前</entry>
38         <entry key="profile.column.id">ID</entry>
39         <entry key="profile.column.revision">リビジョン</entry>
40         <entry key="profile.column.canvasSize">サイズ</entry>
41         <entry key="profile.column.description">説明</entry>
42         <entry key="profile.column.author">作者</entry>
43         <entry key="profile.column.location">場所</entry>
44         <entry key="profile.column.name.width">200</entry>
45         <entry key="profile.column.id.width">100</entry>
46         <entry key="profile.column.revision.width">100</entry>
47         <entry key="profile.column.canvasSize.width">80</entry>
48         <entry key="profile.column.description.width">300</entry>
49         <entry key="profile.column.author.width">150</entry>
50         <entry key="profile.column.location.width">300</entry>
51
52         <entry key="inputTemplateName">テンプレートの名前</entry>
53         <entry key="template.blank">空</entry>
54         <entry key="confirm">確認</entry>
55         <entry key="confirmOverwrite"><![CDATA[ファイルは既に存在します。
56 上書きしてもよろしいですか?]]></entry>
57 </properties>