~ubuntu-branches/ubuntu/utopic/tdiary/utopic

« back to all changes in this revision

Viewing changes to contrib2/plugin/en/livedoor_weather.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
#
 
2
# English resource of livedoor_weather plugin $Revision$
 
3
#
 
4
# Copyright (C) 2006 SHIBATA Hiroshi <h-sbt@nifty.com>
 
5
# You can redistribute it and/or modify it under GPL2.
 
6
#
 
7
 
 
8
#
 
9
# setting of tdiary.conf
 
10
#   @options['lwws.city_id']  : City ID where weather information is specified.
 
11
#
 
12
 
 
13
@lwws_plugin_name = 'livedoor weather'
 
14
@lwws_label_city_id = 'City ID'
 
15
@lwws_desc_city_id = 'City ID where weather information is specified. Please select City ID from among <a href ="http://weather.livedoor.com/forecast/rss/forecastmap.xml">Point definition table(RSS)</a>'
 
16
@lwws_label_disp_item = 'View items'
 
17
@lwws_desc_disp_item = 'Please select the item to want to display.'
 
18
@lwws_icon_label = 'Icon'
 
19
@lwws_icon_desc = 'Weather information is displayed in the icon. '
 
20
@lwws_max_temp_label = 'Max Tempreture'
 
21
@lwws_min_temp_label = 'Min Tempreture'
 
22
@celsius_label = 'C'
 
23
@lwws_label_cache = 'Auto update of cache'
 
24
@lwws_desc_cache = 'Enable auto update.'
 
25
@lwws_desc_cache_time = 'Please set number of update time.'