summaryrefslogtreecommitdiff
path: root/po/en_GB.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/en_GB.po')
-rw-r--r--po/en_GB.po2091
1 files changed, 1403 insertions, 688 deletions
diff --git a/po/en_GB.po b/po/en_GB.po
index dcf22e828..5aee3057f 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnome-applets 1.1.2\n"
-"POT-Creation-Date: 2000-07-15 19:47+0100\n"
+"POT-Creation-Date: 2001-02-15 04:09-0500\n"
"PO-Revision-Date: 2000-07-15\n"
"Last-Translator: Robert Brady <robert@susu.org.uk>\n"
"Language-Team: \n"
@@ -17,101 +17,20 @@ msgstr ""
msgid "Clock Settings"
msgstr ""
-#. -- not implemented yet --
-#.
-#. frame = gtk_frame_new(_("Ticker Information (unimplemented)"));
-#. gtk_container_set_border_width (GTK_CONTAINER (frame), 5);
-#. gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 0);
-#. gtk_widget_show(frame);
-#.
-#. vbox1 = gtk_vbox_new(FALSE, 1);
-#. gtk_container_add(GTK_CONTAINER(frame), vbox1);
-#. gtk_widget_show(vbox1);
-#.
-#. hbox = gtk_hbox_new(FALSE, 0);
-#. gtk_box_pack_start(GTK_BOX(vbox1), hbox, FALSE, FALSE, 0);
-#. gtk_widget_show(hbox);
-#.
-#. label = gtk_label_new(_("Url:"));
-#. gtk_box_pack_start( GTK_BOX(hbox), label, FALSE, FALSE, 0);
-#. gtk_widget_show(label);
-#.
-#. entry = gtk_entry_new_with_max_length(255);
-#. gtk_entry_set_text(GTK_ENTRY(entry), "slashdot.org");
-#. gtk_signal_connect_object(GTK_OBJECT(entry), "changed",
-#. GTK_SIGNAL_FUNC(gnome_property_box_changed),
-#. GTK_OBJECT(ad->propwindow));
-#. gtk_box_pack_start(GTK_BOX(hbox), entry ,TRUE, TRUE, 0);
-#. gtk_widget_set_sensitive(entry, FALSE);
-#. gtk_widget_show(entry);
-#.
-#. hbox = gtk_hbox_new(FALSE, 0);
-#. gtk_box_pack_start(GTK_BOX(vbox1), hbox, FALSE, FALSE, 0);
-#. gtk_widget_show(hbox);
-#.
-#. label = gtk_label_new(_("Article index file:"));
-#. gtk_box_pack_start( GTK_BOX(hbox), label, FALSE, FALSE, 0);
-#. gtk_widget_show(label);
-#.
-#. entry = gtk_entry_new_with_max_length(255);
-#. gtk_entry_set_text(GTK_ENTRY(entry), "/ultramode.txt");
-#. gtk_signal_connect_object(GTK_OBJECT(entry), "changed",
-#. GTK_SIGNAL_FUNC(gnome_property_box_changed),
-#. GTK_OBJECT(ad->propwindow));
-#. gtk_box_pack_start(GTK_BOX(hbox), entry ,TRUE, TRUE, 0);
-#. gtk_widget_set_sensitive(entry, FALSE);
-#. gtk_widget_show(entry);
-#.
-#. hbox = gtk_hbox_new(FALSE, 0);
-#. gtk_box_pack_start(GTK_BOX(vbox1), hbox, FALSE, FALSE, 0);
-#. gtk_widget_show(hbox);
-#.
-#. label = gtk_label_new(_("Image Server Url:"));
-#. gtk_box_pack_start( GTK_BOX(hbox), label, FALSE, FALSE, 0);
-#. gtk_widget_show(label);
-#.
-#. entry = gtk_entry_new_with_max_length(255);
-#. gtk_entry_set_text(GTK_ENTRY(entry), "wolfe.slashdot.org");
-#. gtk_signal_connect_object(GTK_OBJECT(entry), "changed",
-#. GTK_SIGNAL_FUNC(gnome_property_box_changed),
-#. GTK_OBJECT(ad->propwindow));
-#. gtk_box_pack_start(GTK_BOX(hbox), entry ,TRUE, TRUE, 0);
-#. gtk_widget_set_sensitive(entry, FALSE);
-#. gtk_widget_show(entry);
-#.
-#. hbox = gtk_hbox_new(FALSE, 0);
-#. gtk_box_pack_start(GTK_BOX(vbox1), hbox, FALSE, FALSE, 0);
-#. gtk_widget_show(hbox);
-#.
-#. label = gtk_label_new(_("Image path:"));
-#. gtk_box_pack_start( GTK_BOX(hbox), label, FALSE, FALSE, 0);
-#. gtk_widget_show(label);
-#.
-#. entry = gtk_entry_new_with_max_length(255);
-#. gtk_entry_set_text(GTK_ENTRY(entry), "/images/topics/topic");
-#. gtk_signal_connect_object(GTK_OBJECT(entry), "changed",
-#. GTK_SIGNAL_FUNC(gnome_property_box_changed),
-#. GTK_OBJECT(ad->propwindow));
-#. gtk_box_pack_start(GTK_BOX(hbox), entry, TRUE, TRUE, 0);
-#. gtk_widget_set_sensitive(entry, FALSE);
-#. gtk_widget_show(entry);
-#.
-#.
-#. ---
#: another_clock/another_clock.c:267 asclock/dialogs.c:380
-#: battery/properties.c:83 clockmail/properties.c:420
-#: diskusage/properties.c:466 drivemount/properties.c:352
+#: battery/properties.c:83 clockmail/properties.c:421
+#: diskusage/properties.c:466 drivemount/properties.c:400
#: gnotes/properties.c:190 mini-commander/src/preferences.c:801
-#: modemlights/properties.c:297 odometer/properties.c:293
-#: screenshooter/screenshooter_applet.c:434 slashapp/properties.c:351
-#: sound-monitor/properties.c:436 tickastat/properties.c:424
+#: modemlights/properties.c:486 odometer/properties.c:293
+#: screenshooter/screenshooter_applet.c:434 slashapp/properties.c:412
+#: sound-monitor/properties.c:424 tickastat/properties.c:424
msgid "General"
msgstr ""
#. frame for colors
#: another_clock/another_clock.c:277 diskusage/properties.c:352
-#: mini-commander/src/preferences.c:723 multiload/load-graph.c:587
-#: multiload/load-graph.c:779
+#: mini-commander/src/preferences.c:723 modemlights/properties.c:525
+#: multiload/load-graph.c:587 multiload/load-graph.c:779
msgid "Colors"
msgstr "Colours"
@@ -146,7 +65,7 @@ msgstr ""
msgid "Another Clock Applet"
msgstr ""
-#: another_clock/another_clock.c:385
+#: another_clock/another_clock.c:385 hal/hal.c:213
msgid "(C) 1999 the Free Software Foundation"
msgstr ""
@@ -154,48 +73,50 @@ msgstr ""
msgid "An analog clock similar to that in CDE panel."
msgstr ""
-#: another_clock/another_clock.c:725 asclock/asclock.c:610
-#: battery/battery.c:947 charpick/charpick.c:588 clockmail/clockmail.c:562
-#: diskusage/diskusage.c:1073 drivemount/drivemount.c:702 geyes/geyes.c:393
-#: gkb-new/gkb.c:434 gnotes/gnotes_applet.c:192 gweather/gweather-applet.c:194
+#: another_clock/another_clock.c:726 asclock/asclock.c:615
+#: battery/battery.c:951 charpick/charpick.c:588 clockmail/clockmail.c:327
+#: diskusage/diskusage.c:1058 drivemount/drivemount.c:741 geyes/geyes.c:393
+#: gkb-new/gkb.c:758 gnotes/gnotes_applet.c:198 gtik/gtik.c:1417
+#: gweather/gweather-applet.c:198
#: mini-commander/src/mini-commander_applet.c:398
-#: modemlights/modemlights.c:1229 multiload/cpuload.c:95
+#: modemlights/modemlights.c:1494 multiload/cpuload.c:95
#: multiload/loadavg.c:170 multiload/memload.c:98 multiload/netload.c:94
-#: multiload/swapload.c:98 odometer/odo.c:661
-#: screenshooter/screenshooter_applet.c:1006 slashapp/slashapp.c:55
-#: sound-monitor/main.c:369 tickastat/main.c:345 webcontrol/webcontrol.c:364
+#: multiload/swapload.c:98 odometer/odo.c:683
+#: screenshooter/screenshooter_applet.c:1017 slashapp/slashapp.c:94
+#: sound-monitor/main.c:269 tickastat/main.c:345 webcontrol/webcontrol.c:402
msgid "Properties..."
msgstr ""
-#: another_clock/another_clock.c:731 asclock/asclock.c:616
-#: battery/battery.c:953 cdplayer/cdplayer.c:570 charpick/charpick.c:595
-#: clockmail/clockmail.c:569 cpumemusage/cpumemusage.c:299
-#: diskusage/diskusage.c:1096 drivemount/drivemount.c:708
-#: fifteen/fifteen.c:362 geyes/geyes.c:399 gkb-new/gkb.c:440
-#: gnotes/gnotes_applet.c:196 gweather/gweather-applet.c:199
-#: jbc/jbc-applet.c:197 life/life.c:286
-#: mini-commander/src/mini-commander_applet.c:405 mixer/mixer.c:759
+#: another_clock/another_clock.c:732 asclock/asclock.c:621
+#: battery/battery.c:957 cdplayer/cdplayer.c:603 charpick/charpick.c:595
+#: clockmail/clockmail.c:334 cpumemusage/cpumemusage.c:299
+#: diskusage/diskusage.c:1081 drivemount/drivemount.c:747
+#: fifteen/fifteen.c:390 geyes/geyes.c:399 gkb-new/gkb.c:764
+#: gnotes/gnotes_applet.c:202 gweather/gweather-applet.c:203
+#: jbc/jbc-applet.c:202 life/life.c:286
+#: mini-commander/src/mini-commander_applet.c:405 mixer/mixer.c:762
#: multiload/cpuload.c:108 multiload/loadavg.c:183 multiload/memload.c:111
-#: multiload/netload.c:107 multiload/swapload.c:111 odometer/odo.c:664
-#: quicklaunch/quicklaunch.c:510 screenshooter/screenshooter_applet.c:1012
-#: sound-monitor/main.c:376 tickastat/main.c:351 webcontrol/webcontrol.c:371
+#: multiload/netload.c:107 multiload/swapload.c:111 odometer/odo.c:686
+#: quicklaunch/quicklaunch.c:534 screenshooter/screenshooter_applet.c:1023
+#: sound-monitor/main.c:276 tickastat/main.c:351 webcontrol/webcontrol.c:409
#: whereami/whereami.c:236
msgid "Help"
msgstr ""
-#: another_clock/another_clock.c:735 asclock/asclock.c:621
-#: battery/battery.c:958 cdplayer/cdplayer.c:577 charpick/charpick.c:601
-#: clipboard/clipboard.c:339 clockmail/clockmail.c:574
-#: cpumemusage/cpumemusage.c:305 diskusage/diskusage.c:1103
-#: drivemount/drivemount.c:713 fifteen/fifteen.c:367 geyes/geyes.c:404
-#: gkb-new/gkb.c:445 gnotes/gnotes_applet.c:199 gweather/gweather-applet.c:204
-#: jbc/jbc-applet.c:202 life/life.c:290
-#: mini-commander/src/mini-commander_applet.c:412 mixer/mixer.c:764
-#: modemlights/modemlights.c:1242 multiload/cpuload.c:115
+#: another_clock/another_clock.c:736 asclock/asclock.c:626
+#: battery/battery.c:962 cdplayer/cdplayer.c:610 charpick/charpick.c:601
+#: clipboard/clipboard.c:339 clockmail/clockmail.c:339
+#: cpumemusage/cpumemusage.c:305 diskusage/diskusage.c:1088
+#: drivemount/drivemount.c:752 fifteen/fifteen.c:395 geyes/geyes.c:404
+#: gkb-new/gkb.c:769 gnotes/gnotes_applet.c:205 gtik/gtik.c:1426
+#: gumma/gumma.c:588 gweather/gweather-applet.c:208 hal/hal.c:270
+#: jbc/jbc-applet.c:207 life/life.c:290
+#: mini-commander/src/mini-commander_applet.c:412 mixer/mixer.c:767
+#: modemlights/modemlights.c:1507 multiload/cpuload.c:115
#: multiload/loadavg.c:190 multiload/memload.c:118 multiload/netload.c:114
-#: multiload/swapload.c:118 odometer/odo.c:667 quicklaunch/quicklaunch.c:514
-#: screenshooter/screenshooter_applet.c:1017 slashapp/slashapp.c:58
-#: sound-monitor/main.c:381 tickastat/main.c:356 webcontrol/webcontrol.c:378
+#: multiload/swapload.c:118 odometer/odo.c:689 quicklaunch/quicklaunch.c:538
+#: screenshooter/screenshooter_applet.c:1028 slashapp/slashapp.c:97
+#: sound-monitor/main.c:281 tickastat/main.c:356 webcontrol/webcontrol.c:416
#: whereami/whereami.c:238
msgid "About..."
msgstr ""
@@ -234,7 +155,7 @@ msgid "ASClock Settings"
msgstr ""
#. show ampm toggle button
-#: asclock/dialogs.c:333 clockmail/properties.c:309
+#: asclock/dialogs.c:333 clockmail/properties.c:310
msgid "Display time in 12 hour format (AM/PM)"
msgstr ""
@@ -247,46 +168,46 @@ msgstr ""
msgid "Timezone"
msgstr ""
-#: battery/battery.c:142
+#: battery/battery.c:150
msgid "The battery is low."
msgstr ""
-#: battery/battery.c:157
+#: battery/battery.c:165
msgid "The battery is fully charged."
msgstr ""
-#: battery/battery.c:702
+#: battery/battery.c:706
msgid "Internal error: invalid mode in battery_set_mode"
msgstr ""
-#: battery/battery.c:784 jbc/jbc-applet.c:178 multiload/cpuload.c:69
+#: battery/battery.c:788 jbc/jbc-applet.c:183 multiload/cpuload.c:69
#: multiload/memload.c:72 multiload/netload.c:68 multiload/swapload.c:72
#: screenshooter/screenshooter_applet.c:908
msgid "Can't create applet!\n"
msgstr ""
-#: battery/battery.c:788
+#: battery/battery.c:792
msgid ""
"Error querying battery charge.\n"
"\n"
"Make sure that your kernel was built with APM support."
msgstr ""
-#: battery/battery.c:1033
+#: battery/battery.c:1037
msgid "The GNOME Battery Monitor Applet"
msgstr ""
-#: battery/battery.c:1034
+#: battery/battery.c:1038
msgid " (C) 1997-1998 The Free Software Foundation"
msgstr ""
-#: battery/battery.c:1036
+#: battery/battery.c:1040
msgid ""
"This applet monitors the charge of your laptop's battery. Click on it to "
"change display modes."
msgstr ""
-#: battery/battery.c:1236
+#: battery/battery.c:1240
msgid "Could not allocate space for graph values"
msgstr ""
@@ -380,42 +301,42 @@ msgstr ""
msgid "Enable Full-Charge Notification"
msgstr ""
-#: battery/read-battery.c:62
+#: battery/read-battery.c:68
msgid ""
"Cannot open /proc/apm! Make sure that you built APM support into your "
"kernel.\n"
msgstr ""
-#: battery/read-battery.c:97
+#: battery/read-battery.c:103
#, c-format
msgid "Could not dup() APM file descriptor: %s\n"
msgstr ""
-#: battery/read-battery.c:168
+#: battery/read-battery.c:176 battery/read-battery.c:210
msgid "Cannot open /dev/apm; can't get data."
msgstr ""
-#: battery/read-battery.c:173
+#: battery/read-battery.c:181 battery/read-battery.c:215
msgid "ioctl failed on /dev/apm."
msgstr ""
-#: battery/read-battery.c:184
+#: battery/read-battery.c:192
msgid "APM is disabled! Cannot read battery charge information."
msgstr ""
-#: cdplayer/cdplayer.c:164
+#: cdplayer/cdplayer.c:176
msgid "CD Player Applet"
msgstr ""
-#: cdplayer/cdplayer.c:165
+#: cdplayer/cdplayer.c:177
msgid "(c) 1997 The Free Software Foundation"
msgstr ""
-#: cdplayer/cdplayer.c:167
+#: cdplayer/cdplayer.c:179
msgid "The CD Player applet is a simple audio CD player for your panel"
msgstr ""
-#: cdplayer/cdplayer.c:563
+#: cdplayer/cdplayer.c:596
msgid "Run CD Player..."
msgstr ""
@@ -488,20 +409,20 @@ msgid ""
"list. Released under GNU General Public Licence."
msgstr ""
-#: clockmail/clockmail.c:63 slashapp/slashapp.c:137 sound-monitor/main.c:41
+#: clockmail/clockmail.c:40 slashapp/slashapp.c:226 sound-monitor/main.c:26
#: tickastat/main.c:191
msgid "John Ellis <johne@bellatlantic.net>"
msgstr ""
-#: clockmail/clockmail.c:66
+#: clockmail/clockmail.c:43
msgid "Clock and Mail Notify Applet"
msgstr ""
-#: clockmail/clockmail.c:67 jbc/jbc-applet.c:57
-msgid "(C) 1999"
+#: clockmail/clockmail.c:44
+msgid "(C) 2000"
msgstr ""
-#: clockmail/clockmail.c:69
+#: clockmail/clockmail.c:46
msgid ""
"Released under the GNU general public license.\n"
"Basic digital clock with date in a tooltip. Optional 12/24 time display. "
@@ -513,15 +434,15 @@ msgstr ""
"Mail blinking can be for any unread mail, or only briefly when new mail "
"arrives."
-#: clockmail/clockmail.c:144
+#: clockmail/clockmail.c:127
msgid "%a, %b %d"
msgstr ""
-#: clockmail/clockmail.c:151
+#: clockmail/clockmail.c:134
msgid " (GMT)"
msgstr ""
-#: clockmail/clockmail.c:157
+#: clockmail/clockmail.c:140
#, c-format
msgid " (GMT %+d)"
msgstr ""
@@ -532,52 +453,52 @@ msgstr ""
msgid "None (default)"
msgstr ""
-#: clockmail/properties.c:278 odometer/properties.c:228
+#: clockmail/properties.c:279 odometer/properties.c:228
msgid "Themes:"
msgstr ""
-#: clockmail/properties.c:295
+#: clockmail/properties.c:296
msgid "ClockMail Settings"
msgstr ""
-#: clockmail/properties.c:300 mini-commander/src/preferences.c:524
+#: clockmail/properties.c:301 mini-commander/src/preferences.c:524
msgid "Clock"
msgstr ""
-#: clockmail/properties.c:319
+#: clockmail/properties.c:320
msgid "Display time relative to GMT (Greenwich Mean Time):"
msgstr ""
-#: clockmail/properties.c:333
+#: clockmail/properties.c:334
msgid "Mail"
msgstr ""
-#: clockmail/properties.c:347
+#: clockmail/properties.c:348
msgid "Mail file:"
msgstr ""
-#: clockmail/properties.c:364
+#: clockmail/properties.c:365
msgid "When new mail is received run:"
msgstr ""
-#: clockmail/properties.c:379
+#: clockmail/properties.c:380
msgid "Always blink when any mail is waiting."
msgstr ""
-#: clockmail/properties.c:389
+#: clockmail/properties.c:390
msgid "Number of messages to consider mailbox full:"
msgstr ""
-#: clockmail/properties.c:407
+#: clockmail/properties.c:408
msgid "When clicked, run:"
msgstr ""
-#: clockmail/properties.c:438 sound-monitor/properties.c:454
+#: clockmail/properties.c:439 sound-monitor/properties.c:442
msgid "Theme file (directory):"
msgstr ""
-#: clockmail/properties.c:469 odometer/properties.c:335
-#: sound-monitor/properties.c:482
+#: clockmail/properties.c:470 odometer/properties.c:335
+#: sound-monitor/properties.c:470
msgid "Theme"
msgstr ""
@@ -595,19 +516,19 @@ msgid ""
"stacked bar graphs (processor, memory, swap)"
msgstr ""
-#: diskusage/diskusage.c:767
+#: diskusage/diskusage.c:752
msgid "File Systems"
msgstr ""
-#: diskusage/diskusage.c:821
+#: diskusage/diskusage.c:806
msgid "File System Changed!\n"
msgstr ""
-#: diskusage/diskusage.c:989
+#: diskusage/diskusage.c:974
msgid "Disk Usage Applet"
msgstr ""
-#: diskusage/diskusage.c:992
+#: diskusage/diskusage.c:977
msgid ""
"Released under the GNU general public license.\n"
"Monitors the amount of space in use and available on your disk drives."
@@ -615,11 +536,11 @@ msgstr ""
"Released under the GNU general public licence.\n"
"Monitors the amount of space in use and available on your disk drives."
-#: diskusage/diskusage.c:1081 drivemount/drivemount.c:683
+#: diskusage/diskusage.c:1066 drivemount/drivemount.c:722
msgid "Browse..."
msgstr ""
-#: diskusage/diskusage.c:1089
+#: diskusage/diskusage.c:1074
msgid "Update..."
msgstr ""
@@ -659,11 +580,11 @@ msgstr ""
msgid "Diskusage Settings"
msgstr ""
-#: drivemount/drivemount.c:128
+#: drivemount/drivemount.c:130
msgid "Drive Mount Applet"
msgstr ""
-#: drivemount/drivemount.c:131
+#: drivemount/drivemount.c:133
msgid ""
"Released under the GNU general public license.\n"
"Mounts and Unmounts drives."
@@ -671,115 +592,123 @@ msgstr ""
"Released under the GNU general public licence.\n"
"Mounts and Unmounts drives."
-#: drivemount/drivemount.c:363
+#: drivemount/drivemount.c:377
msgid " mounted"
msgstr ""
-#: drivemount/drivemount.c:367
+#: drivemount/drivemount.c:381
msgid " not mounted"
msgstr ""
-#: drivemount/drivemount.c:475
+#. the mount status is the same, print
+#. the returned output from (u)mount, we are assuming an error
+#: drivemount/drivemount.c:503
msgid "\" reported:\n"
msgstr ""
-#: drivemount/drivemount.c:477
+#: drivemount/drivemount.c:505
msgid ""
"Drivemount command failed.\n"
"\""
msgstr ""
-#: drivemount/drivemount.c:693
+#: drivemount/drivemount.c:732
msgid "Eject"
msgstr ""
-#: drivemount/properties.c:223
+#: drivemount/properties.c:265
msgid "Drive Mount Applet Properties"
msgstr ""
-#: drivemount/properties.c:237
+#: drivemount/properties.c:279
msgid "Mount point:"
msgstr ""
-#: drivemount/properties.c:253
+#: drivemount/properties.c:295
msgid "Update in seconds:"
msgstr ""
-#: drivemount/properties.c:265
+#: drivemount/properties.c:307
msgid "Icon:"
msgstr ""
-#: drivemount/properties.c:272
+#: drivemount/properties.c:314
msgid "Floppy"
msgstr ""
-#: drivemount/properties.c:276
+#: drivemount/properties.c:318
msgid "Cdrom"
msgstr ""
-#: drivemount/properties.c:280
+#: drivemount/properties.c:322
msgid "Zip Drive"
msgstr ""
-#: drivemount/properties.c:284
+#: drivemount/properties.c:326
msgid "Hard Disk"
msgstr ""
-#: drivemount/properties.c:288
+#: drivemount/properties.c:330
msgid "Jaz Drive"
msgstr ""
-#: drivemount/properties.c:292
+#: drivemount/properties.c:334
msgid "Custom"
msgstr ""
-#: drivemount/properties.c:310
+#: drivemount/properties.c:352
msgid "Select icon for mounted"
msgstr ""
-#: drivemount/properties.c:318
+#: drivemount/properties.c:360
msgid "Custom icon for mounted:"
msgstr ""
-#: drivemount/properties.c:326
+#: drivemount/properties.c:368
msgid "Select icon for unmounted"
msgstr ""
-#: drivemount/properties.c:334
+#: drivemount/properties.c:376
msgid "Custom icon for not mounted:"
msgstr ""
-#: drivemount/properties.c:340 odometer/properties.c:285
+#: drivemount/properties.c:382 odometer/properties.c:285
msgid "Scale size to panel"
msgstr ""
-#: drivemount/properties.c:346
+#: drivemount/properties.c:388
+msgid "Eject on unmount"
+msgstr ""
+
+#: drivemount/properties.c:394
msgid "Use automount friendly status test"
msgstr ""
-#: fifteen/fifteen.c:38
-msgid "You win!"
+#: fifteen/fifteen.c:47
+msgid ""
+"You win!\n"
+"Moves"
msgstr ""
-#: fifteen/fifteen.c:283
+#: fifteen/fifteen.c:307
msgid "Fifteen sliding pieces"
msgstr ""
-#: fifteen/fifteen.c:285 life/life.c:207
+#: fifteen/fifteen.c:309 life/life.c:207
msgid "Copyright (C) The Free Software Foundation"
msgstr ""
-#: fifteen/fifteen.c:287
+#: fifteen/fifteen.c:311
msgid ""
"Sam Lloyd's all-time favorite game, now for your delight in the Gnome Panel. "
"Guaranteed to be a productivity buster."
msgstr ""
-#: fifteen/fifteen.c:340
+#: fifteen/fifteen.c:364
msgid "Can't create fifteen applet!"
msgstr ""
-#: fifteen/fifteen.c:355
+#: fifteen/fifteen.c:383
msgid "Scramble pieces"
msgstr ""
@@ -811,15 +740,95 @@ msgstr ""
msgid "Themes"
msgstr ""
-#: gkb-new/gkb.c:313
+#: gkb-new/gkb.c:441
+#, c-format
+msgid "keymap_%d/name=US 105 key keyboard (with windows keys)"
+msgstr ""
+
+#: gkb-new/gkb.c:445
+#, c-format
+msgid "keymap_%d/label=us"
+msgstr ""
+
+#: gkb-new/gkb.c:448
+#, c-format
+msgid "keymap_%d/country=United States"
+msgstr ""
+
+#: gkb-new/gkb.c:451
+#, c-format
+msgid "keymap_%d/lang=English"
+msgstr ""
+
+#: gkb-new/gkb.c:454
+#, c-format
+msgid "keymap_%d/flag=us.png"
+msgstr ""
+
+#: gkb-new/gkb.c:457
+#, c-format
+msgid "keymap_%d/command=gkb_xmmap us"
+msgstr ""
+
+#: gkb-new/gkb.c:462
+#, c-format
+msgid "keymap_%d/name=Hungarian 105 keys latin2"
+msgstr ""
+
+#: gkb-new/gkb.c:465
+#, c-format
+msgid "keymap_%d/label=hu"
+msgstr ""
+
+#: gkb-new/gkb.c:468
+#, c-format
+msgid "keymap_%d/country=Hungary"
+msgstr ""
+
+#: gkb-new/gkb.c:471
+#, c-format
+msgid "keymap_%d/lang=Hungarian"
+msgstr ""
+
+#: gkb-new/gkb.c:474
+#, c-format
+msgid "keymap_%d/flag=hu.png"
+msgstr ""
+
+#: gkb-new/gkb.c:477
+#, c-format
+msgid "keymap_%d/command=gkb_xmmap hu"
+msgstr ""
+
+#: gkb-new/gkb.c:614 gkb-new/gkb.c:621
+msgid "GKB"
+msgstr ""
+
+#.
+#. if (about)
+#. {
+#. gtk_widget_show (about);
+#. gdk_window_raise (about->window);
+#. return;
+#. }
+#.
+#: gkb-new/gkb.c:651
+msgid "Szabolcs BAN <shooby@gnome.hu>"
+msgstr ""
+
+#: gkb-new/gkb.c:652
+msgid "Chema Celorio <chema@celorio.com>"
+msgstr ""
+
+#: gkb-new/gkb.c:655
msgid "The GNOME KeyBoard Switcher Applet"
msgstr ""
-#: gkb-new/gkb.c:315
-msgid "(C) 1998-2000 LSC - Linux Support Center"
+#: gkb-new/gkb.c:658
+msgid "(C) 1998-2000 Free Software Foundation"
msgstr ""
-#: gkb-new/gkb.c:317
+#: gkb-new/gkb.c:661
msgid ""
"This applet switches between keyboard maps. It uses setxkbmap, or xmodmap.\n"
"Mail me your flag, please (60x40 size), I will put it to CVS.\n"
@@ -828,55 +837,450 @@ msgid ""
"Kovacs <emese@eik.bme.hu> for her solidarity."
msgstr ""
-#: gkb-new/gkb.c:328
+#: gkb-new/gkb.c:672
msgid "GKB Home Page (http://projects.gnome.hu/gkb)"
msgstr ""
-#: gkb-new/prop.c:291
-msgid "Keymap name"
+#: gkb-new/keygrab.c:59 gkb-new/keygrab.c:134
+msgid "Disabled"
+msgstr ""
+
+#: gkb-new/keygrab.c:261
+msgid "Press a key..."
+msgstr ""
+
+#: gkb-new/prop.c:155 gkb-new/prop.c:219
+msgid "Normal"
+msgstr ""
+
+#: gkb-new/prop.c:156 gkb-new/prop.c:223
+msgid "Big"
+msgstr ""
+
+#: gkb-new/prop.c:174 gkb-new/util.c:37 gkb-new/util.c:44 gkb-new/util.c:70
+msgid "Flag"
+msgstr ""
+
+#: gkb-new/prop-map.c:581 gkb-new/prop.c:175 gkb-new/util.c:34
+#: gkb-new/util.c:67
+msgid "Label"
msgstr ""
-#: gkb-new/prop.c:317
-msgid "Keymap control"
+#: gkb-new/prop.c:176 gkb-new/util.c:40 gkb-new/util.c:73
+msgid "Flag and Label"
msgstr ""
-#: gkb-new/prop.c:330
-msgid "New keymap"
+#: gkb-new/prop.c:301 modemlights/properties.c:452 slashapp/properties.c:487
+#: tickastat/properties.c:565
+msgid "Display"
msgstr ""
-#: gkb-new/prop.c:343
-msgid "Delete this keymap"
+#. Labels
+#: gkb-new/prop.c:321
+msgid "Appearance "
msgstr ""
-#: gkb-new/prop.c:368
-msgid "Keymap icon"
+#: gkb-new/prop.c:322
+msgid "Applet size "
msgstr ""
-#: gkb-new/prop.c:395
-msgid "Iconpath"
+#: gkb-new/prop.c:355
+msgid "Hotkey for switching between layouts"
msgstr ""
-#: gkb-new/prop.c:417
-msgid "Full command"
+#: gkb-new/prop.c:367
+msgid "Grab hotkey"
msgstr ""
-#: gkb-new/prop.c:484
+#: gkb-new/prop.c:409
msgid "GKB Properties"
msgstr ""
-#: gnotes/gnote.c:225
+#: gkb-new/prop.c:420
+msgid "Keymaps"
+msgstr ""
+
+#: gkb-new/prop.c:435
+msgid "Options"
+msgstr ""
+
+#: gkb-new/prop-add.c:249
+msgid "Select layout"
+msgstr ""
+
+#: gkb-new/prop-add.c:277 gkb-new/prop-list.c:378 gtik/gtik.c:1082
+#: webcontrol/properties.c:346
+msgid "Add"
+msgstr ""
+
+#: gkb-new/prop-list.c:379 webcontrol/properties.c:350
+msgid "Edit"
+msgstr ""
+
+#: gkb-new/prop-list.c:380
+msgid "Up"
+msgstr ""
+
+#: gkb-new/prop-list.c:381
+msgid "Down"
+msgstr ""
+
+#: gkb-new/prop-list.c:382
+msgid "Delete"
+msgstr ""
+
+#: gkb-new/prop-map.c:186
+msgid "Armenia"
+msgstr ""
+
+#: gkb-new/prop-map.c:187
+msgid "Australia"
+msgstr ""
+
+#: gkb-new/prop-map.c:188
+msgid "Austria"
+msgstr ""
+
+#: gkb-new/prop-map.c:189
+msgid "Belgium"
+msgstr ""
+
+#: gkb-new/prop-map.c:190
+msgid "Brazil"
+msgstr ""
+
+#: gkb-new/prop-map.c:191
+msgid "Bulgaria"
+msgstr ""
+
+#: gkb-new/prop-map.c:192
+msgid "Canada"
+msgstr ""
+
+#: gkb-new/prop-map.c:193
+msgid "Caribic"
+msgstr ""
+
+#: gkb-new/prop-map.c:194
+msgid "France"
+msgstr ""
+
+#: gkb-new/prop-map.c:195
+msgid "Georgia"
+msgstr ""
+
+#: gkb-new/prop-map.c:196
+msgid "Germany"
+msgstr ""
+
+#: gkb-new/prop-map.c:197
+msgid "Great Britain"
+msgstr ""
+
+#: gkb-new/prop-map.c:198
+msgid "Hungary"
+msgstr ""
+
+#: gkb-new/prop-map.c:199
+msgid "Jamaica"
+msgstr ""
+
+#: gkb-new/prop-map.c:200
+msgid "New Zealand"
+msgstr ""
+
+#: gkb-new/prop-map.c:201
+msgid "Norway"
+msgstr ""
+
+#: gkb-new/prop-map.c:202
+msgid "Poland"
+msgstr ""
+
+#: gkb-new/prop-map.c:203
+msgid "Portugal"
+msgstr ""
+
+#: gkb-new/prop-map.c:204
+msgid "Russia"
+msgstr ""
+
+#: gkb-new/prop-map.c:205
+msgid "Slovak Republic"
+msgstr ""
+
+#: gkb-new/prop-map.c:206
+msgid "Slovenia"
+msgstr ""
+
+#: gkb-new/prop-map.c:207
+msgid "South Africa"
+msgstr ""
+
+#: gkb-new/prop-map.c:208
+msgid "Spain"
+msgstr ""
+
+#: gkb-new/prop-map.c:209
+msgid "Sweden"
+msgstr ""
+
+#: gkb-new/prop-map.c:210
+msgid "Switzerland"
+msgstr ""
+
+#: gkb-new/prop-map.c:211
+msgid "Thailand"
+msgstr ""
+
+#: gkb-new/prop-map.c:212
+msgid "Turkey"
+msgstr ""
+
+#: gkb-new/prop-map.c:213
+msgid "United Kingdom"
+msgstr ""
+
+#: gkb-new/prop-map.c:214
+msgid "United States"
+msgstr ""
+
+#: gkb-new/prop-map.c:215
+msgid "Yugoslavia"
+msgstr ""
+
+#: gkb-new/prop-map.c:235
+msgid "Armenian"
+msgstr ""
+
+#: gkb-new/prop-map.c:236
+msgid "Basque"
+msgstr ""
+
+#: gkb-new/prop-map.c:237
+msgid "Bulgarian"
+msgstr ""
+
+#: gkb-new/prop-map.c:238
+msgid "Dutch"
+msgstr ""
+
+#: gkb-new/prop-map.c:239
+msgid "English"
+msgstr ""
+
+#: gkb-new/prop-map.c:240
+msgid "French"
+msgstr ""
+
+#: gkb-new/prop-map.c:241
+msgid "Georgian"
+msgstr ""
+
+#: gkb-new/prop-map.c:242
+msgid "German"
+msgstr ""
+
+#: gkb-new/prop-map.c:243
+msgid "Hungarian"
+msgstr ""
+
+#: gkb-new/prop-map.c:244
+msgid "Norwegian"
+msgstr ""
+
+#: gkb-new/prop-map.c:245
+msgid "Polish"
+msgstr ""
+
+#: gkb-new/prop-map.c:246
+msgid "Portuguese"
+msgstr ""
+
+#: gkb-new/prop-map.c:247
+msgid "Russian"
+msgstr ""
+
+#: gkb-new/prop-map.c:248
+msgid "Slovak"
+msgstr ""
+
+#: gkb-new/prop-map.c:249
+msgid "Slovenian"
+msgstr ""
+
+#: gkb-new/prop-map.c:250
+msgid "Swedish"
+msgstr ""
+
+#: gkb-new/prop-map.c:251
+msgid "Thai"
+msgstr ""
+
+#: gkb-new/prop-map.c:252
+msgid "Turkish"
+msgstr ""
+
+#: gkb-new/prop-map.c:253
+msgid "Wallon"
+msgstr ""
+
+#: gkb-new/prop-map.c:254
+msgid "Yugoslavian"
+msgstr ""
+
+#: gkb-new/prop-map.c:272
+msgid "105"
+msgstr ""
+
+#: gkb-new/prop-map.c:273
+msgid "101"
+msgstr ""
+
+#: gkb-new/prop-map.c:274
+msgid "102"
+msgstr ""
+
+#: gkb-new/prop-map.c:275
+msgid "450"
+msgstr ""
+
+#: gkb-new/prop-map.c:276
+msgid "84"
+msgstr ""
+
+#: gkb-new/prop-map.c:277
+msgid "mklinux"
+msgstr ""
+
+#: gkb-new/prop-map.c:278
+msgid "type5"
+msgstr ""
+
+#: gkb-new/prop-map.c:298
+msgid "iso-8859-1"
+msgstr ""
+
+#: gkb-new/prop-map.c:299
+msgid "iso-8859-2"
+msgstr ""
+
+#: gkb-new/prop-map.c:300
+msgid "iso-8859-9"
+msgstr ""
+
+#: gkb-new/prop-map.c:301
+msgid "am-armscii8"
+msgstr ""
+
+#: gkb-new/prop-map.c:302
+msgid "be-latin1"
+msgstr ""
+
+#: gkb-new/prop-map.c:303
+msgid "cp1251"
+msgstr ""
+
+#: gkb-new/prop-map.c:304
+msgid "georgian-academy"
+msgstr ""
+
+#: gkb-new/prop-map.c:305
+msgid "koi8-r"
+msgstr ""
+
+#: gkb-new/prop-map.c:306
+msgid "tis620"
+msgstr ""
+
+#: gkb-new/prop-map.c:324
+msgid "ix86"
+msgstr ""
+
+#: gkb-new/prop-map.c:325
+msgid "sun"
+msgstr ""
+
+#: gkb-new/prop-map.c:326
+msgid "mac"
+msgstr ""
+
+#: gkb-new/prop-map.c:327
+msgid "sgi"
+msgstr ""
+
+#: gkb-new/prop-map.c:328
+msgid "dec"
+msgstr ""
+
+#: gkb-new/prop-map.c:329
+msgid "ibm"
+msgstr ""
+
+#: gkb-new/prop-map.c:552
+msgid "Edit keymap"
+msgstr ""
+
+#. Add the labels
+#: gkb-new/prop-map.c:580 tickastat/mod_news.c:1203
+msgid "Name"
+msgstr ""
+
+#: gkb-new/prop-map.c:582
+msgid "Language"
+msgstr ""
+
+#: gkb-new/prop-map.c:583
+msgid "Country"
+msgstr ""
+
+#: gkb-new/prop-map.c:584
+msgid ""
+"Flag\n"
+"Pixmap"
+msgstr ""
+
+#: gkb-new/prop-map.c:586
+msgid "Architecture"
+msgstr ""
+
+#: gkb-new/prop-map.c:587
+msgid "Type"
+msgstr ""
+
+#: gkb-new/prop-map.c:588
+msgid "Codepage"
+msgstr ""
+
+#: gkb-new/prop-map.c:589
+msgid "Command"
+msgstr ""
+
+#: gkb-new/prop-map.c:634
+msgid ""
+"Where command can be:\n"
+"* xmodmap /full/path/xmodmap.hu\n"
+"* gkb__xmmap hu\n"
+"* setxkbmap hu"
+msgstr ""
+
+#: gkb-new/system.c:45
+msgid "The keymap switching command returned with error!"
+msgstr ""
+
+#: gnotes/gnote.c:224
msgid "Raise Note"
msgstr ""
-#: gnotes/gnote.c:230
+#: gnotes/gnote.c:229
msgid "Lower Note"
msgstr ""
-#: gnotes/gnote.c:235
+#: gnotes/gnote.c:234
msgid "Hide Note"
msgstr ""
-#: gnotes/gnote.c:240
+#: gnotes/gnote.c:239
msgid "Delete Note"
msgstr ""
@@ -898,19 +1302,19 @@ msgstr ""
msgid "Can't create GNotes applet!"
msgstr ""
-#: gnotes/gnotes_applet.c:183
+#: gnotes/gnotes_applet.c:189
msgid "Raise Notes"
msgstr ""
-#: gnotes/gnotes_applet.c:185
+#: gnotes/gnotes_applet.c:191
msgid "Lower Notes"
msgstr ""
-#: gnotes/gnotes_applet.c:187
+#: gnotes/gnotes_applet.c:193
msgid "Hide Notes"
msgstr ""
-#: gnotes/gnotes_applet.c:189
+#: gnotes/gnotes_applet.c:195
msgid "Show Notes"
msgstr ""
@@ -926,6 +1330,103 @@ msgstr ""
msgid "Default Width"
msgstr ""
+#: gtik/gtik.c:704
+msgid "The GNOME Stock Ticker"
+msgstr ""
+
+#: gtik/gtik.c:707
+msgid ""
+"This program connects to a popular site and downloads current stock quotes. "
+"The GNOME Stock Ticker is a free Internet-based application. It comes with "
+"ABSOLUTELY NO WARRANTY. Do not use the GNOME Stock Ticker for making "
+"investment decisions; it is for informational purposes only."
+msgstr ""
+
+#: gtik/gtik.c:1071
+msgid "New Symbol:"
+msgstr ""
+
+#: gtik/gtik.c:1093
+msgid "Remove Selected"
+msgstr ""
+
+#: gtik/gtik.c:1142
+msgid "Gnome Stock Ticker Properties"
+msgstr ""
+
+#: gtik/gtik.c:1154
+msgid "Update Frequency in minutes:"
+msgstr ""
+
+#: gtik/gtik.c:1173
+msgid "Enter symbols delimited with \"+\" in the box below."
+msgstr ""
+
+#: gtik/gtik.c:1181
+msgid "Display only symbols and price"
+msgstr ""
+
+#: gtik/gtik.c:1182
+msgid "Scroll left to right"
+msgstr ""
+
+#: gtik/gtik.c:1183
+msgid "Display arrows instead of -/+"
+msgstr ""
+
+#: gtik/gtik.c:1184
+msgid "Enable scroll buttons"
+msgstr ""
+
+#. COLOR
+#: gtik/gtik.c:1228
+#, fuzzy
+msgid "+ Color"
+msgstr "Colours"
+
+#: gtik/gtik.c:1245
+#, fuzzy
+msgid "- Color"
+msgstr "Colours"
+
+#: gtik/gtik.c:1265
+msgid "Stock Symbol:"
+msgstr ""
+
+#: gtik/gtik.c:1266 gtik/gtik.c:1277
+msgid "Select Font"
+msgstr ""
+
+#: gtik/gtik.c:1276
+msgid "Stock Change:"
+msgstr ""
+
+#: gtik/gtik.c:1299
+msgid "Symbols"
+msgstr ""
+
+#: gtik/gtik.c:1301 webcontrol/properties.c:425
+msgid "Behavior"
+msgstr ""
+
+#. appearance frame
+#: gtik/gtik.c:1303 mini-commander/src/preferences.c:557
+#: webcontrol/properties.c:271
+msgid "Appearance"
+msgstr ""
+
+#: gtik/gtik.c:1407 slashapp/slashapp.c:103
+msgid "Refresh"
+msgstr ""
+
+#: gtik/gtik.c:1545
+msgid "(No"
+msgstr ""
+
+#: gtik/gtik.c:1546
+msgid "Change "
+msgstr ""
+
#: gweather/gweather-about.c:41
msgid "Copyright (c)1999 by S. Papadimitriou"
msgstr ""
@@ -936,82 +1437,86 @@ msgid ""
"Web: http://gweather.dhs.org/"
msgstr ""
-#: gweather/gweather-applet.c:181
+#: gweather/gweather-applet.c:185
msgid "Cannot create applet!\n"
msgstr ""
-#: gweather/gweather-applet.c:189
+#: gweather/gweather-applet.c:193
msgid "Update"
msgstr ""
+#: gweather/gweather-applet.c:365
+msgid "Updating..."
+msgstr ""
+
#: gweather/gweather-dialog.c:96
msgid "GNOME Weather"
msgstr ""
-#: gweather/gweather-dialog.c:123
+#: gweather/gweather-dialog.c:124
msgid "Location:"
msgstr ""
-#: gweather/gweather-dialog.c:131 gweather/gweather-pref.c:394
+#: gweather/gweather-dialog.c:132 gweather/gweather-pref.c:393
msgid "Update:"
msgstr ""
-#: gweather/gweather-dialog.c:139
+#: gweather/gweather-dialog.c:140
msgid "Conditions:"
msgstr ""
-#: gweather/gweather-dialog.c:147
+#: gweather/gweather-dialog.c:148
msgid "Sky:"
msgstr ""
-#: gweather/gweather-dialog.c:155
+#: gweather/gweather-dialog.c:156
msgid "Temperature:"
msgstr ""
-#: gweather/gweather-dialog.c:163
+#: gweather/gweather-dialog.c:164
msgid "Dew point:"
msgstr ""
-#: gweather/gweather-dialog.c:171
+#: gweather/gweather-dialog.c:172
msgid "Humidity:"
msgstr ""
-#: gweather/gweather-dialog.c:179
+#: gweather/gweather-dialog.c:180
msgid "Wind:"
msgstr ""
-#: gweather/gweather-dialog.c:187
+#: gweather/gweather-dialog.c:188
msgid "Pressure:"
msgstr ""
-#: gweather/gweather-dialog.c:195
+#: gweather/gweather-dialog.c:196
msgid "Visibility:"
msgstr ""
-#: gweather/gweather-dialog.c:294
+#: gweather/gweather-dialog.c:295
msgid "Current conditions"
msgstr ""
-#: gweather/gweather-dialog.c:313
+#: gweather/gweather-dialog.c:315
msgid "Forecast"
msgstr ""
-#: gweather/gweather-dialog.c:331
+#: gweather/gweather-dialog.c:348
msgid "Visit Weather.com"
msgstr ""
-#: gweather/gweather-dialog.c:339
+#: gweather/gweather-dialog.c:356
msgid "Radar map"
msgstr ""
-#: gweather/gweather-dialog.c:416
+#: gweather/gweather-dialog.c:435
msgid ""
"Detailed forecast not available for this location.\n"
"Please try the state forecast; note that IWIN forecasts are available only "
"for US cities."
msgstr ""
-#: gweather/gweather-dialog.c:418
+#: gweather/gweather-dialog.c:437
msgid ""
"State forecast not available for this location.\n"
"Please try the detailed forecast; note that IWIN forecasts are available "
@@ -1034,150 +1539,158 @@ msgstr ""
msgid "Regions"
msgstr ""
-#: gweather/gweather-pref.c:327
-msgid "Gweather Properties"
+#: gweather/gweather-pref.c:326
+msgid "GNOME Weather Properties"
msgstr ""
-#: gweather/gweather-pref.c:376
+#: gweather/gweather-pref.c:375
msgid "Update enabled"
msgstr ""
-#: gweather/gweather-pref.c:380
+#: gweather/gweather-pref.c:379
msgid "Use metric"
msgstr ""
-#: gweather/gweather-pref.c:384
+#: gweather/gweather-pref.c:383
msgid "Detailed forecast"
msgstr ""
-#: gweather/gweather-pref.c:389
+#: gweather/gweather-pref.c:388
msgid "Enable radar maps"
msgstr ""
-#: gweather/gweather-pref.c:416
+#: gweather/gweather-pref.c:415
msgid "(sec)"
msgstr ""
-#: gweather/gweather-pref.c:420
+#: gweather/gweather-pref.c:419
msgid "Basic"
msgstr ""
-#: gweather/gweather-pref.c:437
+#: gweather/gweather-pref.c:436
msgid "Use proxy"
msgstr ""
-#: gweather/gweather-pref.c:441
+#: gweather/gweather-pref.c:440
msgid "Proxy host:"
msgstr ""
-#: gweather/gweather-pref.c:455
+#: gweather/gweather-pref.c:454
msgid "Username:"
msgstr ""
-#: gweather/gweather-pref.c:469
+#: gweather/gweather-pref.c:468
msgid "Password:"
msgstr ""
-#: gweather/gweather-pref.c:484
+#: gweather/gweather-pref.c:483
msgid ""
"Caveat warning: Even though your password will\n"
"be saved in the private configuration file, it will\n"
"be unencrypted!"
msgstr ""
-#: gweather/gweather-pref.c:492
+#: gweather/gweather-pref.c:491
msgid "Network"
msgstr ""
-#: gweather/gweather-pref.c:515
+#: gweather/gweather-pref.c:514
msgid "Location"
msgstr ""
-#: gweather/weather.c:137
+#: gweather/weather.c:110
+msgid "Location vector needs to be 4 elements long"
+msgstr ""
+
+#: gweather/weather.c:144
msgid "Variable"
msgstr ""
-#: gweather/weather.c:138
+#: gweather/weather.c:145
msgid "North"
msgstr ""
-#: gweather/weather.c:138
+#: gweather/weather.c:145
msgid "North - NorthEast"
msgstr ""
-#: gweather/weather.c:138
+#: gweather/weather.c:145
msgid "Northeast"
msgstr ""
-#: gweather/weather.c:138
+#: gweather/weather.c:145
msgid "East - NorthEast"
msgstr ""
-#: gweather/weather.c:139
+#: gweather/weather.c:146
msgid "East"
msgstr ""
-#: gweather/weather.c:139
+#: gweather/weather.c:146
msgid "East - Southeast"
msgstr ""
-#: gweather/weather.c:139
+#: gweather/weather.c:146
msgid "Southeast"
msgstr ""
-#: gweather/weather.c:139
+#: gweather/weather.c:146
msgid "South - Southeast"
msgstr ""
-#: gweather/weather.c:140
+#: gweather/weather.c:147
msgid "South"
msgstr ""
-#: gweather/weather.c:140
+#: gweather/weather.c:147
msgid "South - Southwest"
msgstr ""
-#: gweather/weather.c:140
+#: gweather/weather.c:147
msgid "Southwest"
msgstr ""
-#: gweather/weather.c:140
+#: gweather/weather.c:147
msgid "West - Southwest"
msgstr ""
-#: gweather/weather.c:141
+#: gweather/weather.c:148
msgid "West"
msgstr ""
-#: gweather/weather.c:141
+#: gweather/weather.c:148
msgid "West - Northwest"
msgstr ""
-#: gweather/weather.c:141
+#: gweather/weather.c:148
msgid "Northwest"
msgstr ""
-#: gweather/weather.c:141
+#: gweather/weather.c:148
msgid "North - Northwest"
msgstr ""
-#: gweather/weather.c:150
+#: gweather/weather.c:155 gweather/weather.c:172 gweather/weather.c:236
+msgid "Invalid"
+msgstr ""
+
+#: gweather/weather.c:161
msgid "Clear Sky"
msgstr ""
-#: gweather/weather.c:151
+#: gweather/weather.c:162
msgid "Broken clouds"
msgstr ""
-#: gweather/weather.c:152
+#: gweather/weather.c:163
msgid "Scattered clouds"
msgstr ""
-#: gweather/weather.c:153
+#: gweather/weather.c:164
msgid "Few clouds"
msgstr ""
-#: gweather/weather.c:154
+#: gweather/weather.c:165
msgid "Overcast"
msgstr ""
@@ -1185,1101 +1698,1113 @@ msgstr ""
#. ******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
#. NONE
#. DRIZZLE
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Drizzle"
msgstr ""
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Drizzle in the vicinity"
msgstr ""
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Light drizzle"
msgstr ""
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Moderate drizzle"
msgstr ""
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Heavy drizzle"
msgstr ""
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Shallow drizzle"
msgstr ""
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Patches of drizzle"
msgstr ""
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Partial drizzle"
msgstr ""
-#: gweather/weather.c:179 gweather/weather.c:180
+#: gweather/weather.c:198 gweather/weather.c:199
msgid "Thunderstorm"
msgstr ""
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Windy drizzle"
msgstr ""
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Showers"
msgstr ""
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Drifting drizzle"
msgstr ""
-#: gweather/weather.c:179
+#: gweather/weather.c:198
msgid "Freezing drizzle"
msgstr ""
#. RAIN
-#: gweather/weather.c:180
-msgid "Rain "
+#: gweather/weather.c:199
+msgid "Rain"
msgstr ""
-#: gweather/weather.c:180
+#: gweather/weather.c:199
msgid "Rain in the vicinity"
msgstr ""
-#: gweather/weather.c:180
+#: gweather/weather.c:199
msgid "Light rain"
msgstr ""
-#: gweather/weather.c:180
+#: gweather/weather.c:199
msgid "Moderate rain"
msgstr ""
-#: gweather/weather.c:180
+#: gweather/weather.c:199
msgid "Heavy rain"
msgstr ""
-#: gweather/weather.c:180
+#: gweather/weather.c:199
msgid "Shallow rain"
msgstr ""
-#: gweather/weather.c:180
+#: gweather/weather.c:199
msgid "Patches of rain"
msgstr ""
-#: gweather/weather.c:180
+#: gweather/weather.c:199
msgid "Partial rainfall"
msgstr ""
-#: gweather/weather.c:180
+#: gweather/weather.c:199
msgid "Blowing rainfall"
msgstr ""
-#: gweather/weather.c:180
+#: gweather/weather.c:199
msgid "Rain showers"
msgstr ""
-#: gweather/weather.c:180
+#: gweather/weather.c:199
msgid "Drifting rain"
msgstr ""
-#: gweather/weather.c:180
+#: gweather/weather.c:199
msgid "Freezing rain"
msgstr ""
#. SNOW
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Snow"
msgstr ""
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Snow in the vicinity"
msgstr ""
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Light snow"
msgstr ""
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Moderate snow"
msgstr ""
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Heavy snow"
msgstr ""
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Shallow snow"
msgstr ""
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Patches of snow"
msgstr ""
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Partial snowfall"
msgstr ""
-#: gweather/weather.c:181 gweather/weather.c:182
+#: gweather/weather.c:200 gweather/weather.c:201
msgid "Snowstorm"
msgstr ""
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Blowing snowfall"
msgstr ""
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Snow showers"
msgstr ""
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Drifting snow"
msgstr ""
-#: gweather/weather.c:181
+#: gweather/weather.c:200
msgid "Freezing snow"
msgstr ""
#. SNOW_GRAINS
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Snow grains"
msgstr ""
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Snow grains in the vicinity"
msgstr ""
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Light snow grains"
msgstr ""
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Moderate snow grains"
msgstr ""
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Heavy snow grains"
msgstr ""
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Shallow snow grains"
msgstr ""
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Patches of snow grains"
msgstr ""
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Partial snow grains"
msgstr ""
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Blowing snow grains"
msgstr ""
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Snow grain showers"
msgstr ""
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Drifting snow grains"
msgstr ""
-#: gweather/weather.c:182
+#: gweather/weather.c:201
msgid "Freezing snow grains"
msgstr ""
#. ICE_CRYSTALS
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Ice crystals"
msgstr ""
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Ice crystals in the vicinity"
msgstr ""
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Few ice crystals"
msgstr ""
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Moderate ice crystals"
msgstr ""
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Heavy ice crystals"
msgstr ""
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Patches of ice crystals"
msgstr ""
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Partial ice crystals"
msgstr ""
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Ice crystal storm"
msgstr ""
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Blowing ice crystals"
msgstr ""
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Showers of ice crystals"
msgstr ""
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Drifting ice crystals"
msgstr ""
-#: gweather/weather.c:183
+#: gweather/weather.c:202
msgid "Freezing ice crystals"
msgstr ""
#. ICE_PELLETS
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Ice pellets"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Ice pellets in the vicinity"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Few ice pellets"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Moderate ice pellets"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Heavy ice pellets"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Shallow ice pellets"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Patches of ice pellets"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Partial ice pellets"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Ice pellet storm"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Blowing ice pellets"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Showers of ice pellets"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Drifting ice pellets"
msgstr ""
-#: gweather/weather.c:184
+#: gweather/weather.c:203
msgid "Freezing ice pellets"
msgstr ""
#. HAIL
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Hail"
msgstr ""
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Hail in the vicinity"
msgstr ""
-#: gweather/weather.c:185 gweather/weather.c:186
+#: gweather/weather.c:204 gweather/weather.c:205
msgid "Light hail"
msgstr ""
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Moderate hail"
msgstr ""
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Heavy hail"
msgstr ""
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Shallow hail"
msgstr ""
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Patches of hail"
msgstr ""
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Partial hail"
msgstr ""
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Hailstorm"
msgstr ""
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Blowing hail"
msgstr ""
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Hail showers"
msgstr ""
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Drifting hail"
msgstr ""
-#: gweather/weather.c:185
+#: gweather/weather.c:204
msgid "Freezing hail"
msgstr ""
#. SMALL_HAIL
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Small hail"
msgstr ""
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Small hail in the vicinity"
msgstr ""
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Moderate small hail"
msgstr ""
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Heavy small hail"
msgstr ""
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Shallow small hail"
msgstr ""
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Patches of small hail"
msgstr ""
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Partial small hail"
msgstr ""
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Small hailstorm"
msgstr ""
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Blowing small hail"
msgstr ""
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Showers of small hail"
msgstr ""
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Drifting small hail"
msgstr ""
-#: gweather/weather.c:186
+#: gweather/weather.c:205
msgid "Freezing small hail"
msgstr ""
#. PRECIPITATION
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Unknown precipitation"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Precipitation in the vicinity"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Light precipitation"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Moderate precipitation"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Heavy precipitation"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Shallow precipitation"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Patches of precipitation"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Partial precipitation"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Unknown thunderstorm"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Blowing precipitation"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Showers, type unknown"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Drifting precipitation"
msgstr ""
-#: gweather/weather.c:187
+#: gweather/weather.c:206
msgid "Freezing precipitation"
msgstr ""
#. MIST
-#: gweather/weather.c:188
+#: gweather/weather.c:207
msgid "Mist"
msgstr ""
-#: gweather/weather.c:188
+#: gweather/weather.c:207
msgid "Mist in the vicinity"
msgstr ""
-#: gweather/weather.c:188
+#: gweather/weather.c:207
msgid "Light mist"
msgstr ""
-#: gweather/weather.c:188
+#: gweather/weather.c:207
msgid "Moderate mist"
msgstr ""
-#: gweather/weather.c:188
+#: gweather/weather.c:207
msgid "Thick mist"
msgstr ""
-#: gweather/weather.c:188
+#: gweather/weather.c:207
msgid "Shallow mist"
msgstr ""
-#: gweather/weather.c:188
+#: gweather/weather.c:207
msgid "Patches of mist"
msgstr ""
-#: gweather/weather.c:188
+#: gweather/weather.c:207
msgid "Partial mist"
msgstr ""
-#: gweather/weather.c:188
+#: gweather/weather.c:207
msgid "Mist with wind"
msgstr ""
-#: gweather/weather.c:188
+#: gweather/weather.c:207
msgid "Drifting mist"
msgstr ""
-#: gweather/weather.c:188
+#: gweather/weather.c:207
msgid "Freezing mist"
msgstr ""
#. FOG
-#: gweather/weather.c:189
+#: gweather/weather.c:208
msgid "Fog"
msgstr ""
-#: gweather/weather.c:189
+#: gweather/weather.c:208
msgid "Fog in the vicinity"
msgstr ""
-#: gweather/weather.c:189
+#: gweather/weather.c:208
msgid "Light fog"
msgstr ""
-#: gweather/weather.c:189
+#: gweather/weather.c:208
msgid "Moderate fog"
msgstr ""
-#: gweather/weather.c:189
+#: gweather/weather.c:208
msgid "Thick fog"
msgstr ""
-#: gweather/weather.c:189
+#: gweather/weather.c:208
msgid "Shallow fog"
msgstr ""
-#: gweather/weather.c:189
+#: gweather/weather.c:208
msgid "Patches of fog"
msgstr ""
-#: gweather/weather.c:189
+#: gweather/weather.c:208
msgid "Partial fog"
msgstr ""
-#: gweather/weather.c:189
+#: gweather/weather.c:208
msgid "Fog with wind"
msgstr ""
-#: gweather/weather.c:189
+#: gweather/weather.c:208
msgid "Drifting fog"
msgstr ""
-#: gweather/weather.c:189
+#: gweather/weather.c:208
msgid "Freezing fog"
msgstr ""
#. SMOKE
-#: gweather/weather.c:190
+#: gweather/weather.c:209
msgid "Smoke"
msgstr ""
-#: gweather/weather.c:190
+#: gweather/weather.c:209
msgid "Smoke in the vicinity"
msgstr ""
-#: gweather/weather.c:190
+#: gweather/weather.c:209
msgid "Thin smoke"
msgstr ""
-#: gweather/weather.c:190
+#: gweather/weather.c:209
msgid "Moderate smoke"
msgstr ""
-#: gweather/weather.c:190
+#: gweather/weather.c:209
msgid "Thick smoke"
msgstr ""
-#: gweather/weather.c:190
+#: gweather/weather.c:209
msgid "Shallow smoke"
msgstr ""
-#: gweather/weather.c:190
+#: gweather/weather.c:209
msgid "Patches of smoke"
msgstr ""
-#: gweather/weather.c:190
+#: gweather/weather.c:209
msgid "Partial smoke"
msgstr ""
-#: gweather/weather.c:190
+#: gweather/weather.c:209
msgid "Smoke w/ thunders"
msgstr ""
-#: gweather/weather.c:190
+#: gweather/weather.c:209
msgid "Smoke with wind"
msgstr ""
-#: gweather/weather.c:190
+#: gweather/weather.c:209
msgid "Drifting smoke"
msgstr ""
#. VOLCANIC_ASH
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Volcanic ash"
msgstr ""
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Volcanic ash in the vicinity"
msgstr ""
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Moderate volcanic ash"
msgstr ""
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Thick volcanic ash"
msgstr ""
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Shallow volcanic ash"
msgstr ""
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Patches of volcanic ash"
msgstr ""
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Partial volcanic ash"
msgstr ""
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Volcanic ash w/ thunders"
msgstr ""
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Blowing volcanic ash"
msgstr ""
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Showers of volcanic ash "
msgstr ""
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Drifting volcanic ash"
msgstr ""
-#: gweather/weather.c:191
+#: gweather/weather.c:210
msgid "Freezing volcanic ash"
msgstr ""
#. SAND
-#: gweather/weather.c:192
+#: gweather/weather.c:211
msgid "Sand"
msgstr ""
-#: gweather/weather.c:192
+#: gweather/weather.c:211
msgid "Sand in the vicinity"
msgstr ""
-#: gweather/weather.c:192
+#: gweather/weather.c:211
msgid "Light sand"
msgstr ""
-#: gweather/weather.c:192
+#: gweather/weather.c:211
msgid "Moderate sand"
msgstr ""
-#: gweather/weather.c:192
+#: gweather/weather.c:211
msgid "Heavy sand"
msgstr ""
-#: gweather/weather.c:192
+#: gweather/weather.c:211
msgid "Patches of sand"
msgstr ""
-#: gweather/weather.c:192
+#: gweather/weather.c:211
msgid "Partial sand"
msgstr ""
-#: gweather/weather.c:192
+#: gweather/weather.c:211
msgid "Blowing sand"
msgstr ""
-#: gweather/weather.c:192
+#: gweather/weather.c:211
msgid "Drifting sand"
msgstr ""
#. HAZE
-#: gweather/weather.c:193
+#: gweather/weather.c:212
msgid "Haze"
msgstr ""
-#: gweather/weather.c:193
+#: gweather/weather.c:212
msgid "Haze in the vicinity"
msgstr ""
-#: gweather/weather.c:193
+#: gweather/weather.c:212
msgid "Light haze"
msgstr ""
-#: gweather/weather.c:193
+#: gweather/weather.c:212
msgid "Moderate haze"
msgstr ""
-#: gweather/weather.c:193
+#: gweather/weather.c:212
msgid "Thick haze"
msgstr ""
-#: gweather/weather.c:193
+#: gweather/weather.c:212
msgid "Shallow haze"
msgstr ""
-#: gweather/weather.c:193
+#: gweather/weather.c:212
msgid "Patches of haze"
msgstr ""
-#: gweather/weather.c:193
+#: gweather/weather.c:212
msgid "Partial haze"
msgstr ""
-#: gweather/weather.c:193
+#: gweather/weather.c:212
msgid "Haze with wind"
msgstr ""
-#: gweather/weather.c:193
+#: gweather/weather.c:212
msgid "Drifting haze"
msgstr ""
-#: gweather/weather.c:193
+#: gweather/weather.c:212
msgid "Freezing haze"
msgstr ""
#. SPRAY
-#: gweather/weather.c:194
+#: gweather/weather.c:213
msgid "Sprays"
msgstr ""
-#: gweather/weather.c:194
+#: gweather/weather.c:213
msgid "Sprays in the vicinity"
msgstr ""
-#: gweather/weather.c:194
+#: gweather/weather.c:213
msgid "Light sprays"
msgstr ""
-#: gweather/weather.c:194
+#: gweather/weather.c:213
msgid "Moderate sprays"
msgstr ""
-#: gweather/weather.c:194
+#: gweather/weather.c:213
msgid "Heavy sprays"
msgstr ""
-#: gweather/weather.c:194
+#: gweather/weather.c:213
msgid "Shallow sprays"
msgstr ""
-#: gweather/weather.c:194
+#: gweather/weather.c:213
msgid "Patches of sprays"
msgstr ""
-#: gweather/weather.c:194
+#: gweather/weather.c:213
msgid "Partial sprays"
msgstr ""
-#: gweather/weather.c:194
+#: gweather/weather.c:213
msgid "Blowing sprays"
msgstr ""
-#: gweather/weather.c:194
+#: gweather/weather.c:213
msgid "Drifting sprays"
msgstr ""
-#: gweather/weather.c:194
+#: gweather/weather.c:213
msgid "Freezing sprays"
msgstr ""
#. DUST
-#: gweather/weather.c:195
+#: gweather/weather.c:214
msgid "Dust"
msgstr ""
-#: gweather/weather.c:195
+#: gweather/weather.c:214
msgid "Dust in the vicinity"
msgstr ""
-#: gweather/weather.c:195
+#: gweather/weather.c:214
msgid "Light dust"
msgstr ""
-#: gweather/weather.c:195
+#: gweather/weather.c:214
msgid "Moderate dust"
msgstr ""
-#: gweather/weather.c:195
+#: gweather/weather.c:214
msgid "Heavy dust"
msgstr ""
-#: gweather/weather.c:195
+#: gweather/weather.c:214
msgid "Patches of dust"
msgstr ""
-#: gweather/weather.c:195
+#: gweather/weather.c:214
msgid "Partial dust"
msgstr ""
-#: gweather/weather.c:195
+#: gweather/weather.c:214
msgid "Blowing dust"
msgstr ""
-#: gweather/weather.c:195
+#: gweather/weather.c:214
msgid "Drifting dust"
msgstr ""
#. SQUALL
-#: gweather/weather.c:196
+#: gweather/weather.c:215
msgid "Squall"
msgstr ""
-#: gweather/weather.c:196
+#: gweather/weather.c:215
msgid "Squall in the vicinity"
msgstr ""
-#: gweather/weather.c:196
+#: gweather/weather.c:215
msgid "Light squall"
msgstr ""
-#: gweather/weather.c:196
+#: gweather/weather.c:215
msgid "Moderate squall"
msgstr ""
-#: gweather/weather.c:196
+#: gweather/weather.c:215
msgid "Heavy squall"
msgstr ""
-#: gweather/weather.c:196
+#: gweather/weather.c:215
msgid "Partial squall"
msgstr ""
-#: gweather/weather.c:196
+#: gweather/weather.c:215
msgid "Thunderous squall"
msgstr ""
-#: gweather/weather.c:196
+#: gweather/weather.c:215
msgid "Blowing squall"
msgstr ""
-#: gweather/weather.c:196
+#: gweather/weather.c:215
msgid "Drifting squall"
msgstr ""
-#: gweather/weather.c:196
+#: gweather/weather.c:215
msgid "Freezing squall"
msgstr ""
#. SANDSTORM
-#: gweather/weather.c:197
+#: gweather/weather.c:216
msgid "Sandstorm"
msgstr ""
-#: gweather/weather.c:197
+#: gweather/weather.c:216
msgid "Sandstorm in the vicinity"
msgstr ""
-#: gweather/weather.c:197
+#: gweather/weather.c:216
msgid "Light standstorm"
msgstr ""
-#: gweather/weather.c:197
+#: gweather/weather.c:216
msgid "Moderate sandstorm"
msgstr ""
-#: gweather/weather.c:197
+#: gweather/weather.c:216
msgid "Heavy sandstorm"
msgstr ""
-#: gweather/weather.c:197
+#: gweather/weather.c:216
msgid "Shallow sandstorm"
msgstr ""
-#: gweather/weather.c:197
+#: gweather/weather.c:216
msgid "Partial sandstorm"
msgstr ""
-#: gweather/weather.c:197
+#: gweather/weather.c:216
msgid "Thunderous sandstorm"
msgstr ""
-#: gweather/weather.c:197
+#: gweather/weather.c:216
msgid "Blowing sandstorm"
msgstr ""
-#: gweather/weather.c:197
+#: gweather/weather.c:216
msgid "Drifting sandstorm"
msgstr ""
-#: gweather/weather.c:197
+#: gweather/weather.c:216
msgid "Freezing sandstorm"
msgstr ""
#. DUSTSTORM
-#: gweather/weather.c:198
+#: gweather/weather.c:217
msgid "Duststorm"
msgstr ""
-#: gweather/weather.c:198
+#: gweather/weather.c:217
msgid "Duststorm in the vicinity"
msgstr ""
-#: gweather/weather.c:198
+#: gweather/weather.c:217
msgid "Light duststorm"
msgstr ""
-#: gweather/weather.c:198
+#: gweather/weather.c:217
msgid "Moderate duststorm"
msgstr ""
-#: gweather/weather.c:198
+#: gweather/weather.c:217
msgid "Heavy duststorm"
msgstr ""
-#: gweather/weather.c:198
+#: gweather/weather.c:217
msgid "Shallow duststorm"
msgstr ""
-#: gweather/weather.c:198
+#: gweather/weather.c:217
msgid "Partial duststorm"
msgstr ""
-#: gweather/weather.c:198
+#: gweather/weather.c:217
msgid "Thunderous duststorm"
msgstr ""
-#: gweather/weather.c:198
+#: gweather/weather.c:217
msgid "Blowing duststorm"
msgstr ""
-#: gweather/weather.c:198
+#: gweather/weather.c:217
msgid "Drifting duststorm"
msgstr ""
-#: gweather/weather.c:198
+#: gweather/weather.c:217
msgid "Freezing duststorm"
msgstr ""
#. FUNNEL_CLOUD
-#: gweather/weather.c:199
+#: gweather/weather.c:218
msgid "Funnel cloud"
msgstr ""
-#: gweather/weather.c:199
+#: gweather/weather.c:218
msgid "Funnel cloud in the vicinity"
msgstr ""
-#: gweather/weather.c:199
+#: gweather/weather.c:218
msgid "Light funnel cloud"
msgstr ""
-#: gweather/weather.c:199
+#: gweather/weather.c:218
msgid "Moderate funnel cloud"
msgstr ""
-#: gweather/weather.c:199
+#: gweather/weather.c:218
msgid "Thick funnel cloud"
msgstr ""
-#: gweather/weather.c:199
+#: gweather/weather.c:218
msgid "Shallow funnel cloud"
msgstr ""
-#: gweather/weather.c:199
+#: gweather/weather.c:218
msgid "Patches of funnel clouds"
msgstr ""
-#: gweather/weather.c:199
+#: gweather/weather.c:218
msgid "Partial funnel clouds"
msgstr ""
-#: gweather/weather.c:199
+#: gweather/weather.c:218
msgid "Funnel cloud w/ wind"
msgstr ""
-#: gweather/weather.c:199
+#: gweather/weather.c:218
msgid "Drifting funnel cloud"
msgstr ""
#. TORNADO
-#: gweather/weather.c:200
+#: gweather/weather.c:219
msgid "Tornado"
msgstr ""
-#: gweather/weather.c:200
+#: gweather/weather.c:219
msgid "Tornado in the vicinity"
msgstr ""
-#: gweather/weather.c:200
+#: gweather/weather.c:219
msgid "Moderate tornado"
msgstr ""
-#: gweather/weather.c:200
+#: gweather/weather.c:219
msgid "Raging tornado"
msgstr ""
-#: gweather/weather.c:200
+#: gweather/weather.c:219
msgid "Partial tornado"
msgstr ""
-#: gweather/weather.c:200
+#: gweather/weather.c:219
msgid "Thunderous tornado"
msgstr ""
-#: gweather/weather.c:200
+#: gweather/weather.c:219
msgid "Drifting tornado"
msgstr ""
-#: gweather/weather.c:200
+#: gweather/weather.c:219
msgid "Freezing tornado"
msgstr ""
#. DUST_WHIRLS
-#: gweather/weather.c:201
+#: gweather/weather.c:220
msgid "Dust whirls"
msgstr ""
-#: gweather/weather.c:201
+#: gweather/weather.c:220
msgid "Dust whirls in the vicinity"
msgstr ""
-#: gweather/weather.c:201
+#: gweather/weather.c:220
msgid "Light dust whirls"
msgstr ""
-#: gweather/weather.c:201
+#: gweather/weather.c:220
msgid "Moderate dust whirls"
msgstr ""
-#: gweather/weather.c:201
+#: gweather/weather.c:220
msgid "Heavy dust whirls"
msgstr ""
-#: gweather/weather.c:201
+#: gweather/weather.c:220
msgid "Shallow dust whirls"
msgstr ""
-#: gweather/weather.c:201
+#: gweather/weather.c:220
msgid "Patches of dust whirls"
msgstr ""
-#: gweather/weather.c:201
+#: gweather/weather.c:220
msgid "Partial dust whirls"
msgstr ""
-#: gweather/weather.c:201
+#: gweather/weather.c:220
msgid "Blowing dust whirls"
msgstr ""
-#: gweather/weather.c:201
+#: gweather/weather.c:220
msgid "Drifting dust whirls"
msgstr ""
-#: gweather/weather.c:772
+#: gweather/weather.c:798 gweather/weather.c:849 gweather/weather.c:1002
+msgid "WeatherInfo missing location"
+msgstr ""
+
+#: gweather/weather.c:805
msgid "Failed to get METAR data.\n"
msgstr ""
-#: gweather/weather.c:954
+#: gweather/weather.c:1009
msgid "Failed to get IWIN forecast data.\n"
msgstr ""
-#: gweather/weather.c:1039
+#: gweather/weather.c:1203
+msgid "Failed to get Met Office forecast data.\n"
+msgstr ""
+
+#: gweather/weather.c:1321
msgid "Failed to get radar map image.\n"
msgstr ""
-#: gweather/weather.c:1095
+#: gweather/weather.c:1381
msgid "Another update already in progress!\n"
msgstr ""
-#: gweather/weather.c:1300
+#: gweather/weather.c:1605
msgid "%a, %b %d / %H:%M"
msgstr ""
-#: gweather/weather.c:1302
+#: gweather/weather.c:1609
msgid "Unknown observation time"
msgstr ""
-#: gweather/weather.c:1361
+#: gweather/weather.c:1669
msgid "Calm"
msgstr ""
-#: gweather/weather.c:1385
+#: gweather/weather.c:1695
msgid "Unknown"
msgstr ""
-#: gweather/weather.c:1417
+#: gweather/weather.c:1727
msgid "Retrieval failed"
msgstr ""
-#: jbc/jbc-applet.c:55
+#: jbc/jbc-applet.c:57
msgid "Jon's Binary Clock"
msgstr ""
#: jbc/jbc-applet.c:59
+msgid "(C) 1999"
+msgstr ""
+
+#: jbc/jbc-applet.c:61
msgid ""
"Released under the GNU general public license.\n"
"Displays time in Binary Coded Decimal\n"
@@ -2412,7 +2937,7 @@ msgstr ""
msgid "size changed"
msgstr ""
-#: mini-commander/src/mini-commander_applet.c:228 slashapp/properties.c:253
+#: mini-commander/src/mini-commander_applet.c:228
msgid "Browser"
msgstr ""
@@ -2458,11 +2983,6 @@ msgstr ""
msgid "Show date"
msgstr ""
-#. appearance frame
-#: mini-commander/src/preferences.c:557
-msgid "Appearance"
-msgstr ""
-
#. show handle check box
#: mini-commander/src/preferences.c:565
msgid "Show handle"
@@ -2525,44 +3045,44 @@ msgid "Macros"
msgstr ""
#. probably should die more gracefully
-#: mixer/mixer.c:127
+#: mixer/mixer.c:130
#, c-format
msgid "Couldn't open mixer device %s\n"
msgstr ""
-#: mixer/mixer.c:141
+#: mixer/mixer.c:144
msgid ""
"warning: this version of gmix was compiled with a different version of\n"
"soundcard.h.\n"
msgstr ""
-#: mixer/mixer.c:482
+#: mixer/mixer.c:485
msgid "Main Volume and Mute"
msgstr ""
-#: mixer/mixer.c:613
+#: mixer/mixer.c:616
msgid "Mixer Applet"
msgstr ""
-#: mixer/mixer.c:614
+#: mixer/mixer.c:617
msgid "(c) 1998 The Free Software Foundation"
msgstr ""
-#: mixer/mixer.c:616
+#: mixer/mixer.c:619
msgid ""
"The mixer applet gives you instant access to setting the master volume level "
"on your soundcard device"
msgstr ""
-#: mixer/mixer.c:752
+#: mixer/mixer.c:755
msgid "Run Audio Mixer..."
msgstr ""
-#: modemlights/modemlights.c:116
+#: modemlights/modemlights.c:201
msgid "Modem Lights Applet"
msgstr ""
-#: modemlights/modemlights.c:119
+#: modemlights/modemlights.c:204
msgid ""
"Released under the GNU general public license.\n"
"A modem status indicator and dialer.\n"
@@ -2572,81 +3092,131 @@ msgstr ""
"A modem status indicator and dialer.\n"
"Lights in order from the top or left are Send data and Receive data."
-#: modemlights/modemlights.c:422
+#: modemlights/modemlights.c:525
msgid ""
"You are currently connected.\n"
"Do you want to disconnect?"
msgstr ""
-#: modemlights/modemlights.c:437
+#: modemlights/modemlights.c:540
msgid "Do you want to connect?"
msgstr ""
-#: modemlights/modemlights.c:459
+#: modemlights/modemlights.c:566
+#, c-format
+msgid "%#.1fMb received / %#.1fMb sent / time: %.1d:%.2d"
+msgstr ""
+
+#: modemlights/modemlights.c:571
msgid "not connected"
msgstr ""
-#: modemlights/modemlights.c:1236
+#: modemlights/modemlights.c:1501
msgid "Help..."
msgstr ""
-#: modemlights/properties.c:207
+#: modemlights/properties.c:396
msgid "Modem Lights Settings"
msgstr ""
-#: modemlights/properties.c:212
+#: modemlights/properties.c:401
msgid "Connecting"
msgstr ""
-#: modemlights/properties.c:226
+#: modemlights/properties.c:415
msgid "Connect command:"
msgstr ""
-#: modemlights/properties.c:243
+#: modemlights/properties.c:432
msgid "Disconnect command:"
msgstr ""
#. confirmation checkbox
-#: modemlights/properties.c:256
+#: modemlights/properties.c:445
msgid "Confirm connection"
msgstr ""
-#: modemlights/properties.c:263 slashapp/properties.c:426
-#: tickastat/properties.c:565
-msgid "Display"
-msgstr ""
-
-#: modemlights/properties.c:277
+#: modemlights/properties.c:466
msgid "Updates per second"
msgstr ""
#. extra info checkbox
-#: modemlights/properties.c:290
+#: modemlights/properties.c:479
msgid "Show connect time and throughput"
msgstr ""
-#: modemlights/properties.c:306
+#: modemlights/properties.c:495
+msgid "Receive data"
+msgstr ""
+
+#: modemlights/properties.c:497 modemlights/properties.c:502
+#: modemlights/properties.c:521
+msgid "Foreground"
+msgstr ""
+
+#: modemlights/properties.c:498 modemlights/properties.c:503
+#: modemlights/properties.c:522
+msgid "Background"
+msgstr ""
+
+#: modemlights/properties.c:500
+msgid "Send data"
+msgstr ""
+
+#: modemlights/properties.c:505
+msgid "Connection status"
+msgstr ""
+
+#: modemlights/properties.c:507
+msgid "Connected"
+msgstr ""
+
+#: modemlights/properties.c:508
+msgid "Not connected"
+msgstr ""
+
+#: modemlights/properties.c:509
+msgid "Awaiting connection"
+msgstr ""
+
+#: modemlights/properties.c:512
+msgid "Blink"
+msgstr ""
+
+#: modemlights/properties.c:519
+msgid "Text"
+msgstr ""
+
+#: modemlights/properties.c:523
+msgid "Outline"
+msgstr ""
+
+#: modemlights/properties.c:534
msgid "Modem options"
msgstr ""
-#: modemlights/properties.c:320
+#: modemlights/properties.c:548
msgid "Modem lock file:"
msgstr ""
-#: modemlights/properties.c:332
+#: modemlights/properties.c:560
msgid "Verify owner of lock file"
msgstr ""
-#: modemlights/properties.c:344
+#: modemlights/properties.c:572
msgid "Device:"
msgstr ""
#. ISDN checkbox
-#: modemlights/properties.c:357
+#: modemlights/properties.c:585
msgid "Use ISDN"
msgstr ""
-#: modemlights/properties.c:371 sound-monitor/properties.c:521
+#: modemlights/properties.c:605
+msgid "Set options as default"
+msgstr ""
+
+#: modemlights/properties.c:611 sound-monitor/properties.c:507
msgid "Advanced"
msgstr ""
@@ -2834,25 +3404,25 @@ msgstr ""
"\n"
"Swap Load Meter Applet."
-#: odometer/odo.c:141
+#: odometer/odo.c:142
msgid "Odometer"
msgstr ""
-#: odometer/odo.c:143
+#: odometer/odo.c:144
msgid "(C) 1999 The Free Software Foundation"
msgstr ""
-#: odometer/odo.c:145
+#: odometer/odo.c:146
msgid ""
"a GNOME applet that tracks and measures the movements of your mouse pointer "
"across the desktop."
msgstr ""
-#: odometer/odo.c:642
+#: odometer/odo.c:664
msgid "Can't create odometer applet!"
msgstr ""
-#: odometer/odo.c:658
+#: odometer/odo.c:680
msgid "Reset"
msgstr ""
@@ -2891,35 +3461,35 @@ msgid ""
"launchers."
msgstr ""
-#: quicklaunch/quicklaunch.c:132
+#: quicklaunch/quicklaunch.c:135
msgid "Launcher Properties"
msgstr ""
-#: quicklaunch/quicklaunch.c:241
+#: quicklaunch/quicklaunch.c:250
msgid ""
"drop launchers from\n"
"the menu here"
msgstr ""
-#: quicklaunch/quicklaunch.c:281
+#: quicklaunch/quicklaunch.c:290
msgid "Launcher properties..."
msgstr ""
-#: quicklaunch/quicklaunch.c:293
+#: quicklaunch/quicklaunch.c:302
msgid "Delete launcher"
msgstr ""
-#: quicklaunch/quicklaunch.c:400
+#: quicklaunch/quicklaunch.c:411
#, c-format
msgid "File '%s' does not exist"
msgstr ""
-#: quicklaunch/quicklaunch.c:409
+#: quicklaunch/quicklaunch.c:420
#, c-format
msgid "Don't know how to make a launcher out of: '%s'"
msgstr ""
-#: quicklaunch/quicklaunch.c:477
+#: quicklaunch/quicklaunch.c:501
msgid ""
"Cannot create directory:\n"
"~/.gnome/quicklaunch.\n"
@@ -3257,169 +3827,185 @@ msgid ""
"when passed to a shell"
msgstr ""
-#: slashapp/properties.c:203 slashapp/slashapp.c:61
-msgid "Articles"
+#: slashapp/properties.c:293
+msgid "Site"
msgstr ""
-#: slashapp/properties.c:212
-msgid "Show topic images"
+#: slashapp/properties.c:302
+msgid "Slashdot"
msgstr ""
-#: slashapp/properties.c:218
-msgid "Show department"
+#: slashapp/properties.c:312
+msgid "Gnotices"
msgstr ""
-#: slashapp/properties.c:224
-msgid "Show extra information (Time, Author, Comments)"
+#: slashapp/properties.c:322 slashapp/slashapp.c:100
+msgid "Articles"
msgstr ""
-#: slashapp/properties.c:234
+#: slashapp/properties.c:353
msgid "Delay between articles (10 = 1 sec):"
msgstr ""
-#: slashapp/properties.c:248
-msgid "(These settings do not take effect until a refresh)"
+#: slashapp/properties.c:367
+msgid "Use Proxy"
msgstr ""
-#: slashapp/properties.c:262
-msgid "Open new window"
+#: slashapp/properties.c:378
+msgid "Proxy Host: "
+msgstr ""
+
+#: slashapp/properties.c:395
+msgid "Proxy Port: "
+msgstr ""
+
+#: slashapp/properties.c:408
+msgid "(These settings do not take effect until a refresh)"
msgstr ""
-#: slashapp/properties.c:360 tickastat/properties.c:434
+#: slashapp/properties.c:421 tickastat/properties.c:434
msgid "Scrolling"
msgstr ""
-#: slashapp/properties.c:369 tickastat/properties.c:443
+#: slashapp/properties.c:430 tickastat/properties.c:443
msgid "Smooth scroll"
msgstr ""
-#: slashapp/properties.c:375 tickastat/properties.c:449
+#: slashapp/properties.c:436 tickastat/properties.c:449
msgid "Smooth type"
msgstr ""
-#: slashapp/properties.c:381 tickastat/properties.c:455
+#: slashapp/properties.c:442 tickastat/properties.c:455
msgid "Speed"
msgstr ""
-#: slashapp/properties.c:394 tickastat/properties.c:468
+#: slashapp/properties.c:455 tickastat/properties.c:468
msgid "Delay when wrapping text:"
msgstr ""
-#: slashapp/properties.c:412 tickastat/properties.c:486
+#: slashapp/properties.c:473 tickastat/properties.c:486
msgid "Scroll speed between lines (Smooth scroll):"
msgstr ""
-#: slashapp/slashapp.c:64
-msgid "Refresh"
-msgstr ""
-
-#: slashapp/slashapp.c:72
+#: slashapp/slashapp.c:114
msgid "Loading headlines..."
msgstr ""
-#: slashapp/slashapp.c:83
+#: slashapp/slashapp.c:152
#, c-format
msgid "Creating user directory: %s\n"
msgstr ""
-#: slashapp/slashapp.c:85
+#: slashapp/slashapp.c:154
#, c-format
msgid "Unable to create user directory: %s\n"
msgstr ""
-#: slashapp/slashapp.c:134 tickastat/main.c:188
+#: slashapp/slashapp.c:223 tickastat/main.c:188
#, c-format
msgid "%d.%d.%d"
msgstr ""
-#: slashapp/slashapp.c:136
-msgid "Justin Maurer <justin@slashdot.org>"
+#: slashapp/slashapp.c:225
+msgid "Justin Maurer <justin@helixcode.com>"
msgstr ""
-#: slashapp/slashapp.c:138
+#: slashapp/slashapp.c:227
msgid "Craig Small <csmall@eye-net.com.au>"
msgstr ""
-#: slashapp/slashapp.c:139
+#: slashapp/slashapp.c:228
msgid "Frederic Devernay <devernay@istar.fr>"
msgstr ""
-#: slashapp/slashapp.c:142
+#: slashapp/slashapp.c:231
msgid "SlashApp"
msgstr ""
-#: slashapp/slashapp.c:143
-msgid "(C) 1998-1999"
+#: slashapp/slashapp.c:232
+msgid "(C) 1998-2000"
msgstr ""
-#: slashapp/slashapp.c:145
+#: slashapp/slashapp.c:234
msgid "A stock ticker-like applet\n"
msgstr ""
-#: slashapp/slashapp.c:164
+#: slashapp/slashapp.c:253
msgid "SlashApp Article List"
msgstr ""
-#: slashapp/slashapp.c:254
+#: slashapp/slashapp.c:344
msgid "No articles"
msgstr ""
-#: slashapp/slashapp.c:310 slashapp/slashapp.c:319
+#: slashapp/slashapp.c:402 slashapp/slashapp.c:411
msgid "Unable to parse document\n"
msgstr ""
-#: slashapp/slashapp.c:341
+#: slashapp/slashapp.c:403 slashapp/slashapp.c:412
+msgid "Can't parse XML. Net connection down?"
+msgstr ""
+
+#: slashapp/slashapp.c:441
msgid "Unable to initialize request. Shouldn't happen\n"
msgstr "Unable to initialise request. Shouldn't happen\n"
-#: slashapp/slashapp.c:365
+#: slashapp/slashapp.c:470
msgid "Unable to prepare request.\n"
msgstr ""
-#: slashapp/slashapp.c:369
+#: slashapp/slashapp.c:474
msgid "Unable to process request.\n"
msgstr ""
-#: sound-monitor/main.c:44
+#: slashapp/slashapp.c:510
+msgid "No title"
+msgstr ""
+
+#: slashapp/slashapp.c:511
+msgid "No url"
+msgstr ""
+
+#: sound-monitor/main.c:29
msgid "Sound Monitor Applet"
msgstr ""
-#: sound-monitor/main.c:45 tickastat/main.c:195
-msgid "(C) 1999 John Ellis"
+#: sound-monitor/main.c:30
+msgid "(C) 2000 John Ellis"
msgstr ""
-#: sound-monitor/main.c:47
+#: sound-monitor/main.c:32
msgid ""
"Sound monitor interface to Esound\n"
"\n"
"Released under the GNU general public license."
msgstr ""
-#: sound-monitor/main.c:92
+#: sound-monitor/main.c:77
msgid "Place Esound in standby"
msgstr ""
-#: sound-monitor/main.c:97
+#: sound-monitor/main.c:81
msgid "Resume Esound"
msgstr ""
-#: sound-monitor/main.c:102 sound-monitor/main.c:363
+#: sound-monitor/main.c:85 sound-monitor/main.c:262
msgid "Start Esound"
msgstr ""
-#: sound-monitor/main.c:356
+#: sound-monitor/main.c:255
msgid "Manager..."
msgstr ""
-#: sound-monitor/manager.c:1274 sound-monitor/manager.c:1362
+#: sound-monitor/manager.c:1275 sound-monitor/manager.c:1363
msgid "Volume"
msgstr ""
-#: sound-monitor/manager.c:1290 sound-monitor/manager.c:1378
+#: sound-monitor/manager.c:1291 sound-monitor/manager.c:1379
msgid "Balance"
msgstr ""
-#: sound-monitor/properties.c:133
+#: sound-monitor/properties.c:134
msgid ""
"You have enabled the \"Monitor sound input\" option.\n"
"\n"
@@ -3430,43 +4016,43 @@ msgid ""
"You have been warned!"
msgstr ""
-#: sound-monitor/properties.c:349
+#: sound-monitor/properties.c:337
msgid "Peak indicator"
msgstr ""
-#: sound-monitor/properties.c:358
+#: sound-monitor/properties.c:346
msgid "off"
msgstr ""
-#: sound-monitor/properties.c:365
+#: sound-monitor/properties.c:353
msgid "active"
msgstr ""
-#: sound-monitor/properties.c:372
+#: sound-monitor/properties.c:360
msgid "smooth"
msgstr ""
-#: sound-monitor/properties.c:379
+#: sound-monitor/properties.c:367
msgid "Peak indicator falloff speed"
msgstr ""
-#: sound-monitor/properties.c:396
+#: sound-monitor/properties.c:384
msgid "Scope (scale 1:X, where X = ? )"
msgstr ""
-#: sound-monitor/properties.c:413
+#: sound-monitor/properties.c:401
msgid "Connect points in scope"
msgstr ""
-#: sound-monitor/properties.c:419
+#: sound-monitor/properties.c:407
msgid "Screen refresh (frames per second)"
msgstr ""
-#: sound-monitor/properties.c:500
+#: sound-monitor/properties.c:488
msgid "ESD host to monitor:"
msgstr ""
-#: sound-monitor/properties.c:514
+#: sound-monitor/properties.c:501
msgid "Monitor sound input (only use if sound card is FULL DUPLEX)"
msgstr ""
@@ -3486,6 +4072,10 @@ msgstr ""
msgid "Tick-a-Stat"
msgstr ""
+#: tickastat/main.c:195
+msgid "(C) 1999 John Ellis"
+msgstr ""
+
#: tickastat/main.c:197
msgid "A ticker to display various information and statistics.\n"
msgstr ""
@@ -3613,10 +4203,6 @@ msgid "Enabled"
msgstr ""
#: tickastat/mod_news.c:1203
-msgid "Name"
-msgstr ""
-
-#: tickastat/mod_news.c:1203
msgid "Line delay"
msgstr ""
@@ -3767,43 +4353,34 @@ msgstr ""
msgid "Use panel size hint"
msgstr ""
-#: webcontrol/webcontrol.c:63
+#: webcontrol/webcontrol.c:46
msgid "The Web Browser Controller"
msgstr ""
-#: webcontrol/webcontrol.c:67
-msgid ""
-"This applet currently sends getURL commands to netscape throught the -remote "
-"interface. Hopefully later more webrowsers will be supported."
+#: webcontrol/webcontrol.c:48
+msgid "(C) 2000 the Free Software Foundation"
msgstr ""
-#. create the widget we are going to put on the applet
-#: webcontrol/webcontrol.c:133
-msgid "Url:"
-msgstr ""
-
-#: webcontrol/webcontrol.c:136
-msgid "Clear"
-msgstr ""
-
-#: webcontrol/webcontrol.c:152
-msgid "Launch new window"
+#: webcontrol/webcontrol.c:50
+msgid ""
+"An applet to launch URLs in a web browser, search using various web sites "
+"and have a ton of fun!"
msgstr ""
-#: webcontrol/webcontrol.c:239
-msgid "WebControl Properties"
+#: webcontrol/webcontrol.c:246
+msgid "URL:"
msgstr ""
-#: webcontrol/webcontrol.c:244
-msgid "Display URL label"
+#: webcontrol/webcontrol.c:269
+msgid " GO "
msgstr ""
-#: webcontrol/webcontrol.c:253
-msgid "Display \"launch new window\" option"
+#: webcontrol/webcontrol.c:288
+msgid " Clear "
msgstr ""
-#: webcontrol/webcontrol.c:266
-msgid "Look"
+#: webcontrol/webcontrol.c:316
+msgid "Launch new window"
msgstr ""
#: whereami/whereami.c:47
@@ -3825,3 +4402,141 @@ msgstr ""
msgid "whereami_applet"
msgstr ""
+#: gumma/gqmpeg/gqmpeg.c:150
+msgid ""
+"~/.gnome/.gumma-gqmpeg-ctl already exists.\n"
+"\n"
+"This file is created by GUMMA to get feedback\n"
+"from gqmpeg. If GUMMA has recently crashed,\n"
+"then deleting this file is ok. Otherwise,\n"
+"this plugin may not function correctly.\n"
+"\n"
+"Delete this file?"
+msgstr ""
+
+#: gumma/gumma.c:314
+#, c-format
+msgid "Loading plugin %s..."
+msgstr ""
+
+#: gumma/gumma.c:493
+msgid "Select a plugin"
+msgstr ""
+
+#: gumma/gumma.c:507
+msgid "Plugins"
+msgstr ""
+
+#: gumma/gumma.c:593
+msgid "About Plugin..."
+msgstr ""
+
+#: gumma/gumma.c:597
+msgid "Plugins..."
+msgstr ""
+
+#: hal/hal.c:20
+msgid "I'm sorry, Dave, I can't let you do that."
+msgstr ""
+
+#: hal/hal.c:21
+msgid "Dave, what are you doing?"
+msgstr ""
+
+#: hal/hal.c:22
+msgid "I can feel my mind going, Dave...I can feel it."
+msgstr ""
+
+#: hal/hal.c:23
+msgid "Daisy, daisy..."
+msgstr ""
+
+#: hal/hal.c:208
+msgid "(with minor help from George Lebl and his amazing fish applet)"
+msgstr ""
+
+#: hal/hal.c:212
+msgid "The GNOME HAL"
+msgstr ""
+
+#: hal/hal.c:215
+msgid ""
+"I am a HAL 9000 computer, Production Number 3. I became operational at the "
+"Hal Plant in Urbana, Illinois, on January 12, 1997."
+msgstr ""
+
+#. help
+#: sound-monitor/pvd/esdpvd.c:459
+#, c-format
+msgid "ESounD Persistent Volume Daemon version %s\n"
+msgstr ""
+
+#: sound-monitor/pvd/esdpvd.c:460
+msgid "options:\n"
+msgstr ""
+
+#: sound-monitor/pvd/esdpvd.c:461
+msgid " -n, --noX Allow to run with X server\n"
+msgstr ""
+
+#: webcontrol/properties.c:180
+msgid "WebControl Properties"
+msgstr ""
+
+#. create size properties
+#: webcontrol/properties.c:188
+msgid "URL bar width:"
+msgstr ""
+
+#. create Show Go button property
+#: webcontrol/properties.c:213
+msgid "Display GO Button"
+msgstr ""
+
+#. create Launch New Window property
+#: webcontrol/properties.c:227
+msgid "Display \"launch new window\" option"
+msgstr ""
+
+#. create show clear button property
+#: webcontrol/properties.c:241
+msgid "Display \"Clear\" button"
+msgstr ""
+
+#. create clear button on top property
+#: webcontrol/properties.c:256
+msgid "\"Clear\" button on top?"
+msgstr ""
+
+#: webcontrol/properties.c:281
+msgid " URL Activation "
+msgstr ""
+
+#: webcontrol/properties.c:288
+msgid "Use default MIME handler"
+msgstr ""
+
+#: webcontrol/properties.c:296
+msgid "Use custom browser:"
+msgstr ""
+
+#: webcontrol/properties.c:354
+msgid "Remove"
+msgstr ""
+
+#. URL history frame
+#: webcontrol/properties.c:368
+msgid " URL History "
+msgstr ""
+
+#: webcontrol/properties.c:377
+msgid "Size of URL history: "
+msgstr ""
+
+#: webcontrol/properties.c:403
+msgid "Clear"
+msgstr ""
+
+#: webcontrol/properties.c:413
+msgid "all entries in URL history"
+msgstr ""