Update of /cvsroot/php-blog/additional_plugins/serendipity_plugin_weather
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1130
Modified Files:
serendipity_plugin_weather.php
Log Message:
hopefully everyone understands now
Index: serendipity_plugin_weather.php
===================================================================
RCS file: /cvsroot/php-blog/additional_plugins/serendipity_plugin_weather/serendipity_plugin_weather.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- serendipity_plugin_weather.php 26 Jul 2004 15:05:38 -0000 1.6
+++ serendipity_plugin_weather.php 8 Oct 2004 13:41:42 -0000 1.7
@@ -21,7 +21,7 @@
@define('PLUGIN_SIDEBAR_WEATHER_DESC', 'Zeigt das aktuelle Wetter in der Seitenleiste.');
@define('PLUGIN_SIDEBAR_WEATHER_TITLE', 'Überschrift');
@define('PLUGIN_SIDEBAR_WEATHER_TITLE_BLAHBLAH', 'Überschrift der Wetter-Box');
- @define('PLUGIN_SIDEBAR_WEATHER_METAR', 'METAR Wetterquelle');
+ @define('PLUGIN_SIDEBAR_WEATHER_METAR', 'METAR Wetterquelle, z.B. EDDK');
@define('PLUGIN_SIDEBAR_WEATHER_METAR_BLAHBLAH', 'METAR-Quellen sind unter http://weather.noaa.gov/ zu finden.');
@define('PLUGIN_SIDEBAR_WEATHER_UNITS', 'Maßeinheiten');
@define('PLUGIN_SIDEBAR_WEATHER_UNITS_BLAHBLAH', 'Wählen Sie das Maßsystem.');
@@ -46,7 +46,7 @@
@define('PLUGIN_SIDEBAR_WEATHER_DESC', 'Display the current weather in the sidebar.');
@define('PLUGIN_SIDEBAR_WEATHER_TITLE', 'Headline');
@define('PLUGIN_SIDEBAR_WEATHER_TITLE_BLAHBLAH', 'Sidebar item headline');
- @define('PLUGIN_SIDEBAR_WEATHER_METAR', 'METAR weather source');
+ @define('PLUGIN_SIDEBAR_WEATHER_METAR', 'METAR weather source, for example EDDK');
@define('PLUGIN_SIDEBAR_WEATHER_METAR_BLAHBLAH', 'Find your METAR weather source at http://weather.noaa.gov/');
@define('PLUGIN_SIDEBAR_WEATHER_TIMEZONE', 'Your timezone');
@define('PLUGIN_SIDEBAR_WEATHER_TIMEZONE_BLAHBLAH', 'Timezone should be relative to GMT (eg. +10 or -5)');
|