[Goodies-commits] r2078 - in xfce4-sensors-plugin/trunk: . icons panel-plugin po

Fabian Nowak timystery at xfce.org
Sun Oct 1 12:26:01 CEST 2006


Author: timystery
Date: 2006-10-01 10:25:56 +0000 (Sun, 01 Oct 2006)
New Revision: 2078

Modified:
   xfce4-sensors-plugin/trunk/NEWS
   xfce4-sensors-plugin/trunk/README
   xfce4-sensors-plugin/trunk/configure.ac
   xfce4-sensors-plugin/trunk/icons/Makefile
   xfce4-sensors-plugin/trunk/panel-plugin/sensors.c
   xfce4-sensors-plugin/trunk/panel-plugin/sensors.h
   xfce4-sensors-plugin/trunk/po/ChangeLog
   xfce4-sensors-plugin/trunk/po/de.po
   xfce4-sensors-plugin/trunk/po/el.po
   xfce4-sensors-plugin/trunk/po/eu.po
   xfce4-sensors-plugin/trunk/po/fr.po
   xfce4-sensors-plugin/trunk/po/hu.po
   xfce4-sensors-plugin/trunk/po/ja.po
   xfce4-sensors-plugin/trunk/po/ko.po
   xfce4-sensors-plugin/trunk/po/lt.po
   xfce4-sensors-plugin/trunk/po/pl.po
   xfce4-sensors-plugin/trunk/po/ru.po
   xfce4-sensors-plugin/trunk/po/vi.po
Log:
 - added accelerators in options menu
 - made options menu more dynamic so that less options are shown
 - corrected arrangement and lyout of bars in gui mode
 - added option for colored bars
 - updated german translation


Modified: xfce4-sensors-plugin/trunk/NEWS
===================================================================
--- xfce4-sensors-plugin/trunk/NEWS	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/NEWS	2006-10-01 10:25:56 UTC (rev 2078)
@@ -6,4 +6,7 @@
 0.6.2: found more translatable strings ;)
 0.6.3: less compiler warnings, some spacings in panel plugin, temperature scale switch
 0.7.0: new options user interface
-
+0.8.0: updated to work only with xfce4-panel 4.4 from now on
+0.9.0: support for hddtemp
+0.10.0: accelerators in options dialog, some cleanup in options dialog, colored
+        bars possible, bars are arranged more carfeully in panel

Modified: xfce4-sensors-plugin/trunk/README
===================================================================
--- xfce4-sensors-plugin/trunk/README	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/README	2006-10-01 10:25:56 UTC (rev 2078)
@@ -1,7 +1,7 @@
 Xfce4-Sensors-Plugin
 ====================
 
-Version 0.9.9 - For Xfce 4 Panel 4.3.22 and newer only!
+Version 0.10.0 - For Xfce 4 Panel 4.3.22 and newer only!
 
 Copyright (c) 2004,2005 by Fabian Nowak (timystery at arcor.de), Stefan Ott
 
@@ -9,7 +9,7 @@
 
 Description: Reads your hardware sensor values and displays them in your panel
 
-Dependencies: libxfcegui4-1, libxfce4util-1, libgtk2.0-0, libsensors3, 
+Dependencies: libxfcegui4-4, libxfce4util-i4, libgtk2.0-0, libsensors3, 
                 xfce4-panel
               libxfcegui4-dev, libxfce4util-dev, libgtk2.0-dev, libsensors-dev, 
                 xfce4-panel-dev

Modified: xfce4-sensors-plugin/trunk/configure.ac
===================================================================
--- xfce4-sensors-plugin/trunk/configure.ac	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/configure.ac	2006-10-01 10:25:56 UTC (rev 2078)
@@ -5,7 +5,7 @@
 dnl 2003,2004 Benedikt Meurer <benny at xfce.org>
 dnl
 
-m4_define([sensors_version],[0.9.0])
+m4_define([sensors_version],[0.10.0])
 
 AC_INIT([xfce4-sensors-plugin], [sensors_version()], [timystery at arcor.de])
 
@@ -67,7 +67,7 @@
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
 
 dnl I18n support
-XDT_I18N([cs de el eu fr hu ja ko lt pl ru vi])
+XDT_I18N([de el eu fr hu ja ko lt pl ru vi])
 
 dnl Check for debugging support
 XDT_FEATURE_DEBUG()

Modified: xfce4-sensors-plugin/trunk/icons/Makefile
===================================================================
--- xfce4-sensors-plugin/trunk/icons/Makefile	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/icons/Makefile	2006-10-01 10:25:56 UTC (rev 2078)
@@ -57,16 +57,17 @@
 hicolor48DATA_INSTALL = $(INSTALL_DATA)
 DATA = $(hicolor48_DATA)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/tim/tmp/sensors-plugin/missing --run aclocal-1.9
+ACLOCAL = ${SHELL} /home/tim/tmp/xfce-4.3/xfce4-sensors-plugin/missing --run aclocal-1.9
+ALL_LINGUAS = de el eu fr hu ja ko lt pl ru vi
 AMDEP_FALSE = #
 AMDEP_TRUE = 
-AMTAR = ${SHELL} /home/tim/tmp/sensors-plugin/missing --run tar
+AMTAR = ${SHELL} /home/tim/tmp/xfce-4.3/xfce4-sensors-plugin/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /home/tim/tmp/sensors-plugin/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/tim/tmp/sensors-plugin/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/tim/tmp/sensors-plugin/missing --run automake-1.9
+AUTOCONF = ${SHELL} /home/tim/tmp/xfce-4.3/xfce4-sensors-plugin/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/tim/tmp/xfce-4.3/xfce4-sensors-plugin/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/tim/tmp/xfce-4.3/xfce4-sensors-plugin/missing --run automake-1.9
 AWK = mawk
-CATALOGS =  de.gmo el.gmo fr.gmo ko.gmo lt.gmo
+CATALOGS =  de.gmo el.gmo eu.gmo fr.gmo hu.gmo ja.gmo ko.gmo lt.gmo pl.gmo ru.gmo vi.gmo
 CATOBJEXT = .gmo
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -85,13 +86,14 @@
 ECHO_C = 
 ECHO_N = -n
 ECHO_T = 
-EGREP = grep -E
+EGREP = /bin/grep -E
 EXEEXT = 
 F77 = 
 FFLAGS = 
 GETTEXT_PACKAGE = xfce4-sensors-plugin
-GMOFILES =  de.gmo el.gmo fr.gmo ko.gmo lt.gmo
+GMOFILES =  de.gmo el.gmo eu.gmo fr.gmo hu.gmo ja.gmo ko.gmo lt.gmo pl.gmo ru.gmo vi.gmo
 GMSGFMT = /usr/bin/msgfmt
+GREP = /bin/grep
 INSTALL_DATA = ${INSTALL} -m 644
 INSTALL_PROGRAM = ${INSTALL}
 INSTALL_SCRIPT = ${INSTALL}
@@ -114,6 +116,7 @@
 INTLTOOL_PROP_RULE = %.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
 INTLTOOL_SCHEMAS_RULE = %.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
 INTLTOOL_SERVER_RULE = %.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SERVICE_RULE = %.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
 INTLTOOL_SHEET_RULE = %.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
 INTLTOOL_SOUNDLIST_RULE = %.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
 INTLTOOL_THEME_RULE = %.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
@@ -127,16 +130,16 @@
 LIBOBJS = 
 LIBS = -lsensors 
 LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXFCE4PANEL_CFLAGS = -DXTHREADS -I/usr/local/include/xfce4/ -I/usr/X11R6/include -I/usr/local/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0  
-LIBXFCE4PANEL_LIBS = -L/usr/local/lib -L/usr/X11R6/lib -lxfce4panel -lxfcegui4 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
+LIBXFCE4PANEL_CFLAGS = -DXTHREADS -I/usr/local/include/xfce4/ -I/usr/local/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0  
+LIBXFCE4PANEL_LIBS = -L/usr/local/lib -L/usr/X11R6/lib -lxfce4panel -lxfcegui4 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lX11 -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
 LIBXFCE4PANEL_REQUIRED_VERSION = 4.3.20
-LIBXFCE4PANEL_VERSION = 4.3.24
+LIBXFCE4PANEL_VERSION = 4.3.99.1
 LN_S = ln -s
 LTLIBOBJS = 
 MAINT = 
 MAINTAINER_MODE_FALSE = #
 MAINTAINER_MODE_TRUE = 
-MAKEINFO = ${SHELL} /home/tim/tmp/sensors-plugin/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/tim/tmp/xfce-4.3/xfce4-sensors-plugin/missing --run makeinfo
 MKINSTALLDIRS = ./mkinstalldirs
 MSGFMT = /usr/bin/msgfmt
 OBJEXT = o
@@ -144,12 +147,12 @@
 PACKAGE = xfce4-sensors-plugin
 PACKAGE_BUGREPORT = timystery at arcor.de
 PACKAGE_NAME = xfce4-sensors-plugin
-PACKAGE_STRING = xfce4-sensors-plugin 0.9.0
+PACKAGE_STRING = xfce4-sensors-plugin 0.10.0
 PACKAGE_TARNAME = xfce4-sensors-plugin
-PACKAGE_VERSION = 0.9.0
+PACKAGE_VERSION = 0.10.0
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
-POFILES =  de.po el.po fr.po ko.po lt.po
+POFILES =  de.po el.po eu.po fr.po hu.po ja.po ko.po lt.po pl.po ru.po vi.po
 POSUB = po
 PO_IN_DATADIR_FALSE = 
 PO_IN_DATADIR_TRUE = 
@@ -159,15 +162,12 @@
 SOLLIBS = 
 STRIP = strip
 USE_NLS = yes
-VERSION = 0.9.0
+VERSION = 0.10.0
 XGETTEXT = /usr/bin/xgettext
 XGETTEXT_ARGS = --keyword=Q_
-ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
-ac_ct_RANLIB = ranlib
-ac_ct_STRIP = strip
 am__fastdepCC_FALSE = #
 am__fastdepCC_TRUE = 
 am__fastdepCXX_FALSE = #
@@ -183,25 +183,31 @@
 build_cpu = i686
 build_os = linux-gnu
 build_vendor = pc
-datadir = ${prefix}/share
+datadir = ${datarootdir}
+datarootdir = ${prefix}/share
+docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
+dvidir = ${docdir}
 exec_prefix = ${prefix}
 host = i686-pc-linux-gnu
 host_alias = 
 host_cpu = i686
 host_os = linux-gnu
 host_vendor = pc
+htmldir = ${docdir}
 includedir = ${prefix}/include
-infodir = ${prefix}/info
-install_sh = /home/tim/tmp/sensors-plugin/install-sh
+infodir = ${datarootdir}/info
+install_sh = /home/tim/tmp/xfce-4.3/xfce4-sensors-plugin/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
-localedir = ${prefix}/share/locale
+localedir = ${datarootdir}/locale
 localstatedir = ${prefix}/var
-mandir = ${prefix}/man
+mandir = ${datarootdir}/man
 mkdir_p = mkdir -p --
 oldincludedir = /usr/include
+pdfdir = ${docdir}
 prefix = /usr/local
 program_transform_name = s,x,x,
+psdir = ${docdir}
 sbindir = ${exec_prefix}/sbin
 sharedstatedir = ${prefix}/com
 sysconfdir = ${prefix}/etc

Modified: xfce4-sensors-plugin/trunk/panel-plugin/sensors.c
===================================================================
--- xfce4-sensors-plugin/trunk/panel-plugin/sensors.c	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/panel-plugin/sensors.c	2006-10-01 10:25:56 UTC (rev 2078)
@@ -50,7 +50,7 @@
 
 
 static void
-sensors_set_bar_color (GtkWidget *bar, double fraction)
+sensors_set_bar_color (GtkWidget *bar, double fraction, gchar* user_bar_color, t_sensors *st)
 {
     #ifdef DEBUG
     g_printf ("sensors_set_bar_color \n");
@@ -68,7 +68,10 @@
 	} else if ((fraction < .2) || (fraction > .8)) {
 		gdk_color_parse(COLOR_WARN, &color);
 	} else {
-		gdk_color_parse(COLOR_NORMAL, &color);
+		if (st->showColoredBars)
+			gdk_color_parse(user_bar_color, &color);
+		else
+			gdk_color_parse(COLOR_NORMAL, &color);
 	}
 	rc->color_flags[GTK_STATE_PRELIGHT] |= GTK_RC_BG;
 	rc->bg[GTK_STATE_PRELIGHT] = color;
@@ -135,7 +138,7 @@
 							st->orientation);
 				double fraction = sensors_get_percentage (
 							chip, feature, st);
-				sensors_set_bar_color (bar, fraction);
+				sensors_set_bar_color (bar, fraction, st->sensorColors[chip][feature], st);
 				gtk_progress_bar_set_fraction (
 					GTK_PROGRESS_BAR(bar), fraction);
 			}
@@ -210,14 +213,14 @@
 				gtk_box_pack_start (GTK_BOX(databox), progbar,
 							FALSE, FALSE, 0);
 				gtk_container_set_border_width (
-					GTK_CONTAINER(databox), BORDER); /* border_width); */
+					GTK_CONTAINER(databox), 0); /* BORDER); */ /* border_width); */
 
 				panel->databox = databox;
 				st->panels[chip][feature] = (GtkWidget*) panel;
 
 				/* and add it to the outer box */
 				gtk_box_pack_start (GTK_BOX (st->sensors),
-						databox, FALSE, FALSE, 0);
+						databox, FALSE, FALSE, 3);
 			}
 		}
 	}
@@ -1048,6 +1051,8 @@
     xfce_rc_write_bool_entry (rc, "Show_Labels", st->showLabels);
     
     xfce_rc_write_bool_entry (rc, "Use_Bar_UI", st->useBarUI);
+    
+    xfce_rc_write_bool_entry (rc, "Show_Colored_Bars", st->showColoredBars);
 
     xfce_rc_write_int_entry (rc, "Scale", st->scale);
 
@@ -1162,6 +1167,8 @@
         st->showLabels = xfce_rc_read_bool_entry (rc, "Show_Labels", TRUE);
 
         st->useBarUI = xfce_rc_read_bool_entry (rc, "Use_Bar_UI", FALSE);
+        
+        st->showColoredBars = xfce_rc_read_bool_entry (rc, "Show_Colored_Bars", FALSE);
 
         st->scale = xfce_rc_read_int_entry (rc, "Scale", 0);
 
@@ -1317,6 +1324,16 @@
     sensors_show_panel ((gpointer) sd->sensors);
 }
 
+static void
+show_colored_bars_toggled (GtkWidget *widget, SensorsDialog *sd)
+{
+    #ifdef DEBUG
+    g_printf ("show_colored_bars_toggled \n");
+    #endif
+    sd->sensors->showColoredBars = gtk_toggle_button_get_active
+        ( GTK_TOGGLE_BUTTON(widget) );
+    sensors_show_panel ((gpointer) sd->sensors);
+}
 
 static void
 ui_style_changed (GtkWidget *widget, SensorsDialog *sd)
@@ -1326,11 +1343,22 @@
     #endif
     if (sd->sensors->useBarUI == TRUE) {
 	    sensors_remove_graphical_panel(sd->sensors);
+	    gtk_widget_hide(sd->labelsBox);
+	    gtk_widget_hide(sd->coloredBarsBox);
+		gtk_widget_show(sd->fontBox);
     }
+    else {
+    	gtk_widget_show(sd->labelsBox);
+    	gtk_widget_show(sd->coloredBarsBox);
+		gtk_widget_hide(sd->fontBox);
+    }
+    
     sd->sensors->useBarUI = gtk_toggle_button_get_active
         ( GTK_TOGGLE_BUTTON(widget) );
+    /*
     gtk_widget_set_sensitive(sd->labelsBox, sd->sensors->useBarUI);
     gtk_widget_set_sensitive(sd->fontBox, !sd->sensors->useBarUI);
+    */
     
     sensors_show_panel ((gpointer) sd->sensors);
 }
@@ -1769,10 +1797,10 @@
     hbox = gtk_hbox_new (FALSE, BORDER);
     gtk_widget_show (hbox);
 
-    GtkWidget *label = gtk_label_new(_("UI style:"));
-    GtkWidget *radioText = gtk_radio_button_new_with_label(NULL, _("text"));
-    GtkWidget *radioBars = gtk_radio_button_new_with_label(
-	       gtk_radio_button_group(GTK_RADIO_BUTTON(radioText)), _("graphical"));
+    GtkWidget *label = gtk_label_new_with_mnemonic(_("_UI style:"));
+    GtkWidget *radioText = gtk_radio_button_new_with_mnemonic(NULL, _("_text"));
+    GtkWidget *radioBars = gtk_radio_button_new_with_mnemonic(
+	       gtk_radio_button_group(GTK_RADIO_BUTTON(radioText)), _("g_raphical"));
     
     gtk_widget_show(radioText);
     gtk_widget_show(radioBars);
@@ -1806,21 +1834,54 @@
     hbox = gtk_hbox_new (FALSE, BORDER);
     gtk_widget_show (hbox);
     sd->labelsBox = hbox;
-    gtk_widget_set_sensitive(hbox, sd->sensors->useBarUI);
+    /* gtk_widget_set_sensitive(hbox, sd->sensors->useBarUI); */
 
-    checkButton = gtk_check_button_new_with_label (
-         _("Show labels in graphical UI"));
+    checkButton = gtk_check_button_new_with_mnemonic (
+         _("Show _labels in graphical UI"));
     gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(checkButton), 
                                   sd->sensors->showLabels);
     gtk_widget_show (checkButton);
     
     gtk_box_pack_start (GTK_BOX (hbox), checkButton, FALSE, FALSE, 0);
     gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, TRUE, 0);
+    
+    if (sd->sensors->useBarUI==FALSE)
+		gtk_widget_hide(sd->labelsBox);
         
     g_signal_connect (G_OBJECT (checkButton), "toggled", 
                       G_CALLBACK (show_labels_toggled), sd );
 }
 
+static void
+add_colored_bars_box (GtkWidget *vbox, SensorsDialog *sd) {
+	#ifdef DEBUG
+    g_printf ("add_colored_bars_box \n");
+    #endif
+
+    GtkWidget *hbox, *checkButton;
+    
+    hbox = gtk_hbox_new (FALSE, BORDER);
+    
+    gtk_widget_show (hbox);
+    sd->coloredBarsBox = hbox;
+    
+    checkButton = gtk_check_button_new_with_mnemonic (
+         _("Show colored _bars"));
+    gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(checkButton), 
+                                  sd->sensors->showColoredBars);
+
+	gtk_widget_show (checkButton);
+    
+    gtk_box_pack_start (GTK_BOX (hbox), checkButton, FALSE, FALSE, 0);
+    gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, TRUE, 0);
+    
+    if (sd->sensors->useBarUI==FALSE)
+		gtk_widget_hide(sd->coloredBarsBox);
+        
+    g_signal_connect (G_OBJECT (checkButton), "toggled", 
+                      G_CALLBACK (show_colored_bars_toggled), sd );
+
+}
 	
 static void
 add_title_box (GtkWidget * vbox, SensorsDialog * sd)
@@ -1834,7 +1895,7 @@
     hbox = gtk_hbox_new (FALSE, BORDER);
     gtk_widget_show (hbox);
 
-    checkButton = gtk_check_button_new_with_label (_("Show title"));
+    checkButton = gtk_check_button_new_with_mnemonic (_("_Show title"));
     gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(checkButton), 
                                   sd->sensors->showTitle);
     gtk_widget_show (checkButton);
@@ -1860,7 +1921,7 @@
     gtk_widget_show (hbox);
     gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
 
-    label = gtk_label_new (_("Sensors type:"));
+    label = gtk_label_new_with_mnemonic (_("Sensors t_ype:"));
     gtk_widget_show (label);
     gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
     gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
@@ -1964,7 +2025,7 @@
         gtk_scrolled_window_add_with_viewport (
             GTK_SCROLLED_WINDOW (myScrolledWindow), sd->myTreeView);
 
-    gtk_box_pack_start (GTK_BOX (vbox), myScrolledWindow, TRUE, TRUE, 0);
+    gtk_box_pack_start (GTK_BOX (vbox), myScrolledWindow, TRUE, TRUE, BORDER);
 
     gtk_widget_show (sd->myTreeView);
     gtk_widget_show (myScrolledWindow);
@@ -1978,12 +2039,12 @@
     g_printf ("add_font_size_box \n");
     #endif
 
-    GtkWidget *myFontLabel = gtk_label_new (_("Font size:"));
+    GtkWidget *myFontLabel = gtk_label_new_with_mnemonic (_("F_ont size:"));
     GtkWidget *myFontBox = gtk_hbox_new(FALSE, BORDER);
     GtkWidget *myFontSizeComboBox = gtk_combo_box_new_text();
 
     sd->fontBox = myFontBox;
-    gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+    /* gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI); */
 
     gtk_combo_box_append_text (GTK_COMBO_BOX(myFontSizeComboBox), _("x-small"));
     gtk_combo_box_append_text (GTK_COMBO_BOX(myFontSizeComboBox), _("small")  );
@@ -2002,6 +2063,9 @@
     gtk_widget_show (myFontSizeComboBox);
     gtk_widget_show (myFontBox);
     
+    if (sd->sensors->useBarUI==TRUE)
+		gtk_widget_hide(sd->fontBox);
+    
     g_signal_connect   (G_OBJECT (myFontSizeComboBox), "changed", 
                         G_CALLBACK (gtk_font_size_change), sd );
 }
@@ -2017,11 +2081,11 @@
     hbox = gtk_hbox_new (FALSE, BORDER);
     gtk_widget_show (hbox);
 
-    GtkWidget *label = gtk_label_new(_("Temperature scale:"));
-    GtkWidget *radioCelsius = gtk_radio_button_new_with_label (NULL, 
-                                                              _("Celsius"));
-    GtkWidget *radioFahrenheit = gtk_radio_button_new_with_label(
-      gtk_radio_button_get_group(GTK_RADIO_BUTTON(radioCelsius)), _("Fahrenheit"));
+    GtkWidget *label = gtk_label_new_with_mnemonic ( _("T_emperature scale:"));
+    GtkWidget *radioCelsius = gtk_radio_button_new_with_mnemonic (NULL, 
+                                                              _("_Celsius"));
+    GtkWidget *radioFahrenheit = gtk_radio_button_new_with_mnemonic(
+      gtk_radio_button_get_group(GTK_RADIO_BUTTON(radioCelsius)), _("_Fahrenheit"));
     
     gtk_widget_show(radioCelsius);
     gtk_widget_show(radioFahrenheit);
@@ -2060,7 +2124,7 @@
     /* creates the spinner, with no decimal places */
     spinner = gtk_spin_button_new (spinner_adj, 10.0, 0);
 
-    myLabel = gtk_label_new (_("Update interval (seconds):"));
+    myLabel = gtk_label_new_with_mnemonic ( _("U_pdate interval (seconds):"));
     myBox = gtk_hbox_new(FALSE, BORDER);
 
     gtk_box_pack_start (GTK_BOX (myBox), myLabel, FALSE, FALSE, 0);
@@ -2086,8 +2150,8 @@
     GtkWidget *myBox;
     myBox = gtk_hbox_new(FALSE, BORDER);
 
-    sd->myExecCommandCheckBox = gtk_check_button_new_with_label 
-        (_("Execute on double click:"));
+    sd->myExecCommandCheckBox = gtk_check_button_new_with_mnemonic 
+        (_("E_xecute on double click:"));
     gtk_toggle_button_set_active 
         ( GTK_TOGGLE_BUTTON (sd->myExecCommandCheckBox), 
         sd->sensors->execCommand );
@@ -2134,7 +2198,9 @@
     
     GtkWidget *_frame = gtk_frame_new ("");
     gtk_frame_set_label_widget (GTK_FRAME(_frame), _label);
+    gtk_frame_set_shadow_type  (GTK_FRAME(_frame), GTK_SHADOW_NONE);
     gtk_widget_show (_frame);
+    gtk_container_set_border_width (GTK_CONTAINER (_vbox), BORDER<<1);
     gtk_container_add (GTK_CONTAINER (_frame), _vbox);
     gtk_box_pack_start (GTK_BOX (vbox), _frame, FALSE, FALSE, 4);
 
@@ -2142,8 +2208,8 @@
 
     add_ui_style_box (_vbox, sd);
 
-    add_labels_box (_vbox, sd);
-
+	add_labels_box (_vbox, sd);
+	add_colored_bars_box (_vbox, sd);
     add_font_size_box (_vbox, sd);
 }
 
@@ -2164,7 +2230,9 @@
     
     GtkWidget *_frame = gtk_frame_new ("");
     gtk_frame_set_label_widget (GTK_FRAME(_frame), _label);
+    gtk_frame_set_shadow_type  (GTK_FRAME(_frame), GTK_SHADOW_NONE);
     gtk_widget_show (_frame);
+    gtk_container_set_border_width (GTK_CONTAINER (_vbox), BORDER<<1);
     gtk_container_add (GTK_CONTAINER (_frame), _vbox);
     gtk_box_pack_start (GTK_BOX (vbox), _frame, TRUE, TRUE, 4);
     
@@ -2192,7 +2260,9 @@
     
     GtkWidget *_frame = gtk_frame_new ("");
     gtk_frame_set_label_widget (GTK_FRAME(_frame), _label);
+    gtk_frame_set_shadow_type  (GTK_FRAME(_frame), GTK_SHADOW_NONE);
     gtk_widget_show (_frame);
+    gtk_container_set_border_width (GTK_CONTAINER (_vbox), BORDER<<1);
     gtk_container_add (GTK_CONTAINER (_frame), _vbox);
     gtk_box_pack_start (GTK_BOX (vbox), _frame, FALSE, FALSE, 4);
    
@@ -2266,7 +2336,7 @@
     add_sensors_frame (vbox, sd);
     add_miscellaneous_frame (vbox, sd);
     
-    gtk_widget_set_size_request (vbox, 400, 500);
+    gtk_widget_set_size_request (vbox, 470, 550);
 
     g_signal_connect (dlg, "response",
             G_CALLBACK(on_optionsDialog_response), sd);

Modified: xfce4-sensors-plugin/trunk/panel-plugin/sensors.h
===================================================================
--- xfce4-sensors-plugin/trunk/panel-plugin/sensors.h	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/panel-plugin/sensors.h	2006-10-01 10:25:56 UTC (rev 2078)
@@ -127,6 +127,9 @@
     /* show labels in panel (GUI mode only) */
     gboolean showLabels;
     
+    /* show colored bars (GUI mode only) */
+    gboolean showColoredBars;
+    
     /* use the progress-bar UI */
     gboolean useBarUI;
 
@@ -215,6 +218,7 @@
     GtkTreeStore *myListStore[SENSORS];
     GtkWidget *fontBox; /* used to disable font size option when using graphical view */
     GtkWidget *labelsBox; /* used to enable 'show labels' option when using graphical view */
+    GtkWidget *coloredBarsBox;
     GtkWidget *temperature_radio_group;
 
     /* double-click improvement */  

Modified: xfce4-sensors-plugin/trunk/po/ChangeLog
===================================================================
--- xfce4-sensors-plugin/trunk/po/ChangeLog	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/ChangeLog	2006-10-01 10:25:56 UTC (rev 2078)
@@ -1,34 +1,3 @@
-2006-09-20  Pau Rul-lan Ferragut <paurullan at bulma.net>
-
-	* ca.po: Add Catalan translations
-
-2006-09-17  Jean-François Wauthy <pollux at xfce.org>
-
-	* cs.po: Updated Czech translations
-	* fr.po: Updated French translations
-	* pl.po: Updated Polish translations
-
-2006-09-13  Piarres Beobide <pi at beobide.net>
-
-	* eu.po: update Basque translation
-
-2006-08-27  Jean-François Wauthy <pollux at xfce.org>
-
-	* cs.po: Add Czech translations
-
-2006-08-04  Stavros Giannouris <stavrosg2002 at freemail.gr>
-
-	* el.po: Updated Greek translation.
-	
-2006-07-22  Jean-François Wauthy <pollux at xfce.org>
-
-	* fr.po: Updated French translations by Maximilian Schleiss
-	<maxschleiss at bluewin.ch>
-
-2006-07-11  Hydonsingore Cia <hydonsingore at educities.edu.tw>
-
-	* zh_TW.po: Traditional Chinese translations launched.
-
 2006-04-09  Daichi Kawahata <daichi at xfce.org>
 
 	* eu.po, hu.po, vi.po: Updated.

Modified: xfce4-sensors-plugin/trunk/po/de.po
===================================================================
--- xfce4-sensors-plugin/trunk/po/de.po	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/de.po	2006-10-01 10:25:56 UTC (rev 2078)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2006-10-01 11:14+0200\n"
 "PO-Revision-Date: 2005-09-14 22:28+0200\n"
 "Last-Translator: Fabian Nowak <timystery at arcor.de>\n"
 "Language-Team: German <de at li.org>\n"
@@ -15,26 +15,26 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors.c:153 ../panel-plugin/sensors.c:2162
+#: ../panel-plugin/sensors.c:156 ../panel-plugin/sensors.c:2227
 msgid "<b>Sensors</b>"
 msgstr "<b>Sensoren</b>"
 
-#: ../panel-plugin/sensors.c:272
+#: ../panel-plugin/sensors.c:275
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Sensoren</b></span>\n"
 
-#: ../panel-plugin/sensors.c:334
+#: ../panel-plugin/sensors.c:337
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Sensoren</b></span>"
 
 #. circumvent empty char pointer
-#: ../panel-plugin/sensors.c:441
+#: ../panel-plugin/sensors.c:444
 msgid "No sensors selected!"
 msgstr "Keine Sensoren ausgewählt!"
 
-#: ../panel-plugin/sensors.c:479 ../panel-plugin/sensors.c:1677
+#: ../panel-plugin/sensors.c:482 ../panel-plugin/sensors.c:1705
 msgid ""
 " \n"
 "Xfce Hardware Sensors Plugin: \n"
@@ -46,133 +46,138 @@
 "Anscheinend gab es ein Problem beim Auslesen eines Wertes. \n"
 "Sauberes Weiterlaufen kann nicht gewährleistet werden.\n"
 
-#: ../panel-plugin/sensors.c:500
+#: ../panel-plugin/sensors.c:503
 #, c-format
 msgid "%5.0f rpm"
 msgstr "%5.0f U/min"
 
-#: ../panel-plugin/sensors.c:723
+#: ../panel-plugin/sensors.c:726
 msgid "Error: Could not connect to sensors!"
 msgstr "Fehler: Konnte nicht mit Sensoren verbinden!"
 
-#: ../panel-plugin/sensors.c:813 ../panel-plugin/sensors.c:887
+#: ../panel-plugin/sensors.c:816 ../panel-plugin/sensors.c:890
 msgid "Hard disks"
 msgstr "Festplatten"
 
-#: ../panel-plugin/sensors.c:923
+#: ../panel-plugin/sensors.c:926
 msgid "No sensors found!"
 msgstr "Keine Sensoren gefunden!"
 
-#: ../panel-plugin/sensors.c:1356
+#: ../panel-plugin/sensors.c:1384
 msgid "Hard disk temperature sensors"
 msgstr "Temperatursensoren der Festplatten"
 
-#: ../panel-plugin/sensors.c:1772
-msgid "UI style:"
-msgstr "Darstellung:"
+#: ../panel-plugin/sensors.c:1800
+msgid "_UI style:"
+msgstr "_Darstellung:"
 
-#: ../panel-plugin/sensors.c:1773
-msgid "text"
-msgstr "textuell"
+#: ../panel-plugin/sensors.c:1801
+msgid "_text"
+msgstr "_textuell"
 
-#: ../panel-plugin/sensors.c:1775
-msgid "graphical"
-msgstr "graphisch"
+#: ../panel-plugin/sensors.c:1803
+msgid "g_raphical"
+msgstr "g_raphisch"
 
-#: ../panel-plugin/sensors.c:1812
-msgid "Show labels in graphical UI"
-msgstr "Beschriftungen im graphischen Modus anzeigen"
+#: ../panel-plugin/sensors.c:1840
+msgid "Show _labels in graphical UI"
+msgstr "_Beschriftungen im graphischen Modus anzeigen"
 
-#: ../panel-plugin/sensors.c:1837
-msgid "Show title"
-msgstr "Titel anzeigen"
+#: ../panel-plugin/sensors.c:1869
+msgid "Show colored _bars"
+msgstr "B_alken farbig darstellen"
 
-#: ../panel-plugin/sensors.c:1863
-msgid "Sensors type:"
-msgstr "Sensortyp:"
+#: ../panel-plugin/sensors.c:1898
+msgid "_Show title"
+msgstr "T_itel anzeigen"
 
-#: ../panel-plugin/sensors.c:1910
+#: ../panel-plugin/sensors.c:1924
+msgid "Sensors t_ype:"
+msgstr "Sensort_yp:"
+
+#: ../panel-plugin/sensors.c:1971
 msgid "Name"
 msgstr "Name"
 
-#: ../panel-plugin/sensors.c:1919
+#: ../panel-plugin/sensors.c:1980
 msgid "Value"
 msgstr "Wert"
 
-#: ../panel-plugin/sensors.c:1925
+#: ../panel-plugin/sensors.c:1986
 msgid "Show"
 msgstr "Anzeigen"
 
-#: ../panel-plugin/sensors.c:1934
+#: ../panel-plugin/sensors.c:1995
 msgid "Color"
 msgstr "Farbe"
 
-#: ../panel-plugin/sensors.c:1944
+#: ../panel-plugin/sensors.c:2005
 msgid "Min"
 msgstr "Min"
 
-#: ../panel-plugin/sensors.c:1953
+#: ../panel-plugin/sensors.c:2014
 msgid "Max"
 msgstr "Max"
 
-#: ../panel-plugin/sensors.c:1981
-msgid "Font size:"
-msgstr "Schriftgröße:"
+#: ../panel-plugin/sensors.c:2042
+msgid "F_ont size:"
+msgstr "Sc_hriftgröße:"
 
-#: ../panel-plugin/sensors.c:1988
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+#: ../panel-plugin/sensors.c:2049
 msgid "x-small"
 msgstr "extra-klein"
 
-#: ../panel-plugin/sensors.c:1989
+#: ../panel-plugin/sensors.c:2050
 msgid "small"
 msgstr "klein"
 
-#: ../panel-plugin/sensors.c:1990
+#: ../panel-plugin/sensors.c:2051
 msgid "medium"
 msgstr "normal"
 
-#: ../panel-plugin/sensors.c:1991
+#: ../panel-plugin/sensors.c:2052
 msgid "large"
 msgstr "groß"
 
-#: ../panel-plugin/sensors.c:1992
+#: ../panel-plugin/sensors.c:2053
 msgid "x-large"
 msgstr "extra-groß"
 
-#: ../panel-plugin/sensors.c:2020
-msgid "Temperature scale:"
-msgstr "Temperaturskala"
+#: ../panel-plugin/sensors.c:2084
+msgid "T_emperature scale:"
+msgstr "T_emperaturskala"
 
-#: ../panel-plugin/sensors.c:2022
-msgid "Celsius"
-msgstr "Celsius"
+#: ../panel-plugin/sensors.c:2086
+msgid "_Celsius"
+msgstr "_Celsius"
 
-#: ../panel-plugin/sensors.c:2024
-msgid "Fahrenheit"
-msgstr "Fahrenheit"
+#: ../panel-plugin/sensors.c:2088
+msgid "_Fahrenheit"
+msgstr "_Fahrenheit"
 
-#: ../panel-plugin/sensors.c:2063
-msgid "Update interval (seconds):"
-msgstr "Auffrischungsintervall (Sekunden):"
+#: ../panel-plugin/sensors.c:2127
+msgid "U_pdate interval (seconds):"
+msgstr "A_uffrischungsintervall (Sekunden):"
 
-#: ../panel-plugin/sensors.c:2090
-msgid "Execute on double click:"
-msgstr "Bei Doppel-Klick ausführen:"
+#: ../panel-plugin/sensors.c:2154
+msgid "E_xecute on double click:"
+msgstr "Bei D_oppel-Klick ausführen:"
 
-#: ../panel-plugin/sensors.c:2132
+#: ../panel-plugin/sensors.c:2196
 msgid "<b>View</b>"
 msgstr "<b>Ansicht</b>"
 
-#: ../panel-plugin/sensors.c:2190
+#: ../panel-plugin/sensors.c:2256
 msgid "<b>Miscellaneous</b>"
 msgstr "<b>Sonstige Einstellungen</b>"
 
-#: ../panel-plugin/sensors.c:2237
+#: ../panel-plugin/sensors.c:2304
 msgid "Edit Properties"
 msgstr "Eingeschaften einstellen"
 
 #. #include <unistd.h>
-#: ../panel-plugin/sensors.c:2244 ../panel-plugin/sensors.h:51
+#: ../panel-plugin/sensors.c:2311 ../panel-plugin/sensors.h:51
 msgid "Sensors Plugin"
 msgstr "Sensor Plugin"
 

Modified: xfce4-sensors-plugin/trunk/po/el.po
===================================================================
--- xfce4-sensors-plugin/trunk/po/el.po	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/el.po	2006-10-01 10:25:56 UTC (rev 2078)
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
-"PO-Revision-Date: 2006-08-04 22:23+0200\n"
+"POT-Creation-Date: 2006-10-01 11:14+0200\n"
+"PO-Revision-Date: 2005-07-27 18:50+0200\n"
 "Last-Translator: Stavros Giannouris <stavrosg2002 at freemail.gr>\n"
 "Language-Team: Greek <nls at tux.hellug.gr>\n"
 "MIME-Version: 1.0\n"
@@ -17,26 +17,26 @@
 "X-Poedit-Language: Greek\n"
 "X-Poedit-Country: GREECE\n"
 
-#: ../panel-plugin/sensors.c:153 ../panel-plugin/sensors.c:2162
+#: ../panel-plugin/sensors.c:156 ../panel-plugin/sensors.c:2227
 msgid "<b>Sensors</b>"
-msgstr "<b>Αισθητήρες</b>"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:272
-#, c-format
+#: ../panel-plugin/sensors.c:275
+#, fuzzy, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Αισθητήρες</b></span> \n"
 
-#: ../panel-plugin/sensors.c:334
+#: ../panel-plugin/sensors.c:337
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Αισθητήρες</b></span>"
 
 #. circumvent empty char pointer
-#: ../panel-plugin/sensors.c:441
+#: ../panel-plugin/sensors.c:444
 msgid "No sensors selected!"
 msgstr "Δεν επιλέχθηκαν αισθητήρες!"
 
-#: ../panel-plugin/sensors.c:479 ../panel-plugin/sensors.c:1677
+#: ../panel-plugin/sensors.c:482 ../panel-plugin/sensors.c:1705
 msgid ""
 " \n"
 "Xfce Hardware Sensors Plugin: \n"
@@ -48,140 +48,173 @@
 "Από οτι φαίνεται υπήρξε πρόβλημα κατά την ανάγνωση κάποιου αισθητήρα. \n"
 "Δεν είναι εγγυημένη η κανονική συνέχεια.\n"
 
-#: ../panel-plugin/sensors.c:500
+#: ../panel-plugin/sensors.c:503
 #, c-format
 msgid "%5.0f rpm"
 msgstr "%5.0f rpm"
 
-#: ../panel-plugin/sensors.c:723
+#: ../panel-plugin/sensors.c:726
 msgid "Error: Could not connect to sensors!"
-msgstr "Σφάλμα: Δεν ήταν δυνατή η σύνδεση με τους αισθητήρες!"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:813 ../panel-plugin/sensors.c:887
+#: ../panel-plugin/sensors.c:816 ../panel-plugin/sensors.c:890
 msgid "Hard disks"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:923
+#: ../panel-plugin/sensors.c:926
 msgid "No sensors found!"
 msgstr "Δε βρέθηκαν αισθητήρες!"
 
-#: ../panel-plugin/sensors.c:1356
+#: ../panel-plugin/sensors.c:1384
+#, fuzzy
 msgid "Hard disk temperature sensors"
+msgstr "Αισθητήρες Υλικού"
+
+#: ../panel-plugin/sensors.c:1800
+msgid "_UI style:"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1772
-msgid "UI style:"
-msgstr "Στυλ UI:"
+#: ../panel-plugin/sensors.c:1801
+msgid "_text"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1773
-msgid "text"
-msgstr "κείμενο"
+#: ../panel-plugin/sensors.c:1803
+msgid "g_raphical"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1775
-msgid "graphical"
-msgstr "γραφικό"
+#: ../panel-plugin/sensors.c:1840
+msgid "Show _labels in graphical UI"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1812
-msgid "Show labels in graphical UI"
-msgstr "Εμφάνιση ετικετών σε γραφικό UI"
+#: ../panel-plugin/sensors.c:1869
+msgid "Show colored _bars"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1837
-msgid "Show title"
+#: ../panel-plugin/sensors.c:1898
+#, fuzzy
+msgid "_Show title"
 msgstr "Εμφάνιση τίτλου"
 
-#: ../panel-plugin/sensors.c:1863
-msgid "Sensors type:"
+#: ../panel-plugin/sensors.c:1924
+#, fuzzy
+msgid "Sensors t_ype:"
 msgstr "Τύπος Αισθητήρα:"
 
-#: ../panel-plugin/sensors.c:1910
+#: ../panel-plugin/sensors.c:1971
 msgid "Name"
-msgstr "Όνομα"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1919
+#: ../panel-plugin/sensors.c:1980
 msgid "Value"
-msgstr "Τιμή"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1925
+#: ../panel-plugin/sensors.c:1986
 msgid "Show"
-msgstr "Εμφάνιση"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1934
+#: ../panel-plugin/sensors.c:1995
 msgid "Color"
-msgstr "Χρώμα"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1944
+#: ../panel-plugin/sensors.c:2005
 msgid "Min"
-msgstr "Ελαχ"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1953
+#: ../panel-plugin/sensors.c:2014
 msgid "Max"
-msgstr "Μεγ"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1981
-msgid "Font size:"
+#: ../panel-plugin/sensors.c:2042
+#, fuzzy
+msgid "F_ont size:"
 msgstr "Μέγεθος γραμματοσειράς:"
 
-#: ../panel-plugin/sensors.c:1988
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+#: ../panel-plugin/sensors.c:2049
 msgid "x-small"
 msgstr "πολύ μικρό"
 
-#: ../panel-plugin/sensors.c:1989
+#: ../panel-plugin/sensors.c:2050
 msgid "small"
 msgstr "Μικρό"
 
-#: ../panel-plugin/sensors.c:1990
+#: ../panel-plugin/sensors.c:2051
 msgid "medium"
 msgstr "μεσαίο"
 
-#: ../panel-plugin/sensors.c:1991
+#: ../panel-plugin/sensors.c:2052
 msgid "large"
 msgstr "μεγάλο"
 
-#: ../panel-plugin/sensors.c:1992
+#: ../panel-plugin/sensors.c:2053
 msgid "x-large"
 msgstr "πολύ μεγάλο"
 
-#: ../panel-plugin/sensors.c:2020
-msgid "Temperature scale:"
-msgstr "Κλίμακα θερμοκρασίας:"
+#: ../panel-plugin/sensors.c:2084
+msgid "T_emperature scale:"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:2022
-msgid "Celsius"
-msgstr "Κελσίου"
+#: ../panel-plugin/sensors.c:2086
+msgid "_Celsius"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:2024
-msgid "Fahrenheit"
-msgstr "Φαρενάϊτ"
+#: ../panel-plugin/sensors.c:2088
+msgid "_Fahrenheit"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:2063
-msgid "Update interval (seconds):"
+#: ../panel-plugin/sensors.c:2127
+#, fuzzy
+msgid "U_pdate interval (seconds):"
 msgstr "Μεσοδιάστημα ανανέωσης (δευτερόλεπτα):"
 
-#: ../panel-plugin/sensors.c:2090
-msgid "Execute on double click:"
+#: ../panel-plugin/sensors.c:2154
+#, fuzzy
+msgid "E_xecute on double click:"
 msgstr "Εκτέλεση στο διπλό κλικ:"
 
-#: ../panel-plugin/sensors.c:2132
+#: ../panel-plugin/sensors.c:2196
 msgid "<b>View</b>"
-msgstr "<b>Προβολή</b>"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:2190
+#: ../panel-plugin/sensors.c:2256
 msgid "<b>Miscellaneous</b>"
-msgstr "<b>Διάφορα</b>"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:2237
+#: ../panel-plugin/sensors.c:2304
 msgid "Edit Properties"
-msgstr "Επεξεργασία ιδιοτήτων"
+msgstr ""
 
 #. #include <unistd.h>
-#: ../panel-plugin/sensors.c:2244 ../panel-plugin/sensors.h:51
+#: ../panel-plugin/sensors.c:2311 ../panel-plugin/sensors.h:51
 msgid "Sensors Plugin"
-msgstr "Πρόσθετο αισθητήρων"
+msgstr ""
 
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:1
 msgid "Sensor plugin "
-msgstr "Πρόσθετο αισθητήρων"
+msgstr ""
 
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
 msgid "Show sensor values."
-msgstr "Εμφάνιση τιμών αισθητήρων"
+msgstr ""
+
+#~ msgid ""
+#~ "A problem occured while trying to close the config file. Restart your "
+#~ "computer ... err ... restart the sensor daemon only :-) \n"
+#~ msgstr ""
+#~ "Εμφανίστηκε ένα πρόβλημα κατά το κλείσιμο του αρχείου ρυθμήσεων. "
+#~ "Επανεκκινείστε τον υπολογιστή σας... εμμ... επανεκκινείστε τον sensor "
+#~ "daemon μόνο :-) \n"
+
+#~ msgid ""
+#~ " \n"
+#~ "Xfce Hardware Sensors Plugin: \n"
+#~ " Seems like there was a problem reading a sensor feature value. \n"
+#~ "Proper proceeding cannot be guaranteed. \n"
+#~ msgstr ""
+#~ " \n"
+#~ "Xfce Hardware Sensors Plugin: \n"
+#~ "Από οτι φαίνεται υπήρξε πρόβλημα κατά την ανάγνωση κάποιου αισθητήρα. \n"
+#~ "Δεν είναι εγγυημένη η κανονική συνέχεια.\n"
+
+#~ msgid "/usr/bin/xsensors"
+#~ msgstr "/usr/bin/xsensors"

Modified: xfce4-sensors-plugin/trunk/po/eu.po
===================================================================
--- xfce4-sensors-plugin/trunk/po/eu.po	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/eu.po	2006-10-01 10:25:56 UTC (rev 2078)
@@ -1,43 +1,41 @@
-# translation of eu.po to librezale
 # Basque translations for PACKAGE package.
 # Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
+# Piarres Beobide <pi at beobide.net>, 2006.
 #
-# Piarres Beobide <pi at beobide.net>, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: eu\n"
+"Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
-"PO-Revision-Date: 2006-09-12 22:15+0200\n"
+"POT-Creation-Date: 2006-10-01 11:14+0200\n"
+"PO-Revision-Date: 2006-02-13 22:20+0100\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
-"Language-Team: librezale <librezale at librezale.org>\n"
+"Language-Team: Librezale <librezale at librezale.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"X-Generator: Pootle 0.6.3.20060126\n"
 
-#: ../panel-plugin/sensors.c:153 ../panel-plugin/sensors.c:2162
+#: ../panel-plugin/sensors.c:156 ../panel-plugin/sensors.c:2227
 msgid "<b>Sensors</b>"
 msgstr "<b>Sentsoreak</b>"
 
-#: ../panel-plugin/sensors.c:272
+#: ../panel-plugin/sensors.c:275
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Sentsoreak</b></span>\n"
 
-#: ../panel-plugin/sensors.c:334
+#: ../panel-plugin/sensors.c:337
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Sentsoreak</b></span>"
 
 #. circumvent empty char pointer
-#: ../panel-plugin/sensors.c:441
+#: ../panel-plugin/sensors.c:444
 msgid "No sensors selected!"
 msgstr "Ez da sentsorerik hautatu!"
 
-#: ../panel-plugin/sensors.c:479 ../panel-plugin/sensors.c:1677
+#: ../panel-plugin/sensors.c:482 ../panel-plugin/sensors.c:1705
 msgid ""
 " \n"
 "Xfce Hardware Sensors Plugin: \n"
@@ -47,135 +45,152 @@
 " \n"
 "Xfce Hardware Sentsore Plugin-a: \n"
 "Dirudienez arazo bat dago sentsore ezaugarri balioa irakurtzerakoan. \n"
-"Ezin da behar bezala ibiliko den ziurtatu.\n"
+"Ezin da behar ebzala ibiliko den ziurtatu.\n"
 
-#: ../panel-plugin/sensors.c:500
+#: ../panel-plugin/sensors.c:503
 #, c-format
 msgid "%5.0f rpm"
 msgstr "%5.0f b/min"
 
-#: ../panel-plugin/sensors.c:723
+#: ../panel-plugin/sensors.c:726
 msgid "Error: Could not connect to sensors!"
 msgstr "Errorea: Ezin da sentsoreetara konektatu!"
 
-#: ../panel-plugin/sensors.c:813 ../panel-plugin/sensors.c:887
+#: ../panel-plugin/sensors.c:816 ../panel-plugin/sensors.c:890
 msgid "Hard disks"
-msgstr "Disko gogorrak"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:923
+#: ../panel-plugin/sensors.c:926
 msgid "No sensors found!"
 msgstr "Ez da sentsorerik aurkitu!"
 
-#: ../panel-plugin/sensors.c:1356
+#: ../panel-plugin/sensors.c:1384
 msgid "Hard disk temperature sensors"
-msgstr "Diska gogor tenperatura sentsoreak"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1772
-msgid "UI style:"
+#: ../panel-plugin/sensors.c:1800
+#, fuzzy
+msgid "_UI style:"
 msgstr "UI estiloa:"
 
-#: ../panel-plugin/sensors.c:1773
-msgid "text"
+#: ../panel-plugin/sensors.c:1801
+#, fuzzy
+msgid "_text"
 msgstr "testua"
 
-#: ../panel-plugin/sensors.c:1775
-msgid "graphical"
+#: ../panel-plugin/sensors.c:1803
+#, fuzzy
+msgid "g_raphical"
 msgstr "grafikoa"
 
-#: ../panel-plugin/sensors.c:1812
-msgid "Show labels in graphical UI"
-msgstr "Etiketa bistarazi UI grafikoan"
+#: ../panel-plugin/sensors.c:1840
+#, fuzzy
+msgid "Show _labels in graphical UI"
+msgstr "Etitketa bistarazi UI grafikoan"
 
-#: ../panel-plugin/sensors.c:1837
-msgid "Show title"
+#: ../panel-plugin/sensors.c:1869
+msgid "Show colored _bars"
+msgstr ""
+
+#: ../panel-plugin/sensors.c:1898
+#, fuzzy
+msgid "_Show title"
 msgstr "Izenburua bistarazi"
 
-#: ../panel-plugin/sensors.c:1863
-msgid "Sensors type:"
+#: ../panel-plugin/sensors.c:1924
+#, fuzzy
+msgid "Sensors t_ype:"
 msgstr "Sentsore mota:"
 
-#: ../panel-plugin/sensors.c:1910
+#: ../panel-plugin/sensors.c:1971
 msgid "Name"
 msgstr "Izena"
 
-#: ../panel-plugin/sensors.c:1919
+#: ../panel-plugin/sensors.c:1980
 msgid "Value"
 msgstr "Balioa"
 
-#: ../panel-plugin/sensors.c:1925
+#: ../panel-plugin/sensors.c:1986
 msgid "Show"
 msgstr "Bistarazi"
 
-#: ../panel-plugin/sensors.c:1934
+#: ../panel-plugin/sensors.c:1995
 msgid "Color"
 msgstr "Kolorea"
 
-#: ../panel-plugin/sensors.c:1944
+#: ../panel-plugin/sensors.c:2005
 msgid "Min"
 msgstr "Min"
 
-#: ../panel-plugin/sensors.c:1953
+#: ../panel-plugin/sensors.c:2014
 msgid "Max"
 msgstr "Geh"
 
-#: ../panel-plugin/sensors.c:1981
-msgid "Font size:"
+#: ../panel-plugin/sensors.c:2042
+#, fuzzy
+msgid "F_ont size:"
 msgstr "Letra-tipo tamaina:"
 
-#: ../panel-plugin/sensors.c:1988
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+#: ../panel-plugin/sensors.c:2049
 msgid "x-small"
 msgstr "oso txikia"
 
-#: ../panel-plugin/sensors.c:1989
+#: ../panel-plugin/sensors.c:2050
 msgid "small"
 msgstr "txikia"
 
-#: ../panel-plugin/sensors.c:1990
+#: ../panel-plugin/sensors.c:2051
 msgid "medium"
 msgstr "ertaina"
 
-#: ../panel-plugin/sensors.c:1991
+#: ../panel-plugin/sensors.c:2052
 msgid "large"
 msgstr "handia"
 
-#: ../panel-plugin/sensors.c:1992
+#: ../panel-plugin/sensors.c:2053
 msgid "x-large"
 msgstr "oso handia"
 
-#: ../panel-plugin/sensors.c:2020
-msgid "Temperature scale:"
+#: ../panel-plugin/sensors.c:2084
+#, fuzzy
+msgid "T_emperature scale:"
 msgstr "Tenperatura eskala:"
 
-#: ../panel-plugin/sensors.c:2022
-msgid "Celsius"
+#: ../panel-plugin/sensors.c:2086
+#, fuzzy
+msgid "_Celsius"
 msgstr "Celsius"
 
-#: ../panel-plugin/sensors.c:2024
-msgid "Fahrenheit"
+#: ../panel-plugin/sensors.c:2088
+#, fuzzy
+msgid "_Fahrenheit"
 msgstr "Fahrenheit"
 
-#: ../panel-plugin/sensors.c:2063
-msgid "Update interval (seconds):"
+#: ../panel-plugin/sensors.c:2127
+#, fuzzy
+msgid "U_pdate interval (seconds):"
 msgstr "Eguneraketa aldia (segundu):"
 
-#: ../panel-plugin/sensors.c:2090
-msgid "Execute on double click:"
+#: ../panel-plugin/sensors.c:2154
+#, fuzzy
+msgid "E_xecute on double click:"
 msgstr "Klik bikoitzarekin exekutatu:"
 
-#: ../panel-plugin/sensors.c:2132
+#: ../panel-plugin/sensors.c:2196
 msgid "<b>View</b>"
 msgstr "<b>Bistarazi</b>"
 
-#: ../panel-plugin/sensors.c:2190
+#: ../panel-plugin/sensors.c:2256
 msgid "<b>Miscellaneous</b>"
 msgstr "<b>Bestelakoak</b>"
 
-#: ../panel-plugin/sensors.c:2237
+#: ../panel-plugin/sensors.c:2304
 msgid "Edit Properties"
 msgstr "Propietateak Editatu"
 
 #. #include <unistd.h>
-#: ../panel-plugin/sensors.c:2244 ../panel-plugin/sensors.h:51
+#: ../panel-plugin/sensors.c:2311 ../panel-plugin/sensors.h:51
 msgid "Sensors Plugin"
 msgstr "Sentsore Plugin-a"
 
@@ -186,4 +201,3 @@
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
 msgid "Show sensor values."
 msgstr "Sentsore balioak bistarazi."
-

Modified: xfce4-sensors-plugin/trunk/po/fr.po
===================================================================
--- xfce4-sensors-plugin/trunk/po/fr.po	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/fr.po	2006-10-01 10:25:56 UTC (rev 2078)
@@ -8,36 +8,34 @@
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
-"PO-Revision-Date: 2006-09-11 13:01+0100\n"
-"Last-Translator: Maximilian Schleiss <maxschleiss at bluewin.ch>\n"
-"Language-Team: French <xfce-i18n at xfce.org>\n"
+"POT-Creation-Date: 2006-10-01 11:14+0200\n"
+"PO-Revision-Date: 2005-08-01 09:31+0200\n"
+"Last-Translator: Fabian Nowak <timystery at arcor.de>\n"
+"Language-Team: French <traduc at traduc.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors.c:153
-#: ../panel-plugin/sensors.c:2162
+#: ../panel-plugin/sensors.c:156 ../panel-plugin/sensors.c:2227
 msgid "<b>Sensors</b>"
 msgstr "<b>Senseurs</b>"
 
-#: ../panel-plugin/sensors.c:272
+#: ../panel-plugin/sensors.c:275
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Senseurs</b></span>\n"
 
-#: ../panel-plugin/sensors.c:334
+#: ../panel-plugin/sensors.c:337
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Senseurs</b></span>"
 
 #. circumvent empty char pointer
-#: ../panel-plugin/sensors.c:441
+#: ../panel-plugin/sensors.c:444
 msgid "No sensors selected!"
 msgstr "Aucun senseur sélectionné !"
 
-#: ../panel-plugin/sensors.c:479
-#: ../panel-plugin/sensors.c:1677
+#: ../panel-plugin/sensors.c:482 ../panel-plugin/sensors.c:1705
 msgid ""
 " \n"
 "Xfce Hardware Sensors Plugin: \n"
@@ -45,147 +43,163 @@
 "Proper proceeding cannot be guaranteed.\n"
 msgstr ""
 " \n"
-"Xfce Greffon de Senseurs Matériel : \n"
-"Il semblerait qu'il y ait eu un problème de lecture de valeur sur un senseur. \n"
+"Xfce Greffon de Senseur Matériel : \n"
+"Il semblerait qu'il y ait un problème de lecture de valeur sur un senseur. \n"
 "L'exécution normale ne peut pas être garantie.\n"
 
-#: ../panel-plugin/sensors.c:500
+#: ../panel-plugin/sensors.c:503
 #, c-format
 msgid "%5.0f rpm"
 msgstr "%5.0f rpm"
 
-#: ../panel-plugin/sensors.c:723
+#: ../panel-plugin/sensors.c:726
 msgid "Error: Could not connect to sensors!"
 msgstr "Erreur: Ne peut pas connecter aux senseurs!"
 
-#: ../panel-plugin/sensors.c:813
-#: ../panel-plugin/sensors.c:887
+#: ../panel-plugin/sensors.c:816 ../panel-plugin/sensors.c:890
 msgid "Hard disks"
-msgstr "Disques durs"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:923
+#: ../panel-plugin/sensors.c:926
 msgid "No sensors found!"
 msgstr "Aucun senseur trouvé!"
 
-#: ../panel-plugin/sensors.c:1356
+#: ../panel-plugin/sensors.c:1384
 msgid "Hard disk temperature sensors"
-msgstr "Sondes de température des disques durs"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1772
-msgid "UI style:"
+#: ../panel-plugin/sensors.c:1800
+#, fuzzy
+msgid "_UI style:"
 msgstr "Mode"
 
-#: ../panel-plugin/sensors.c:1773
-msgid "text"
+#: ../panel-plugin/sensors.c:1801
+#, fuzzy
+msgid "_text"
 msgstr "texte"
 
-#: ../panel-plugin/sensors.c:1775
-msgid "graphical"
+#: ../panel-plugin/sensors.c:1803
+#, fuzzy
+msgid "g_raphical"
 msgstr "graphique"
 
-#: ../panel-plugin/sensors.c:1812
-msgid "Show labels in graphical UI"
-msgstr "Afficher du texte"
+#: ../panel-plugin/sensors.c:1840
+#, fuzzy
+msgid "Show _labels in graphical UI"
+msgstr "Montrer du texte"
 
-#: ../panel-plugin/sensors.c:1837
-msgid "Show title"
-msgstr "Afficher le titre"
+#: ../panel-plugin/sensors.c:1869
+msgid "Show colored _bars"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1863
-msgid "Sensors type:"
+#: ../panel-plugin/sensors.c:1898
+#, fuzzy
+msgid "_Show title"
+msgstr "Montrer le titre"
+
+#: ../panel-plugin/sensors.c:1924
+#, fuzzy
+msgid "Sensors t_ype:"
 msgstr "Type de senseur:"
 
-#: ../panel-plugin/sensors.c:1910
+#: ../panel-plugin/sensors.c:1971
 msgid "Name"
 msgstr "Nom"
 
-#: ../panel-plugin/sensors.c:1919
+#: ../panel-plugin/sensors.c:1980
 msgid "Value"
 msgstr "Valeur"
 
-#: ../panel-plugin/sensors.c:1925
+#: ../panel-plugin/sensors.c:1986
 msgid "Show"
-msgstr "Afficher"
+msgstr "Montrer"
 
-#: ../panel-plugin/sensors.c:1934
+#: ../panel-plugin/sensors.c:1995
 msgid "Color"
 msgstr "Couleur"
 
-#: ../panel-plugin/sensors.c:1944
+#: ../panel-plugin/sensors.c:2005
 msgid "Min"
 msgstr "Min"
 
-#: ../panel-plugin/sensors.c:1953
+#: ../panel-plugin/sensors.c:2014
 msgid "Max"
 msgstr "Max"
 
-#: ../panel-plugin/sensors.c:1981
-msgid "Font size:"
+#: ../panel-plugin/sensors.c:2042
+#, fuzzy
+msgid "F_ont size:"
 msgstr "Taille de la police:"
 
-#: ../panel-plugin/sensors.c:1988
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+#: ../panel-plugin/sensors.c:2049
 msgid "x-small"
-msgstr "très petite"
+msgstr "très pétite"
 
-#: ../panel-plugin/sensors.c:1989
+#: ../panel-plugin/sensors.c:2050
 msgid "small"
-msgstr "petite"
+msgstr "pétite"
 
-#: ../panel-plugin/sensors.c:1990
+#: ../panel-plugin/sensors.c:2051
 msgid "medium"
-msgstr "moyenne"
+msgstr "normale"
 
-#: ../panel-plugin/sensors.c:1991
+#: ../panel-plugin/sensors.c:2052
 msgid "large"
 msgstr "grande"
 
-#: ../panel-plugin/sensors.c:1992
+#: ../panel-plugin/sensors.c:2053
 msgid "x-large"
 msgstr "très grande"
 
-#: ../panel-plugin/sensors.c:2020
-msgid "Temperature scale:"
-msgstr "Échelle de température"
+#: ../panel-plugin/sensors.c:2084
+#, fuzzy
+msgid "T_emperature scale:"
+msgstr "Scale de temperature"
 
-#: ../panel-plugin/sensors.c:2022
-msgid "Celsius"
+#: ../panel-plugin/sensors.c:2086
+#, fuzzy
+msgid "_Celsius"
 msgstr "Celsius"
 
-#: ../panel-plugin/sensors.c:2024
-msgid "Fahrenheit"
+#: ../panel-plugin/sensors.c:2088
+#, fuzzy
+msgid "_Fahrenheit"
 msgstr "Fahrenheit"
 
-#: ../panel-plugin/sensors.c:2063
-msgid "Update interval (seconds):"
+#: ../panel-plugin/sensors.c:2127
+#, fuzzy
+msgid "U_pdate interval (seconds):"
 msgstr "Intervalle de mise-à-jour (secondes):"
 
-#: ../panel-plugin/sensors.c:2090
-msgid "Execute on double click:"
-msgstr "Exécute après un double-clique:"
+#: ../panel-plugin/sensors.c:2154
+#, fuzzy
+msgid "E_xecute on double click:"
+msgstr "Exécute après un double clic:"
 
-#: ../panel-plugin/sensors.c:2132
+#: ../panel-plugin/sensors.c:2196
 msgid "<b>View</b>"
 msgstr "<b>Vue</b>"
 
-#: ../panel-plugin/sensors.c:2190
+#: ../panel-plugin/sensors.c:2256
 msgid "<b>Miscellaneous</b>"
 msgstr "<b>Divers</b>"
 
-#: ../panel-plugin/sensors.c:2237
+#: ../panel-plugin/sensors.c:2304
 msgid "Edit Properties"
-msgstr "Éditer les propriétés"
+msgstr "Ajouter propriétés"
 
 #. #include <unistd.h>
-#: ../panel-plugin/sensors.c:2244
-#: ../panel-plugin/sensors.h:51
+#: ../panel-plugin/sensors.c:2311 ../panel-plugin/sensors.h:51
 msgid "Sensors Plugin"
-msgstr "Greffon pour senseurs"
+msgstr "Plugin senseurs"
 
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:1
+#, fuzzy
 msgid "Sensor plugin "
-msgstr "Greffon pour senseurs"
+msgstr "Plugin senseurs"
 
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
+#, fuzzy
 msgid "Show sensor values."
-msgstr "Afficher les valeurs des senseurs"
-
+msgstr "Montrer les valeurs senseurs"

Modified: xfce4-sensors-plugin/trunk/po/hu.po
===================================================================
--- xfce4-sensors-plugin/trunk/po/hu.po	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/hu.po	2006-10-01 10:25:56 UTC (rev 2078)
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
-"PO-Revision-Date: 2006-09-12 08:13+0100\n"
+"POT-Creation-Date: 2006-10-01 11:14+0200\n"
+"PO-Revision-Date: 2006-02-11 18:02+0100\n"
 "Last-Translator: SZERVÑC Attila <sas at 321.hu>\n"
 "Language-Team: hu\n"
 "MIME-Version: 1.0\n"
@@ -12,28 +12,26 @@
 "X-Poedit-Language: Hungarian\n"
 "X-Poedit-Country: HUNGARY\n"
 
-#: ../panel-plugin/sensors.c:153
-#: ../panel-plugin/sensors.c:2162
+#: ../panel-plugin/sensors.c:156 ../panel-plugin/sensors.c:2227
 msgid "<b>Sensors</b>"
 msgstr "<b>Érzékelők</b>"
 
-#: ../panel-plugin/sensors.c:272
+#: ../panel-plugin/sensors.c:275
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Érzékelők</b></span>\n"
 
-#: ../panel-plugin/sensors.c:334
+#: ../panel-plugin/sensors.c:337
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Érzékelők</b></span>"
 
 #. circumvent empty char pointer
-#: ../panel-plugin/sensors.c:441
+#: ../panel-plugin/sensors.c:444
 msgid "No sensors selected!"
 msgstr "Nincsenek érzékelők!"
 
-#: ../panel-plugin/sensors.c:479
-#: ../panel-plugin/sensors.c:1677
+#: ../panel-plugin/sensors.c:482 ../panel-plugin/sensors.c:1705
 msgid ""
 " \n"
 "Xfce Hardware Sensors Plugin: \n"
@@ -45,135 +43,150 @@
 "Úgy tűnik, gond van egy érzékelő értékeinek kiolvasásával. \n"
 "A helyes működés nem szavatolt.\n"
 
-#: ../panel-plugin/sensors.c:500
+#: ../panel-plugin/sensors.c:503
 #, c-format
 msgid "%5.0f rpm"
 msgstr "%5.0f rpm"
 
-#: ../panel-plugin/sensors.c:723
+#: ../panel-plugin/sensors.c:726
 msgid "Error: Could not connect to sensors!"
 msgstr "Hiba: nem lehet érzékelőkhöz kapcsolódni!"
 
-#: ../panel-plugin/sensors.c:813
-#: ../panel-plugin/sensors.c:887
+#: ../panel-plugin/sensors.c:816 ../panel-plugin/sensors.c:890
 msgid "Hard disks"
-msgstr "Merevlemezek"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:923
+#: ../panel-plugin/sensors.c:926
 msgid "No sensors found!"
 msgstr "Nem leltem érzékelőket!"
 
-#: ../panel-plugin/sensors.c:1356
+#: ../panel-plugin/sensors.c:1384
 msgid "Hard disk temperature sensors"
-msgstr "Merevlemez hőmérséklet mérők"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1772
-msgid "UI style:"
+#: ../panel-plugin/sensors.c:1800
+#, fuzzy
+msgid "_UI style:"
 msgstr "UI stílus:"
 
-#: ../panel-plugin/sensors.c:1773
-msgid "text"
+#: ../panel-plugin/sensors.c:1801
+#, fuzzy
+msgid "_text"
 msgstr "szöveg"
 
-#: ../panel-plugin/sensors.c:1775
-msgid "graphical"
+#: ../panel-plugin/sensors.c:1803
+#, fuzzy
+msgid "g_raphical"
 msgstr "grafikus"
 
-#: ../panel-plugin/sensors.c:1812
-msgid "Show labels in graphical UI"
+#: ../panel-plugin/sensors.c:1840
+#, fuzzy
+msgid "Show _labels in graphical UI"
 msgstr "Címkék a grafikus UI-ben"
 
-#: ../panel-plugin/sensors.c:1837
-msgid "Show title"
+#: ../panel-plugin/sensors.c:1869
+msgid "Show colored _bars"
+msgstr ""
+
+#: ../panel-plugin/sensors.c:1898
+#, fuzzy
+msgid "_Show title"
 msgstr "Címek megjelenítése"
 
-#: ../panel-plugin/sensors.c:1863
-msgid "Sensors type:"
+#: ../panel-plugin/sensors.c:1924
+#, fuzzy
+msgid "Sensors t_ype:"
 msgstr "Érzékelők típusa:"
 
-#: ../panel-plugin/sensors.c:1910
+#: ../panel-plugin/sensors.c:1971
 msgid "Name"
 msgstr "Név"
 
-#: ../panel-plugin/sensors.c:1919
+#: ../panel-plugin/sensors.c:1980
 msgid "Value"
 msgstr "Érték"
 
-#: ../panel-plugin/sensors.c:1925
+#: ../panel-plugin/sensors.c:1986
 msgid "Show"
 msgstr "Megjelenítés"
 
-#: ../panel-plugin/sensors.c:1934
+#: ../panel-plugin/sensors.c:1995
 msgid "Color"
 msgstr "Szín"
 
-#: ../panel-plugin/sensors.c:1944
+#: ../panel-plugin/sensors.c:2005
 msgid "Min"
 msgstr "Min"
 
-#: ../panel-plugin/sensors.c:1953
+#: ../panel-plugin/sensors.c:2014
 msgid "Max"
 msgstr "Max"
 
-#: ../panel-plugin/sensors.c:1981
-msgid "Font size:"
+#: ../panel-plugin/sensors.c:2042
+#, fuzzy
+msgid "F_ont size:"
 msgstr "Betűméret:"
 
-#: ../panel-plugin/sensors.c:1988
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+#: ../panel-plugin/sensors.c:2049
 msgid "x-small"
 msgstr "törpe"
 
-#: ../panel-plugin/sensors.c:1989
+#: ../panel-plugin/sensors.c:2050
 msgid "small"
 msgstr "kicsi"
 
-#: ../panel-plugin/sensors.c:1990
+#: ../panel-plugin/sensors.c:2051
 msgid "medium"
 msgstr "közepes"
 
-#: ../panel-plugin/sensors.c:1991
+#: ../panel-plugin/sensors.c:2052
 msgid "large"
 msgstr "nagy"
 
-#: ../panel-plugin/sensors.c:1992
+#: ../panel-plugin/sensors.c:2053
 msgid "x-large"
 msgstr "óriás"
 
-#: ../panel-plugin/sensors.c:2020
-msgid "Temperature scale:"
+#: ../panel-plugin/sensors.c:2084
+#, fuzzy
+msgid "T_emperature scale:"
 msgstr "Hőfok skála:"
 
-#: ../panel-plugin/sensors.c:2022
-msgid "Celsius"
+#: ../panel-plugin/sensors.c:2086
+#, fuzzy
+msgid "_Celsius"
 msgstr "Celsius"
 
-#: ../panel-plugin/sensors.c:2024
-msgid "Fahrenheit"
+#: ../panel-plugin/sensors.c:2088
+#, fuzzy
+msgid "_Fahrenheit"
 msgstr "Fahrenheit"
 
-#: ../panel-plugin/sensors.c:2063
-msgid "Update interval (seconds):"
+#: ../panel-plugin/sensors.c:2127
+#, fuzzy
+msgid "U_pdate interval (seconds):"
 msgstr "Frissítési időközök (másodpercben):"
 
-#: ../panel-plugin/sensors.c:2090
-msgid "Execute on double click:"
+#: ../panel-plugin/sensors.c:2154
+#, fuzzy
+msgid "E_xecute on double click:"
 msgstr "Futtatás dupla kattintásra:"
 
-#: ../panel-plugin/sensors.c:2132
+#: ../panel-plugin/sensors.c:2196
 msgid "<b>View</b>"
 msgstr "<b>Nézet</b>"
 
-#: ../panel-plugin/sensors.c:2190
+#: ../panel-plugin/sensors.c:2256
 msgid "<b>Miscellaneous</b>"
 msgstr "<b>Egyebek</b>"
 
-#: ../panel-plugin/sensors.c:2237
+#: ../panel-plugin/sensors.c:2304
 msgid "Edit Properties"
 msgstr "Tulajdonságok szerkesztése"
 
 #. #include <unistd.h>
-#: ../panel-plugin/sensors.c:2244
-#: ../panel-plugin/sensors.h:51
+#: ../panel-plugin/sensors.c:2311 ../panel-plugin/sensors.h:51
 msgid "Sensors Plugin"
 msgstr "Érzékelők"
 
@@ -184,4 +197,3 @@
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
 msgid "Show sensor values."
 msgstr "Értékek mutatása"
-

Modified: xfce4-sensors-plugin/trunk/po/ja.po
===================================================================
--- xfce4-sensors-plugin/trunk/po/ja.po	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/ja.po	2006-10-01 10:25:56 UTC (rev 2078)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2006-10-01 11:14+0200\n"
 "PO-Revision-Date: 2006-01-04 00:28+0900\n"
 "Last-Translator: Daichi Kawahata <daichi at xfce.org>\n"
 "Language-Team: xfce-users-jp <xfce-users-jp at ml.fdiary.net>\n"
@@ -15,26 +15,26 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors.c:153 ../panel-plugin/sensors.c:2162
+#: ../panel-plugin/sensors.c:156 ../panel-plugin/sensors.c:2227
 msgid "<b>Sensors</b>"
 msgstr "<b>センサー</b>"
 
-#: ../panel-plugin/sensors.c:272
+#: ../panel-plugin/sensors.c:275
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>センサー</b></span>\n"
 
-#: ../panel-plugin/sensors.c:334
+#: ../panel-plugin/sensors.c:337
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>センサー</b></span>"
 
 #. circumvent empty char pointer
-#: ../panel-plugin/sensors.c:441
+#: ../panel-plugin/sensors.c:444
 msgid "No sensors selected!"
 msgstr "センサーが選択されていません!"
 
-#: ../panel-plugin/sensors.c:479 ../panel-plugin/sensors.c:1677
+#: ../panel-plugin/sensors.c:482 ../panel-plugin/sensors.c:1705
 msgid ""
 " \n"
 "Xfce Hardware Sensors Plugin: \n"
@@ -46,133 +46,150 @@
 "センサーの機能値の読み込みに問題があるようです。 \n"
 "正確な値は保証されません。\n"
 
-#: ../panel-plugin/sensors.c:500
+#: ../panel-plugin/sensors.c:503
 #, c-format
 msgid "%5.0f rpm"
 msgstr "%5.0f rpm"
 
-#: ../panel-plugin/sensors.c:723
+#: ../panel-plugin/sensors.c:726
 msgid "Error: Could not connect to sensors!"
 msgstr "エラー: センサーに接続できませんでした!"
 
-#: ../panel-plugin/sensors.c:813 ../panel-plugin/sensors.c:887
+#: ../panel-plugin/sensors.c:816 ../panel-plugin/sensors.c:890
 msgid "Hard disks"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:923
+#: ../panel-plugin/sensors.c:926
 msgid "No sensors found!"
 msgstr "センサーが見つかりません!"
 
-#: ../panel-plugin/sensors.c:1356
+#: ../panel-plugin/sensors.c:1384
 msgid "Hard disk temperature sensors"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1772
-msgid "UI style:"
+#: ../panel-plugin/sensors.c:1800
+#, fuzzy
+msgid "_UI style:"
 msgstr "UIのスタイル:"
 
-#: ../panel-plugin/sensors.c:1773
-msgid "text"
+#: ../panel-plugin/sensors.c:1801
+#, fuzzy
+msgid "_text"
 msgstr "テキスト"
 
-#: ../panel-plugin/sensors.c:1775
-msgid "graphical"
+#: ../panel-plugin/sensors.c:1803
+#, fuzzy
+msgid "g_raphical"
 msgstr "グラフィック"
 
-#: ../panel-plugin/sensors.c:1812
-msgid "Show labels in graphical UI"
+#: ../panel-plugin/sensors.c:1840
+#, fuzzy
+msgid "Show _labels in graphical UI"
 msgstr "UIにラベルを表示する"
 
-#: ../panel-plugin/sensors.c:1837
-msgid "Show title"
+#: ../panel-plugin/sensors.c:1869
+msgid "Show colored _bars"
+msgstr ""
+
+#: ../panel-plugin/sensors.c:1898
+#, fuzzy
+msgid "_Show title"
 msgstr "タイトルを表示する"
 
-#: ../panel-plugin/sensors.c:1863
-msgid "Sensors type:"
+#: ../panel-plugin/sensors.c:1924
+#, fuzzy
+msgid "Sensors t_ype:"
 msgstr "センサーの種類:"
 
-#: ../panel-plugin/sensors.c:1910
+#: ../panel-plugin/sensors.c:1971
 msgid "Name"
 msgstr "名前"
 
-#: ../panel-plugin/sensors.c:1919
+#: ../panel-plugin/sensors.c:1980
 msgid "Value"
 msgstr "値"
 
-#: ../panel-plugin/sensors.c:1925
+#: ../panel-plugin/sensors.c:1986
 msgid "Show"
 msgstr "表示"
 
-#: ../panel-plugin/sensors.c:1934
+#: ../panel-plugin/sensors.c:1995
 msgid "Color"
 msgstr "色"
 
-#: ../panel-plugin/sensors.c:1944
+#: ../panel-plugin/sensors.c:2005
 msgid "Min"
 msgstr "最小"
 
-#: ../panel-plugin/sensors.c:1953
+#: ../panel-plugin/sensors.c:2014
 msgid "Max"
 msgstr "最大"
 
-#: ../panel-plugin/sensors.c:1981
-msgid "Font size:"
+#: ../panel-plugin/sensors.c:2042
+#, fuzzy
+msgid "F_ont size:"
 msgstr "フォントのサイズ:"
 
-#: ../panel-plugin/sensors.c:1988
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+#: ../panel-plugin/sensors.c:2049
 msgid "x-small"
 msgstr "極小"
 
-#: ../panel-plugin/sensors.c:1989
+#: ../panel-plugin/sensors.c:2050
 msgid "small"
 msgstr "小"
 
-#: ../panel-plugin/sensors.c:1990
+#: ../panel-plugin/sensors.c:2051
 msgid "medium"
 msgstr "普通"
 
-#: ../panel-plugin/sensors.c:1991
+#: ../panel-plugin/sensors.c:2052
 msgid "large"
 msgstr "大"
 
-#: ../panel-plugin/sensors.c:1992
+#: ../panel-plugin/sensors.c:2053
 msgid "x-large"
 msgstr "巨大"
 
-#: ../panel-plugin/sensors.c:2020
-msgid "Temperature scale:"
+#: ../panel-plugin/sensors.c:2084
+#, fuzzy
+msgid "T_emperature scale:"
 msgstr "温度の目盛:"
 
-#: ../panel-plugin/sensors.c:2022
-msgid "Celsius"
+#: ../panel-plugin/sensors.c:2086
+#, fuzzy
+msgid "_Celsius"
 msgstr "摂氏"
 
-#: ../panel-plugin/sensors.c:2024
-msgid "Fahrenheit"
+#: ../panel-plugin/sensors.c:2088
+#, fuzzy
+msgid "_Fahrenheit"
 msgstr "華氏"
 
-#: ../panel-plugin/sensors.c:2063
-msgid "Update interval (seconds):"
+#: ../panel-plugin/sensors.c:2127
+#, fuzzy
+msgid "U_pdate interval (seconds):"
 msgstr "更新の間隔 (秒):"
 
-#: ../panel-plugin/sensors.c:2090
-msgid "Execute on double click:"
+#: ../panel-plugin/sensors.c:2154
+#, fuzzy
+msgid "E_xecute on double click:"
 msgstr "ダブルクリックで実行:"
 
-#: ../panel-plugin/sensors.c:2132
+#: ../panel-plugin/sensors.c:2196
 msgid "<b>View</b>"
 msgstr "<b>表示</b>"
 
-#: ../panel-plugin/sensors.c:2190
+#: ../panel-plugin/sensors.c:2256
 msgid "<b>Miscellaneous</b>"
 msgstr "<b>その他</b>"
 
-#: ../panel-plugin/sensors.c:2237
+#: ../panel-plugin/sensors.c:2304
 msgid "Edit Properties"
 msgstr "プロパティの編集"
 
 #. #include <unistd.h>
-#: ../panel-plugin/sensors.c:2244 ../panel-plugin/sensors.h:51
+#: ../panel-plugin/sensors.c:2311 ../panel-plugin/sensors.h:51
 msgid "Sensors Plugin"
 msgstr "センサープラグイン"
 

Modified: xfce4-sensors-plugin/trunk/po/ko.po
===================================================================
--- xfce4-sensors-plugin/trunk/po/ko.po	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/ko.po	2006-10-01 10:25:56 UTC (rev 2078)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2006-10-01 11:14+0200\n"
 "PO-Revision-Date: 2005-11-03 01:59+0900\n"
 "Last-Translator: ByungHyun Choi <byunghyun.choi at gmail.com>\n"
 "Language-Team: xfce4-users-kr-i18n <xfce4-users-kr-i18n at lists.sourceforge."
@@ -16,26 +16,26 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors.c:153 ../panel-plugin/sensors.c:2162
+#: ../panel-plugin/sensors.c:156 ../panel-plugin/sensors.c:2227
 msgid "<b>Sensors</b>"
 msgstr "<b>센서</b>"
 
-#: ../panel-plugin/sensors.c:272
+#: ../panel-plugin/sensors.c:275
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>센서</b></span> \n"
 
-#: ../panel-plugin/sensors.c:334
+#: ../panel-plugin/sensors.c:337
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>센서</b></span>"
 
 #. circumvent empty char pointer
-#: ../panel-plugin/sensors.c:441
+#: ../panel-plugin/sensors.c:444
 msgid "No sensors selected!"
 msgstr "센서를 선택하지 않았습니다!"
 
-#: ../panel-plugin/sensors.c:479 ../panel-plugin/sensors.c:1677
+#: ../panel-plugin/sensors.c:482 ../panel-plugin/sensors.c:1705
 msgid ""
 " \n"
 "Xfce Hardware Sensors Plugin: \n"
@@ -47,133 +47,150 @@
 "센서의 기능과 측정치를 읽는 도중 문제가 생긴 것 같습니다.\n"
 "따라서 정상적인 동작을 보장할 수 없습니다.\n"
 
-#: ../panel-plugin/sensors.c:500
+#: ../panel-plugin/sensors.c:503
 #, c-format
 msgid "%5.0f rpm"
 msgstr "%5.0f RPM"
 
-#: ../panel-plugin/sensors.c:723
+#: ../panel-plugin/sensors.c:726
 msgid "Error: Could not connect to sensors!"
 msgstr "오류: 선세에 연결하지 못 했습니다."
 
-#: ../panel-plugin/sensors.c:813 ../panel-plugin/sensors.c:887
+#: ../panel-plugin/sensors.c:816 ../panel-plugin/sensors.c:890
 msgid "Hard disks"
 msgstr "하드 디스크"
 
-#: ../panel-plugin/sensors.c:923
+#: ../panel-plugin/sensors.c:926
 msgid "No sensors found!"
 msgstr "센서를 못 찾았습니다!"
 
-#: ../panel-plugin/sensors.c:1356
+#: ../panel-plugin/sensors.c:1384
 msgid "Hard disk temperature sensors"
 msgstr "하드디스크 온도 센서"
 
-#: ../panel-plugin/sensors.c:1772
-msgid "UI style:"
+#: ../panel-plugin/sensors.c:1800
+#, fuzzy
+msgid "_UI style:"
 msgstr "UI 스타일:"
 
-#: ../panel-plugin/sensors.c:1773
-msgid "text"
+#: ../panel-plugin/sensors.c:1801
+#, fuzzy
+msgid "_text"
 msgstr "글자"
 
-#: ../panel-plugin/sensors.c:1775
-msgid "graphical"
+#: ../panel-plugin/sensors.c:1803
+#, fuzzy
+msgid "g_raphical"
 msgstr "그림"
 
-#: ../panel-plugin/sensors.c:1812
-msgid "Show labels in graphical UI"
+#: ../panel-plugin/sensors.c:1840
+#, fuzzy
+msgid "Show _labels in graphical UI"
 msgstr "GUI에 레이블 보이기"
 
-#: ../panel-plugin/sensors.c:1837
-msgid "Show title"
+#: ../panel-plugin/sensors.c:1869
+msgid "Show colored _bars"
+msgstr ""
+
+#: ../panel-plugin/sensors.c:1898
+#, fuzzy
+msgid "_Show title"
 msgstr "이름 보여주기"
 
-#: ../panel-plugin/sensors.c:1863
-msgid "Sensors type:"
+#: ../panel-plugin/sensors.c:1924
+#, fuzzy
+msgid "Sensors t_ype:"
 msgstr "센서 종류:"
 
-#: ../panel-plugin/sensors.c:1910
+#: ../panel-plugin/sensors.c:1971
 msgid "Name"
 msgstr "이름"
 
-#: ../panel-plugin/sensors.c:1919
+#: ../panel-plugin/sensors.c:1980
 msgid "Value"
 msgstr "값"
 
-#: ../panel-plugin/sensors.c:1925
+#: ../panel-plugin/sensors.c:1986
 msgid "Show"
 msgstr "보이기"
 
-#: ../panel-plugin/sensors.c:1934
+#: ../panel-plugin/sensors.c:1995
 msgid "Color"
 msgstr "색상"
 
-#: ../panel-plugin/sensors.c:1944
+#: ../panel-plugin/sensors.c:2005
 msgid "Min"
 msgstr "최소"
 
-#: ../panel-plugin/sensors.c:1953
+#: ../panel-plugin/sensors.c:2014
 msgid "Max"
 msgstr "최대"
 
-#: ../panel-plugin/sensors.c:1981
-msgid "Font size:"
+#: ../panel-plugin/sensors.c:2042
+#, fuzzy
+msgid "F_ont size:"
 msgstr "글꼴 크기:"
 
-#: ../panel-plugin/sensors.c:1988
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+#: ../panel-plugin/sensors.c:2049
 msgid "x-small"
 msgstr "아주 작게"
 
-#: ../panel-plugin/sensors.c:1989
+#: ../panel-plugin/sensors.c:2050
 msgid "small"
 msgstr "작게"
 
-#: ../panel-plugin/sensors.c:1990
+#: ../panel-plugin/sensors.c:2051
 msgid "medium"
 msgstr "중간"
 
-#: ../panel-plugin/sensors.c:1991
+#: ../panel-plugin/sensors.c:2052
 msgid "large"
 msgstr "크게"
 
-#: ../panel-plugin/sensors.c:1992
+#: ../panel-plugin/sensors.c:2053
 msgid "x-large"
 msgstr "아주 크게"
 
-#: ../panel-plugin/sensors.c:2020
-msgid "Temperature scale:"
+#: ../panel-plugin/sensors.c:2084
+#, fuzzy
+msgid "T_emperature scale:"
 msgstr "온도 단위:"
 
-#: ../panel-plugin/sensors.c:2022
-msgid "Celsius"
+#: ../panel-plugin/sensors.c:2086
+#, fuzzy
+msgid "_Celsius"
 msgstr "섭씨"
 
-#: ../panel-plugin/sensors.c:2024
-msgid "Fahrenheit"
+#: ../panel-plugin/sensors.c:2088
+#, fuzzy
+msgid "_Fahrenheit"
 msgstr "화씨"
 
-#: ../panel-plugin/sensors.c:2063
-msgid "Update interval (seconds):"
+#: ../panel-plugin/sensors.c:2127
+#, fuzzy
+msgid "U_pdate interval (seconds):"
 msgstr "검사 간격 (초):"
 
-#: ../panel-plugin/sensors.c:2090
-msgid "Execute on double click:"
+#: ../panel-plugin/sensors.c:2154
+#, fuzzy
+msgid "E_xecute on double click:"
 msgstr "따닥(더블클릭)하면 실행합니다."
 
-#: ../panel-plugin/sensors.c:2132
+#: ../panel-plugin/sensors.c:2196
 msgid "<b>View</b>"
 msgstr "<b>보기</b>"
 
-#: ../panel-plugin/sensors.c:2190
+#: ../panel-plugin/sensors.c:2256
 msgid "<b>Miscellaneous</b>"
 msgstr "<b>기타</b>"
 
-#: ../panel-plugin/sensors.c:2237
+#: ../panel-plugin/sensors.c:2304
 msgid "Edit Properties"
 msgstr "속성 변경"
 
 #. #include <unistd.h>
-#: ../panel-plugin/sensors.c:2244 ../panel-plugin/sensors.h:51
+#: ../panel-plugin/sensors.c:2311 ../panel-plugin/sensors.h:51
 msgid "Sensors Plugin"
 msgstr "센서 플러그인"
 

Modified: xfce4-sensors-plugin/trunk/po/lt.po
===================================================================
--- xfce4-sensors-plugin/trunk/po/lt.po	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/lt.po	2006-10-01 10:25:56 UTC (rev 2078)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2006-10-01 11:14+0200\n"
 "PO-Revision-Date: 2005-02-04 21:07+0200\n"
 "Last-Translator: Rimas Kudelis <rq at akl.lt>\n"
 "Language-Team: Lithuanian <komp_lt at konferencijos.lt>\n"
@@ -15,26 +15,26 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors.c:153 ../panel-plugin/sensors.c:2162
+#: ../panel-plugin/sensors.c:156 ../panel-plugin/sensors.c:2227
 msgid "<b>Sensors</b>"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:272
+#: ../panel-plugin/sensors.c:275
 #, fuzzy, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Sensoriai</b></span> \n"
 
-#: ../panel-plugin/sensors.c:334
+#: ../panel-plugin/sensors.c:337
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Sensoriai</b></span>"
 
 #. circumvent empty char pointer
-#: ../panel-plugin/sensors.c:441
+#: ../panel-plugin/sensors.c:444
 msgid "No sensors selected!"
 msgstr "Nepasirinkti jokie sensoriai!"
 
-#: ../panel-plugin/sensors.c:479 ../panel-plugin/sensors.c:1677
+#: ../panel-plugin/sensors.c:482 ../panel-plugin/sensors.c:1705
 #, fuzzy
 msgid ""
 " \n"
@@ -48,134 +48,143 @@
 "savybės                         reikšmę. \n"
 "Tvarkingas tolesnis darbas negali būti užtikrinamas. \n"
 
-#: ../panel-plugin/sensors.c:500
+#: ../panel-plugin/sensors.c:503
 #, c-format
 msgid "%5.0f rpm"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:723
+#: ../panel-plugin/sensors.c:726
 msgid "Error: Could not connect to sensors!"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:813 ../panel-plugin/sensors.c:887
+#: ../panel-plugin/sensors.c:816 ../panel-plugin/sensors.c:890
 msgid "Hard disks"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:923
+#: ../panel-plugin/sensors.c:926
 msgid "No sensors found!"
 msgstr "Jokių sensorių nerasta!"
 
-#: ../panel-plugin/sensors.c:1356
+#: ../panel-plugin/sensors.c:1384
 #, fuzzy
 msgid "Hard disk temperature sensors"
 msgstr "Aparatiniai sensoriai"
 
-#: ../panel-plugin/sensors.c:1772
-msgid "UI style:"
+#: ../panel-plugin/sensors.c:1800
+msgid "_UI style:"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1773
-msgid "text"
+#: ../panel-plugin/sensors.c:1801
+msgid "_text"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1775
-msgid "graphical"
+#: ../panel-plugin/sensors.c:1803
+msgid "g_raphical"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1812
-msgid "Show labels in graphical UI"
+#: ../panel-plugin/sensors.c:1840
+msgid "Show _labels in graphical UI"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1837
-msgid "Show title"
+#: ../panel-plugin/sensors.c:1869
+msgid "Show colored _bars"
+msgstr ""
+
+#: ../panel-plugin/sensors.c:1898
+#, fuzzy
+msgid "_Show title"
 msgstr "Rodyti pavadinimą"
 
-#: ../panel-plugin/sensors.c:1863
-msgid "Sensors type:"
+#: ../panel-plugin/sensors.c:1924
+#, fuzzy
+msgid "Sensors t_ype:"
 msgstr "Sensorių tipas:"
 
-#: ../panel-plugin/sensors.c:1910
+#: ../panel-plugin/sensors.c:1971
 msgid "Name"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1919
+#: ../panel-plugin/sensors.c:1980
 msgid "Value"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1925
+#: ../panel-plugin/sensors.c:1986
 msgid "Show"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1934
+#: ../panel-plugin/sensors.c:1995
 msgid "Color"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1944
+#: ../panel-plugin/sensors.c:2005
 msgid "Min"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1953
+#: ../panel-plugin/sensors.c:2014
 msgid "Max"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1981
-msgid "Font size:"
+#: ../panel-plugin/sensors.c:2042
+#, fuzzy
+msgid "F_ont size:"
 msgstr "Šrifto dydis:"
 
-#: ../panel-plugin/sensors.c:1988
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+#: ../panel-plugin/sensors.c:2049
 msgid "x-small"
 msgstr "labai mažas"
 
-#: ../panel-plugin/sensors.c:1989
+#: ../panel-plugin/sensors.c:2050
 msgid "small"
 msgstr "mažas"
 
-#: ../panel-plugin/sensors.c:1990
+#: ../panel-plugin/sensors.c:2051
 msgid "medium"
 msgstr "vidutinis"
 
-#: ../panel-plugin/sensors.c:1991
+#: ../panel-plugin/sensors.c:2052
 msgid "large"
 msgstr "didelis"
 
-#: ../panel-plugin/sensors.c:1992
+#: ../panel-plugin/sensors.c:2053
 msgid "x-large"
 msgstr "labai didelis"
 
-#: ../panel-plugin/sensors.c:2020
-msgid "Temperature scale:"
+#: ../panel-plugin/sensors.c:2084
+msgid "T_emperature scale:"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:2022
-msgid "Celsius"
+#: ../panel-plugin/sensors.c:2086
+msgid "_Celsius"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:2024
-msgid "Fahrenheit"
+#: ../panel-plugin/sensors.c:2088
+msgid "_Fahrenheit"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:2063
-msgid "Update interval (seconds):"
+#: ../panel-plugin/sensors.c:2127
+#, fuzzy
+msgid "U_pdate interval (seconds):"
 msgstr "Atnaujinimo dažnumas (sek.):"
 
-#: ../panel-plugin/sensors.c:2090
-msgid "Execute on double click:"
+#: ../panel-plugin/sensors.c:2154
+msgid "E_xecute on double click:"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:2132
+#: ../panel-plugin/sensors.c:2196
 msgid "<b>View</b>"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:2190
+#: ../panel-plugin/sensors.c:2256
 msgid "<b>Miscellaneous</b>"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:2237
+#: ../panel-plugin/sensors.c:2304
 msgid "Edit Properties"
 msgstr ""
 
 #. #include <unistd.h>
-#: ../panel-plugin/sensors.c:2244 ../panel-plugin/sensors.h:51
+#: ../panel-plugin/sensors.c:2311 ../panel-plugin/sensors.h:51
 msgid "Sensors Plugin"
 msgstr ""
 

Modified: xfce4-sensors-plugin/trunk/po/pl.po
===================================================================
--- xfce4-sensors-plugin/trunk/po/pl.po	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/pl.po	2006-10-01 10:25:56 UTC (rev 2078)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2006-10-01 11:14+0200\n"
 "PO-Revision-Date: 2006-04-08 13:17+0900\n"
 "Last-Translator: Piotr Maliński <admin at rk.edu.pl>\n"
 "Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
@@ -16,26 +16,26 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors.c:153 ../panel-plugin/sensors.c:2162
+#: ../panel-plugin/sensors.c:156 ../panel-plugin/sensors.c:2227
 msgid "<b>Sensors</b>"
 msgstr "<b>Czujniki</b>"
 
-#: ../panel-plugin/sensors.c:272
+#: ../panel-plugin/sensors.c:275
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Czujniki</b></span>\n"
 
-#: ../panel-plugin/sensors.c:334
+#: ../panel-plugin/sensors.c:337
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Czujniki</b></span>"
 
 #. circumvent empty char pointer
-#: ../panel-plugin/sensors.c:441
+#: ../panel-plugin/sensors.c:444
 msgid "No sensors selected!"
 msgstr "Brak wykrytych czujników!"
 
-#: ../panel-plugin/sensors.c:479 ../panel-plugin/sensors.c:1677
+#: ../panel-plugin/sensors.c:482 ../panel-plugin/sensors.c:1705
 msgid ""
 " \n"
 "Xfce Hardware Sensors Plugin: \n"
@@ -47,133 +47,150 @@
 "Chyba wystąpił problem przy czytaniu wartości z czujnika. \n"
 "Podane wartości mogą być niezgodne z prawdą.\n"
 
-#: ../panel-plugin/sensors.c:500
+#: ../panel-plugin/sensors.c:503
 #, c-format
 msgid "%5.0f rpm"
 msgstr "%5.0f rpm"
 
-#: ../panel-plugin/sensors.c:723
+#: ../panel-plugin/sensors.c:726
 msgid "Error: Could not connect to sensors!"
 msgstr "Błąd: nie mogę połączyć się z czujnikiem!"
 
-#: ../panel-plugin/sensors.c:813 ../panel-plugin/sensors.c:887
+#: ../panel-plugin/sensors.c:816 ../panel-plugin/sensors.c:890
 msgid "Hard disks"
-msgstr "Dyski twarde"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:923
+#: ../panel-plugin/sensors.c:926
 msgid "No sensors found!"
 msgstr "Brak czujników!"
 
-#: ../panel-plugin/sensors.c:1356
+#: ../panel-plugin/sensors.c:1384
 msgid "Hard disk temperature sensors"
-msgstr "Czujniki temperatury dysków"
+msgstr ""
 
-#: ../panel-plugin/sensors.c:1772
-msgid "UI style:"
+#: ../panel-plugin/sensors.c:1800
+#, fuzzy
+msgid "_UI style:"
 msgstr "Styl UI:"
 
-#: ../panel-plugin/sensors.c:1773
-msgid "text"
+#: ../panel-plugin/sensors.c:1801
+#, fuzzy
+msgid "_text"
 msgstr "tekst"
 
-#: ../panel-plugin/sensors.c:1775
-msgid "graphical"
+#: ../panel-plugin/sensors.c:1803
+#, fuzzy
+msgid "g_raphical"
 msgstr "graficzny"
 
-#: ../panel-plugin/sensors.c:1812
-msgid "Show labels in graphical UI"
+#: ../panel-plugin/sensors.c:1840
+#, fuzzy
+msgid "Show _labels in graphical UI"
 msgstr "Pokazuj etykiety w UI"
 
-#: ../panel-plugin/sensors.c:1837
-msgid "Show title"
+#: ../panel-plugin/sensors.c:1869
+msgid "Show colored _bars"
+msgstr ""
+
+#: ../panel-plugin/sensors.c:1898
+#, fuzzy
+msgid "_Show title"
 msgstr "Pokazuj tutuł"
 
-#: ../panel-plugin/sensors.c:1863
-msgid "Sensors type:"
+#: ../panel-plugin/sensors.c:1924
+#, fuzzy
+msgid "Sensors t_ype:"
 msgstr "Typ sensorów:"
 
-#: ../panel-plugin/sensors.c:1910
+#: ../panel-plugin/sensors.c:1971
 msgid "Name"
 msgstr "Nazwa"
 
-#: ../panel-plugin/sensors.c:1919
+#: ../panel-plugin/sensors.c:1980
 msgid "Value"
 msgstr "Wartość"
 
-#: ../panel-plugin/sensors.c:1925
+#: ../panel-plugin/sensors.c:1986
 msgid "Show"
 msgstr "Pokaż"
 
-#: ../panel-plugin/sensors.c:1934
+#: ../panel-plugin/sensors.c:1995
 msgid "Color"
 msgstr "Kolor"
 
-#: ../panel-plugin/sensors.c:1944
+#: ../panel-plugin/sensors.c:2005
 msgid "Min"
 msgstr "Minimum"
 
-#: ../panel-plugin/sensors.c:1953
+#: ../panel-plugin/sensors.c:2014
 msgid "Max"
 msgstr "Maximum"
 
-#: ../panel-plugin/sensors.c:1981
-msgid "Font size:"
+#: ../panel-plugin/sensors.c:2042
+#, fuzzy
+msgid "F_ont size:"
 msgstr "Rozmiar czcionki:"
 
-#: ../panel-plugin/sensors.c:1988
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+#: ../panel-plugin/sensors.c:2049
 msgid "x-small"
 msgstr "x-mała"
 
-#: ../panel-plugin/sensors.c:1989
+#: ../panel-plugin/sensors.c:2050
 msgid "small"
 msgstr "mała"
 
-#: ../panel-plugin/sensors.c:1990
+#: ../panel-plugin/sensors.c:2051
 msgid "medium"
 msgstr "średnia"
 
-#: ../panel-plugin/sensors.c:1991
+#: ../panel-plugin/sensors.c:2052
 msgid "large"
 msgstr "duża"
 
-#: ../panel-plugin/sensors.c:1992
+#: ../panel-plugin/sensors.c:2053
 msgid "x-large"
 msgstr "x-duża"
 
-#: ../panel-plugin/sensors.c:2020
-msgid "Temperature scale:"
+#: ../panel-plugin/sensors.c:2084
+#, fuzzy
+msgid "T_emperature scale:"
 msgstr "Skala temperatury:"
 
-#: ../panel-plugin/sensors.c:2022
-msgid "Celsius"
+#: ../panel-plugin/sensors.c:2086
+#, fuzzy
+msgid "_Celsius"
 msgstr "Celcjusze"
 
-#: ../panel-plugin/sensors.c:2024
-msgid "Fahrenheit"
+#: ../panel-plugin/sensors.c:2088
+#, fuzzy
+msgid "_Fahrenheit"
 msgstr "Farenhaity"
 
-#: ../panel-plugin/sensors.c:2063
-msgid "Update interval (seconds):"
+#: ../panel-plugin/sensors.c:2127
+#, fuzzy
+msgid "U_pdate interval (seconds):"
 msgstr "Czas aktualizacji (sek):"
 
-#: ../panel-plugin/sensors.c:2090
-msgid "Execute on double click:"
+#: ../panel-plugin/sensors.c:2154
+#, fuzzy
+msgid "E_xecute on double click:"
 msgstr "Wykonaj przy podwójnym kliknięciu:"
 
-#: ../panel-plugin/sensors.c:2132
+#: ../panel-plugin/sensors.c:2196
 msgid "<b>View</b>"
 msgstr "<b>Widok</b>"
 
-#: ../panel-plugin/sensors.c:2190
+#: ../panel-plugin/sensors.c:2256
 msgid "<b>Miscellaneous</b>"
 msgstr "<b>Inne</b>"
 
-#: ../panel-plugin/sensors.c:2237
+#: ../panel-plugin/sensors.c:2304
 msgid "Edit Properties"
 msgstr "Edytuj właściowości"
 
 #. #include <unistd.h>
-#: ../panel-plugin/sensors.c:2244 ../panel-plugin/sensors.h:51
+#: ../panel-plugin/sensors.c:2311 ../panel-plugin/sensors.h:51
 msgid "Sensors Plugin"
 msgstr "Wtyczka Czujników"
 

Modified: xfce4-sensors-plugin/trunk/po/ru.po
===================================================================
--- xfce4-sensors-plugin/trunk/po/ru.po	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/ru.po	2006-10-01 10:25:56 UTC (rev 2078)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2006-10-01 11:14+0200\n"
 "PO-Revision-Date: 2006-04-09 17:07+0600\n"
 "Last-Translator: Andrey Fedoseev <andrey.fedoseev at gmail.com>\n"
 "Language-Team: Russian <ru at li.org>\n"
@@ -15,26 +15,26 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors.c:153 ../panel-plugin/sensors.c:2162
+#: ../panel-plugin/sensors.c:156 ../panel-plugin/sensors.c:2227
 msgid "<b>Sensors</b>"
 msgstr "<b>Сенсоры</b>"
 
-#: ../panel-plugin/sensors.c:272
+#: ../panel-plugin/sensors.c:275
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Сенсоры</b></span>\n"
 
-#: ../panel-plugin/sensors.c:334
+#: ../panel-plugin/sensors.c:337
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Сенсоры</b></span>"
 
 #. circumvent empty char pointer
-#: ../panel-plugin/sensors.c:441
+#: ../panel-plugin/sensors.c:444
 msgid "No sensors selected!"
 msgstr "Сенсоры не выбраны!"
 
-#: ../panel-plugin/sensors.c:479 ../panel-plugin/sensors.c:1677
+#: ../panel-plugin/sensors.c:482 ../panel-plugin/sensors.c:1705
 msgid ""
 " \n"
 "Xfce Hardware Sensors Plugin: \n"
@@ -42,133 +42,150 @@
 "Proper proceeding cannot be guaranteed.\n"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:500
+#: ../panel-plugin/sensors.c:503
 #, c-format
 msgid "%5.0f rpm"
 msgstr "%5.0f оборотов/мин"
 
-#: ../panel-plugin/sensors.c:723
+#: ../panel-plugin/sensors.c:726
 msgid "Error: Could not connect to sensors!"
 msgstr "Ошибка: Не удается соединиться с сенсорами!"
 
-#: ../panel-plugin/sensors.c:813 ../panel-plugin/sensors.c:887
+#: ../panel-plugin/sensors.c:816 ../panel-plugin/sensors.c:890
 msgid "Hard disks"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:923
+#: ../panel-plugin/sensors.c:926
 msgid "No sensors found!"
 msgstr "Сенсоры на найдены!"
 
-#: ../panel-plugin/sensors.c:1356
+#: ../panel-plugin/sensors.c:1384
 msgid "Hard disk temperature sensors"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1772
-msgid "UI style:"
+#: ../panel-plugin/sensors.c:1800
+#, fuzzy
+msgid "_UI style:"
 msgstr "Стиль отображения"
 
-#: ../panel-plugin/sensors.c:1773
-msgid "text"
+#: ../panel-plugin/sensors.c:1801
+#, fuzzy
+msgid "_text"
 msgstr "текстовый"
 
-#: ../panel-plugin/sensors.c:1775
-msgid "graphical"
+#: ../panel-plugin/sensors.c:1803
+#, fuzzy
+msgid "g_raphical"
 msgstr "графический"
 
-#: ../panel-plugin/sensors.c:1812
-msgid "Show labels in graphical UI"
+#: ../panel-plugin/sensors.c:1840
+#, fuzzy
+msgid "Show _labels in graphical UI"
 msgstr "Отображать метки"
 
-#: ../panel-plugin/sensors.c:1837
-msgid "Show title"
+#: ../panel-plugin/sensors.c:1869
+msgid "Show colored _bars"
+msgstr ""
+
+#: ../panel-plugin/sensors.c:1898
+#, fuzzy
+msgid "_Show title"
 msgstr "Отображать заголовок"
 
-#: ../panel-plugin/sensors.c:1863
-msgid "Sensors type:"
+#: ../panel-plugin/sensors.c:1924
+#, fuzzy
+msgid "Sensors t_ype:"
 msgstr "Тип сенсоров:"
 
-#: ../panel-plugin/sensors.c:1910
+#: ../panel-plugin/sensors.c:1971
 msgid "Name"
 msgstr "Имя"
 
-#: ../panel-plugin/sensors.c:1919
+#: ../panel-plugin/sensors.c:1980
 msgid "Value"
 msgstr "Значение"
 
-#: ../panel-plugin/sensors.c:1925
+#: ../panel-plugin/sensors.c:1986
 msgid "Show"
 msgstr "Отображать"
 
-#: ../panel-plugin/sensors.c:1934
+#: ../panel-plugin/sensors.c:1995
 msgid "Color"
 msgstr "Цвет"
 
-#: ../panel-plugin/sensors.c:1944
+#: ../panel-plugin/sensors.c:2005
 msgid "Min"
 msgstr "Мин."
 
-#: ../panel-plugin/sensors.c:1953
+#: ../panel-plugin/sensors.c:2014
 msgid "Max"
 msgstr "Макс."
 
-#: ../panel-plugin/sensors.c:1981
-msgid "Font size:"
+#: ../panel-plugin/sensors.c:2042
+#, fuzzy
+msgid "F_ont size:"
 msgstr "Размер шрифта:"
 
-#: ../panel-plugin/sensors.c:1988
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+#: ../panel-plugin/sensors.c:2049
 msgid "x-small"
 msgstr "крошечный"
 
-#: ../panel-plugin/sensors.c:1989
+#: ../panel-plugin/sensors.c:2050
 msgid "small"
 msgstr "маленький"
 
-#: ../panel-plugin/sensors.c:1990
+#: ../panel-plugin/sensors.c:2051
 msgid "medium"
 msgstr "средний"
 
-#: ../panel-plugin/sensors.c:1991
+#: ../panel-plugin/sensors.c:2052
 msgid "large"
 msgstr "большой"
 
-#: ../panel-plugin/sensors.c:1992
+#: ../panel-plugin/sensors.c:2053
 msgid "x-large"
 msgstr "огромный"
 
-#: ../panel-plugin/sensors.c:2020
-msgid "Temperature scale:"
+#: ../panel-plugin/sensors.c:2084
+#, fuzzy
+msgid "T_emperature scale:"
 msgstr "Температурная шкала:"
 
-#: ../panel-plugin/sensors.c:2022
-msgid "Celsius"
+#: ../panel-plugin/sensors.c:2086
+#, fuzzy
+msgid "_Celsius"
 msgstr "По Цельсию"
 
-#: ../panel-plugin/sensors.c:2024
-msgid "Fahrenheit"
+#: ../panel-plugin/sensors.c:2088
+#, fuzzy
+msgid "_Fahrenheit"
 msgstr "По Фаренгейту"
 
-#: ../panel-plugin/sensors.c:2063
-msgid "Update interval (seconds):"
+#: ../panel-plugin/sensors.c:2127
+#, fuzzy
+msgid "U_pdate interval (seconds):"
 msgstr "Интервал обновления (сек.):"
 
-#: ../panel-plugin/sensors.c:2090
-msgid "Execute on double click:"
+#: ../panel-plugin/sensors.c:2154
+#, fuzzy
+msgid "E_xecute on double click:"
 msgstr "Выполнить по двойному щелчку:"
 
-#: ../panel-plugin/sensors.c:2132
+#: ../panel-plugin/sensors.c:2196
 msgid "<b>View</b>"
 msgstr "<b>Вид</b>"
 
-#: ../panel-plugin/sensors.c:2190
+#: ../panel-plugin/sensors.c:2256
 msgid "<b>Miscellaneous</b>"
 msgstr "<b>Дополнительно</b>"
 
-#: ../panel-plugin/sensors.c:2237
+#: ../panel-plugin/sensors.c:2304
 msgid "Edit Properties"
 msgstr "Свойства"
 
 #. #include <unistd.h>
-#: ../panel-plugin/sensors.c:2244 ../panel-plugin/sensors.h:51
+#: ../panel-plugin/sensors.c:2311 ../panel-plugin/sensors.h:51
 msgid "Sensors Plugin"
 msgstr "Сенсоры"
 

Modified: xfce4-sensors-plugin/trunk/po/vi.po
===================================================================
--- xfce4-sensors-plugin/trunk/po/vi.po	2006-09-27 20:17:27 UTC (rev 2077)
+++ xfce4-sensors-plugin/trunk/po/vi.po	2006-10-01 10:25:56 UTC (rev 2078)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
+"POT-Creation-Date: 2006-10-01 11:14+0200\n"
 "PO-Revision-Date: 2006-02-19 22:51+0300\n"
 "Last-Translator: Phan Vĩnh Thịnh <teppi at vnlinux.org>\n"
 "Language-Team: Vietnamese <none at li.org>\n"
@@ -15,26 +15,26 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.9.1\n"
 
-#: ../panel-plugin/sensors.c:153 ../panel-plugin/sensors.c:2162
+#: ../panel-plugin/sensors.c:156 ../panel-plugin/sensors.c:2227
 msgid "<b>Sensors</b>"
 msgstr "<b>Cảm ứng</b>"
 
-#: ../panel-plugin/sensors.c:272
+#: ../panel-plugin/sensors.c:275
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Cảm ứng</b></span>\n"
 
-#: ../panel-plugin/sensors.c:334
+#: ../panel-plugin/sensors.c:337
 #, c-format
 msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Cảm ứng</b></span>"
 
 #. circumvent empty char pointer
-#: ../panel-plugin/sensors.c:441
+#: ../panel-plugin/sensors.c:444
 msgid "No sensors selected!"
 msgstr "Chưa chọn bộ cảm ứng nào!"
 
-#: ../panel-plugin/sensors.c:479 ../panel-plugin/sensors.c:1677
+#: ../panel-plugin/sensors.c:482 ../panel-plugin/sensors.c:1705
 msgid ""
 " \n"
 "Xfce Hardware Sensors Plugin: \n"
@@ -46,133 +46,150 @@
 "Có vẻ như có vấn đề đọc một giá trị cảm ứng. \n"
 "Không có bảo đảm cho sự thực hiện.\n"
 
-#: ../panel-plugin/sensors.c:500
+#: ../panel-plugin/sensors.c:503
 #, c-format
 msgid "%5.0f rpm"
 msgstr "%5.0f rpm"
 
-#: ../panel-plugin/sensors.c:723
+#: ../panel-plugin/sensors.c:726
 msgid "Error: Could not connect to sensors!"
 msgstr "Lỗi: Không thể kết nối tới bộ cảm ứng!"
 
-#: ../panel-plugin/sensors.c:813 ../panel-plugin/sensors.c:887
+#: ../panel-plugin/sensors.c:816 ../panel-plugin/sensors.c:890
 msgid "Hard disks"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:923
+#: ../panel-plugin/sensors.c:926
 msgid "No sensors found!"
 msgstr "Không tìm thấy bộ cảm ứng!"
 
-#: ../panel-plugin/sensors.c:1356
+#: ../panel-plugin/sensors.c:1384
 msgid "Hard disk temperature sensors"
 msgstr ""
 
-#: ../panel-plugin/sensors.c:1772
-msgid "UI style:"
+#: ../panel-plugin/sensors.c:1800
+#, fuzzy
+msgid "_UI style:"
 msgstr "Dạng giao diện:"
 
-#: ../panel-plugin/sensors.c:1773
-msgid "text"
+#: ../panel-plugin/sensors.c:1801
+#, fuzzy
+msgid "_text"
 msgstr "văn bản"
 
-#: ../panel-plugin/sensors.c:1775
-msgid "graphical"
+#: ../panel-plugin/sensors.c:1803
+#, fuzzy
+msgid "g_raphical"
 msgstr "đồ hoạ"
 
-#: ../panel-plugin/sensors.c:1812
-msgid "Show labels in graphical UI"
+#: ../panel-plugin/sensors.c:1840
+#, fuzzy
+msgid "Show _labels in graphical UI"
 msgstr "Hiển thị nhãn trong giao diện đồ hoạ"
 
-#: ../panel-plugin/sensors.c:1837
-msgid "Show title"
+#: ../panel-plugin/sensors.c:1869
+msgid "Show colored _bars"
+msgstr ""
+
+#: ../panel-plugin/sensors.c:1898
+#, fuzzy
+msgid "_Show title"
 msgstr "Hiển thị tiêu đề"
 
-#: ../panel-plugin/sensors.c:1863
-msgid "Sensors type:"
+#: ../panel-plugin/sensors.c:1924
+#, fuzzy
+msgid "Sensors t_ype:"
 msgstr "Dạng cảm ứng:"
 
-#: ../panel-plugin/sensors.c:1910
+#: ../panel-plugin/sensors.c:1971
 msgid "Name"
 msgstr "Tên"
 
-#: ../panel-plugin/sensors.c:1919
+#: ../panel-plugin/sensors.c:1980
 msgid "Value"
 msgstr "Giá trị"
 
-#: ../panel-plugin/sensors.c:1925
+#: ../panel-plugin/sensors.c:1986
 msgid "Show"
 msgstr "Hiện"
 
-#: ../panel-plugin/sensors.c:1934
+#: ../panel-plugin/sensors.c:1995
 msgid "Color"
 msgstr "Màu"
 
-#: ../panel-plugin/sensors.c:1944
+#: ../panel-plugin/sensors.c:2005
 msgid "Min"
 msgstr "Min"
 
-#: ../panel-plugin/sensors.c:1953
+#: ../panel-plugin/sensors.c:2014
 msgid "Max"
 msgstr "Max"
 
-#: ../panel-plugin/sensors.c:1981
-msgid "Font size:"
+#: ../panel-plugin/sensors.c:2042
+#, fuzzy
+msgid "F_ont size:"
 msgstr "Kích cỡ phông:"
 
-#: ../panel-plugin/sensors.c:1988
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->useBarUI);
+#: ../panel-plugin/sensors.c:2049
 msgid "x-small"
 msgstr "rất nhỏ"
 
-#: ../panel-plugin/sensors.c:1989
+#: ../panel-plugin/sensors.c:2050
 msgid "small"
 msgstr "nhỏ"
 
-#: ../panel-plugin/sensors.c:1990
+#: ../panel-plugin/sensors.c:2051
 msgid "medium"
 msgstr "trung bình"
 
-#: ../panel-plugin/sensors.c:1991
+#: ../panel-plugin/sensors.c:2052
 msgid "large"
 msgstr "lớn"
 
-#: ../panel-plugin/sensors.c:1992
+#: ../panel-plugin/sensors.c:2053
 msgid "x-large"
 msgstr "rất lớn"
 
-#: ../panel-plugin/sensors.c:2020
-msgid "Temperature scale:"
+#: ../panel-plugin/sensors.c:2084
+#, fuzzy
+msgid "T_emperature scale:"
 msgstr "Thang nhiệt độ:"
 
-#: ../panel-plugin/sensors.c:2022
-msgid "Celsius"
+#: ../panel-plugin/sensors.c:2086
+#, fuzzy
+msgid "_Celsius"
 msgstr "Độ C"
 
-#: ../panel-plugin/sensors.c:2024
-msgid "Fahrenheit"
+#: ../panel-plugin/sensors.c:2088
+#, fuzzy
+msgid "_Fahrenheit"
 msgstr "Độ F"
 
-#: ../panel-plugin/sensors.c:2063
-msgid "Update interval (seconds):"
+#: ../panel-plugin/sensors.c:2127
+#, fuzzy
+msgid "U_pdate interval (seconds):"
 msgstr "Cập nhật sau (giây):"
 
-#: ../panel-plugin/sensors.c:2090
-msgid "Execute on double click:"
+#: ../panel-plugin/sensors.c:2154
+#, fuzzy
+msgid "E_xecute on double click:"
 msgstr "Thực hiện khi nháy kép:"
 
-#: ../panel-plugin/sensors.c:2132
+#: ../panel-plugin/sensors.c:2196
 msgid "<b>View</b>"
 msgstr "<b>Xem</b>"
 
-#: ../panel-plugin/sensors.c:2190
+#: ../panel-plugin/sensors.c:2256
 msgid "<b>Miscellaneous</b>"
 msgstr "<b>Khác</b>"
 
-#: ../panel-plugin/sensors.c:2237
+#: ../panel-plugin/sensors.c:2304
 msgid "Edit Properties"
 msgstr "Sửa thuộc tính"
 
 #. #include <unistd.h>
-#: ../panel-plugin/sensors.c:2244 ../panel-plugin/sensors.h:51
+#: ../panel-plugin/sensors.c:2311 ../panel-plugin/sensors.h:51
 msgid "Sensors Plugin"
 msgstr "Plugin cảm ứng"
 




More information about the Goodies-commits mailing list