summaryrefslogtreecommitdiff
path: root/sample/rss/tdiary_plugin/en/rss-recent.rb
blob: 860773cca83328e91b05ff7ad9c33e8afde117cc (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
	'External RSS display'
end

def label_rss_recent_use_image_link_title
	'Image treatment'
end

def label_rss_recent_use_image_link_description
	"Select whether you use image as link instead of text or not " +
		"if the RSS has Web site's image information."
end

def label_rss_recent_not_use_image_link
	"don't use image as link"
end

def label_rss_recent_use_image_link
	"use image as link"
end