Mercurial > snowl
comparison locale/ja-JP/list.dtd @ 323:f395a054dd9c
three additional layouts for the list view: wide message, wide thread, and stacked
author | alta88 <alta88@gmail.com> |
---|---|
date | Tue, 14 Oct 2008 11:42:31 -0700 |
parents | 2ff3133c98bb |
children |
comparison
equal
deleted
inserted
replaced
322:3940ef5aa170 | 323:f395a054dd9c |
---|---|
2 <!ENTITY currentButton.tooltip "現在のメッセージのみ表示します。"> | 2 <!ENTITY currentButton.tooltip "現在のメッセージのみ表示します。"> |
3 <!ENTITY unreadButton.tooltip "未読メッセージのみ表示します。"> | 3 <!ENTITY unreadButton.tooltip "未読メッセージのみ表示します。"> |
4 <!ENTITY authorCol.label "作者"> | 4 <!ENTITY authorCol.label "作者"> |
5 <!ENTITY subjectCol.label "題名"> | 5 <!ENTITY subjectCol.label "題名"> |
6 <!ENTITY timestampCol.label "日時"> | 6 <!ENTITY timestampCol.label "日時"> |
7 | |
8 <!ENTITY layoutClassic.label "Classic"> | |
9 <!ENTITY layoutVertical.label "Vertical"> | |
10 <!ENTITY layoutWideMessage.label "Wide Message"> | |
11 <!ENTITY layoutWideThread.label "Wide Thread"> | |
12 <!ENTITY layoutStacked.label "Stacked"> | |
13 |