Sha256: f179c3f781b08384bc65deca30c09f6dcf7c6288f2a9d81520bb9a8b17a93a32

Contents?: true

Size: 735 Bytes

Versions: 22

Compression:

Stored size: 735 Bytes

Contents

# -*- coding: utf-8 -*-
# -*- indent-tabs-mode: t -*-
#
# Copyright (c) 2003-2005 Kouhei Sutou <kou@cozmixng.org>
# Distributed under the GPL
#

def label_recent_rss_title
	'外部RSSの表示'
end

def label_recent_rss_use_image_link_title
	'画像の扱い'
end

def label_recent_rss_use_image_link_description
	'もしRSSにWebサイトの画像情報が含まれていたら,' +
		'Webサイトへのリンクにテキストではなくその画像を用います.'
end

def label_recent_rss_not_use_image_link
	'リンクに画像を用いない'
end

def label_recent_rss_use_image_link
	'リンクに画像を用いる'
end

# Local Variables:
# mode: ruby
# indent-tabs-mode: t
# tab-width: 3
# ruby-indent-level: 3
# End:

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
tdiary-3.2.2.20130508 misc/plugin/ja/recent_rss.rb
tdiary-3.2.2.20130507 misc/plugin/ja/recent_rss.rb