1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!-- This file is part of the DITA Open Toolkit project hosted on
|
---|
3 | Sourceforge.net. See the accompanying license.txt file for
|
---|
4 | applicable licenses.-->
|
---|
5 | <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
|
---|
6 |
|
---|
7 | <strings xml:lang="ja-jp"> <!-- Japanese -->
|
---|
8 |
|
---|
9 | <!-- various labels (not author controlled) -->
|
---|
10 | <str name="Figure">図</str>
|
---|
11 | <str name="Table">表</str>
|
---|
12 | <str name="Next topic">次のトピック</str>
|
---|
13 | <str name="Previous topic">前のトピック</str>
|
---|
14 | <str name="Parent topic">親トピック</str>
|
---|
15 | <str name="Required cleanup">クリーンアップ要求</str>
|
---|
16 | <str name="Draft comment">ドラフト注釈</str>
|
---|
17 | <str name="Option">オプション</str>
|
---|
18 | <str name="Description">説明</str>
|
---|
19 | <str name="Optional">オプション</str>
|
---|
20 | <str name="Required">必須</str>
|
---|
21 | <str name="Skip visual syntax diagram">構文図をスキップする</str>
|
---|
22 | <str name="Read syntax diagram">構文図を読む</str>
|
---|
23 | <str name="Start of change">変更の始まり</str>
|
---|
24 | <str name="End of change">変更の終わり</str>
|
---|
25 | <str name="Index">索引</str>
|
---|
26 | <str name="Special characters">特殊文字</str>
|
---|
27 | <str name="Numerics">数字</str>
|
---|
28 | <str name="End notes">脚注</str>
|
---|
29 | <str name="Artwork">アートワーク</str>
|
---|
30 | <str name="Syntax">構文</str>
|
---|
31 | <str name="Type">タイプ</str>
|
---|
32 | <str name="Value">値</str>
|
---|
33 | <!-- Text that goes before a link to a topic -->
|
---|
34 | <str name="intro-to-topic-link"></str>
|
---|
35 |
|
---|
36 | <!-- peril notice labels -->
|
---|
37 | <str name="Note">注</str>
|
---|
38 | <str name="Notes">注</str>
|
---|
39 | <str name="Tip">ヒント</str>
|
---|
40 | <str name="Fastpath">ファースト・パス</str>
|
---|
41 | <str name="Important">重要</str>
|
---|
42 | <str name="Attention">重要</str>
|
---|
43 | <str name="Caution">注意</str>
|
---|
44 | <str name="Danger">危険</str>
|
---|
45 | <str name="Remember">要確認</str>
|
---|
46 | <str name="Restriction">制約事項</str>
|
---|
47 | <str name="Warning">警告</str>
|
---|
48 |
|
---|
49 | <!-- default title text for section level generated sections -->
|
---|
50 | <str name="Contents">目次</str>
|
---|
51 | <str name="Related concepts">関連概念</str>
|
---|
52 | <str name="Related tasks">関連タスク</str>
|
---|
53 | <str name="Related reference">関連資料</str>
|
---|
54 | <str name="Related information">関連情報</str>
|
---|
55 |
|
---|
56 | <str name="Prerequisite">前提条件</str>
|
---|
57 | <str name="Prerequisites">前提条件</str>
|
---|
58 | <str name="or">または</str>
|
---|
59 | <str name="figure-number-separator"> </str>
|
---|
60 |
|
---|
61 | <!--Task section labels -->
|
---|
62 | <str name="task_context">このタスクについて</str>
|
---|
63 | <str name="task_example">例</str>
|
---|
64 | <str name="task_prereq">始める前に</str>
|
---|
65 | <str name="task_postreq">次のタスク</str>
|
---|
66 | <str name="task_procedure">手順</str>
|
---|
67 | <str name="task_results">タスクの結果</str>
|
---|
68 |
|
---|
69 | <str name="Copyright">Copyright</str>
|
---|
70 |
|
---|
71 | <!-- Symbols -->
|
---|
72 | <str name="OpenQuote">"</str>
|
---|
73 | <str name="CloseQuote">"</str>
|
---|
74 | <str name="ColonSymbol">:</str>
|
---|
75 |
|
---|
76 | <!-- For odt transform -->
|
---|
77 | <str name="On the page">ページ </str>
|
---|
78 | <str name="Related Links">関連リンク</str>
|
---|
79 | <str name="List item">リスト項目</str>
|
---|
80 | <str name="Foot note">脚注</str>
|
---|
81 | <str name="Page">ページ </str>
|
---|
82 | <str name="Unordered List bullet">•</str>
|
---|
83 |
|
---|
84 | </strings>
|
---|