[Xfce4-commits] <xfce4-sensors-plugin:master> - removed libxfcegui4 - some more unnecessary empty lines - some unnecessary extensions to the 'about'string - removed xfce4-panel dependeny for the stand-alone application 'xfce4-sensors'? - currently bug-hunting why it crashes when hovering the tachometers in the panel

Fabian noreply at xfce.org
Sun Apr 3 20:12:01 CEST 2011


Updating branch refs/heads/master
         to f47ad0504a887b4d81197b05299e3b2694423bd3 (commit)
       from 5608ec0b7859a91b542e0d23e6df57cab7906761 (commit)

commit f47ad0504a887b4d81197b05299e3b2694423bd3
Author: Fabian <timystery at arcor.de>
Date:   Sun Apr 3 18:10:15 2011 +0200

    - removed libxfcegui4
    - some more unnecessary empty lines
    - some unnecessary extensions to the 'about'string
    - removed xfce4-panel dependeny for the stand-alone application 'xfce4-sensors'?
    - currently bug-hunting why it crashes when hovering the tachometers in the panel

 configure.in.in               |    2 +-
 lib/Makefile.am               |   21 ++---
 lib/cpu.c                     |    2 +
 lib/sensors-interface.c       |    2 +-
 panel-plugin/Makefile.am      |    4 +-
 panel-plugin/sensors-plugin.c |   10 ++-
 po/ar.po                      |   92 ++++++++++----------
 po/ast.po                     |  102 +++++++++++-----------
 po/ca.po                      |  102 +++++++++++-----------
 po/cs.po                      |  148 +++++++++++++++++---------------
 po/da.po                      |  106 ++++++++++++-----------
 po/de.po                      |  104 ++++++++++++-----------
 po/el.po                      |  172 ++++++++++++++++++++----------------
 po/en_GB.po                   |  147 +++++++++++++++++--------------
 po/es.po                      |  154 +++++++++++++++++++--------------
 po/eu.po                      |  147 +++++++++++++++++--------------
 po/fi.po                      |  102 +++++++++++-----------
 po/fr.po                      |  144 +++++++++++++++++--------------
 po/gl.po                      |  159 +++++++++++++++++++---------------
 po/hu.po                      |  146 +++++++++++++++++--------------
 po/id.po                      |  102 +++++++++++-----------
 po/it.po                      |  106 ++++++++++++-----------
 po/ja.po                      |  100 +++++++++++----------
 po/ko.po                      |   92 ++++++++++----------
 po/lt.po                      |  162 ++++++++++++++++++----------------
 po/lv.po                      |  102 +++++++++++-----------
 po/nl.po                      |  192 ++++++++++++++++++++++++----------------
 po/pl.po                      |  103 +++++++++++-----------
 po/pt.po                      |  145 +++++++++++++++++--------------
 po/pt_BR.po                   |  102 +++++++++++-----------
 po/ru.po                      |  145 +++++++++++++++++--------------
 po/sq.po                      |   92 ++++++++++----------
 po/sv.po                      |   95 ++++++++++----------
 po/tr.po                      |  145 +++++++++++++++++--------------
 po/ug.po                      |  134 ++++++++++++++++------------
 po/uk.po                      |  145 +++++++++++++++++--------------
 po/ur.po                      |  102 +++++++++++-----------
 po/ur_PK.po                   |  102 +++++++++++-----------
 po/vi.po                      |   92 ++++++++++----------
 po/zh_CN.po                   |  138 ++++++++++++++++-------------
 po/zh_TW.po                   |   92 ++++++++++----------
 src/Makefile.am               |    6 +-
 src/main.c                    |    6 +-
 43 files changed, 2360 insertions(+), 2006 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 1c22802..9397020 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -343,7 +343,7 @@ dnl **************************************
 dnl *** Check for Xfce packages ***
 dnl **************************************
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.4.0])
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.6.0])
 
 dnl configure the panel plugin
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.4.0])
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5578844..aec2224 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -46,9 +46,7 @@ libxfce4sensors_la_SOURCES =										\
 libxfce4sensors_la_CFLAGS = 										\
 	@PLATFORM_CFLAGS@												\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"							\
-	@GTK_CFLAGS@													\
-	@GLIB_CFLAGS@													\
-	@LIBXFCEGUI4_CFLAGS@											\
+	@LIBXFCE4UI_CFLAGS@											\
 	@LIBXFCE4UTIL_CFLAGS@											\
 	@LIBXFCE4PANEL_CFLAGS@										\
 	@LIBSENSORS_CFLAGS@
@@ -61,9 +59,9 @@ if HAVE_LIBNOTIFY
 libxfce4sensors_la_CFLAGS += @LIBNOTIFY_CFLAGS@
 endif
 
-# @GTK_CFLAGS@ 														\
-# @GLIB_CFLAGS@ 													\
-#	@LIBXFCE4UTIL_CFLAGS@											\
+# @GTK_CFLAGS@ 														
+# @GLIB_CFLAGS@ 													
+#	@LIBXFCE4UTIL_CFLAGS@											
 #	@LIBXFCEGUI4_CFLAGS@
 
 libxfce4sensors_la_LDFLAGS = 										\
@@ -78,14 +76,15 @@ libxfce4sensors_la_LDFLAGS = 										\
 #	-module
 
 libxfce4sensors_la_LIBADD = 										\
-	@GTK_LIBS@														\
-	@GLIB_LIBS@														\
-	@LIBXFCE4UTIL_LIBS@												\
-	@LIBXFCEGUI4_LIBS@												\
+		@LIBXFCE4UTIL_LIBS@												\
+	@LIBXFCE4UI_LIBS@												\
 	@LIBXFCE4PANEL_LIBS@											\
 	@LIBSENSORS_LDFLAGS@											\
 	@LIBM@
 
+#@GTK_LIBS@														
+#@GLIB_LIBS@														
+
 if HAVE_NVIDIA
 libxfce4sensors_la_LIBADD += @NVIDIA_LIBS@
 endif
@@ -96,7 +95,6 @@ endif
 
 # @GTK_LIBS@ 														\
 #	@GLIB_LIBS@ 													\
-#	@LIBXFCE4UTIL_LIBS@												\
 #	@LIBXFCEGUI4_LIBS@
 
 #@SOLLIBS@
@@ -116,3 +114,4 @@ DISTCLEANFILES =
 ##
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libxfce4sensors-1.0.pc
+
diff --git a/lib/cpu.c b/lib/cpu.c
index 93cf573..26f7f84 100644
--- a/lib/cpu.c
+++ b/lib/cpu.c
@@ -457,6 +457,8 @@ gtk_cpu_destroy (GtkObject *object)
 
   cpu = GTK_CPU(object);
   
+	/* gdk_gc_destroy(cpu->gc); */
+  
   if (cpu->text!=NULL)
   {
     g_free (cpu->text);
diff --git a/lib/sensors-interface.c b/lib/sensors-interface.c
index faac457..b22210f 100644
--- a/lib/sensors-interface.c
+++ b/lib/sensors-interface.c
@@ -140,7 +140,7 @@ fill_gtkTreeStore (GtkTreeStore *model, t_chip *chip, t_tempscale scale, t_senso
                                 //3, maxval,
                                  //-1);
         } /* end if sensors-valid */
-        /* g_free(iter); ??? */
+        /* gtk_tree_iter_free(iter); */
     }
 
     TRACE ("leaves fill_gtkTreeStore");
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 9080b5d..fab88db 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -20,7 +20,7 @@ xfce4_sensors_plugin_SOURCES =									   \
 
 xfce4_sensors_plugin_CFLAGS = \
 	@LIBXFCE4PANEL_CFLAGS@										   \
-	@LIBXFCEGUI4_CFLAGS@										   \
+	@LIBXFCE4UI_CFLAGS@										   \
 	@PLATFORM_CFLAGS@												\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"							\
 	@LIBSENSORS_CFLAGS@
@@ -32,7 +32,7 @@ xfce4_sensors_plugin_CFLAGS = \
 xfce4_sensors_plugin_LDADD = 							\
 	$(top_builddir)/lib/libxfce4sensors.la		\
 	@LIBXFCE4PANEL_LIBS@											\
-	@LIBXFCEGUI4_LIBS@												\
+	@LIBXFCE4UI_LIBS@												\
 	@SOLLIBS@																	\
 	@LIBSENSORS_LDFLAGS@											\
 	@LIBM@
diff --git a/panel-plugin/sensors-plugin.c b/panel-plugin/sensors-plugin.c
index 30cb69a..91dcd78 100644
--- a/panel-plugin/sensors-plugin.c
+++ b/panel-plugin/sensors-plugin.c
@@ -40,7 +40,8 @@
 
 /* Xfce includes */
 #include <libxfce4util/libxfce4util.h>
-#include <libxfcegui4/libxfcegui4.h>
+//#include <libxfcegui4/libxfcegui4.h>
+#include <libxfce4ui/libxfce4ui.h>
 #include <libxfce4panel/xfce-panel-plugin.h>
 
 /* Package includes */
@@ -1021,7 +1022,8 @@ execute_command (GtkWidget *widget, GdkEventButton *event, gpointer data)
 
         g_return_val_if_fail ( sensors->exec_command, FALSE);
 
-        xfce_exec (sensors->command_name, FALSE, FALSE, NULL);
+				// screen NULL, command, terminal=no, startup=yes, error=NULL
+        xfce_spawn_command_line_on_screen (NULL, sensors->command_name, FALSE, TRUE, NULL);
 
         TRACE ("leaves execute_command with TRUE");
 
@@ -1081,6 +1083,9 @@ sensors_free (XfcePanelPlugin *plugin, t_sensors *sensors)
     g_ptr_array_free (sensors->chips, TRUE);
 
     g_free (sensors->plugin_config_file);
+    g_free (sensors->command_name);
+    g_free (sensors->font);
+    g_free (sensors->font_size);
     g_free (sensors);
 
     TRACE ("leaves sensors_free");
@@ -2349,3 +2354,4 @@ sensors_plugin_construct (XfcePanelPlugin *plugin)
 }
 
 XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL (sensors_plugin_construct);
+
diff --git a/po/ar.po b/po/ar.po
index adac2bd..03aa8bd 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2,27 +2,28 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2008-07-15 23:18+0200\n"
 "Last-Translator: Mohamed Magdy <mohamedmk at gmail.com>\n"
 "Language-Team: Arabeyes <doc at arabeyes.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Language: Arabic\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr ""
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -30,98 +31,98 @@ msgid ""
 "Proper proceeding cannot be guaranteed.\n"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr ""
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr ""
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -132,8 +133,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr ""
 
@@ -148,19 +149,17 @@ msgstr ""
 msgid "ACPI v%s zones"
 msgstr ""
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr ""
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr ""
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr ""
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -175,11 +174,11 @@ msgid ""
 "with a return value of %d.\n"
 msgstr ""
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr ""
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -190,7 +189,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr ""
@@ -218,7 +217,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr ""
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr ""
 
@@ -312,7 +311,8 @@ msgstr ""
 #, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -323,7 +323,7 @@ msgid ""
 "This program is published under the GPL v2.\n"
 msgstr ""
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr ""
@@ -351,11 +351,11 @@ msgid ""
 msgstr ""
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
+msgid "Sensor Values Viewer"
 msgstr ""
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
+msgid "Sensor Viewer"
 msgstr ""
 
 #: ../src/xfce4-sensors.desktop.in.h:3
diff --git a/po/ast.po b/po/ast.po
index 4317ab1..bfbbfd4 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -3,27 +3,28 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-sensors-complementu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-07-13 19:55+0100\n"
 "Last-Translator: Marcos Antonio Alvarez Costales <marcoscostales at gmail.com>\n"
 "Language-Team: Asturian <alministradores at softastur.org>\n"
+"Language: ast\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensores</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "¡Dengún sensor seleicionáu!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, fuzzy, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -34,101 +35,101 @@ msgstr ""
 "Parez qu'hebo un problema lleendo'l valor d'una carauterística d'un sensor.\n"
 "Nun puede garantizase un furrulamientu adecuáu.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Estilu d'UI:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_testu"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 #, fuzzy
 msgid "Show _labels"
 msgstr "Amosar _títulu"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Amosar _barres con colores"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "Amosar _títulu"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Tamañu de _lletra:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "perpequeña"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "pequeña"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "media"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "grande"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "pergrande"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "Tamañu de _lletra:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Amosar _unidaes"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Es_paciáu horizontal pequeñu"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Suprimir mensaxes"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "E_xecutar al facer duble clic:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Ver"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Dellos"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 #, fuzzy
 msgid "Sensors Plugin"
 msgstr "Visor de sensores"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -142,8 +143,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Discos duros"
 
@@ -158,19 +159,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "Zones v%s ACPI"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Desconocíu>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Temperatures de discu S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Nun se deteutó dengún fallu concretu.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, fuzzy, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -195,11 +194,11 @@ msgstr ""
 "%s\n"
 "con un valor de retornu de %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Suprimir esti mensaxe nel futuru"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -212,7 +211,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -243,7 +242,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Tr_iba de sensores:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Descripción:"
 
@@ -339,10 +338,11 @@ msgstr ""
 "licenses/old-licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -363,7 +363,7 @@ msgstr ""
 "\n"
 "Esti programa ta espublizáu baxo la GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 Sensors %s\n"
@@ -394,12 +394,13 @@ msgstr ""
 "Nun puede garantizase un furrulamientu adecuáu.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Visor de sensor"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Visor de valores de sensores"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Visor de valores de sensores"
+msgid "Sensor Viewer"
+msgstr "Visor de sensor"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -411,6 +412,9 @@ msgstr "Amosar valores de sensores."
 msgid "Sensor plugin "
 msgstr "Complementu de sensores"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Nun se deteutó dengún fallu concretu.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "g_ráfica"
 
diff --git a/po/ca.po b/po/ca.po
index 99bf835..79b1cf0 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,10 +9,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-10-24 00:46+0100\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: Catalan\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -21,18 +22,18 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 "X-Poedit-Country: ANDORRA\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensors</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "No s’ha seleccionat cap sensor"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -44,98 +45,98 @@ msgstr ""
 "característica del sensor.\n"
 "No podem garantir que funcioni correctament.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Estil de la UI:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_text"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "Barres de _progrés"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "_instruments"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Mostra _etiquetes"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Mostra _barres colorejades"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Mostra títol"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Número de línies de text:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Mida de la _lletra:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "molt petit"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "petit"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "mitjà"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "gran"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "extra gran"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "Tipus de _lletra:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Mostra _unitats"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "_Espaiat petit horitzontal"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Suprimeix els missatges"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "E_xecuta amb doble clic:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Mostra"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Misceŀlània"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Connector de sensors"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -150,8 +151,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Discs durs"
 
@@ -166,19 +167,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s zones"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<desconegut>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Temperatures del disc dur S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Cap error concret detectat.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -204,11 +203,11 @@ msgstr ""
 "%s\n"
 "amb un valor de %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "No mostris aquest missatge en el futur"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -221,7 +220,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -252,7 +251,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "_Tipus de sensors:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Descripció:"
 
@@ -348,10 +347,11 @@ msgstr ""
 "licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -372,7 +372,7 @@ msgstr ""
 "\n"
 "Aquest programa es distribueix amb llicència GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Sensors Xfce4 %s\n"
@@ -403,12 +403,13 @@ msgstr ""
 "No es pot garantir que es pugui procedir.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Visor de sensor"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Visor de valors dels sensors"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Visor de valors dels sensors"
+msgid "Sensor Viewer"
+msgstr "Visor de sensor"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -419,6 +420,9 @@ msgstr "Mostra els valors del sensor."
 msgid "Sensor plugin "
 msgstr "Connector de sensors"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Cap error concret detectat.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "_gràfic"
 
diff --git a/po/cs.po b/po/cs.po
index 517d528..b5203e6 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,28 +7,28 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2010-12-11 14:54+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"
+"Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: ../panel-plugin/sensors-plugin.c:291
-#: ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Senzory</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Nebyly nalezeny žádné senzory!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -39,116 +39,117 @@ msgstr ""
 "Došlo k potížím při čtení hodnoty senzoru. \n"
 "Nelze zaručit správné fungování.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Styl uživatelského rozhraní:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_text"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "_Ukazatelé průběhu"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "_tachos"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "_Zobrazovat titulky"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Zobrazit barevné _sloupce"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Zobrazovat titulek"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Počet textových řádků:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Velikost _písma:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "x-small"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "small"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "medium"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "large"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "x-large"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "_Písmo:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Zo_brazovat jednotky"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Malý vodorovný oddělovací prostor"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Potlačit zprávy"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "_Spustit při dvojitém kliknutí:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Zobrazit"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Ostatní"
 
-#: ../panel-plugin/sensors-plugin.c:2143
-#: ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Zásuvný modul senzory"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "Vlastnosti, jako například název, barvy, nejnižší a nejvyšší hodnota, můžete změnit dvojitým kliknutím na položku, úpravou obsahu a stiskem klávesy \"Return\" nebo výběrem jiného pole."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"Vlastnosti, jako například název, barvy, nejnižší a nejvyšší hodnota, můžete "
+"změnit dvojitým kliknutím na položku, úpravou obsahu a stiskem klávesy "
+"\"Return\" nebo výběrem jiného pole."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156
-#: ../lib/configuration.c:341
-#: ../lib/configuration.c:348
-#: ../lib/hddtemp.c:351
-#: ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Pevné disky"
 
-#: ../lib/acpi.c:521
-#: ../lib/acpi.c:529
+#: ../lib/acpi.c:521 ../lib/acpi.c:529
 msgid "ACPI"
 msgstr "ACPI"
 
@@ -159,43 +160,47 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "Zóny ACPI v%s"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Neznámý>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Teploty pevných disků ze systému S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Nebyla nalezena konkrétní chyba.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"Aplikace \"hddtemp\" se nespustila korektně, přestože je spustitelná. Disky obvykle ke čtení teploty vyžadují oprávnění uživatele root, avšak aplikace \"hddtemp\" nemá nastaven bit SUID.\n"
+"Aplikace \"hddtemp\" se nespustila korektně, přestože je spustitelná. Disky "
+"obvykle ke čtení teploty vyžadují oprávnění uživatele root, avšak aplikace "
+"\"hddtemp\" nemá nastaven bit SUID.\n"
 "\n"
-"Jednoduchým ale nečistým řešením je spuštění příkazu \"chmod u+s %s\" pod uživatelem root a následné opětovné spuštění tohoto zásuvného modulu nebo jeho panelu.\n"
+"Jednoduchým ale nečistým řešením je spuštění příkazu \"chmod u+s %s\" pod "
+"uživatelem root a následné opětovné spuštění tohoto zásuvného modulu nebo "
+"jeho panelu.\n"
 "\n"
 "Volání \"%s\" vrátilo tuto chybu:\n"
 "%s\n"
 "s návratovou hodnotou %d.\n"
 
-#: ../lib/hddtemp.c:542
-#: ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Potlačit budoucí zprávy"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -208,8 +213,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638
-#: ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -218,8 +222,7 @@ msgstr "%.1f °C"
 msgid "LM Sensors"
 msgstr "Senzory LM:"
 
-#: ../lib/lmsensors.c:369
-#: ../lib/lmsensors.c:416
+#: ../lib/lmsensors.c:369 ../lib/lmsensors.c:416
 #, c-format
 msgid "Error: Could not connect to sensors!"
 msgstr "Chyba: Nelze se připojit k senzorům!"
@@ -240,7 +243,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "T_yp senzorů:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Popis:"
 
@@ -325,17 +328,22 @@ msgstr "%.0f otáček za minutu"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Senzory %s pro Xfce4 \n"
 "Tento program byl vydán pod licencí GPL v2.\n"
-"Licenci naleznete v archivu zdrojového kódu tohoto programu nebo v adresáři /usr/share/apps/LICENSES/GPL_V2 nebo na adrese http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"Licenci naleznete v archivu zdrojového kódu tohoto programu nebo v adresáři /"
+"usr/share/apps/LICENSES/GPL_V2 nebo na adrese http://www.gnu.org/licenses/"
+"old-licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -356,7 +364,7 @@ msgstr ""
 "\n"
 "Tento program byl vydán pod licencí GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Senzory %s pro Xfce 4\n"
@@ -387,12 +395,13 @@ msgstr ""
 "Nelze zaručit správné fungování.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Prohlížeč senzorů"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Prohlížeč hodnot senzorů"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Prohlížeč hodnot senzorů"
+msgid "Sensor Viewer"
+msgstr "Prohlížeč senzorů"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -403,6 +412,9 @@ msgstr "Zobrazuje hodnoty senzorů"
 msgid "Sensor plugin "
 msgstr "Senzory"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Nebyla nalezena konkrétní chyba.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "g_rafický"
 
diff --git a/po/da.po b/po/da.po
index c15b57a..14aa02d 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.10.99.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-10-20 22:03+0100\n"
 "Last-Translator: Per Kongstad <p_kongstad at op.pl>\n"
 "Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
+"Language: da\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -18,18 +19,18 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 "X-Poedit-Country: DENMARK\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensorer</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Ingen sensorer valgt!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -40,98 +41,98 @@ msgstr ""
 "Det lader til, at der var et problem med at læse en sensors funktionsværdi.\n"
 "Korrekt viderebehandling kan ikke garanteres.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Grafisk brugerfladestil:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_tekst"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "_fremgangsstatus"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "_tachometer"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Vi_s mærkater"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Vis farvede _bjælker"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "Vi_s titel"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Antal af tekstlinjer:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "_Skrifttypestørrelse:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "ekstra lille"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "lille"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "mellem"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "stor"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "ekstra stor"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "_Skrifttype:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Vis _enheder"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Små vandrette _mellemrum"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Undertryk beskeder"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "Kø_r ved dobbeltklik:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Vis"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Diverse"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Udvidelsesmodul for sensorer"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -145,8 +146,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Harddiske"
 
@@ -161,19 +162,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s zoner"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Ukendt>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. harddisk-temperaturer"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Ingen konkret fejl fundet.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -198,11 +197,11 @@ msgstr ""
 "%s\n"
 "med en svarværdi %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Undertryk denne besked for fremtiden"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -215,7 +214,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -245,7 +244,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Sensor_typer:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Beskrivelse:"
 
@@ -337,14 +336,15 @@ msgstr ""
 "Sensorer %s til Xfce4\n"
 "Dette program er udgivet under GPL v2.\n"
 "Licensteksten kan findes i programmets kildearkiv eller under /usr/share/"
-"apps/LICENSES/GPL_V2 eller på http://www.gnu.org/licenses/old-licenses/gpl-"
-"2.0.txt\n"
+"apps/LICENSES/GPL_V2 eller på http://www.gnu.org/licenses/old-licenses/"
+"gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -365,7 +365,7 @@ msgstr ""
 "\n"
 "Dette program er udgivet under GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Sensorer %s til Xfce4\n"
@@ -397,12 +397,13 @@ msgstr ""
 "Korrekte værdier kan ikke garanteres.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Sensorviser"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Sensorværdivisere"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Sensorværdivisere"
+msgid "Sensor Viewer"
+msgstr "Sensorviser"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -413,6 +414,9 @@ msgstr "Vis sensorværdier."
 msgid "Sensor plugin "
 msgstr "Sensor-udvidelsesmodul "
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Ingen konkret fejl fundet.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "g_rafisk"
 
diff --git a/po/de.po b/po/de.po
index 8ed5266..d2b0964 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,26 +7,27 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.11.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2010-01-05 22:55+0100\n"
 "Last-Translator: Fabian Nowak <timystery at arcor.de>\n"
-"Language-Team: German <de at li.org>\n"
+"Language-Team: German <xfce-i18n-de at xfce.org>\n"
+"Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensoren</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Keine Sensoren ausgewählt!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -37,98 +38,98 @@ msgstr ""
 "Anscheinend gab es ein Problem beim Auslesen eines Wertes.\n"
 "Sauberes Weiterlaufen kann nicht gewährleistet werden.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Darstellung:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_textuell"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "_Balken"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "_Tachoanzeigen"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "_Beschriftungen anzeigen"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Bal_ken farbig darstellen"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "T_itel anzeigen"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "A_nzahl Textzeilen:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Sc_hriftgröße:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "extra-klein"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "klein"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "normal"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "groß"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "extra-groß"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "Sc_hrift:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "_Einheiten anzeigen"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "K_leine horizontale Abstände"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Nachrichtendialoge unterbinden"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "Bei _Doppelklick ausführen:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Aussehen"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "S_onstige Einstellungen"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Sensorüberwachung"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -142,8 +143,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Festplatten"
 
@@ -158,19 +159,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Unbekannt>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T.-Sensoren der Festplatten"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Kein konkreter Fehler wurde gefunden.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -196,11 +195,11 @@ msgstr ""
 "%s\n"
 "mit einem Rückgabewert von %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Diese Nachricht nicht mehr zeigen"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -213,7 +212,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -243,7 +242,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Sensort_yp:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Beschreibung:"
 
@@ -342,7 +341,8 @@ msgstr ""
 #, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -353,7 +353,8 @@ msgid ""
 "This program is published under the GPL v2.\n"
 msgstr ""
 "Xfce4-Sensoren %s\n"
-"Zeigt Informationen über Ihre Sensorchips und ACPI.\n"
+"Zeigt Informationen über Ihre Sensorchips, den Status von ACPI,"
+"Festplattentemperaturen und die Temperatur einer Nvidia-Grafikkarte an.\n"
 "Aufruf: \n"
 "  xfce4-sensors <optionen>\n"
 "wobei <optionen> eine oder mehrere der folgenden ist:\n"
@@ -363,7 +364,7 @@ msgstr ""
 "\n"
 "Dieses Programm ist unter der GPL v2 veröffentlicht.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4-Sensoren %s\n"
@@ -394,12 +395,12 @@ msgstr ""
 "Sauberes Weiterlaufen kann nicht gewährleistet werden.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Sensorbetrachter"
+msgid "Sensor Values Viewer"
+msgstr "Betrachter für Sensorwerte"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Betrachter für Sensorwerte"
+msgid "Sensor Viewer"
+msgstr "Sensorbetrachter"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -410,6 +411,9 @@ msgstr "Sensorwerte erkannter Sensoren überwachen."
 msgid "Sensor plugin "
 msgstr "Sensor-Plugin"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Kein konkreter Fehler wurde gefunden.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "_graphisch"
 
diff --git a/po/el.po b/po/el.po
index 96f0096..5238f81 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,28 +7,28 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2011-01-07 18:26+0200\n"
 "Last-Translator: Spiros Georgaras <sng at hellug.gr>\n"
 "Language-Team: Greek <nls at tux.hellug.gr>\n"
+"Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Country: GREECE\n"
 
-#: ../panel-plugin/sensors-plugin.c:291
-#: ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Αισθητήρες</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Δεν επιλέχθηκαν αισθητήρες!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -40,165 +40,169 @@ msgstr ""
 "Όπως φαίνεται υπήρξε πρόβλημα κατά την ανάγνωση κάποιου αισθητήρα.\n"
 "Δεν είναι εγγυημένη η κανονική συνέχεια.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Στυλ διεπαφής:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_κείμενο"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "_μπάρα προόδου"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "_κοντέρ"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Εμφάνιση _ετικετών"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Εμφάνιση χρωματιστών _μπαρών"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "Εμφάνιση _τίτλου"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Αριθμός γραμμών κειμένου:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "_Μέγεθος γραμματοσειράς:"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "πολύ μικρό"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "Μικρό"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "μεσαίο"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "μεγάλο"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "πολύ μεγάλο"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "_Γραμματοσειρά:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Εμφάνιση _μονάδων"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Μικρό ορι_ζόντιο διάστημα"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Απόκρυψη μηνυμάτων"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "Ε_κτέλεση στο διπλό κλικ:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Προβολή"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Διάφορα"
 
-#: ../panel-plugin/sensors-plugin.c:2143
-#: ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Πρόσθετο αισθητήρων"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "Μπορείτε να αλλάξετε τις ιδιότητες ενός χαρακτηριστικού όπως το όνομα, τα χρώματα, ελάχιστη / μέγιστη τιμή κάνοντας διπλό κλικ την εγγραφή, επεξεργάζοντας το περιεχομενο και πατώντας \"Enter\" ή επιλέγοντας ένα διαφορετικό πεδίο."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"Μπορείτε να αλλάξετε τις ιδιότητες ενός χαρακτηριστικού όπως το όνομα, τα "
+"χρώματα, ελάχιστη / μέγιστη τιμή κάνοντας διπλό κλικ την εγγραφή, "
+"επεξεργάζοντας το περιεχομενο και πατώντας \"Enter\" ή επιλέγοντας ένα "
+"διαφορετικό πεδίο."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156
-#: ../lib/configuration.c:341
-#: ../lib/configuration.c:348
-#: ../lib/hddtemp.c:351
-#: ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Σκληροί δίσκοι"
 
-#: ../lib/acpi.c:521
-#: ../lib/acpi.c:529
+#: ../lib/acpi.c:521 ../lib/acpi.c:529
 msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "ζώνες ACPI v%s"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Άγνωστο>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Θερμοκρασίες S.M.A.R.T. σκληρών δίσκων"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Δε βρέθηκε κάποιο συγκεκριμένο σφάλμα.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"Το \"hddtemp\" δεν εκτελέστηκε σωστά, παρόλο που έιναι εκτελέσιμο. Πιθανότατα επειδή χρειάζονται δικαιώματα υπερχρήστη για να διαβαστούν οι θερμοκρασίες των σκληρών δίσκων, και το \"hddtemp\" δεν έχει ορίστεί με setuid root.\n"
+"Το \"hddtemp\" δεν εκτελέστηκε σωστά, παρόλο που έιναι εκτελέσιμο. "
+"Πιθανότατα επειδή χρειάζονται δικαιώματα υπερχρήστη για να διαβαστούν οι "
+"θερμοκρασίες των σκληρών δίσκων, και το \"hddtemp\" δεν έχει ορίστεί με "
+"setuid root.\n"
 "\n"
-"Μια εύκολη αλλά βρώμικη λύση είναι να εκτελέσετε \"chmod u+s %s\" σαν υπερχρήστης και να επανεκκινήσετε το πρόσθετο ή το ταμπλό του.\n"
+"Μια εύκολη αλλά βρώμικη λύση είναι να εκτελέσετε \"chmod u+s %s\" σαν "
+"υπερχρήστης και να επανεκκινήσετε το πρόσθετο ή το ταμπλό του.\n"
 "\n"
 "Καλώντας \"%s\" εμφανίστηκε το ακόλουθο σφάλμα:\n"
 "%s\n"
 "επιστρέφοντας την τιμή %d.\n"
 
-#: ../lib/hddtemp.c:542
-#: ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Να μην εμφανιστεί ξανά αυτό το μήνυμα στο μέλλον"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -208,12 +212,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638
-#: ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -222,8 +224,7 @@ msgstr "%.1f °C"
 msgid "LM Sensors"
 msgstr "LM Sensors"
 
-#: ../lib/lmsensors.c:369
-#: ../lib/lmsensors.c:416
+#: ../lib/lmsensors.c:369 ../lib/lmsensors.c:416
 #, c-format
 msgid "Error: Could not connect to sensors!"
 msgstr "Σφάλμα: Δεν ήταν δυνατή η σύνδεση με τους αισθητήρες!"
@@ -244,7 +245,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "_Τύπος αισθητήρα:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Περιγραφή:"
 
@@ -329,17 +330,22 @@ msgstr "%5.0f rpm"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Xfce4 Sensors %s\n"
 "ο παρόν πρόγραμμα δημοσιεύεται κάτω από την άδεια χρήσης GPL v2.\n"
-"Το κείμενο της άδειας χρήσης μπορεί να βρεθεί στο πακέτο πηγαίου κώδικα του προγράμματος ή στο /usr/share/apps/LICENSES/GPL_V2 ή στο http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"Το κείμενο της άδειας χρήσης μπορεί να βρεθεί στο πακέτο πηγαίου κώδικα του "
+"προγράμματος ή στο /usr/share/apps/LICENSES/GPL_V2 ή στο http://www.gnu.org/"
+"licenses/old-licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -360,7 +366,7 @@ msgstr ""
 "\n"
 "Το παρόν πρόγραμμα δημοσιεύεται κάτω από την άδεια χρήσης GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 Sensors %s\n"
@@ -391,12 +397,13 @@ msgstr ""
 "Δεν είναι εγγυημένη η κανονική συνέχεια.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Προβολέας αισθητήρα"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Προβολέας τιμών αισθητήρων"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Προβολέας τιμών αισθητήρων"
+msgid "Sensor Viewer"
+msgstr "Προβολέας αισθητήρα"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -407,18 +414,27 @@ msgstr "Εμφάνιση τιμών αισθητήρα."
 msgid "Sensor plugin "
 msgstr "Πρόσθετο αισθητήρων"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Δε βρέθηκε κάποιο συγκεκριμένο σφάλμα.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "γραφικό"
+
 #~ msgid "Show _labels in graphical UI"
 #~ msgstr "Εμφάνιση ετικετών σε γραφικό UI"
+
 #~ msgid "Xfce 4 Sensors Plugin"
 #~ msgstr "Πρόσθετο αισθητήρων"
+
 #~ msgid "Xfce 4 Sensors Viewer"
 #~ msgstr "Πρόσθετο αισθητήρων"
+
 #~ msgid "Edit Properties"
 #~ msgstr "Ιδιότητες"
+
 #~ msgid "View sensor values"
 #~ msgstr "Εμφάνιση τιμών αισθητήρων."
+
 #~ msgid ""
 #~ "Xfce Hardware Sensors Plugin: \n"
 #~ "Seems like there was a problem reading a sensor feature value. \n"
@@ -428,12 +444,16 @@ msgstr "Πρόσθετο αισθητήρων"
 #~ "Xfce Hardware Sensors Plugin: \n"
 #~ "Από οτι φαίνεται υπήρξε πρόβλημα κατά την ανάγνωση κάποιου αισθητήρα. \n"
 #~ "Δεν είναι εγγυημένη η κανονική συνέχεια.\n"
+
 #~ msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
-#~ msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Αισθητήρες</b></span> \n"
+#~ msgstr ""
+#~ "<span foreground=\"#000000\" size=\"%s\"><b>Αισθητήρες</b></span> \n"
+
 #~ msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 #~ msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Αισθητήρες</b></span>"
+
 #~ msgid "<b>Sensors</b>"
 #~ msgstr "<b>Αισθητήρες</b>"
+
 #~ msgid "<b>View</b>"
 #~ msgstr "<b>Προβολή</b>"
-
diff --git a/po/en_GB.po b/po/en_GB.po
index 792ff3f..2c394f0 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -2,33 +2,34 @@
 # Copyright (C) 2007 THE xfce4-sensors-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-sensors-plugin package.
 # Jeff Bailes <thepizzaking at gmail.com>, 2007.
+#
+#
 #, fuzzy
-# 
-# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-08-30 17:10+1000\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: English/GB\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensors</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "No sensors selected!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -39,108 +40,113 @@ msgstr ""
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "UI style:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_text"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "_progress bars"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "_tachos"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Show _labels"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Show coloured _bars"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Show title"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Number of text lines:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "F_ont size:"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "x-small"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "small"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "medium"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "large"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "x-large"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "F_ont:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Show _Units"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Small horizontal s_pacing"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Suppress messages"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "E_xecute on double click:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_View"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Miscellaneous"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Sensors Plugin"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Hard disks"
 
@@ -149,49 +155,52 @@ msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s zones"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Unknown>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. harddisk temperatures"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "No concrete error detected.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Suppress this message in future"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -201,11 +210,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -235,7 +243,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Sensors t_ype:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Description:"
 
@@ -320,17 +328,22 @@ msgstr "%.0f rpm"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The licence text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The licence text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -351,7 +364,7 @@ msgstr ""
 "\n"
 "This program is published under the GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 Sensors %s\n"
@@ -382,12 +395,13 @@ msgstr ""
 "Proper proceeding cannot be guaranteed.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Sensor Viewer"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Sensors Values Viewer"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Sensors Values Viewer"
+msgid "Sensor Viewer"
+msgstr "Sensor Viewer"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -398,6 +412,9 @@ msgstr "Show sensor values."
 msgid "Sensor plugin "
 msgstr "Sensor plugin "
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "No concrete error detected.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "g_raphical"
 
diff --git a/po/es.po b/po/es.po
index 1b105fa..520803a 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2,32 +2,33 @@
 # Copyright (C) 2009 THE xfce4-sensors-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-sensors-plugin package.
 #  <abel.martin.ruiz at gmail.com>, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-08-21 01:32-0300\n"
 "Last-Translator: elega <elega at elega.com.ar>\n"
 "Language-Team: Spanish\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensores</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "¡Ningún sensor seleccionado!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -35,111 +36,117 @@ msgid ""
 "Proper proceeding cannot be guaranteed.\n"
 msgstr ""
 "Complemento Sensors:\n"
-"Parece que hubo un problema leyendo el valor de una característica de un sensor.\n"
+"Parece que hubo un problema leyendo el valor de una característica de un "
+"sensor.\n"
 "No se puede garantizar un funcionamiento adecuado.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Estilo de UI:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_texto"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "barra de _progreso"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "con_tadores"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Mostrar _etiquetas"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Mostrar _barras con colores"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "Mostrar _título"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Número de líneas de texto:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Tamaño de _letra:"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "muy pequeña"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "pequeña"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "medio"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "grande"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "muy grande"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "Ti_po de letra:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Mostrar _unidades"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Es_paciado horizontal pequeño"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Suprimir mensajes"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "E_jecutar al hacer doble clic:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Ver"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Varios"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Complemento Sensors"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "Puede cambiar las propiedades de un elemento como el nombre, los colores, los valores mín/máx haciendo doble clic en la entrada, editando el contenido y pulsando \"Return\" o seleccionando un campo distinto."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"Puede cambiar las propiedades de un elemento como el nombre, los colores, "
+"los valores mín/máx haciendo doble clic en la entrada, editando el contenido "
+"y pulsando \"Return\" o seleccionando un campo distinto."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Discos duros"
 
@@ -148,49 +155,52 @@ msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "Zonas v%s ACPI"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Desconocido>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Temperaturas de disco S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "No se detectó ningún error concreto.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"\"hddtemp\" no se ejecutó correctamente, aunque es ejecutable. Lo más probable es que se deba a que se requiera privilegios de root para leer sus temperaturas y a que \"hddtemp\" no tiene el setuid como root.\n"
+"\"hddtemp\" no se ejecutó correctamente, aunque es ejecutable. Lo más "
+"probable es que se deba a que se requiera privilegios de root para leer sus "
+"temperaturas y a que \"hddtemp\" no tiene el setuid como root.\n"
 "\n"
-"Una solución fácil pero inapropiada es ejecutar \"chmod u+s %s\" como root y reiniciar este plugin o su panel.\n"
+"Una solución fácil pero inapropiada es ejecutar \"chmod u+s %s\" como root y "
+"reiniciar este plugin o su panel.\n"
 "\n"
 "La llamada a \"%s\" dio el siguiente error:\n"
 "%s\n"
 "con un valor de retorno de %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Suprimir este mensaje en el futuro"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -200,11 +210,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -227,14 +236,15 @@ msgid ""
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed."
 msgstr ""
-"Parece que hubo un problema leyendo el valor de una característica de un sensor.\n"
+"Parece que hubo un problema leyendo el valor de una característica de un "
+"sensor.\n"
 "No se puede garantizar el funcionamiento adecuado."
 
 #: ../lib/sensors-interface.c:164
 msgid "Sensors t_ype:"
 msgstr "T_ipo de sensores:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Descripción:"
 
@@ -319,17 +329,22 @@ msgstr "%.0f rpm"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Xfce4 Sensors %s\n"
 "Este programa está publicado bajo la GPL v2.\n"
-"El texto de esta licencia puede encontrarse dentro de las fuentes del programa o en /usr/share/apps/LICENSES/GPL_V2 or en http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"El texto de esta licencia puede encontrarse dentro de las fuentes del "
+"programa o en /usr/share/apps/LICENSES/GPL_V2 or en http://www.gnu.org/"
+"licenses/old-licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -350,7 +365,7 @@ msgstr ""
 "\n"
 "Este programa está publicado bajo la GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 Sensors %s\n"
@@ -377,16 +392,18 @@ msgid ""
 "Proper proceeding cannot be guaranteed.\n"
 msgstr ""
 "Visor de Sensors:\n"
-"Parece que hubo un problema leyendo el valor de una característica de un sensor.\n"
+"Parece que hubo un problema leyendo el valor de una característica de un "
+"sensor.\n"
 "No se puede garantizar un funcionamiento adecuado.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Visor de sensor"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Visor de valores de sensores"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Visor de valores de sensores"
+msgid "Sensor Viewer"
+msgstr "Visor de sensor"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -397,6 +414,9 @@ msgstr "Mostrar valores de sensores."
 msgid "Sensor plugin "
 msgstr "Complemento de sensores"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "No se detectó ningún error concreto.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "g_ráfica"
 
diff --git a/po/eu.po b/po/eu.po
index 16725e7..2c2c479 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -2,35 +2,35 @@
 # 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, 2008, 2009.
 msgid ""
 msgstr ""
 "Project-Id-Version: eu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-10-21 13:50+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Basque <debian-l10n-eu at debian.lists.org>\n"
+"Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: eu\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 1.0\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sentsoreak</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Ez da sentsorerik hautatu!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -41,108 +41,113 @@ msgstr ""
 "Dirudienez arazo bat dago sentsore ezaugarri balioa irakurtzerakoan. \n"
 "Ezin da behar bezala ibiliko denik ziurtatu.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "UI estiloa:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_testua"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "_aurrerapen  barra"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "kon_tagailuak"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Ikusi _etiketak"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Ikusi koloretako _barrak "
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "Ikusi _izenburua"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Testu lerro kopurua:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Letra-tip_o tamaina:"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "oso txikia"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "txikia"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "ertaina"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "handia"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "oso handia"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "Letra-tip_oa:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Ikusi _unitateak"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Ikusi _zuriune horizontala"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Ezabatu mezuak"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "Klik bikoitzarekin e_xekutatu:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Ikusi"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Bestelakoak"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Sentsore Plugina"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "Izena, koloreak, geh/gut balioa bezalako propietateak aldatu ditzakezu sarreran klik bikoitza eginez, eduki editatu, eta \"Return\" sakatu edo beste eremu bat hautatuaz."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"Izena, koloreak, geh/gut balioa bezalako propietateak aldatu ditzakezu "
+"sarreran klik bikoitza eginez, eduki editatu, eta \"Return\" sakatu edo "
+"beste eremu bat hautatuaz."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Disko gogorrak"
 
@@ -151,49 +156,53 @@ msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "ACPI %sb zonaldeak"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Ezezaguna>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. diska gogor tenperaturak"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Ez da errore zehatzik atzeman.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"\"hddtemp\" ez da behar bezala exekutatu, nahiz exekutagarria den. Hau ziurrenik diskoak tenperatura eskuratzeko disko gogorrek root baimenak eskatzen dituztelako eta \"hddtemp\"-ek ez duelako root uid-a ezarririk izango da.\n"
+"\"hddtemp\" ez da behar bezala exekutatu, nahiz exekutagarria den. Hau "
+"ziurrenik diskoak tenperatura eskuratzeko disko gogorrek root baimenak "
+"eskatzen dituztelako eta \"hddtemp\"-ek ez duelako root uid-a ezarririk "
+"izango da.\n"
 "\n"
-"Konponbide erraz baina zatar bat root gisa \"chmod u+s %s\" exekutatzea eta plugina edo panela berrabiaraztea da.\n"
+"Konponbide erraz baina zatar bat root gisa \"chmod u+s %s\" exekutatzea eta "
+"plugina edo panela berrabiaraztea da.\n"
 "\n"
 "\"%s\" deitzean hurrengo errorea ematen du:\n"
 "%s\n"
 "%d erantzun balioarekin.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Ez erakutsi mezu hau aurrerantzean"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -203,11 +212,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -237,7 +245,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Sentsore m_ota:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Azalpena:"
 
@@ -322,17 +330,22 @@ msgstr "%.0f rpm"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Xfce4 Sentsoreak %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -353,7 +366,7 @@ msgstr ""
 "\n"
 "Programa hau GPL v2 lizentziapean kaleratu da.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce 4 sentsore %s\n"
@@ -384,12 +397,13 @@ msgstr ""
 "Ezin da behar bezala ibiliko denik ziurtatu.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Sentsore ikustailea"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Sentsore balio ikustailea"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Sentsore balio ikustailea"
+msgid "Sensor Viewer"
+msgstr "Sentsore ikustailea"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -400,6 +414,9 @@ msgstr "Sentsore balioak bistarazi."
 msgid "Sensor plugin "
 msgstr "Sentsore plugina "
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Ez da errore zehatzik atzeman.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "g_rafikoa"
 
diff --git a/po/fi.po b/po/fi.po
index dbc3700..7178db9 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,26 +8,27 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.11.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2010-10-17 00:09+0300\n"
 "Last-Translator: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>\n"
 "Language-Team: Finnish\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Anturit</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Antureita ei valittu!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -38,100 +39,100 @@ msgstr ""
 "Ilmeisesti anturin arvon lukeminen ei onnistunut.\n"
 "Sovellus ei välttämättä toimi oikein.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Käyttöliittymän tyyli:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_Teksti"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "_Palkit"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "_Analogimittarit"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Näytä ni_mikkeet"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Näytä _väritetyt palkit"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Näytä otsikko"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "Teksti_rivien määrä:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "_Kirjasimen koko:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "Hyvin pieni"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "Pieni"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "Keskikokoinen"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "Suuri"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "Hyvin suuri"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "_Kirjasin:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Näytä _yksiköt"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Tiivistä _vaakasuunnassa"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Älä näytä viestejä"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr ""
 "S_uorita, kun kuvaketta\n"
 "kaksoisnapsautetaan:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Näytä"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "Se_kalaiset"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Anturiliitännäinen"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -145,8 +146,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Kiintolevyt"
 
@@ -161,19 +162,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "ACPI versio %s vyöhykkeet"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Tuntematon>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. -kiintolevylämpötilat"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Selkeää virhettä ei havaittu.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -200,11 +199,11 @@ msgstr ""
 "%s\n"
 "ja palautti arvon %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Älä näytä tätä viestiä jatkossa"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -217,7 +216,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -247,7 +246,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Antureiden _tyyppi:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Kuvaus:"
 
@@ -343,10 +342,11 @@ msgstr ""
 "licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -365,7 +365,7 @@ msgstr ""
 "  -l, --license Näyttää lisenssitiedot.\n"
 "  -V, --version Näyttää versiotiedot.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 Anturit %s\n"
@@ -396,12 +396,13 @@ msgstr ""
 "Sovellus ei välttämättä toimi oikein.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Anturien näyttäjä"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Anturien arvojen näyttäjä"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Anturien arvojen näyttäjä"
+msgid "Sensor Viewer"
+msgstr "Anturien näyttäjä"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -411,3 +412,6 @@ msgstr "Näyttää laiteanturien arvot"
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:1
 msgid "Sensor plugin "
 msgstr "Anturiliitännäinen"
+
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Selkeää virhettä ei havaittu.\n"
diff --git a/po/fr.po b/po/fr.po
index fcb6080..dbd1e81 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,31 +4,32 @@
 # Stephane Roy <sroy at j2n.net>, 2005.
 # Fabian Nowak <timystery at arcor.de>, 2005.
 # Maximilian Schleiss <maximilian at xfce.org>, 2006.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-03-19 21:00+0100\n"
 "Last-Translator: Mike Massonnet <mmassonnet at gmail.com>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Capteurs</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Aucun capteur sélectionné !"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -39,108 +40,113 @@ msgstr ""
 "Il semblerait qu'il y ait un problème de lecture de valeur sur un capteur.\n"
 "L'exécution normale ne peut pas être garantie.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Style de l'interface :"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_texte"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "_barres de progression"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "_tachys"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Affi_cher les étiquettes"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Afficher les _barres en couleur"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "Affi_cher le titre"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Nombre de lignes de texte :"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Taille de la _police :"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "très petite"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "petite"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "normale"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "grande"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "très grande"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "Taille de la _police :"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Afficher les _unités"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "E_space horizontal petit"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Supprimer les messages"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "E_xécute après un double clic :"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Afficher"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Divers"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Greffon de Capteurs"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "Vous pouvez changez les propriétés d'un aspect tel que le nom, les couleurs, la valeur min/max en double-cliquant sur l'entrée, éditer le contenu et presser \"Entrée\" ou sélectionner un autre champ."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"Vous pouvez changez les propriétés d'un aspect tel que le nom, les couleurs, "
+"la valeur min/max en double-cliquant sur l'entrée, éditer le contenu et "
+"presser \"Entrée\" ou sélectionner un autre champ."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Disques dur"
 
@@ -149,49 +155,52 @@ msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "Zones ACPI v%s"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Inconnu>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Sondes de température du disque dur S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Aucune erreur concrète détectée.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"\"hddtemp\" n'a pas été exécuté correctement bien qu'il soit exécutable. Il se pourrait bien que ce soit dû à des privilèges restreint pour la lecture des températures et que \"hddtemp\" ne soit pas fixé avec un setuid root.\n"
+"\"hddtemp\" n'a pas été exécuté correctement bien qu'il soit exécutable. Il "
+"se pourrait bien que ce soit dû à des privilèges restreint pour la lecture "
+"des températures et que \"hddtemp\" ne soit pas fixé avec un setuid root.\n"
 "\n"
-"Une solution simple mais radicale consiste à lancer la commande \"chmod u+s %s\" en tant que root et de relancer le greffon ou le panneau.\n"
+"Une solution simple mais radicale consiste à lancer la commande \"chmod u+s "
+"%s\" en tant que root et de relancer le greffon ou le panneau.\n"
 "\n"
 "L'appel à \"%s\" a donné l'erreur suivante :\n"
 "%s\n"
 "avec le code retour %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Ne plus afficher ce message"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -201,11 +210,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -235,7 +243,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "T_ype de capteurs :"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Description :"
 
@@ -320,17 +328,21 @@ msgstr "%.0f tr/mn"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Capteurs Xfce4 %s\n"
 "Ce programme est publié sous la licence GPL v2.\n"
-"Le texte de la licence est disponible à l'intérieur de l'archive source du programme ou sur http://www.gun.org/licenses/\n"
+"Le texte de la licence est disponible à l'intérieur de l'archive source du "
+"programme ou sur http://www.gun.org/licenses/\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -351,7 +363,7 @@ msgstr ""
 "\n"
 "Ce programme est publié sous la licence GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Capteurs Xfce4 %s\n"
@@ -382,12 +394,13 @@ msgstr ""
 "L'exécution normale ne peut pas être garantie.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Afficheur de capteur"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Afficheur des valeurs de capteurs"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Afficheur des valeurs de capteurs"
+msgid "Sensor Viewer"
+msgstr "Afficheur de capteur"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -398,6 +411,9 @@ msgstr "Afficher les valeurs du capteur."
 msgid "Sensor plugin "
 msgstr "Greffon de capteurs"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Aucune erreur concrète détectée.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "g_raphique"
 
diff --git a/po/gl.po b/po/gl.po
index 561a131..0316b22 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -1,37 +1,38 @@
 # Galician translation of xfce4-sensors-plugin
 # Copyright (C) 2008-2009 Leandro Regueiro
 # This file is distributed under the same license as the xfce package.
-# 
+#
 # Leandro Regueiro <leandro.regueiro at gmail.com>, 2008, 2009.
-# 
+#
 # Proxecto Trasno - Adaptación do software libre á lingua galega:  Se desexas
 # colaborar connosco, podes atopar máis información en <http://trasno.net>
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-10-04 14:28+0100\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <proxecto at trasno.net>\n"
+"Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensores</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Non se seleccionou ningún sensor!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -39,111 +40,117 @@ msgid ""
 "Proper proceeding cannot be guaranteed.\n"
 msgstr ""
 "Engadido de sensores:\n"
-"Parece que houbo un problema ao ler o valor dunha funcionalidade dun sensor.\n"
+"Parece que houbo un problema ao ler o valor dunha funcionalidade dun "
+"sensor.\n"
 "Non se pode garantir o correcto funcionamento.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Estilo da interface:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_texto"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "barras de _progreso"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "_tacógrafos"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Mostrar as _etiquetas"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Mostrar _barras de cores"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Mostrar o título"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Número de liñas de texto:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "_Tamaño da letra:"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "extrapequeno"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "pequeno"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "mediano"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "grande"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "extragrande"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "_Tipo de letra:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Mostrar as _unidades"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Pequeno es_pazamento horizontal"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Suprimir mensaxes"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "E_xecutar cun dobre clic:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Ver"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Miscelánea"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Engadido de sensores"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "Pode cambiar as propiedades dunha funcionalidade, por exemplo o nome, as cores, o valor mín/máx facendo dobre clic na entrada, modificando o contido, e premendo \"Intro\" ou seleccionando un campo diferente."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"Pode cambiar as propiedades dunha funcionalidade, por exemplo o nome, as "
+"cores, o valor mín/máx facendo dobre clic na entrada, modificando o contido, "
+"e premendo \"Intro\" ou seleccionando un campo diferente."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Discos duros"
 
@@ -152,50 +159,54 @@ msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "Zonas ACPI v%s"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Descoñecido>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "temperaturas do disco duro S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Non se detectou ningún erro concreto.\n"
-
 # falta o de traducir setuid
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"Non se executou correctamente \"hddtemp\", aínda que é executable. O máis probable é que sexa debido a que os discos requiren privilexios de root para ler as súas temperaturas, e \"hddtemp\" non se asignou o id de root (setuid).\n"
+"Non se executou correctamente \"hddtemp\", aínda que é executable. O máis "
+"probable é que sexa debido a que os discos requiren privilexios de root para "
+"ler as súas temperaturas, e \"hddtemp\" non se asignou o id de root "
+"(setuid).\n"
 "\n"
-"Unha solución fácil pero trapalleira é executar \"chmod u+s %s\" co usuario root e reiniciar este engadido ou o panel.\n"
+"Unha solución fácil pero trapalleira é executar \"chmod u+s %s\" co usuario "
+"root e reiniciar este engadido ou o panel.\n"
 "\n"
 "A chamada de  \"%s\" devolveu o seguinte erro:\n"
 "%s\n"
 "co valor de retorno %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Suprimir esta mensaxe no futuro"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -205,11 +216,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -232,14 +242,15 @@ msgid ""
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed."
 msgstr ""
-"Parece que houbo un problema ao ler o valor dunha funcionalidade dun sensor.\n"
+"Parece que houbo un problema ao ler o valor dunha funcionalidade dun "
+"sensor.\n"
 "Non se pode garantir o correcto funcionamento."
 
 #: ../lib/sensors-interface.c:164
 msgid "Sensors t_ype:"
 msgstr "_Tipo de sensor:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Descrición:"
 
@@ -324,17 +335,22 @@ msgstr "%.0f rpm"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Xfce4 Sensors %s\n"
 "Este programa publicouse baixo a GPL v2.\n"
-"O texto da licena pódese atopar no arquivo do código fonte do programa ou en /usr/share/apps/LICENSES/GPL_V2 ou en http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"O texto da licena pódese atopar no arquivo do código fonte do programa ou "
+"en /usr/share/apps/LICENSES/GPL_V2 ou en http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -355,7 +371,7 @@ msgstr ""
 "\n"
 "Este programa publicouse baixo a GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 Sensors %s\n"
@@ -382,16 +398,18 @@ msgid ""
 "Proper proceeding cannot be guaranteed.\n"
 msgstr ""
 "Visor de sensores:\n"
-"Parece que houbo un problema ao ler o valor dunha característica dun sensor.\n"
+"Parece que houbo un problema ao ler o valor dunha característica dun "
+"sensor.\n"
 "Non se pode garantir o correcto funcionamento.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Visor de sensor"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Visor dos valores do sensor"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Visor dos valores do sensor"
+msgid "Sensor Viewer"
+msgstr "Visor de sensor"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -402,6 +420,9 @@ msgstr "Mostrar os valores do sensor."
 msgid "Sensor plugin "
 msgstr "Engadido de sensores"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Non se detectou ningún erro concreto.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "g_ráfica"
 
diff --git a/po/hu.po b/po/hu.po
index 50c737f..e6bf528 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,35 +1,36 @@
 # Hungarian translation of xfce4-sensors-plugin
 # Copyright 2009. Free Software Foundation, Inc.
 # This file is distributed under the same license as the xfce4-sensors-plugin package.
-# 
+#
 # Gabor Kelemen <kelemeng at gnome dot hu>, 2009.
 # SZERVÁC Attila <sas at 321.hu>
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-07-24 18:10+0200\n"
 "Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
 "Language-Team: Hungarian <gnome at gnome dot hu>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: KBabel 1.11.4\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Érzékelők</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Nincsenek kiválasztva érzékelők"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -40,108 +41,114 @@ msgstr ""
 "Úgy tűnik, hiba történt egy érzékelőszolgáltatás értékének olvasásakor.\n"
 "A megfelelő folytatás nem garantálható.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Felület stílusa:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "S_zöveg"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "_Folyamatjelzők"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "F_ordulatszámmérők"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "_Címkék megjelenítése"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Színes sá_vok megjelenítése"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "Cí_m megjelenítése"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "Szö_vegsorok száma:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "B_etűméret:"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "Nagyon kicsi"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "Kicsi"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "Közepes"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "Nagy"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "Nagyon nagy"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "B_etűkészlet:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "_Egységek megjelenítés"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Kis _vízszintes térköz"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Üzenetek elnyomása"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "Végrehajtás _dupla kattintásra:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Nézet"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Egyéb"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Érzékelők bővítmény"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "A bejegyzésre kattintva megváltoztathatja egy szolgáltatás tulajdonságait, például nevét, színeit, minimális/maximális értékeit a tartalom szerkesztésével és az Enter billentyű megnyomásával vagy másik mező kiválasztásával."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"A bejegyzésre kattintva megváltoztathatja egy szolgáltatás tulajdonságait, "
+"például nevét, színeit, minimális/maximális értékeit a tartalom "
+"szerkesztésével és az Enter billentyű megnyomásával vagy másik mező "
+"kiválasztásával."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Merevlemezek"
 
@@ -150,49 +157,52 @@ msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s zónák"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Ismeretlen>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. merevlemez-hőmérsékletek"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Nem észlelhető konkrét hiba.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"A „hddtemp” nem futott le megfelelően, noha végrehajtható. Ezt valószínűleg a hőmérsékleteik kiolvasásához rendszergazdai hozzáférést igénylő merevlemezek okozzák és a „hddtemp” setuid bitje nincs beállítva.\n"
+"A „hddtemp” nem futott le megfelelően, noha végrehajtható. Ezt valószínűleg "
+"a hőmérsékleteik kiolvasásához rendszergazdai hozzáférést igénylő "
+"merevlemezek okozzák és a „hddtemp” setuid bitje nincs beállítva.\n"
 "\n"
-"Egyszerű megoldás a „chmod u+s %s” futtatása rendszergazdaként és ezen bővítmény vagy panel újraindítása.\n"
+"Egyszerű megoldás a „chmod u+s %s” futtatása rendszergazdaként és ezen "
+"bővítmény vagy panel újraindítása.\n"
 "\n"
 "A(z) „%s” hívása a következő hibát adta vissza:\n"
 "%s\n"
 "a visszatérési érték: %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Ne jelenjen meg újra"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -202,11 +212,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -236,7 +245,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Érzékelők _típusa:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Leírás:"
 
@@ -321,17 +330,22 @@ msgstr "%.0f rpm"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Xfce4 érzékelők %s\n"
 "Ez a program a GPL v2 alatt érhető el.\n"
-"A licencszöveg megtalálható a program forrásában vagy a /usr/share/apps/LICENSES/GPL_V2 fájlban vagy a http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt oldalon\n"
+"A licencszöveg megtalálható a program forrásában vagy a /usr/share/apps/"
+"LICENSES/GPL_V2 fájlban vagy a http://www.gnu.org/licenses/old-licenses/"
+"gpl-2.0.txt oldalon\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -352,7 +366,7 @@ msgstr ""
 "\n"
 "A program a GPL v2 alatt érhető el.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 érzékelők %s\n"
@@ -383,12 +397,13 @@ msgstr ""
 "A megfelelő folytatás nem garantálható.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Érzékelőmegjelenítő"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Érzékelőérték-megjelenítő"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Érzékelőérték-megjelenítő"
+msgid "Sensor Viewer"
+msgstr "Érzékelőmegjelenítő"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -399,6 +414,9 @@ msgstr "Érzékelőértékek megjelenítése"
 msgid "Sensor plugin "
 msgstr "Érzékelőbővítmény"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Nem észlelhető konkrét hiba.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "_Grafikus"
 
diff --git a/po/id.po b/po/id.po
index f794544..a07c745 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,26 +7,27 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-04-09 21:46-0400\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <id at li.org>\n"
+"Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensor</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Tak ada sensor yang dipilih!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -37,100 +38,100 @@ msgstr ""
 "Kelihatannya terdapat masalah saat membaca nilai fitur sensor.\n"
 "Eksekusi yang normal tidak dapat dijamin.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Gaya UI:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_teks"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 #, fuzzy
 msgid "Show _labels"
 msgstr "_Tampilkan judul"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Tampilkan batang _berwarna"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Tampilkan judul"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "U_kuran fonta:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "sangat kecil"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "kecil"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "sedang"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "besar"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "sangat besar"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "U_kuran fonta:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Tampilkan _Unit"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "P_emisah horizontal kecil"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Kecilkan pesan"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "E_ksekusi pada klik ganda:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Tampilan"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Lainnya"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Plugin Sensor"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -144,8 +145,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Cakram keras"
 
@@ -160,19 +161,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "Zona v%s ACPI"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Tak diketahui>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Temperatur cakram keras S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Tak ada galat konkrit terdeteksi.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -197,11 +196,11 @@ msgstr ""
 "%s\n"
 "dengan nilai kembali %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Kecilkan pesan ini di masa depan"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -214,7 +213,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -244,7 +243,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Tipe s_ensor:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Keterangan:"
 
@@ -340,10 +339,11 @@ msgstr ""
 "licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -364,7 +364,7 @@ msgstr ""
 "\n"
 "Program ini dipublikasikan di bawah GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Sensor Xfce4 %s\n"
@@ -395,12 +395,13 @@ msgstr ""
 "Eksekusi yang normal tidak dapat dijamin.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Penampil Sensor"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Penampil Nilai Sensor"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Penampil Nilai Sensor"
+msgid "Sensor Viewer"
+msgstr "Penampil Sensor"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -411,6 +412,9 @@ msgstr "Tampilkan nilai sensor."
 msgid "Sensor plugin "
 msgstr "Plugin sensor"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Tak ada galat konkrit terdeteksi.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "g_rafik"
 
diff --git a/po/it.po b/po/it.po
index d2cf109..991e29f 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,26 +7,27 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2010-04-24 08:39+0100\n"
 "Last-Translator: Cristian Marchi <cri.penta at gmail.com>\n"
 "Language-Team: Italian <xfce-it-translators at googlegroups.com>\n"
+"Language: it\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensori</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Nessun sensore selezionato!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -37,98 +38,98 @@ msgstr ""
 "probabilmente si è verificato un problema leggendo il valore di un sensore.\n"
 "Non è garantito il funzionamento corretto.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Stile dell'interfaccia utente"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_testo"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "_barre di progressione"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "tac_himetri"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "M_ostra i nomi dei sensori"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Mostra le b_arre colorate"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Mostra il titolo"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Numero delle linee di testo:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "_Dimensione carattere"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "molto piccolo"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "piccolo"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "medio"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "grande"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "molto grande"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "C_arattere:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Mostra _unità"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Spaziatura orizzontale _piccola"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Non visualizzare i messaggi"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "Con un doppio clic _esegui:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Visualizzazione"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "Va_rie"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Plugin per i sensori"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -142,8 +143,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Dischi rigidi"
 
@@ -158,19 +159,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "v%s zone ACPI "
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Sconosciuto>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Temperature dei dischi rigidi S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Nessun errore concreto rilevato.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -196,11 +195,11 @@ msgstr ""
 "%s\n"
 "con un valore di ritorno di %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Non visualizzare questo messaggio in futuro"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -213,7 +212,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -243,7 +242,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "_Tipo di sensore:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Descrizione:"
 
@@ -339,10 +338,11 @@ msgstr ""
 "o all'indirizzo http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -363,7 +363,7 @@ msgstr ""
 "\n"
 "Questo programma è pubblicato con licenza GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 Sensori %s\n"
@@ -394,12 +394,13 @@ msgstr ""
 "Non è garantito il funzionamento corretto.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Visualizzatore di sensore"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Visualizzatore dei valori dei sensori"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Visualizzatore dei valori dei sensori"
+msgid "Sensor Viewer"
+msgstr "Visualizzatore di sensore"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -410,8 +411,11 @@ msgstr "Mostra i valori di un sensore"
 msgid "Sensor plugin "
 msgstr "Plugin per i sensori"
 
-msgid "g_raphical"
-msgstr "g_rafico"
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Nessun errore concreto rilevato.\n"
+
+#~ msgid "g_raphical"
+#~ msgstr "g_rafico"
 
 #, fuzzy
 #~ msgid "Show _labels in graphical UI"
diff --git a/po/ja.po b/po/ja.po
index 794782f..7474142 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,26 +8,27 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-30 22:08+0900\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2010-03-30 22:08+0900\n"
 "Last-Translator: Masato Hashimoto <cabezon.hashimoto at gmail.com>\n"
 "Language-Team: xfce-users-jp <xfce-users-jp at ml.fdiary.net>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:292 ../panel-plugin/sensors-plugin.c:389
-#: ../panel-plugin/sensors-plugin.c:971
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>センサ</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:775
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "センサが選択されていません!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:814
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -38,98 +39,98 @@ msgstr ""
 "センサ機能値の読み込みに問題があるようです。\n"
 "正確な値は保証されません。\n"
 
-#: ../panel-plugin/sensors-plugin.c:1696
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "UI スタイル:"
 
-#: ../panel-plugin/sensors-plugin.c:1697
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "テキスト(_T)"
 
-#: ../panel-plugin/sensors-plugin.c:1699
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "プログレスバー(_P)"
 
-#: ../panel-plugin/sensors-plugin.c:1701
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "タコメータ(_T)"
 
-#: ../panel-plugin/sensors-plugin.c:1746
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "ラベルを表示する(_L)"
 
-#: ../panel-plugin/sensors-plugin.c:1776
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "色付きバーで表示する(_B)"
 
-#: ../panel-plugin/sensors-plugin.c:1804
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "タイトルを表示する(_S)"
 
-#: ../panel-plugin/sensors-plugin.c:1828
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "表示行数(_N)"
 
-#: ../panel-plugin/sensors-plugin.c:1863
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "フォントサイズ(_O):"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1870
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "とても小さい"
 
-#: ../panel-plugin/sensors-plugin.c:1871
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "小さい"
 
-#: ../panel-plugin/sensors-plugin.c:1872
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "普通"
 
-#: ../panel-plugin/sensors-plugin.c:1873
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "大きい"
 
-#: ../panel-plugin/sensors-plugin.c:1874
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "とても大きい"
 
-#: ../panel-plugin/sensors-plugin.c:1905
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "フォント(_O):"
 
-#: ../panel-plugin/sensors-plugin.c:1939
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "単位を表示する(_U)"
 
-#: ../panel-plugin/sensors-plugin.c:1960
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "小さな横幅間隔(_P)"
 
-#: ../panel-plugin/sensors-plugin.c:1982
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "メッセージを抑止する"
 
-#: ../panel-plugin/sensors-plugin.c:2007
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "ダブルクリックで実行(_X):"
 
-#: ../panel-plugin/sensors-plugin.c:2050
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "表示(_V)"
 
-#: ../panel-plugin/sensors-plugin.c:2084
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "その他(_M)"
 
-#: ../panel-plugin/sensors-plugin.c:2157 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "センサプラグイン"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2200
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -144,7 +145,7 @@ msgstr ""
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
 #: ../lib/configuration.c:159 ../lib/configuration.c:348
-#: ../lib/configuration.c:355 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "ハードディスク"
 
@@ -159,19 +160,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s ゾーン"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<不明>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. ハードディスク温度"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "具体的なエラーが検出されませんでした。\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -196,11 +195,11 @@ msgstr ""
 "%s\n"
 "返り値: %d\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "今後このメッセージを表示しない"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -213,7 +212,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -243,7 +242,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "センサの種類(_Y):"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "説明:"
 
@@ -339,10 +338,11 @@ msgstr ""
 "す。\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -363,7 +363,7 @@ msgstr ""
 "\n"
 "このプログラムは GPL v2 ライセンスの下で公開されます。\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce 4 センサ %s\n"
@@ -394,12 +394,13 @@ msgstr ""
 "正確な値は保証されません。\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "センサビューア"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "センサ値ビューア"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "センサ値ビューア"
+msgid "Sensor Viewer"
+msgstr "センサビューア"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -410,6 +411,9 @@ msgstr "センサの値を表示します。"
 msgid "Sensor plugin "
 msgstr "センサプラグイン"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "具体的なエラーが検出されませんでした。\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "グラフィック(_R)"
 
diff --git a/po/ko.po b/po/ko.po
index 4014d55..16e2928 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,28 +7,29 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2005-12-11 02:20+0900\n"
 "Last-Translator: ByungHyun Choi <byunghyun.choi at debianusers.org>\n"
 "Language-Team: xfce4-users-kr-i18n <xfce4-users-kr-i18n at lists.sourceforge."
 "net>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 #, fuzzy
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>센서</b></span> \n"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "센서를 선택하지 않았습니다!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, fuzzy, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -40,103 +41,103 @@ msgstr ""
 "센서의 기능과 측정치를 읽는 도중 문제가 생긴 것 같습니다.\n"
 "따라서 정상적인 동작을 보장할 수 없습니다.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 #, fuzzy
 msgid "UI style:"
 msgstr "UI 스타일(_U):"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "글자(_t)"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 #, fuzzy
 msgid "Show _labels"
 msgstr "이름 보여주기(_S)"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "색깔있는 막대 보이기(_b)"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "이름 보여주기(_S)"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "글꼴 크기(_o):"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "아주 작게"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "작게"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "중간"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "크게"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "아주 크게"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "글꼴 크기(_o):"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 #, fuzzy
 msgid "Show _Units"
 msgstr "이름 보여주기(_S)"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "따닥(더블클릭)하면 실행합니다(_x):"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 #, fuzzy
 msgid "_Miscellaneous"
 msgstr "<b>기타</b>"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "센서 플러그인"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -147,8 +148,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "하드 디스크"
 
@@ -163,20 +164,18 @@ msgstr ""
 msgid "ACPI v%s zones"
 msgstr ""
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr ""
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 #, fuzzy
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "하드디스크 온도 센서"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr ""
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -191,11 +190,11 @@ msgid ""
 "with a return value of %d.\n"
 msgstr ""
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr ""
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -206,7 +205,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr ""
@@ -242,7 +241,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "센서 종류(_t):"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr ""
 
@@ -338,7 +337,8 @@ msgstr ""
 #, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -349,7 +349,7 @@ msgid ""
 "This program is published under the GPL v2.\n"
 msgstr ""
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, fuzzy, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "센서 플러그인"
@@ -383,12 +383,12 @@ msgstr ""
 
 #: ../src/xfce4-sensors.desktop.in.h:1
 #, fuzzy
-msgid "Sensor Viewer"
+msgid "Sensor Values Viewer"
 msgstr "센서 종류(_t):"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
 #, fuzzy
-msgid "Sensors Values Viewer"
+msgid "Sensor Viewer"
 msgstr "센서 종류(_t):"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
diff --git a/po/lt.po b/po/lt.po
index 4108a5a..8288a59 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,27 +7,27 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2010-11-11 23:10+0300\n"
 "Last-Translator: Ričardas V. <ricardas.v at inbox.lt>\n"
 "Language-Team: Lithuanian <komp_lt at konferencijos.lt>\n"
+"Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291
-#: ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Jutikliai</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Nepasirinkti jokie sensoriai!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -38,160 +38,156 @@ msgstr ""
 "Atrodo, jog buvo problemų nuskaitant jutiklio funkcijos reikšmę.\n"
 "Tvarkingas tolesnis darbas negali būti užtikrinamas.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Naudotojo sąsajos stilius:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "tekstas"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "eigos juostos"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 #, fuzzy
 msgid "_tachos"
 msgstr "_tachos"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Rodyti žymes"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 #, fuzzy
 msgid "Show colored _bars"
 msgstr "Rodyti spalvotas juostas"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "Rodyti antraštę"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "Teksto eilučių skaičius:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Šrifto dydis:"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "labai mažas"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "mažas"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "vidutinis"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "didelis"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "labai didelis"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "Šriftas:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Rodyti matavimo vienetus"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Nerodyti pranešimų"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "Vykditi du kart paspaudus"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Rodymas"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "Įvairus "
 
-#: ../panel-plugin/sensors-plugin.c:2143
-#: ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Jutiklio papildinys"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
 msgstr ""
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156
-#: ../lib/configuration.c:341
-#: ../lib/configuration.c:348
-#: ../lib/hddtemp.c:351
-#: ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Standusis diskas"
 
-#: ../lib/acpi.c:521
-#: ../lib/acpi.c:529
+#: ../lib/acpi.c:521 ../lib/acpi.c:529
 msgid "ACPI"
 msgstr ""
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr ""
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr ""
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. standžiojo disko temperatūros"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Jokios konkrečios klaidos neaptikta. \n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
 
-#: ../lib/hddtemp.c:542
-#: ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Nerodyti šios žinutės ateityje "
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -201,12 +197,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638
-#: ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -215,8 +209,7 @@ msgstr "%.1f °C"
 msgid "LM Sensors"
 msgstr ""
 
-#: ../lib/lmsensors.c:369
-#: ../lib/lmsensors.c:416
+#: ../lib/lmsensors.c:369 ../lib/lmsensors.c:416
 #, c-format
 msgid "Error: Could not connect to sensors!"
 msgstr "Klaida: nepavyko prisijungti prie jutiklių!"
@@ -237,7 +230,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Sensorių tipas:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Aprašas"
 
@@ -322,14 +315,17 @@ msgstr "%.0f rpm"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 
 #: ../src/main.c:64
 #, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -340,7 +336,7 @@ msgid ""
 "This program is published under the GPL v2.\n"
 msgstr ""
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 Jutikliai %s\n"
@@ -371,12 +367,13 @@ msgstr ""
 "Tvarkingas tolesnis darbas negali būti užtikrinamas.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Jutiklio peržiūra"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Jutiklių reikšmių peržiūra"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Jutiklių reikšmių peržiūra"
+msgid "Sensor Viewer"
+msgstr "Jutiklio peržiūra"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -387,6 +384,9 @@ msgstr "Parodyti jutiklio reikšmes."
 msgid "Sensor plugin "
 msgstr "Jutiklio įskiepis"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Jokios konkrečios klaidos neaptikta. \n"
+
 #~ msgid "Xfce 4 Sensors Plugin"
 #~ msgstr "Sensorių tipas:"
 
@@ -400,7 +400,8 @@ msgstr "Jutiklio įskiepis"
 #~ msgstr ""
 #~ " \n"
 #~ "Xfce aparatinių sensorių įskiepis: \n"
-#~ "                       Atrodo, jog buvo problemų nuskaitant sensoriaus savybės                         reikšmę. \n"
+#~ "                       Atrodo, jog buvo problemų nuskaitant sensoriaus "
+#~ "savybės                         reikšmę. \n"
 #~ "Tvarkingas tolesnis darbas negali būti užtikrinamas. \n"
 
 #~ msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>\n"
@@ -409,8 +410,13 @@ msgstr "Jutiklio įskiepis"
 #~ msgid "<span foreground=\"#000000\" size=\"%s\"><b>Sensors</b></span>"
 #~ msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Sensoriai</b></span>"
 
-#~ msgid "A problem occured while trying to close the config file. Restart your computer ... err ... restart the sensor daemon only :-) \n"
-#~ msgstr "Bandant užverti konfigūracijos bylą, įvyko klaida.·····················Perleiskite savo kompiuterį … hmm …······················ tiksliau, perleiskite tik sensorių tarnybą. :-) \n"
+#~ msgid ""
+#~ "A problem occured while trying to close the config file. Restart your "
+#~ "computer ... err ... restart the sensor daemon only :-) \n"
+#~ msgstr ""
+#~ "Bandant užverti konfigūracijos bylą, įvyko klaida."
+#~ "·····················Perleiskite savo kompiuterį … hmm …"
+#~ "······················ tiksliau, perleiskite tik sensorių tarnybą. :-) \n"
 
 #~ msgid ""
 #~ " \n"
@@ -420,16 +426,20 @@ msgstr "Jutiklio įskiepis"
 #~ msgstr ""
 #~ " \n"
 #~ "Xfce aparatinių sensorių įskiepis: \n"
-#~ "                       Atrodo, jog buvo problemų nuskaitant sensoriaus savybės                         reikšmę. \n"
+#~ "                       Atrodo, jog buvo problemų nuskaitant sensoriaus "
+#~ "savybės                         reikšmę. \n"
 #~ "Tvarkingas tolesnis darbas negali būti užtikrinamas. \n"
 
 #~ msgid ""
 #~ " \n"
 #~ "Xfce Hardware Sensors Plugin:                         \n"
-#~ "Seems like there was a problem reading a sensor                         feature value. \n"
+#~ "Seems like there was a problem reading a sensor                         "
+#~ "feature value. \n"
 #~ "Proper proceeding cannot be                         guaranteed.\n"
 #~ msgstr ""
 #~ " \n"
 #~ "Xfce aparatinių sensorių įskiepis:                         \n"
-#~ "Panašu, jog buvo problemų nuskaitant sensoriaus                         savybės reikšmę. \n"
-#~ "Tvarkingas tolesnis                         darbas negali būti užtikrinamas. \n"
+#~ "Panašu, jog buvo problemų nuskaitant sensoriaus                         "
+#~ "savybės reikšmę. \n"
+#~ "Tvarkingas tolesnis                         darbas negali būti "
+#~ "užtikrinamas. \n"
diff --git a/po/lv.po b/po/lv.po
index 7fb39e1..3ea2419 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Pxfce4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-10-21 13:18+0100\n"
 "Last-Translator: Rihards Prieditis <rprieditis at gmail.com>\n"
 "Language-Team: Latvian <translation-team-lv at lists.sourceforge.net>\n"
+"Language: lv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -19,18 +20,18 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
 "2);\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensors</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Neviens sensors nav izvēlēts!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -41,99 +42,99 @@ msgstr ""
 "Liekas, ka radās problēma lasot sensora iespēju vērtību.\n"
 "Darba spējīga turpināšana netiek garantēta.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "UI stils:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_teksts"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "_Rādīt etiķetes"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Rādīt krāsainas _joslas"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Rādīt virsrakstu"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Teksta rindiņu skaits"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "F_onta izmērs:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "viss mazākais"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "mazs"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "vidējs"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "liels"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "viss lielākais"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "F_onta izmērs:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "_Rādīt vienību"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Mazas horizontālās atstar_ptes"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Apspiest ziņas"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "I_zpildīt uz dubultklikšķi:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Skats"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Dažādi"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Sensoru spraudnis"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -147,8 +148,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Cietie diski"
 
@@ -163,19 +164,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s zonas"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Nezināms>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. cietā diska temperatūras"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Nevienas konkrētas kļūdas nav noteiktas.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -200,11 +199,11 @@ msgstr ""
 "%s\n"
 "un atgrieza vērtību %d\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Apspiest šo ziņu turpmāk"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -217,7 +216,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -247,7 +246,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Sensoru _tips:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Apraksts:"
 
@@ -343,10 +342,11 @@ msgstr ""
 "txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -367,7 +367,7 @@ msgstr ""
 "\n"
 "Programma publicēta zem GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce 4 sensori %s\n"
@@ -398,12 +398,13 @@ msgstr ""
 "Darba spējīga turpināšana netiek garantēta.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Sensoru skatītājs"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Sensora vērtību skatītājs"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Sensora vērtību skatītājs"
+msgid "Sensor Viewer"
+msgstr "Sensoru skatītājs"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -414,6 +415,9 @@ msgstr "Rādīt sensora vērtības."
 msgid "Sensor plugin "
 msgstr "Sensoru spraudnis"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Nevienas konkrētas kļūdas nav noteiktas.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "g_rafisks"
 
diff --git a/po/nl.po b/po/nl.po
index f4d4663..bdc1d65 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -9,25 +9,27 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-20 19:58+0200\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-08-30 17:10+1000\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: English/GB\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:225 ../panel-plugin/sensors-plugin.c:787
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensors</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:604
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "No sensors selected!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:642
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -38,95 +40,100 @@ msgstr ""
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1414
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "UI style:"
 
-#: ../panel-plugin/sensors-plugin.c:1415
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_text"
 
-#: ../panel-plugin/sensors-plugin.c:1417
-msgid "g_raphical"
-msgstr "g_raphical"
+#: ../panel-plugin/sensors-plugin.c:1718
+msgid "_progress bars"
+msgstr ""
+
+#: ../panel-plugin/sensors-plugin.c:1720
+msgid "_tachos"
+msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1454
+#: ../panel-plugin/sensors-plugin.c:1765
 #, fuzzy
 msgid "Show _labels"
 msgstr "_Show title"
 
-#: ../panel-plugin/sensors-plugin.c:1484
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Show coloured _bars"
 
-#: ../panel-plugin/sensors-plugin.c:1512
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Show title"
 
-#: ../panel-plugin/sensors-plugin.c:1536
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1571
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "F_ont size:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1578
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "x-small"
 
-#: ../panel-plugin/sensors-plugin.c:1579
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "small"
 
-#: ../panel-plugin/sensors-plugin.c:1580
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "medium"
 
-#: ../panel-plugin/sensors-plugin.c:1581
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "large"
 
-#: ../panel-plugin/sensors-plugin.c:1582
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "x-large"
 
-#: ../panel-plugin/sensors-plugin.c:1610
+#: ../panel-plugin/sensors-plugin.c:1924
+#, fuzzy
+msgid "F_ont:"
+msgstr "F_ont size:"
+
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Show _Units"
 
-#: ../panel-plugin/sensors-plugin.c:1631
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Small horizontal s_pacing"
 
-#: ../panel-plugin/sensors-plugin.c:1653
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Suppress messages"
 
-#: ../panel-plugin/sensors-plugin.c:1682
-msgid "U_pdate interval (seconds):"
-msgstr "U_pdate interval (seconds):"
-
-#: ../panel-plugin/sensors-plugin.c:1712
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "E_xecute on double click:"
 
-#: ../panel-plugin/sensors-plugin.c:1755
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_View"
 
-#: ../panel-plugin/sensors-plugin.c:1788
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Miscellaneous"
 
-#: ../panel-plugin/sensors-plugin.c:1860 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:152
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Sensors Plugin"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:1903
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -140,8 +147,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:154 ../lib/configuration.c:336
-#: ../lib/configuration.c:343 ../lib/hddtemp.c:342 ../lib/hddtemp.c:388
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Hard disks"
 
@@ -156,19 +163,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s zones"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Unknown>"
 
-#: ../lib/hddtemp.c:387
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. harddisk temperatures"
 
-#: ../lib/hddtemp.c:464
-msgid "No concrete error detected.\n"
-msgstr "No concrete error detected.\n"
-
-#: ../lib/hddtemp.c:517
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -193,11 +198,11 @@ msgstr ""
 "%s\n"
 "with a return value of %d.\n"
 
-#: ../lib/hddtemp.c:533 ../lib/hddtemp.c:563
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Suppress this message in future"
 
-#: ../lib/hddtemp.c:557
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -210,25 +215,25 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:629 ../lib/sensors-interface-common.c:141
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
 
-#: ../lib/lmsensors.c:103
+#: ../lib/lmsensors.c:110
 msgid "LM Sensors"
 msgstr "LM Sensors"
 
-#: ../lib/lmsensors.c:362 ../lib/lmsensors.c:409
+#: ../lib/lmsensors.c:369 ../lib/lmsensors.c:416
 #, c-format
 msgid "Error: Could not connect to sensors!"
 msgstr "Error: Could not connect to sensors!"
 
-#: ../lib/sensors-interface.c:80
+#: ../lib/sensors-interface.c:82
 msgid "Sensors Plugin Failure"
 msgstr "Sensors Plugin Failure"
 
-#: ../lib/sensors-interface.c:81
+#: ../lib/sensors-interface.c:83
 msgid ""
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed."
@@ -236,87 +241,91 @@ msgstr ""
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed."
 
-#: ../lib/sensors-interface.c:162
+#: ../lib/sensors-interface.c:164
 msgid "Sensors t_ype:"
 msgstr "Sensors t_ype:"
 
-#: ../lib/sensors-interface.c:187
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Description:"
 
-#: ../lib/sensors-interface.c:225
+#: ../lib/sensors-interface.c:223
+msgid "U_pdate interval (seconds):"
+msgstr "U_pdate interval (seconds):"
+
+#: ../lib/sensors-interface.c:263
 msgid "Name"
 msgstr "Name"
 
-#: ../lib/sensors-interface.c:235
+#: ../lib/sensors-interface.c:275
 msgid "Value"
 msgstr "Value"
 
-#: ../lib/sensors-interface.c:243
+#: ../lib/sensors-interface.c:283
 msgid "Show"
 msgstr "Show"
 
-#: ../lib/sensors-interface.c:252
+#: ../lib/sensors-interface.c:292
 msgid "Color"
 msgstr "Colour"
 
-#: ../lib/sensors-interface.c:265 ../lib/sensors-interface.c:271
+#: ../lib/sensors-interface.c:305
 msgid "Min"
 msgstr "Min"
 
-#: ../lib/sensors-interface.c:282 ../lib/sensors-interface.c:288
+#: ../lib/sensors-interface.c:322
 msgid "Max"
 msgstr "Max"
 
-#: ../lib/sensors-interface.c:323
+#: ../lib/sensors-interface.c:363
 msgid "Temperature scale:"
 msgstr "Temperature scale:"
 
-#: ../lib/sensors-interface.c:325
+#: ../lib/sensors-interface.c:365
 msgid "_Celsius"
 msgstr "_Celsius"
 
-#: ../lib/sensors-interface.c:327
+#: ../lib/sensors-interface.c:367
 msgid "_Fahrenheit"
 msgstr "_Fahrenheit"
 
-#: ../lib/sensors-interface.c:363
+#: ../lib/sensors-interface.c:403
 msgid "_Sensors"
 msgstr "_Sensors"
 
-#: ../lib/sensors-interface-common.c:70
+#: ../lib/sensors-interface-common.c:71
 msgid "No sensors found!"
 msgstr "No sensors found!"
 
-#: ../lib/sensors-interface-common.c:138
+#: ../lib/sensors-interface-common.c:141
 #, c-format
 msgid "%.1f °F"
 msgstr "%.1f °F"
 
-#: ../lib/sensors-interface-common.c:146
+#: ../lib/sensors-interface-common.c:149
 #, c-format
 msgid "%+.2f V"
 msgstr "%+.2f V"
 
-#: ../lib/sensors-interface-common.c:150
+#: ../lib/sensors-interface-common.c:153
 #, c-format
 msgid "%.0f mWh"
 msgstr "%.0f mWh"
 
-#: ../lib/sensors-interface-common.c:155
+#: ../lib/sensors-interface-common.c:158
 msgid "off"
 msgstr "off"
 
-#: ../lib/sensors-interface-common.c:157
+#: ../lib/sensors-interface-common.c:160
 msgid "on"
 msgstr "on"
 
-#: ../lib/sensors-interface-common.c:161
+#: ../lib/sensors-interface-common.c:164
 #, c-format
 msgid "%.0f rpm"
 msgstr "%.0f rpm"
 
-#: ../src/main.c:46
+#: ../src/main.c:52
 #, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
@@ -331,11 +340,12 @@ msgstr ""
 "usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
 "licenses/gpl-2.0.txt\n"
 
-#: ../src/main.c:58
-#, c-format
+#: ../src/main.c:64
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -356,22 +366,44 @@ msgstr ""
 "\n"
 "This program is published under the GPL v2.\n"
 
-#: ../src/main.c:75
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 Sensors %s\n"
 
-#: ../src/interface.c:46
+#: ../src/interface.c:77
+msgid "_Overview"
+msgstr ""
+
+#: ../src/interface.c:97
+msgid "_Tachometers"
+msgstr ""
+
+#: ../src/interface.c:113
 msgid "Sensors Viewer"
 msgstr "Sensors Viewer"
 
+#. FIXME: either print nothing, or undertake appropriate action,
+#. * or pop up a message box.
+#: ../src/actions.c:78
+#, fuzzy, c-format
+msgid ""
+"Sensors Viewer:\n"
+"Seems like there was a problem reading a sensor feature value.\n"
+"Proper proceeding cannot be guaranteed.\n"
+msgstr ""
+"Sensors Plugin:\n"
+"Seems like there was a problem reading a sensor feature value.\n"
+"Proper proceeding cannot be guaranteed.\n"
+
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Sensor Viewer"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Sensors Values Viewer"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Sensors Values Viewer"
+msgid "Sensor Viewer"
+msgstr "Sensor Viewer"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -382,6 +414,12 @@ msgstr "Show sensor values."
 msgid "Sensor plugin "
 msgstr "Sensor plugin "
 
+#~ msgid "g_raphical"
+#~ msgstr "g_raphical"
+
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "No concrete error detected.\n"
+
 #~ msgid "Show _labels in graphical UI"
 #~ msgstr "Show _labels in graphical UI"
 
diff --git a/po/pl.po b/po/pl.po
index 2082793..f99b375 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,26 +8,27 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-04-08 11:40+0100\n"
 "Last-Translator: Piotr Sokół <piotr.sokol at 10g.pl>\n"
 "Language-Team: Polish\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Czujniki</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Nie wybrano czujników"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -39,100 +40,100 @@ msgstr ""
 "Prawdobodobnie wystąpił problem podczas odczytywania wartości czujnika.\n"
 "Wskazania mogą być niezgodne z prawdą.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Styl interfejsu:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_Tekstowy"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 #, fuzzy
 msgid "Show _labels"
 msgstr "_Etykieta"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "_Kolory wskaźników"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Etykieta"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "_Rozmiar czcionki:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "Bardzo mała"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "Mała"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "Normalna"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "Duża"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "Bardzo duża"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "_Rozmiar czcionki:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "_Jednostki"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "Polecenie _wykonywane po dwukrotnym kliknięciu:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "W_yświetlanie"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Inne"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Czujniki"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -143,8 +144,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Dyski twarde"
 
@@ -159,20 +160,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "ACPI wersja: %s"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<nieznana>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Czujniki systemu S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-#, fuzzy
-msgid "No concrete error detected.\n"
-msgstr "Wykryto nieznany błąd.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -190,17 +188,17 @@ msgstr ""
 "jest brak atrubutu „setuid” programu, nadającego specjalne uprawnienia "
 "tworzonym procesom.\n"
 "\n"
-"Prostym rozwiązaniem tego problemu jest uruchomienie polecenia „chmod u+s %"
-"s” jako użytkownik root i ponowne uruchomienie wtyczki lub panelu.\n"
+"Prostym rozwiązaniem tego problemu jest uruchomienie polecenia „chmod u+s "
+"%s” jako użytkownik root i ponowne uruchomienie wtyczki lub panelu.\n"
 "\n"
 "Wykonanie „%s” zwraca błąd: %s\n"
 "oraz wartość %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Ukrywanie tego okna w przyszłości"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -211,7 +209,7 @@ msgstr "Wystąpił błąd podczas uruchamiania „%s”: %s"
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -242,7 +240,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "_Typ:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Opis:"
 
@@ -339,10 +337,11 @@ msgstr ""
 "licenses/old-licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -360,7 +359,7 @@ msgstr ""
 "  -l, --license               Wypisuje informacje o licencji\n"
 "  -V, --version               Wypisuje informacje o wersji\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 Sensors %s\n"
@@ -394,12 +393,12 @@ msgstr ""
 
 #: ../src/xfce4-sensors.desktop.in.h:1
 #, fuzzy
-msgid "Sensor Viewer"
+msgid "Sensor Values Viewer"
 msgstr "Typ sensorów:"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
 #, fuzzy
-msgid "Sensors Values Viewer"
+msgid "Sensor Viewer"
 msgstr "Typ sensorów:"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
@@ -411,6 +410,10 @@ msgstr "Wyświetla wskazania czujników sprzętowych"
 msgid "Sensor plugin "
 msgstr "Czujniki"
 
+#, fuzzy
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Wykryto nieznany błąd.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "_Graficzny"
 
diff --git a/po/pt.po b/po/pt.po
index cd70076..4b5d2d7 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,31 +2,32 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Nuno Miguel <nunis at netcabo.pt>, 2007-2010.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2010-06-03 16:08+0100\n"
 "Last-Translator: Nuno Miguel <nunis at netcabo.pt>\n"
 "Language-Team: \n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensores</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Nenhum sensor seleccionado!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -37,108 +38,113 @@ msgstr ""
 "Parece ter ocorrido um problema durante a leitura de um sensor.\n"
 "Não é possível garantir o procedimento apropriado.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Estilo da interface:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_texto"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "barras de _progresso"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "_gráficos"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Mostrar _etiquetas"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Mostrar _barras coloridas"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Mostrar título"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Número de linhas de texto:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Tamanho de f_onte:"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "x-pequeno"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "pequeno"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "médio"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "grande"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "x-grande"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "F_onte:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Mostrar _unidades"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Espaçamento hori_zontal pequeno"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Suprimir mensagens"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "E_xecutar com duplo clique:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Ver"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Diversos"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "\"Plug-in\" Sensores"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "Pode mudar algumas propriedades como: nome, cores, valores min/max se fizer duplo clique no item, editar o conteúdo e premindo \"Return\" ou seleccionar um campo diferente."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"Pode mudar algumas propriedades como: nome, cores, valores min/max se fizer "
+"duplo clique no item, editar o conteúdo e premindo \"Return\" ou seleccionar "
+"um campo diferente."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Discos rígidos"
 
@@ -147,49 +153,52 @@ msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "Zonas v%s ACPI"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Desconhecido>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Temperatura do disco rígido S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Não foi detectado um erro concreto.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"\"hddtemp\" não foi executado correctamente, apesar de ser executável. Provavelmente, o disco requer privilégios de \"root\" para ler a temperatura e \"hddtemp\" não está definido como tal.\n"
+"\"hddtemp\" não foi executado correctamente, apesar de ser executável. "
+"Provavelmente, o disco requer privilégios de \"root\" para ler a temperatura "
+"e \"hddtemp\" não está definido como tal.\n"
 "\n"
-"Uma maneira fácil mas incorrecta é executar \"chmod u+s %s\" como \"root\" e reiniciar este \"plug-in\" ou o painel.\n"
+"Uma maneira fácil mas incorrecta é executar \"chmod u+s %s\" como \"root\" e "
+"reiniciar este \"plug-in\" ou o painel.\n"
 "\n"
 "A invocação de \"%s\" deu o seguinte erro:\n"
 "%s\n"
 "com um valor de retorno %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "No futuro, suprimir esta mensagem"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -199,11 +208,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -233,7 +241,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "_Tipo de sensores:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Descrição:"
 
@@ -318,17 +326,22 @@ msgstr "%.0f rpm"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Xfce4 Sensors %s\n"
 "Este programa é disponibilizado nos termos da GPL v2.\n"
-"O texto da licença pode ser encontrado no arquivo fonte do programa, em /usr/share/apps/LICENSES/GPL_V2 ou em http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"O texto da licença pode ser encontrado no arquivo fonte do programa, em /usr/"
+"share/apps/LICENSES/GPL_V2 ou em http://www.gnu.org/licenses/old-licenses/"
+"gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -349,7 +362,7 @@ msgstr ""
 "\n"
 "Este programa é disponibilizado nos termos da GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Sensores Xfce4 %s\n"
@@ -380,12 +393,13 @@ msgstr ""
 "Não é possível assegurar o procedimento correcto.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Visualizador de Sensores"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Visualizador de valores do Sensores"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Visualizador de valores do Sensores"
+msgid "Sensor Viewer"
+msgstr "Visualizador de Sensores"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -395,3 +409,6 @@ msgstr "Mostrar valores de sensor."
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:1
 msgid "Sensor plugin "
 msgstr "\"Plug-in\" Sensor"
+
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Não foi detectado um erro concreto.\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 549f94d..4deaa05 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -9,27 +9,28 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2008-11-28 21:49-0500\n"
 "Last-Translator: Og Maciel <ogmaciel at gnome.org>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
+"Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensores</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Nenhum sensor selecionado!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -40,100 +41,100 @@ msgstr ""
 "Parece ter ocorrido um problema durante a leitura de algum sensor.\n"
 "Não é possível garantir o procedimento apropriado.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Estilo da interface:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_texto"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 #, fuzzy
 msgid "Show _labels"
 msgstr "Mo_strar título"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Mostrar _barras coloridas"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "Mo_strar título"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Tamanho de f_onte:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "muito pequena"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "pequena"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "média"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "grande"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "muito grande"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "Tamanho de f_onte:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Mostrar _unidades"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Pequeno es_paço horizontal"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Suprimir mensagens"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "E_xecutar com clique duplo:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Ver"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Miscelâneo"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Plug-in de sensores"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 #, fuzzy
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
@@ -148,8 +149,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Discos rígidos"
 
@@ -164,19 +165,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "Zonas v%s ACPI"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Desconhecido>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Temperatura do disco rígido S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Nenhum erro concreto foi detectado.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -202,11 +201,11 @@ msgstr ""
 "%s\n"
 "com um valor de retorno de %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Suprimir esta mensagem no futuro"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -219,7 +218,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -249,7 +248,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "T_ipo de sensores:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Descrição:"
 
@@ -345,10 +344,11 @@ msgstr ""
 "licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -369,7 +369,7 @@ msgstr ""
 "\n"
 "Este programa é publicado sob a GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Sensores do Xfce %s\n"
@@ -400,12 +400,13 @@ msgstr ""
 "Não é possível garantir o procedimento apropriado.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Visualizador de sensores"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Visualizador de valores dos sensores"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Visualizador de valores dos sensores"
+msgid "Sensor Viewer"
+msgstr "Visualizador de sensores"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -416,6 +417,9 @@ msgstr "Mostrar valores do sensor."
 msgid "Sensor plugin "
 msgstr "Plug-in de sensores"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Nenhum erro concreto foi detectado.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "g_ráfico"
 
diff --git a/po/ru.po b/po/ru.po
index fb45dce..bb92a30 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2,31 +2,32 @@
 # Copyright (C) 2004-2005 Fabian Nowak.
 # This file is distributed under the same license as the xfce4-sensors-plugin package.
 # Andrey Fedoseev <andrey.fedoseev at gmail.com>, 2006.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2010-03-02 18:47+0300\n"
 "Last-Translator: Dima Smirnov <arch at cnc-parts.info>\n"
 "Language-Team: Russian <ru at li.org>\n"
+"Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Сенсоры</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Сенсоры не выбраны!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -37,108 +38,113 @@ msgstr ""
 "Невозможно считать показания системы.\n"
 "Отображаемые данные могут быть не верны.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Стиль отображения:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_текст"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "_индикаторы выполнения"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "_тахометры"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Отображать заголовки"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Показать цветные _заголовки"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "Отображать заголовок"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Количество строк текста:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Р_азмер шрифта:"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "крошечный"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "маленький"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "средний"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "большой"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "огромный"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "Р_азмер шрифта:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Отображать части"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Маленький горизонтальный п_робел"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Подавление сообщений"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "Выполнить по двойному щелчку:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Вид"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Разное"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Сенсоры"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "Вы можете изменять свойства, такие как имя, цвета, минимальное или максимальное значение двойным щелчком мыши по пареметру, редактировать содержимое и нажать \"Return\" или выбрать другое поле. "
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"Вы можете изменять свойства, такие как имя, цвета, минимальное или "
+"максимальное значение двойным щелчком мыши по пареметру, редактировать "
+"содержимое и нажать \"Return\" или выбрать другое поле. "
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Жесткие диски"
 
@@ -147,48 +153,51 @@ msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s зоны"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Неизвестно>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Температура диска по S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Нет конкретной ошибки.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"Команда \"hddtemp\" выполнена неккоректно. Это может случиться в том случае, если для получения доступа к измерению температуры дисков нужны права суперпользователя.\n"
-"Самое простое, но нежелательное решение выполнить команду \"chmod u+s %s\" от имени суперпользователя и перезапустить модуль, или панель.\n"
+"Команда \"hddtemp\" выполнена неккоректно. Это может случиться в том случае, "
+"если для получения доступа к измерению температуры дисков нужны права "
+"суперпользователя.\n"
+"Самое простое, но нежелательное решение выполнить команду \"chmod u+s %s\" "
+"от имени суперпользователя и перезапустить модуль, или панель.\n"
 "\n"
 "Вывод \"%s\" сообщает о следующей ошибке:\n"
 "%s\n"
 "с кодом завершения %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Не показывать это сообщение в дальнейшем"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -198,11 +207,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -232,7 +240,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Тип сенсоров:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Описание:"
 
@@ -317,17 +325,22 @@ msgstr "%5.0f оборотов в мин"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Xfce4 Sensors %s\n"
 "Эта программа выпущена под лицензией GPL v2.\n"
-"Текст лицензии может быть найден внутри архива с исходным кодом или в /usr/share/apps/LICENSES/GPL_V2, а также http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"Текст лицензии может быть найден внутри архива с исходным кодом или в /usr/"
+"share/apps/LICENSES/GPL_V2, а также http://www.gnu.org/licenses/old-licenses/"
+"gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -348,7 +361,7 @@ msgstr ""
 "\n"
 "Эта программа публикуется под лицензией GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Сенсоры Xfce4 %s\n"
@@ -379,12 +392,13 @@ msgstr ""
 "Отображаемые данные могут быть не верны.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Просмотр сенсоров"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Просмотр значений сенсоров"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Просмотр значений сенсоров"
+msgid "Sensor Viewer"
+msgstr "Просмотр сенсоров"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -395,6 +409,9 @@ msgstr "Отображать значения сенсоров."
 msgid "Sensor plugin "
 msgstr "Модуль сенсоров"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Нет конкретной ошибки.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "г_рафический"
 
diff --git a/po/sq.po b/po/sq.po
index a8dad0d..3c358f8 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,27 +6,28 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2008-11-04 23:27+0200\n"
 "Last-Translator: Besnik Bleta <besnik at programeshqip.org>\n"
 "Language-Team: Albanian <translation-team-sq at lists.sourceforge.net>\n"
+"Language: sq\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.1\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Ndijuesa</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Pa ndijuesa të përzgjedhur!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, fuzzy, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -38,100 +39,100 @@ msgstr ""
 "Duket se ka problem me leximin e vlerës së një ndijuesi. \n"
 "Nuk garantohet dot ecuria e duhur.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Stil UI:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_tekst"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 #, fuzzy
 msgid "Show _labels"
 msgstr "_Shfaq titull"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Shfaq _shtylla me ngjyra"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Shfaq titull"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Madhësi _gërmash:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "x-small"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "të vogla"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "të mesme"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "të mëdha"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "shumë të mëdha"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "Madhësi _gërmash:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Shfaq titull"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "_Hapësirë horizontale e vogël"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Ndaloji mesazhet"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "Për_mbushe kur dyklikohet:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Parje"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "Të _ndryshme"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Shtojcë Ndijuesish"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 #, fuzzy
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
@@ -146,8 +147,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Hard disqe"
 
@@ -162,19 +163,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "Zona ACPI v%s"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<I/e panjohur>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Temperatura hard disku S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr ""
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -199,11 +198,11 @@ msgstr ""
 "%s\n"
 "me vlerë përgjigje %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Ndaloje këtë mesazh në të ardhmen"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -216,7 +215,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -247,7 +246,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "_Lloj ndijuesish:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Përshkrim:"
 
@@ -341,7 +340,8 @@ msgstr ""
 #, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -360,7 +360,7 @@ msgstr ""
 "\n"
 "Ky program qarkullon sipas GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, fuzzy, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Ndijuesa Xfce 4"
@@ -393,12 +393,12 @@ msgstr ""
 
 #: ../src/xfce4-sensors.desktop.in.h:1
 #, fuzzy
-msgid "Sensor Viewer"
+msgid "Sensor Values Viewer"
 msgstr "Parës Ndijuesish"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
 #, fuzzy
-msgid "Sensors Values Viewer"
+msgid "Sensor Viewer"
 msgstr "Parës Ndijuesish"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
diff --git a/po/sv.po b/po/sv.po
index 2f022e5..d884333 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,26 +7,27 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-12-16 17:48+0100\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
+"Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Sensorer</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Inga sensorer har valts!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -34,99 +35,99 @@ msgid ""
 "Proper proceeding cannot be guaranteed.\n"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_text"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Visa _etiketter"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Visa färgade _staplar"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Visa titel"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "A_ntal textrader:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Storlek på t_ypsnitt:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "mindre"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "liten"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "medel"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "stor"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "större"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "Storlek på t_ypsnitt:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Visa _enheter"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Visa inte meddelanden"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "_Kör vid dubbelklick:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Visa"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Diverse"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr ""
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -137,8 +138,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Hårddiskar"
 
@@ -153,19 +154,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr ""
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Okänt>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr ""
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr ""
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -180,11 +179,11 @@ msgid ""
 "with a return value of %d.\n"
 msgstr ""
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Visa inte detta meddelande igen"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -197,7 +196,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -225,7 +224,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Sensort_yp:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Beskrivning:"
 
@@ -319,7 +318,8 @@ msgstr ""
 #, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -330,7 +330,7 @@ msgid ""
 "This program is published under the GPL v2.\n"
 msgstr ""
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4-sensorer %s\n"
@@ -358,12 +358,13 @@ msgid ""
 msgstr ""
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
+#, fuzzy
+msgid "Sensor Values Viewer"
 msgstr "Sensorvisare"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr ""
+msgid "Sensor Viewer"
+msgstr "Sensorvisare"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
diff --git a/po/tr.po b/po/tr.po
index 2e5a1a1..7da4179 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,29 +1,30 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4 sensors plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Samed Beyribey <ras0ir at eventualis.org>\n"
 "Language-Team: Xfce-TR <xfce-tr at googlegroups.com>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Country: TURKEY\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Algılayıcılar</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Algılayıcı seçilmedi!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -34,108 +35,113 @@ msgstr ""
 "Algılayıcı değerleri okunurken sorun oluştu.\n"
 "Düzgün çalışma garantisi bulunmamaktadır.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Kullanıcı arabirimi stili:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_yazı"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "_Etiketleri görüntüle"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Renkli çu_bukları görüntüle"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Başlığı görüntüle"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "_Satır sayısı:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Yazıtipi b_oyutu: "
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "çok küçük"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "küçük"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "normal"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "büyük"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "çok büyük"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "Yazı tipi:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Birimleri Göst_er"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Küçük yatay ara_lık"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Mesajları gizle"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "Çift tıklandığında çalıştı_r:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Görünüm"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Muhtelif"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Sensors Eklentisi"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "Bir özelliğin ismini, rengini, minimum/maksimum değerini o değerin üzerine çift tıklayarak, o değeri istediğiniz gibi biçimlendirip, \"Enter\" tuşuna basarak  değiştirebilirsiniz."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"Bir özelliğin ismini, rengini, minimum/maksimum değerini o değerin üzerine "
+"çift tıklayarak, o değeri istediğiniz gibi biçimlendirip, \"Enter\" tuşuna "
+"basarak  değiştirebilirsiniz."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Sabit diskler "
 
@@ -144,49 +150,52 @@ msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s alanları"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Bilinmiyor>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. sabit disk ısı dereceleri"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Somut bir hata algılanamadı.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"\"hddtemp\" çalıştırılabilir olmasına rağmen çalıştırılamadı. Bu genellikle disklerin ısı derecelerini okumak için root yetkisine ihtiyacından kaynaklanmaktadır ve bu yüzden \"hddtemp\" çalışmamaktadır.\n"
+"\"hddtemp\" çalıştırılabilir olmasına rağmen çalıştırılamadı. Bu genellikle "
+"disklerin ısı derecelerini okumak için root yetkisine ihtiyacından "
+"kaynaklanmaktadır ve bu yüzden \"hddtemp\" çalışmamaktadır.\n"
 "\n"
-"Bu sorunu çözmek için root kullanıcısı ile \"chmod u+s %s\" komutunu verip, eklentiyi veya paneli tekrar başlatın.\n"
+"Bu sorunu çözmek için root kullanıcısı ile \"chmod u+s %s\" komutunu verip, "
+"eklentiyi veya paneli tekrar başlatın.\n"
 "\n"
 "\"%s\" şu hatayı verdi:\n"
 "%s\n"
 "%d değeri dönüşü.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Bu mesajı ileride gizle"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -196,11 +205,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -230,7 +238,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Algıla_yıcı türü:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Açıklama"
 
@@ -315,18 +323,23 @@ msgstr "%.0f devir"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Xfce4 Sensors %s\n"
 "Bu uygulama GPL v2 hükümleri çerçevesinde yayınlanmaktadır.\n"
-"Lisans metnine programın kaynak kodlarının bulunduğu arşivden ve /usr/share/apps/LICENSES/GPL_V2 dosyasından veya http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"Lisans metnine programın kaynak kodlarının bulunduğu arşivden ve /usr/share/"
+"apps/LICENSES/GPL_V2 dosyasından veya http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 "adresinden ulaşabilirsiniz\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -347,7 +360,7 @@ msgstr ""
 "\n"
 "Bu yazılım GNU GPLv2 hükümleri çerçevesinde yayınlanmaktadır.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 Sensors %s\n"
@@ -378,12 +391,13 @@ msgstr ""
 "Düzgün çalışma garantisi bulunmamaktadır.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Algılayıcı Görüntüleyici"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Algılayıcı Değerleri Görüntüleyici"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Algılayıcı Değerleri Görüntüleyici"
+msgid "Sensor Viewer"
+msgstr "Algılayıcı Görüntüleyici"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -394,6 +408,9 @@ msgstr "Algılayıcı değerlerini gösterir."
 msgid "Sensor plugin "
 msgstr "Algılayıcı eklentisi"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Somut bir hata algılanamadı.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "gör_sel"
 
diff --git a/po/ug.po b/po/ug.po
index 919adc8..edc071d 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -7,139 +7,144 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-30 22:08+0900\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2010-03-30 22:08+0900\n"
 "Last-Translator: Gheyret T.Kenji <gheyret at gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <UKIJ at yahoogroups.com>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:292 ../panel-plugin/sensors-plugin.c:389
-#: ../panel-plugin/sensors-plugin.c:971
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>سەزگۈچ</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:775
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "سەزگۈچ تاللانمىغان!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:814
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed.\n"
-msgstr "سەزگۈچ قىستۇرمىسى:\n"
+msgstr ""
+"سەزگۈچ قىستۇرمىسى:\n"
 "سەزگۈچنىڭ قىممىتىنى ئوقۇشتا مەسىلە كۆرۈلدى\n"
 "نورمال بىر تەرەپ قىلىشقا كاپالەتلىك قىلغىلى بولمايدۇ.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1696
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "UI ئۇسلۇبى:"
 
-#: ../panel-plugin/sensors-plugin.c:1697
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "تېكىست(_T)"
 
-#: ../panel-plugin/sensors-plugin.c:1699
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "progress بالدىقى(_P)"
 
-#: ../panel-plugin/sensors-plugin.c:1701
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "タコメータ(_T)"
 
-#: ../panel-plugin/sensors-plugin.c:1746
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "ئەن كۆرسەت(_L)"
 
-#: ../panel-plugin/sensors-plugin.c:1776
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "رەڭلىك ئەن كۆرسەت(_B)"
 
-#: ../panel-plugin/sensors-plugin.c:1804
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "ماۋزۇ كۆرسەت(_S)"
 
-#: ../panel-plugin/sensors-plugin.c:1828
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "قۇر سانىنى(_N)"
 
-#: ../panel-plugin/sensors-plugin.c:1863
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "فونت چوڭلۇقى(_O):"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1870
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "بەك كىچىك"
 
-#: ../panel-plugin/sensors-plugin.c:1871
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "كىچىك"
 
-#: ../panel-plugin/sensors-plugin.c:1872
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "ئوتتۇرا"
 
-#: ../panel-plugin/sensors-plugin.c:1873
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "چوڭ"
 
-#: ../panel-plugin/sensors-plugin.c:1874
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "بەك چوڭ"
 
-#: ../panel-plugin/sensors-plugin.c:1905
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "فونت(_O):"
 
-#: ../panel-plugin/sensors-plugin.c:1939
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "بىرلىكىنى كۆرسەت(_U)"
 
-#: ../panel-plugin/sensors-plugin.c:1960
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "كىچىكرەك يان بوشلۇق(_P)"
 
-#: ../panel-plugin/sensors-plugin.c:1982
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "ئۇچۇرنى باستۇرۇپ قوي"
 
-#: ../panel-plugin/sensors-plugin.c:2007
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "قوش چەككەندە ئىجرا قىلسۇن(_X):"
 
-#: ../panel-plugin/sensors-plugin.c:2050
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "كۆرۈنۈش(_V)"
 
-#: ../panel-plugin/sensors-plugin.c:2084
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "باشقىلار(_M)"
 
-#: ../panel-plugin/sensors-plugin.c:2157 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "سەزگۈچ قىستۇرمىسى"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2200
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
 "or selecting a different field."
-msgstr "エントリをダブルクリックして内容を編集し、\"Enter キー\" を押すか別のフィールドを選択する事で、名前、色、最小/最大値などの主要な機能のプロパティを変更できます。"
+msgstr ""
+"エントリをダブルクリックして内容を編集し、\"Enter キー\" を押すか別のフィール"
+"ドを選択する事で、名前、色、最小/最大値などの主要な機能のプロパティを変更でき"
+"ます。"
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
 #: ../lib/configuration.c:159 ../lib/configuration.c:348
-#: ../lib/configuration.c:355 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "قاتتىق دىسكا"
 
@@ -154,19 +159,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s رايونى"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<نامەلۇم>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. قاتتىق دىسكا تېمپېراتۇرىسى"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "ئېنىق بولغان خاتالىق بايقالمىدى.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -179,31 +182,36 @@ msgid ""
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
-msgstr "\"hddtemp\" は実行可能ですが、正常に実行されませんでした。おそらく、それらの温度を読み込む root 権限を必要とするディスクか、\"hddtemp\" コマンドが root として setuid されていないからでしょう。\n"
+msgstr ""
+"\"hddtemp\" は実行可能ですが、正常に実行されませんでした。おそらく、それらの"
+"温度を読み込む root 権限を必要とするディスクか、\"hddtemp\" コマンドが root "
+"として setuid されていないからでしょう。\n"
 "\n"
-"簡単ではありますが、お勧めしない提案として、root ユーザで、\"chmod u+s %s\" を実行し、本プラグインかパネルを再起動するという方法があります。\n"
+"簡単ではありますが、お勧めしない提案として、root ユーザで、\"chmod u+s %s\" "
+"を実行し、本プラグインかパネルを再起動するという方法があります。\n"
 "\n"
 "\"%s\" を呼んだ際に以下のエラーを受けとりました:\n"
 "%s\n"
 "返り値: %d\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "بۇ ئۇچۇرنى بۇنىڭدىن كېيىن كۆرسەتمە"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
 "%s"
-msgstr "\"%s\" نى ئىجرا قىلىۋاتقاندا خاتالىق كۆرۈلدى:\n"
+msgstr ""
+"\"%s\" نى ئىجرا قىلىۋاتقاندا خاتالىق كۆرۈلدى:\n"
 "%s"
 
 #. if (scale == FAHRENHEIT) {
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -225,14 +233,15 @@ msgstr "سەزگۈچ قىستۇرمىسى - مەغلۇپ بولدى"
 msgid ""
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed."
-msgstr "سەزگۈچنىڭ قىممىتىنى ئوقۇشتا مەسىلە كۆرۈلدى\n"
+msgstr ""
+"سەزگۈچنىڭ قىممىتىنى ئوقۇشتا مەسىلە كۆرۈلدى\n"
 "نورمال بىر تەرەپ قىلىشقا كاپالەتلىك قىلغىلى بولمايدۇ."
 
 #: ../lib/sensors-interface.c:164
 msgid "Sensors t_ype:"
 msgstr "سەزگۈچ تىپى(_Y):"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "چۈشەندۈرۈش:"
 
@@ -320,15 +329,18 @@ msgid ""
 "The license text can be found inside the program's source archive or under /"
 "usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
 "licenses/gpl-2.0.txt\n"
-msgstr "Xfce4 سەزگۈچ %s\n"
+msgstr ""
+"Xfce4 سەزگۈچ %s\n"
 "مەزكۇر پروگرامما GPL v2 ئىجازەتنامىسى بويىچە تارقىتىلدى.\n"
-"ئىجازەتنامە  /usr/share/apps/LICENSES/GPL_V2 نىڭ ئاستىدا بار. ياكى http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt  دىمۇ بار.\n"
+"ئىجازەتنامە  /usr/share/apps/LICENSES/GPL_V2 نىڭ ئاستىدا بار. ياكى http://"
+"www.gnu.org/licenses/old-licenses/gpl-2.0.txt  دىمۇ بار.\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -337,7 +349,8 @@ msgid ""
 "  -V, --version Print version information.\n"
 "\n"
 "This program is published under the GPL v2.\n"
-msgstr "Xfce4 سەزگۈچ %s\n"
+msgstr ""
+"Xfce4 سەزگۈچ %s\n"
 "سەزگۈچ ۋە ACPI ھەققىدە ئۇچۇرلار تۆۋەندىكىچە.\n"
 "ئۈزۈندى: \n"
 "  xfce4-sensors تاللانمىلىرى\n"
@@ -348,7 +361,7 @@ msgstr "Xfce4 سەزگۈچ %s\n"
 "\n"
 "مەزكۇر پروگرامما GPL v2 ئىجازەتنامىسىگە ئاساسەن تارقىتىلدى.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce 4 سەزگۈچ %s\n"
@@ -373,17 +386,19 @@ msgid ""
 "Sensors Viewer:\n"
 "Seems like there was a problem reading a sensor feature value.\n"
 "Proper proceeding cannot be guaranteed.\n"
-msgstr "سەزگۈچ كۆرگۈ:\n"
+msgstr ""
+"سەزگۈچ كۆرگۈ:\n"
 "سەزگۈچنىڭ قىممىتىنى ئوقۇشتا مەسىلە كۆرۈلدى\n"
 "نورمال بىر تەرەپ قىلىشقا كاپالەتلىك قىلغىلى بولمايدۇ.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "سەزگۈچ كۆرگۈ"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "سەزگۈچ قىممىتىنى كۆرگۈ"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "سەزگۈچ قىممىتىنى كۆرگۈ"
+msgid "Sensor Viewer"
+msgstr "سەزگۈچ كۆرگۈ"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -394,6 +409,9 @@ msgstr "سەزگۈچنىڭ قىممىتىنى كۆرسىتىدۇ."
 msgid "Sensor plugin "
 msgstr "سەزگۈچ قىستۇرمىسى "
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "ئېنىق بولغان خاتالىق بايقالمىدى.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "グラフィック(_R)"
 
diff --git a/po/uk.po b/po/uk.po
index e05ca01..76318ea 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1,33 +1,34 @@
 # Ukrainian translation of xfce4-sensors-plugin.
 # Copyright (C) 2008 Dmitry Nikitin
 # This file is distributed under the same license as the xfce4-sensors-plugin package.
-# 
+#
 # Dmitry Nikitin <luckas_fb at mail.ru>, 2008.
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2008-11-17 13:48+0200\n"
 "Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
 "Language-Team: Ukrainian <xfce4-dev at xfce.org>\n"
+"Language: uk\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"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>Сенсори</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Не вибрано сенсорів!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -38,108 +39,113 @@ msgstr ""
 "Здається існують проблеми читання значень опцій сенсора.\n"
 "Правильна обробка не може бути гарантована.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "Стиль UI:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_текстовий"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "панель _поступу"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "Інструм_енти"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "Ві_дображати мітки"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "Поазувати кольорові _панелі"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_Показувати назву"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "Кількіс_ть тектових стрічок:"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "Розмір _шрифту:"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "найменші"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "малі"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "середні"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "великі"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "найбільші"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "_Шрифт:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "Показувати _значення"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "Малі горизонтальні про_міжки"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "Додаткові повідомлення"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "В_иконати при подвійному клацінні:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_Перегляд"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_Різне"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Плагін сенсорів"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "Ви можете вибрати опції властивостей такі як назва, кольори, мін/макс значення через подвійне клацання на елементі, редагування змісту і натиснути\"Ввід\" aбо вибрати різні поля."
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"Ви можете вибрати опції властивостей такі як назва, кольори, мін/макс "
+"значення через подвійне клацання на елементі, редагування змісту і натиснути"
+"\"Ввід\" aбо вибрати різні поля."
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "Жорсткі диски"
 
@@ -148,49 +154,52 @@ msgid "ACPI"
 msgstr "Інтерфейс ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s зони"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<Невідомо>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "Температура жорстких дисків із S.M.A.R.T."
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "Отримано невідому помилку.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"\"hddtemp\" не було коректно виконано, хоча він виконуваний. Можливо це    потребує прав адміністратора для перегляду інформації про температуру  дисків але \"hddtemp\" не має адміністративних прав.\n"
+"\"hddtemp\" не було коректно виконано, хоча він виконуваний. Можливо це    "
+"потребує прав адміністратора для перегляду інформації про температуру  "
+"дисків але \"hddtemp\" не має адміністративних прав.\n"
 "\n"
-"Простіше але брудне рішення запустити \"chmod u+s %s\" як root і       перезапустити цей плагін або панель.\n"
+"Простіше але брудне рішення запустити \"chmod u+s %s\" як root і       "
+"перезапустити цей плагін або панель.\n"
 "\n"
 "Виклик \"%s\" дає наступну помилку:\n"
 "%s\n"
 "з поверненням значення %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "Доповнювати це повідомлення в майбутньому"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -200,11 +209,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f градусів по Цельсію"
@@ -234,7 +242,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "_Тип сенсорів:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "Опис:"
 
@@ -319,17 +327,22 @@ msgstr "%.0f обертів за хвилину"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Сенсори Xfce4 %s\n"
 "Цю програму опубліковано під ліцензією GPL v2.\n"
-"Текст ліцензії можна знайти всередині архіву з джерельними кодами програми або нижче /usr/share/apps/LICENSES/GPL_V2 або на сайті http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"Текст ліцензії можна знайти всередині архіву з джерельними кодами програми "
+"або нижче /usr/share/apps/LICENSES/GPL_V2 або на сайті http://www.gnu.org/"
+"licenses/old-licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -350,7 +363,7 @@ msgstr ""
 "\n"
 "Ця програма опублікована під ліцензією GPL v2.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Сенсори Xfce4 %s\n"
@@ -381,12 +394,13 @@ msgstr ""
 "Правильна обробка не гарантована.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "Переглядач сенсора"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "Переглядач значень сенсорів"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "Переглядач значень сенсорів"
+msgid "Sensor Viewer"
+msgstr "Переглядач сенсора"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -397,6 +411,9 @@ msgstr "Показувати значення сенсорів."
 msgid "Sensor plugin "
 msgstr "Плагін сенсорів "
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "Отримано невідому помилку.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "г_рафічний"
 
diff --git a/po/ur.po b/po/ur.po
index c7d82f4..5810cb5 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-05-14 03:19+0500\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
+"Language: ur\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -19,18 +20,18 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>سینسر</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "کوئی سینسر منتخب نہیں!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -41,100 +42,100 @@ msgstr ""
 "معلوم ہوتا ہے کہ سینسر خاصیت ویلیو پڑھنے میں مسئلہ ہے. \n"
 "درست کاروائی کی ضمانت نہیں دی جاسکتی.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "مواجہ انداز:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_متن"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 #, fuzzy
 msgid "Show _labels"
 msgstr "_عنوان ظاہر کریں"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "رنگین _پٹیاں دکھائیں"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_عنوان ظاہر کریں"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "ف_ونٹ حجم:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "x-چھوٹا"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "چھوٹا"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "درمیانہ"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "بڑا"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "x-بڑا"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "ف_ونٹ حجم:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "_یونٹ ظاہر کریں"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "چھوٹا افقی _خلا"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "سپریس پیغامات"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "دہرے کلک پر _چلائیں:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_منظر"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_متفرق"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "سینسرز پلگ ان"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -148,8 +149,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "ہارڈ ڈسکس"
 
@@ -164,19 +165,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s علاقے"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<نامعلوم>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "سمارٹ ہارڈ ڈسک ٹمپریچر"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "کوئی کنکریٹ غلطی دریافت نہیں ہوئی.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -201,11 +200,11 @@ msgstr ""
 "%s\n"
 "بمع واپسی قدر برائے %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "مستقبل میں اس پیغام کو سپریس کریں"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -218,7 +217,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -248,7 +247,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "سینسر _نوعیت:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "تفصیل:"
 
@@ -344,10 +343,11 @@ msgstr ""
 "licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -368,7 +368,7 @@ msgstr ""
 "\n"
 "یہ پروگرام جی پی ایل ورژن 2 کے تحت جاری کیا گیا ہے.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "ایکسفس4 سینسر %s\n"
@@ -399,12 +399,13 @@ msgstr ""
 "درست کاروائی کی ضمانت نہیں دی جاسکتی.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "سینسر منظرکار"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "سینسر قدر منظرکار"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "سینسر قدر منظرکار"
+msgid "Sensor Viewer"
+msgstr "سینسر منظرکار"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -415,6 +416,9 @@ msgstr "سینسر ویلیو دکھائیں:"
 msgid "Sensor plugin "
 msgstr "سینسر پلگ ان"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "کوئی کنکریٹ غلطی دریافت نہیں ہوئی.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "_گریفکل"
 
diff --git a/po/ur_PK.po b/po/ur_PK.po
index c7d82f4..5810cb5 100644
--- a/po/ur_PK.po
+++ b/po/ur_PK.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-05-14 03:19+0500\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
+"Language: ur\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -19,18 +20,18 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>سینسر</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "کوئی سینسر منتخب نہیں!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -41,100 +42,100 @@ msgstr ""
 "معلوم ہوتا ہے کہ سینسر خاصیت ویلیو پڑھنے میں مسئلہ ہے. \n"
 "درست کاروائی کی ضمانت نہیں دی جاسکتی.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "مواجہ انداز:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "_متن"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 #, fuzzy
 msgid "Show _labels"
 msgstr "_عنوان ظاہر کریں"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "رنگین _پٹیاں دکھائیں"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "_عنوان ظاہر کریں"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "ف_ونٹ حجم:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "x-چھوٹا"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "چھوٹا"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "درمیانہ"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "بڑا"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "x-بڑا"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "ف_ونٹ حجم:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "_یونٹ ظاہر کریں"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "چھوٹا افقی _خلا"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "سپریس پیغامات"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "دہرے کلک پر _چلائیں:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "_منظر"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "_متفرق"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "سینسرز پلگ ان"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -148,8 +149,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "ہارڈ ڈسکس"
 
@@ -164,19 +165,17 @@ msgstr "ACPI"
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s علاقے"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<نامعلوم>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "سمارٹ ہارڈ ڈسک ٹمپریچر"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "کوئی کنکریٹ غلطی دریافت نہیں ہوئی.\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -201,11 +200,11 @@ msgstr ""
 "%s\n"
 "بمع واپسی قدر برائے %d.\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "مستقبل میں اس پیغام کو سپریس کریں"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -218,7 +217,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -248,7 +247,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "سینسر _نوعیت:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "تفصیل:"
 
@@ -344,10 +343,11 @@ msgstr ""
 "licenses/gpl-2.0.txt\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -368,7 +368,7 @@ msgstr ""
 "\n"
 "یہ پروگرام جی پی ایل ورژن 2 کے تحت جاری کیا گیا ہے.\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "ایکسفس4 سینسر %s\n"
@@ -399,12 +399,13 @@ msgstr ""
 "درست کاروائی کی ضمانت نہیں دی جاسکتی.\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
-msgstr "سینسر منظرکار"
+#, fuzzy
+msgid "Sensor Values Viewer"
+msgstr "سینسر قدر منظرکار"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
-msgstr "سینسر قدر منظرکار"
+msgid "Sensor Viewer"
+msgstr "سینسر منظرکار"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
 #: ../panel-plugin/xfce4-sensors-plugin.desktop.in.in.h:2
@@ -415,6 +416,9 @@ msgstr "سینسر ویلیو دکھائیں:"
 msgid "Sensor plugin "
 msgstr "سینسر پلگ ان"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "کوئی کنکریٹ غلطی دریافت نہیں ہوئی.\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "_گریفکل"
 
diff --git a/po/vi.po b/po/vi.po
index 46740e4..dc07404 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -6,28 +6,29 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+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"
+"Language: vi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.9.1\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 #, fuzzy
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>Cảm ứng</b></span>\n"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "Chưa chọn bộ cảm ứng nào!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, fuzzy, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -39,107 +40,107 @@ msgstr ""
 "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-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 #, fuzzy
 msgid "UI style:"
 msgstr "Dạng giao diện:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 #, fuzzy
 msgid "_text"
 msgstr "văn bản"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 #, fuzzy
 msgid "Show _labels"
 msgstr "Hiển thị tiêu đề"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 #, fuzzy
 msgid "_Show title"
 msgstr "Hiển thị tiêu đề"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 #, fuzzy
 msgid "F_ont size:"
 msgstr "Kích cỡ phông:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "rất nhỏ"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "nhỏ"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "trung bình"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "lớn"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "rất lớn"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "Kích cỡ phông:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 #, fuzzy
 msgid "Show _Units"
 msgstr "Hiển thị tiêu đề"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 #, fuzzy
 msgid "E_xecute on double click:"
 msgstr "Thực hiện khi nháy kép:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 #, fuzzy
 msgid "_Miscellaneous"
 msgstr "<b>Khác</b>"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "Plugin cảm ứng"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -150,8 +151,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr ""
 
@@ -166,19 +167,17 @@ msgstr ""
 msgid "ACPI v%s zones"
 msgstr ""
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr ""
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr ""
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr ""
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -193,11 +192,11 @@ msgid ""
 "with a return value of %d.\n"
 msgstr ""
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr ""
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -208,7 +207,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr ""
@@ -244,7 +243,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "Dạng cảm ứng:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr ""
 
@@ -343,7 +342,8 @@ msgstr ""
 #, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -354,7 +354,7 @@ msgid ""
 "This program is published under the GPL v2.\n"
 msgstr ""
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, fuzzy, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Plugin cảm ứng"
@@ -388,12 +388,12 @@ msgstr ""
 
 #: ../src/xfce4-sensors.desktop.in.h:1
 #, fuzzy
-msgid "Sensor Viewer"
+msgid "Sensor Values Viewer"
 msgstr "Dạng cảm ứng:"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
 #, fuzzy
-msgid "Sensors Values Viewer"
+msgid "Sensor Viewer"
 msgstr "Dạng cảm ứng:"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
diff --git a/po/zh_CN.po b/po/zh_CN.po
index aca67b4..8b9120b 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -2,31 +2,32 @@
 # Copyright (C) 2009 THE xfce'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce package.
 # Hunt Xu <huntxu at live.cn>, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-sensors-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2009-11-09 19:43+0800\n"
 "Last-Translator: Hunt Xu <huntxu at live.cn>\n"
 "Language-Team: Chinese (simplified) <xfce-i18n at xfce.org>\n"
+"Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\"><b>传感器</b></span>"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "未选择传感器!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -37,108 +38,112 @@ msgstr ""
 "读取传感器内容时出现问题。\n"
 "无法保证相应操作将被执行。\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 msgid "UI style:"
 msgstr "界面风格:"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 msgid "_text"
 msgstr "文本(_T)"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr "进度条(_P)"
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr "转速计(_T)"
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 msgid "Show _labels"
 msgstr "显示标签(_L)"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr "使用界面颜色(_B)"
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 msgid "_Show title"
 msgstr "显示标题(_S)"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr "文本行数(_N):"
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 msgid "F_ont size:"
 msgstr "字体大小(_O):"
 
-#. gtk_widget_set_sensitive(myFontBox,
-#. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "很小"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "小"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "中等"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "大"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "很大"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 msgid "F_ont:"
 msgstr "字体(_O):"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 msgid "Show _Units"
 msgstr "显示单位(_U)"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr "水平间隔(_P)"
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr "不显示信息"
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "E_xecute on double click:"
 msgstr "在双击时执行(_X):"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr "查看(_V)"
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 msgid "_Miscellaneous"
 msgstr "杂项(_M)"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "传感器插件"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
-msgid "You can change a feature's properties such as name, colours, min/max value by double-clicking the entry, editing the content, and pressing \"Return\" or selecting a different field."
-msgstr "您可以通过在项目上双击然后输入内容并回车改变一个组件的名称,颜色,最小/最大值等首选项,或者选择其他栏目。"
+#: ../panel-plugin/sensors-plugin.c:2219
+msgid ""
+"You can change a feature's properties such as name, colours, min/max value "
+"by double-clicking the entry, editing the content, and pressing \"Return\" "
+"or selecting a different field."
+msgstr ""
+"您可以通过在项目上双击然后输入内容并回车改变一个组件的名称,颜色,最小/最大值"
+"等首选项,或者选择其他栏目。"
 
 #. only use this if no hddtemp sensor
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr "硬盘"
 
@@ -147,48 +152,50 @@ msgid "ACPI"
 msgstr "ACPI"
 
 #. to be displayed
-#. chip->description = g_strdup(_("Advanced Configuration and Power
-#. Interface"));
+#. chip->description = g_strdup(_("Advanced Configuration and Power Interface"));
 #: ../lib/acpi.c:523
 #, c-format
 msgid "ACPI v%s zones"
 msgstr "ACPI v%s 区域"
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr "<未知>"
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr "S.M.A.R.T. 硬盘温度"
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr "未知错误。\n"
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
-"\"hddtemp\" was not executed correctly, although it is executable. This is most probably due to the disks requiring root privileges to read their temperatures, and \"hddtemp\" not being setuid root.\n"
+"\"hddtemp\" was not executed correctly, although it is executable. This is "
+"most probably due to the disks requiring root privileges to read their "
+"temperatures, and \"hddtemp\" not being setuid root.\n"
 "\n"
-"An easy but dirty solution is to run \"chmod u+s %s\" as root user and restart this plugin or its panel.\n"
+"An easy but dirty solution is to run \"chmod u+s %s\" as root user and "
+"restart this plugin or its panel.\n"
 "\n"
 "Calling \"%s\" gave the following error:\n"
 "%s\n"
 "with a return value of %d.\n"
 msgstr ""
-"虽然 \"hddtemp\" 是可执行的但并未被正确执行。这很可能是由于读取硬盘温度需要 root 权限,且 \"hddtemp\" 不是 setuid root权限。\n"
+"虽然 \"hddtemp\" 是可执行的但并未被正确执行。这很可能是由于读取硬盘温度需要 "
+"root 权限,且 \"hddtemp\" 不是 setuid root权限。\n"
 "\n"
-"一个简单但可能给您带来危险的做法是以root用户运行\"chmod u+s %s\" 并重新启动此插件或者此面板。\n"
+"一个简单但可能给您带来危险的做法是以root用户运行\"chmod u+s %s\" 并重新启动此"
+"插件或者此面板。\n"
 "执行 \"%s\" 返回如下错误:\n"
 "%s\n"
 "返回值为 %d。\n"
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr "不让此信息显示"
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -198,11 +205,10 @@ msgstr ""
 "%s"
 
 #. if (scale == FAHRENHEIT) {
-#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 +
-#. 32) );
+#. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr "%.1f °C"
@@ -232,7 +238,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "传感器类型(_Y)"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr "描述:"
 
@@ -317,17 +323,21 @@ msgstr "%.0f rpm"
 msgid ""
 "Xfce4 Sensors %s\n"
 "This program is published under the GPL v2.\n"
-"The license text can be found inside the program's source archive or under /usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n"
+"The license text can be found inside the program's source archive or under /"
+"usr/share/apps/LICENSES/GPL_V2 or at http://www.gnu.org/licenses/old-"
+"licenses/gpl-2.0.txt\n"
 msgstr ""
 "Xfce4 传感器 %s\n"
 "这个软件在 GPL v2 授权协议下发布。\n"
-"协议文件可以在软件源代码中或者系统中的/usr/share/apps/LICENSES/GPL_V2目录或者在http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt找到\n"
+"协议文件可以在软件源代码中或者系统中的/usr/share/apps/LICENSES/GPL_V2目录或者"
+"在http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt找到\n"
 
 #: ../src/main.c:64
-#, c-format
+#, fuzzy, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -348,7 +358,7 @@ msgstr ""
 "\n"
 "这个软件在 GPL v2 授权协议下发布。\n"
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "Xfce4 传感器 %s\n"
@@ -379,11 +389,12 @@ msgstr ""
 "无法保证相应操作将被执行。\n"
 
 #: ../src/xfce4-sensors.desktop.in.h:1
-msgid "Sensor Viewer"
+#, fuzzy
+msgid "Sensor Values Viewer"
 msgstr "传感器查看器"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
-msgid "Sensors Values Viewer"
+msgid "Sensor Viewer"
 msgstr "传感器查看器"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
@@ -395,6 +406,9 @@ msgstr "显示传感器值。"
 msgid "Sensor plugin "
 msgstr "传感器插件"
 
+#~ msgid "No concrete error detected.\n"
+#~ msgstr "未知错误。\n"
+
 #~ msgid "g_raphical"
 #~ msgstr "图形(_R)"
 
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 8e6c434..9ec727e 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,27 +7,28 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-sensors-plugin 0.9.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-25 23:30+0100\n"
+"POT-Creation-Date: 2011-04-03 18:08+0200\n"
 "PO-Revision-Date: 2006-06-26 22:37+0800\n"
 "Last-Translator: Hydonsingore Cia <hydonsingore at educities.edu.tw>\n"
 "Language-Team: Chinese (traditional) <zh-l10n at linux.org.tw>\n"
+"Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/sensors-plugin.c:291 ../panel-plugin/sensors-plugin.c:388
-#: ../panel-plugin/sensors-plugin.c:970
+#: ../panel-plugin/sensors-plugin.c:293 ../panel-plugin/sensors-plugin.c:390
+#: ../panel-plugin/sensors-plugin.c:986
 #, fuzzy
 msgid "<span foreground=\"#000000\"><b>Sensors</b></span>"
 msgstr "<span foreground=\"#000000\" size=\"%s\"><b>感測器</b></span>\n"
 
-#: ../panel-plugin/sensors-plugin.c:774
+#: ../panel-plugin/sensors-plugin.c:789
 msgid "No sensors selected!"
 msgstr "沒有感測器被選用!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:813
+#: ../panel-plugin/sensors-plugin.c:829
 #, fuzzy, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -39,107 +40,107 @@ msgstr ""
 "在讀取感測器數值時似乎有點問題。\n"
 "無法保證能夠正常運作。\n"
 
-#: ../panel-plugin/sensors-plugin.c:1684
+#: ../panel-plugin/sensors-plugin.c:1715
 #, fuzzy
 msgid "UI style:"
 msgstr "使用介面風格"
 
-#: ../panel-plugin/sensors-plugin.c:1685
+#: ../panel-plugin/sensors-plugin.c:1716
 #, fuzzy
 msgid "_text"
 msgstr "文字"
 
-#: ../panel-plugin/sensors-plugin.c:1687
+#: ../panel-plugin/sensors-plugin.c:1718
 msgid "_progress bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1689
+#: ../panel-plugin/sensors-plugin.c:1720
 msgid "_tachos"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1734
+#: ../panel-plugin/sensors-plugin.c:1765
 #, fuzzy
 msgid "Show _labels"
 msgstr "顯示標題"
 
-#: ../panel-plugin/sensors-plugin.c:1764
+#: ../panel-plugin/sensors-plugin.c:1795
 msgid "Show colored _bars"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1792
+#: ../panel-plugin/sensors-plugin.c:1823
 #, fuzzy
 msgid "_Show title"
 msgstr "顯示標題"
 
-#: ../panel-plugin/sensors-plugin.c:1816
+#: ../panel-plugin/sensors-plugin.c:1847
 msgid "_Number of text lines:"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1851
+#: ../panel-plugin/sensors-plugin.c:1882
 #, fuzzy
 msgid "F_ont size:"
 msgstr "字型大小:"
 
 #. gtk_widget_set_sensitive(myFontBox, !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:1858
+#: ../panel-plugin/sensors-plugin.c:1889
 msgid "x-small"
 msgstr "極小"
 
-#: ../panel-plugin/sensors-plugin.c:1859
+#: ../panel-plugin/sensors-plugin.c:1890
 msgid "small"
 msgstr "小"
 
-#: ../panel-plugin/sensors-plugin.c:1860
+#: ../panel-plugin/sensors-plugin.c:1891
 msgid "medium"
 msgstr "普通"
 
-#: ../panel-plugin/sensors-plugin.c:1861
+#: ../panel-plugin/sensors-plugin.c:1892
 msgid "large"
 msgstr "大"
 
-#: ../panel-plugin/sensors-plugin.c:1862
+#: ../panel-plugin/sensors-plugin.c:1893
 msgid "x-large"
 msgstr "巨大"
 
-#: ../panel-plugin/sensors-plugin.c:1893
+#: ../panel-plugin/sensors-plugin.c:1924
 #, fuzzy
 msgid "F_ont:"
 msgstr "字型大小:"
 
-#: ../panel-plugin/sensors-plugin.c:1925
+#: ../panel-plugin/sensors-plugin.c:1958
 #, fuzzy
 msgid "Show _Units"
 msgstr "顯示標題"
 
-#: ../panel-plugin/sensors-plugin.c:1946
+#: ../panel-plugin/sensors-plugin.c:1979
 msgid "Small horizontal s_pacing"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1968
+#: ../panel-plugin/sensors-plugin.c:2001
 msgid "Suppress messages"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:1993
+#: ../panel-plugin/sensors-plugin.c:2026
 #, fuzzy
 msgid "E_xecute on double click:"
 msgstr "於雙擊時執行:"
 
-#: ../panel-plugin/sensors-plugin.c:2036
+#: ../panel-plugin/sensors-plugin.c:2069
 msgid "_View"
 msgstr ""
 
-#: ../panel-plugin/sensors-plugin.c:2070
+#: ../panel-plugin/sensors-plugin.c:2103
 #, fuzzy
 msgid "_Miscellaneous"
 msgstr "<b>雜項</b>"
 
-#: ../panel-plugin/sensors-plugin.c:2143 ../panel-plugin/sensors-plugin.h:30
-#: ../lib/hddtemp.c:160
+#: ../panel-plugin/sensors-plugin.c:2176 ../panel-plugin/sensors-plugin.h:30
+#: ../lib/hddtemp.c:173
 msgid "Sensors Plugin"
 msgstr "感測器外掛程式"
 
 #. #if GTK_VERSION < 2.11
-#: ../panel-plugin/sensors-plugin.c:2186
+#: ../panel-plugin/sensors-plugin.c:2219
 msgid ""
 "You can change a feature's properties such as name, colours, min/max value "
 "by double-clicking the entry, editing the content, and pressing \"Return\" "
@@ -150,8 +151,8 @@ msgstr ""
 #. or do only use this , if it is an lmsensors device. whatever.
 #. FIXME: compare strings, or also have hddtmep and acpi store numeric values
 #. assert correctly saved file
-#: ../lib/configuration.c:156 ../lib/configuration.c:341
-#: ../lib/configuration.c:348 ../lib/hddtemp.c:351 ../lib/hddtemp.c:397
+#: ../lib/configuration.c:159 ../lib/configuration.c:348
+#: ../lib/configuration.c:355 ../lib/hddtemp.c:354 ../lib/hddtemp.c:400
 msgid "Hard disks"
 msgstr ""
 
@@ -166,19 +167,17 @@ msgstr ""
 msgid "ACPI v%s zones"
 msgstr ""
 
-#: ../lib/acpi.c:638
+#. who knows, if we obtain non-NULL version at all...
+#. || g_strisempty(version))
+#: ../lib/acpi.c:660
 msgid "<Unknown>"
 msgstr ""
 
-#: ../lib/hddtemp.c:396
+#: ../lib/hddtemp.c:399
 msgid "S.M.A.R.T. harddisk temperatures"
 msgstr ""
 
-#: ../lib/hddtemp.c:473
-msgid "No concrete error detected.\n"
-msgstr ""
-
-#: ../lib/hddtemp.c:526
+#: ../lib/hddtemp.c:589
 #, c-format
 msgid ""
 "\"hddtemp\" was not executed correctly, although it is executable. This is "
@@ -193,11 +192,11 @@ msgid ""
 "with a return value of %d.\n"
 msgstr ""
 
-#: ../lib/hddtemp.c:542 ../lib/hddtemp.c:572
+#: ../lib/hddtemp.c:605 ../lib/hddtemp.c:635
 msgid "Suppress this message in future"
 msgstr ""
 
-#: ../lib/hddtemp.c:566
+#: ../lib/hddtemp.c:629
 #, c-format
 msgid ""
 "An error occurred when executing \"%s\":\n"
@@ -208,7 +207,7 @@ msgstr ""
 #. cf->formatted_value = g_strdup_printf(_("%.1f °F"), (float) (value * 9/5 + 32) );
 #. } else { // Celsius
 #. Celsius
-#: ../lib/hddtemp.c:638 ../lib/sensors-interface-common.c:144
+#: ../lib/hddtemp.c:704 ../lib/sensors-interface-common.c:144
 #, c-format
 msgid "%.1f °C"
 msgstr ""
@@ -244,7 +243,7 @@ msgstr ""
 msgid "Sensors t_ype:"
 msgstr "感測器類型:"
 
-#: ../lib/sensors-interface.c:189
+#: ../lib/sensors-interface.c:190
 msgid "Description:"
 msgstr ""
 
@@ -343,7 +342,8 @@ msgstr ""
 #, c-format
 msgid ""
 "Xfce4 Sensors %s\n"
-"Displays information about your sensors and ACPI.\n"
+"Displays information about your hardware sensors, ACPI status, harddisk "
+"temperatures and Nvidia GPU's temperature.\n"
 "Synopsis: \n"
 "  xfce4-sensors options\n"
 "where options are one or more of the following:\n"
@@ -354,7 +354,7 @@ msgid ""
 "This program is published under the GPL v2.\n"
 msgstr ""
 
-#: ../src/main.c:81
+#: ../src/main.c:82
 #, fuzzy, c-format
 msgid "Xfce4 Sensors %s\n"
 msgstr "感測器外掛程式"
@@ -388,12 +388,12 @@ msgstr ""
 
 #: ../src/xfce4-sensors.desktop.in.h:1
 #, fuzzy
-msgid "Sensor Viewer"
+msgid "Sensor Values Viewer"
 msgstr "感測器類型:"
 
 #: ../src/xfce4-sensors.desktop.in.h:2
 #, fuzzy
-msgid "Sensors Values Viewer"
+msgid "Sensor Viewer"
 msgstr "感測器類型:"
 
 #: ../src/xfce4-sensors.desktop.in.h:3
diff --git a/src/Makefile.am b/src/Makefile.am
index 387e63c..f750d40 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,12 +27,13 @@ xfce4_sensors_CFLAGS = \
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
 	@LIBSENSORS_CFLAGS@	\
 	@LIBXFCE4UTIL_CFLAGS@ \
-	@LIBXFCEGUI4_CFLAGS@ \
+	@LIBXFCE4UI_CFLAGS@ \
 	@LIBXFCE4PANEL_CFLAGS@
 
 # @GTK_CFLAGS@ 	\
 # @GLIB_CFLAGS@ \
 # @LIBXFCE4PANEL_CFLAGS@
+# @LIBXFCEGUI4_CFLAGS@ 
 
 xfce4_sensors_LDFLAGS = \
 	--no-undefined		\
@@ -41,14 +42,15 @@ xfce4_sensors_LDFLAGS = \
 xfce4_sensors_LDADD = \
 	$(top_builddir)/lib/libxfce4sensors.la \
 	@LIBSENSORS_LDFLAGS@ \
+	@LIBXFCE4UI_LIBS@	\
 	@LIBXFCE4UTIL_LIBS@	\
-	@LIBXFCEGUI4_LIBS@ 											\
 	@LIBM@
 
 # @GTK_LIBS@ \
 # @GLIB_LIBS@ \
 # -L/usr/local/lib/xfce4/modules/ -L$(top_builddir)/lib -lxfce4sensors
 # @LIBXFCE4PANEL_LIBS@
+#@LIBXFCEGUI4_LIBS@ 											
 
 xfce4_sensors_DEPENDENCIES = \
 	$(top_builddir)/lib/libxfce4sensors.la
diff --git a/src/main.c b/src/main.c
index eb2bd38..53b56cd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -62,7 +62,8 @@ void
 print_usage (void)
 {
     printf (_("Xfce4 Sensors %s\n"
-                      "Displays information about your sensors and ACPI.\n"
+                      "Displays information about your hardware sensors, ACPI "
+											"status, harddisk temperatures and Nvidia GPU's temperature.\n"
                       "Synopsis: \n"
                       "  xfce4-sensors options\n"
                       "where options are one or more of the following:\n"
@@ -103,12 +104,14 @@ initialize_sensors_struct (void)
     return sd;
 }
 
+
 static void
 on_window_destroy_event (GtkWidget *widget, GdkEvent *event, gpointer user_data)
 {
   DBG("on_window_destroy_event\n");
 }
 
+
 int
 main (int argc, char **argv)
 {
@@ -168,3 +171,4 @@ main (int argc, char **argv)
 
     return 0;
 }
+



More information about the Xfce4-commits mailing list