summaryrefslogtreecommitdiff
path: root/sample/rss/tdiary_plugin/en/rss-recent.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-27 13:16:32 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-27 13:16:32 +0000
commitd953cb43240cc144300ff492a3145dcf63312a26 (patch)
tree4dfcc35ac8ab0bba22d07c4b8f5d5ed1543928e1 /sample/rss/tdiary_plugin/en/rss-recent.rb
parenta12c1e4bd25c4600e809eb6271ef13ed5f8d5c17 (diff)
* sample/rss/tdiary_plugin: removed. because the plugin
is imported in the tDiary plugin packages. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/rss/tdiary_plugin/en/rss-recent.rb')
-rw-r--r--sample/rss/tdiary_plugin/en/rss-recent.rb22
1 files changed, 0 insertions, 22 deletions
diff --git a/sample/rss/tdiary_plugin/en/rss-recent.rb b/sample/rss/tdiary_plugin/en/rss-recent.rb
deleted file mode 100644
index 860773cca8..0000000000
--- a/sample/rss/tdiary_plugin/en/rss-recent.rb
+++ /dev/null
@@ -1,22 +0,0 @@
-# -*- 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