summaryrefslogtreecommitdiff
path: root/sample/rss/tdiary_plugin/ja/rss-recent.rb
diff options
context:
space:
mode:
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, 22 insertions, 0 deletions
diff --git a/sample/rss/tdiary_plugin/ja/rss-recent.rb b/sample/rss/tdiary_plugin/ja/rss-recent.rb
new file mode 100644
index 0000000000..2c1bbe0237
--- /dev/null
+++ b/sample/rss/tdiary_plugin/ja/rss-recent.rb
@@ -0,0 +1,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