1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
(no author) 2005-04-09 05:47:34 +00:00
parent 837d5acbd4
commit c91bc62162
2 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,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

View file

@ -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