OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-saved-floor-exceed' into...
[hengband/hengband.git] / src / cmd-io / diary-subtitle-table.c
1 /*
2  * @brief 日記のサブタイトルを表すテキストの配列群
3  * @date 2020/03/08
4  * @author Hourier
5  */
6
7 #include "cmd-io/diary-subtitle-table.h"
8
9 concptr subtitle[MAX_SUBTITLE] = {
10 #ifdef JP
11         "最強の肉体を求めて",
12         "人生それははかない",
13         "勝てば秩序、負ければ混沌",
14         "溺れる者は藁をも掴む",
15         "明日に向かって",
16         "棚からぼたもち",
17         "あとの祭り",
18         "それはいい考えだ",
19         "何とでも言え",
20         "兎にも角にも",
21         "ウソだけど",
22         "もはやこれまで",
23         "なんでこうなるの",
24         "それは無理だ",
25         "倒すべき敵はゲ○ツ",
26         "ん~?聞こえんなぁ",
27         "オレの名を言ってみろ",
28         "頭が変になっちゃった",
29         "互換しません",
30         "せっかくだから",
31         "まだまだ甘いね",
32         "むごいむごすぎる",
33         "こんなもんじゃない",
34         "だめだこりゃ",
35         "次いってみよう",
36         "ちょっとだけよ",
37         "哀しき冒険者",
38         "野望の果て",
39         "無限地獄",
40         "神に喧嘩を売る者",
41         "未知の世界へ",
42         "時は金なり",
43         "最高の頭脳を求めて"
44 #else
45         "Quest of The World's Toughest Body",
46         "Attack is the best form of defence.",
47         "Might is right.",
48         "An unexpected windfall",
49         "A drowning man will catch at a straw",
50         "Don't count your chickens before they are hatched.",
51         "It is no use crying over spilt milk.",
52         "Seeing is believing.",
53         "Strike the iron while it is hot.",
54         "I don't care what follows.",
55         "To dig a well to put out a house on fire.",
56         "Tomorrow is another day.",
57         "Easy come, easy go.",
58         "The more haste, the less speed.",
59         "Where there is life, there is hope.",
60         "There is no royal road to *WINNER*.",
61         "Danger past, God forgotten.",
62         "The best thing to do now is to run away.",
63         "Life is but an empty dream.",
64         "Dead men tell no tales.",
65         "A book that remains shut is but a block.",
66         "Misfortunes never come singly.",
67         "A little knowledge is a dangerous thing.",
68         "History repeats itself.",
69         "*WINNER* was not built in a day.",
70         "Ignorance is bliss.",
71         "To lose is to win?",
72         "No medicine can cure folly.",
73         "All good things come to an end.",
74         "M$ Empire strikes back.",
75         "To see is to believe",
76         "Time is money.",
77         "Quest of The World's Greatest Brain"
78 #endif
79 };