summaryrefslogtreecommitdiff
path: root/sample/rss/tdiary_plugin/ja/rss-recent.rb
blob: 2c1bbe0237b9116a3da1408bbded59850cc4d9a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- indent-tabs-mode: t -*-

def label_rss_recent_title
	'外部RSSの表示'
end

def label_rss_recent_use_image_link_title
	'画像の扱い'
end

def label_rss_recent_use_image_link_description
	'もしRSSにWebサイトの画像情報が含まれていたら,' +
		'Webサイトへのリンクにテキストではなくその画像を用います.'
end

def label_rss_recent_not_use_image_link
	'リンクに画像を用いない'
end

def label_rss_recent_use_image_link
	'リンクに画像を用いる'
end