diff options
| author | (no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-09 05:47:34 +0000 |
|---|---|---|
| committer | (no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-09 05:47:34 +0000 |
| commit | 167292136aa38b98f70be43800a1187a0a9decd0 (patch) | |
| tree | 0dd5bd5b7f170cf89fd0508a3eb953360d97e48e /sample | |
| parent | 771d0e18a59ea19faecfe2081db34522fc78e53a (diff) | |
| download | ruby-167292136aa38b98f70be43800a1187a0a9decd0.tar.gz ruby-167292136aa38b98f70be43800a1187a0a9decd0.tar.xz ruby-167292136aa38b98f70be43800a1187a0a9decd0.zip | |
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample')
| -rw-r--r-- | sample/rss/tdiary_plugin/en/rss-recent.rb | 22 | ||||
| -rw-r--r-- | sample/rss/tdiary_plugin/ja/rss-recent.rb | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/sample/rss/tdiary_plugin/en/rss-recent.rb b/sample/rss/tdiary_plugin/en/rss-recent.rb new file mode 100644 index 000000000..860773cca --- /dev/null +++ b/sample/rss/tdiary_plugin/en/rss-recent.rb @@ -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 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 000000000..2c1bbe023 --- /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 |
