summaryrefslogtreecommitdiffstats
path: root/sample/rss/tdiary_plugin/ja/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
commit59f59e10146d021f6fe35f584341f5a98f0a1faa (patch)
tree414573747fedd186ca02ddd27c52074c1add6b98 /sample/rss/tdiary_plugin/ja/rss-recent.rb
parentd5a180cc801e4c4592c58a6d60c5d287c0622db0 (diff)
downloadruby-59f59e10146d021f6fe35f584341f5a98f0a1faa.tar.gz
ruby-59f59e10146d021f6fe35f584341f5a98f0a1faa.tar.xz
ruby-59f59e10146d021f6fe35f584341f5a98f0a1faa.zip
* sample/rss/tdiary_plugin: removed. because the plugin
is imported in the tDiary plugin packages. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/rss/tdiary_plugin/ja/rss-recent.rb')
-rw-r--r--sample/rss/tdiary_plugin/ja/rss-recent.rb22
1 files changed, 0 insertions, 22 deletions
diff --git a/sample/rss/tdiary_plugin/ja/rss-recent.rb b/sample/rss/tdiary_plugin/ja/rss-recent.rb
deleted file mode 100644
index 2c1bbe023..000000000
--- a/sample/rss/tdiary_plugin/ja/rss-recent.rb
+++ /dev/null
@@ -1,22 +0,0 @@
-# -*- 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