File: recent_rss.rb

package info (click to toggle)
tdiary 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,088 kB
  • sloc: ruby: 23,031; javascript: 1,029; xml: 325; makefile: 26; sh: 4
file content (33 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- indent-tabs-mode: t -*-
#
# Copyright (c) 2003-2005 Kouhei Sutou <kou@cozmixng.org>
# Distributed under the GPL2 or any later version.
#

def label_recent_rss_title
	'外部RSSの表示'
end

def label_recent_rss_use_image_link_title
	'画像の扱い'
end

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

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

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

# Local Variables:
# mode: ruby
# indent-tabs-mode: t
# tab-width: 3
# ruby-indent-level: 3
# End: