~ubuntu-branches/ubuntu/saucy/tdiary/saucy-proposed

« back to all changes in this revision

Viewing changes to misc/plugin/ja/recent_rss.rb

  • Committer: Bazaar Package Importer
  • Author(s): Daigo Moriwaki
  • Date: 2011-04-11 21:53:16 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110411215316-ih4gt4q8p29d2wf8
Tags: 3.0.1-1
* New upstream release (Closes: #542801, #594947)
* debian/control:
 - Bumped up Standards-Version to 3.9.1.
 - Updated version dependency.
* debian/tdiary-setup.rb: Followed the upstream changes, incorporating js and
  index.fcgi

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
1
2
# -*- indent-tabs-mode: t -*-
2
3
#
3
4
# Copyright (c) 2003-2005 Kouhei Sutou <kou@cozmixng.org>
5
6
#
6
7
 
7
8
def label_recent_rss_title
8
 
        '����RSS��ɽ��'
 
9
        '外部RSSの表示'
9
10
end
10
11
 
11
12
def label_recent_rss_use_image_link_title
12
 
        '�����ΰ���'
 
13
        '画像の扱い'
13
14
end
14
15
 
15
16
def label_recent_rss_use_image_link_description
16
 
        '�⤷RSS��Web�����Ȥβ������󤬴ޤޤ�Ƥ����顤' +
17
 
                'Web�����ȤؤΥ�󥯤˥ƥ����ȤǤϤʤ����β������Ѥ��ޤ���'
 
17
        'もしRSSにWebサイトの画像情報が含まれていたら,' +
 
18
                'Webサイトへのリンクにテキストではなくその画像を用います.'
18
19
end
19
20
 
20
21
def label_recent_rss_not_use_image_link
21
 
        '��󥯤˲������Ѥ��ʤ�'
 
22
        'リンクに画像を用いない'
22
23
end
23
24
 
24
25
def label_recent_rss_use_image_link
25
 
        '��󥯤˲������Ѥ���'
 
26
        'リンクに画像を用いる'
26
27
end
 
28
 
 
29
# Local Variables:
 
30
# mode: ruby
 
31
# indent-tabs-mode: t
 
32
# tab-width: 3
 
33
# ruby-indent-level: 3
 
34
# End: