regenerated build files
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 2 Aug 2014 19:59:13 +0000 (21:59 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 2 Aug 2014 19:59:13 +0000 (21:59 +0200)
40 files changed:
Makefile.in
NEWS.html
config.h.in
configure
doc/Makefile.in
doc/faq.html
icons/hicolor/14x14/Makefile.in
icons/hicolor/16x16/Makefile.in
icons/hicolor/22x22/Makefile.in
icons/hicolor/24x24/Makefile.in
icons/hicolor/32x32/Makefile.in
icons/hicolor/48x48/Makefile.in
icons/hicolor/64x64/Makefile.in
icons/hicolor/scalable/Makefile.in
icons/ubuntu-mono-dark/apps/22/Makefile.in
icons/ubuntu-mono-dark/status/22/Makefile.in
icons/ubuntu-mono-light/status/22/Makefile.in
po/Makefile.in
po/de.po
po/es.po
po/fr.po
po/hu.po
po/it.po
po/lv.po
po/nl.po
po/psensor.pot
po/pt_BR.po
po/ru.po
po/sl.po
po/sr.po
po/sv.po
po/tr.po
po/uk.po
po/zh_CN.po
src/Makefile.in
src/glade/Makefile.in
src/lib/Makefile.in
src/server/Makefile.in
tests/Makefile.in
www/Makefile.in

index 7c91868..2245422 100644 (file)
@@ -164,6 +164,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
@@ -890,11 +891,11 @@ uninstall-am: uninstall-desktopDATA uninstall-dist_docDATA
        uninstall-desktopDATA uninstall-dist_docDATA
 
 
-README.html: README www/style.css
-       asciidoc --theme style -a themedir=`pwd`/www -n -a toc README
+@ASCIIDOC_TRUE@README.html: README www/style.css
+@ASCIIDOC_TRUE@        asciidoc --theme style -a themedir=`pwd`/www -n -a toc README
 
-NEWS.html: NEWS www/style.css
-       asciidoc --theme style -a themedir=`pwd`/www NEWS
+@ASCIIDOC_TRUE@NEWS.html: NEWS www/style.css
+@ASCIIDOC_TRUE@        asciidoc --theme style -a themedir=`pwd`/www NEWS
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
index 5610b42..3ff9517 100644 (file)
--- a/NEWS.html
+++ b/NEWS.html
@@ -390,6 +390,41 @@ sensor properties stored in <code>$HOME/.psensor/psensor.cfg</code> instead of
   GConf.\r
 </p>\r
 </li>\r
+<li>\r
+<p>\r
+psensor settings stored with dconf.\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+fixed bug: psensor not autostarted when $HOME/.config/autostart does\r
+  not exist.\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+added menu separator for the application indicator menu between\r
+  sensor items and preferences.\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+fixed check of sensors/error.h.\r
+</p>\r
+</li>\r
+</ul></div>\r
+</div>\r
+</div>\r
+<div class="sect1">\r
+<h2 id="_v1_0_3">v1.0.3</h2>\r
+<div class="sectionbody">\r
+<div class="ulist"><ul>\r
+<li>\r
+<p>\r
+fixed bug: psensor not autostarted when $HOME/.config/autostart does\r
+  not exist.\r
+</p>\r
+</li>\r
 </ul></div>\r
 </div>\r
 </div>\r
@@ -2633,7 +2668,7 @@ Fixed BR1: crash when no temperature sensor is available
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2014-06-05 20:49:10 CEST\r
+Last updated 2014-08-02 12:42:12 CEST\r
 </div>\r
 </div>\r
 </body>\r
index 8f456ae..a10f070 100644 (file)
@@ -96,8 +96,8 @@
 /* Remote monitoring enabled */
 #undef HAVE_REMOTE_SUPPORT
 
-/* Define to 1 if you have the <sensors/errors.h> header file. */
-#undef HAVE_SENSORS_ERRORS_H
+/* Define to 1 if you have the <sensors/error.h> header file. */
+#undef HAVE_SENSORS_ERROR_H
 
 /* Define to 1 if you have the <sensors/sensors.h> header file. */
 #undef HAVE_SENSORS_SENSORS_H
index a345b97..a4aaef4 100755 (executable)
--- a/configure
+++ b/configure
@@ -629,6 +629,9 @@ LTLIBOBJS
 CPPCHECK_FALSE
 CPPCHECK_TRUE
 HAVE_CPPCHECK
+ASCIIDOC_FALSE
+ASCIIDOC_TRUE
+ASCIIDOC
 HELP2MAN
 GTOP_FALSE
 GTOP_TRUE
@@ -7889,7 +7892,7 @@ _ACEOF
 
 fi
 
-for ac_header in sensors/sensors.h sensors/errors.h
+for ac_header in sensors/sensors.h sensors/error.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -9438,6 +9441,52 @@ fi
 done
 
 
+# Extract the first word of "asciidoc", so it can be a program name with args.
+set dummy asciidoc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ASCIIDOC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ASCIIDOC"; then
+  ac_cv_prog_ASCIIDOC="$ASCIIDOC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ASCIIDOC="yes"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ASCIIDOC=$ac_cv_prog_ASCIIDOC
+if test -n "$ASCIIDOC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ASCIIDOC" >&5
+$as_echo "$ASCIIDOC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ if test -n "$ASCIIDOC"; then
+  ASCIIDOC_TRUE=
+  ASCIIDOC_FALSE='#'
+else
+  ASCIIDOC_TRUE='#'
+  ASCIIDOC_FALSE=
+fi
+
+
 # Extract the first word of "cppcheck", so it can be a program name with args.
 set dummy cppcheck; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -9669,6 +9718,10 @@ if test -z "${GTOP_TRUE}" && test -z "${GTOP_FALSE}"; then
   as_fn_error $? "conditional \"GTOP\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
+if test -z "${ASCIIDOC_TRUE}" && test -z "${ASCIIDOC_FALSE}"; then
+  as_fn_error $? "conditional \"ASCIIDOC\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
 if test -z "${CPPCHECK_TRUE}" && test -z "${CPPCHECK_FALSE}"; then
   as_fn_error $? "conditional \"CPPCHECK\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
index cc1acfd..e7d5a67 100644 (file)
@@ -104,6 +104,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index faaf580..14de278 100644 (file)
@@ -750,7 +750,7 @@ more general, but can be configured to display sensors
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2014-06-04 14:07:24 CEST\r
+Last updated 2014-07-23 14:38:36 CEST\r
 </div>\r
 </div>\r
 </body>\r
index 69f8d70..2f16038 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 3374654..7a0245a 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 3288527..d0a9c67 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index b910fe8..9d06b82 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 284659e..35d44c1 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 49c60ec..cec29e9 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 04bc052..23c1f89 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 0fff503..bcb48b2 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index bb399c6..ab92085 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 0d264d8..b75bc92 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 9e00ed5..67e56e9 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index f8784da..dd13c40 100644 (file)
@@ -34,12 +34,12 @@ INSTALL_DATA = ${INSTALL} -m 644
 # We use $(mkdir_p).
 # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
 # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
-# ${SHELL} /home/jporsini/work.local/psensor/install-sh does not start with $(SHELL), so we add it.
+# ${SHELL} /home/jporsini/work/psensor/install-sh does not start with $(SHELL), so we add it.
 # In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined
 # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
 # versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/psensor/install-sh -d
-install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/psensor/install-sh
+mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/psensor/install-sh -d
+install_sh = $(SHELL) ${SHELL} /home/jporsini/work/psensor/install-sh
 MKDIR_P = /bin/mkdir -p
 mkdir_p = /bin/mkdir -p
 
index c811ac8..eb12d88 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor 0.7.0.x\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2014-04-30 16:48+0100\n"
 "Last-Translator: Jean-Philippe Orsini <jeanfi@gmail.com>\n"
 "Language-Team: German\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2014-02-11 20:01+0000\n"
 "X-Generator: Poedit 1.5.4\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Erzeugen des Webservers ist gescheitert."
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, fuzzy, c-format
 msgid "Failed to save configuration file %s."
 msgstr "Aktivieren der Sensorenprotokollierung ist gescheitert."
@@ -59,15 +59,15 @@ msgstr "Beenden"
 msgid "Show"
 msgstr "Anzeigen"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor – Temperaturüberwachung"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr "_Psensor"
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "_Hilfe"
 
index 8a6c9b1..ad6430e 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2013-05-12 22:16+0000\n"
 "Last-Translator: Javier <buik8roadmaster@hotmail.com>\n"
 "Language-Team: Spanish <es@li.org>\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2013-10-18 06:32+0000\n"
 "X-Generator: Launchpad (build 16799)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Fallo al crear el servidor Web"
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, fuzzy, c-format
 msgid "Failed to save configuration file %s."
 msgstr "Error al activar el registro de sensores"
@@ -59,15 +59,15 @@ msgstr "Salir"
 msgid "Show"
 msgstr "Mostrar"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor - Monitor de temperatura"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr "_Psensor"
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "_Ayuda"
 
index e3a3583..2815684 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2013-06-29 15:14+0000\n"
 "Last-Translator: londumas <helion331990@gmail.com>\n"
 "Language-Team: French <>\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2013-10-18 06:32+0000\n"
 "X-Generator: Launchpad (build 16799)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Échec de la création du serveur Web."
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, fuzzy, c-format
 msgid "Failed to save configuration file %s."
 msgstr "Échec de l'activation de la journalisation des capteurs."
@@ -59,15 +59,15 @@ msgstr "Quitter"
 msgid "Show"
 msgstr "Afficher"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor - Surveillance des températures"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr ""
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "_Aide"
 
index 79a3e87..0249796 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2012-10-29 09:41+0000\n"
 "Last-Translator: Bence Lukács <Unknown>\n"
 "Language-Team: Hungarian <gnome-hu-list-request@gnome.org>\n"
@@ -19,21 +19,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2013-01-21 09:32+0000\n"
 "X-Generator: Launchpad (build 16430)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Nem sikerült létrehozni a webkiszolgálót."
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, fuzzy, c-format
 msgid "Failed to save configuration file %s."
 msgstr "Érzékelők naplózásának aktiválása meghiúsult."
@@ -60,15 +60,15 @@ msgstr "Kilépés"
 msgid "Show"
 msgstr "Megjelenítés"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor - hőmérsékletfigyelő"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr ""
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "_Súgó"
 
index 61964cc..103a7e9 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor 0.7.0.x\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2013-04-14 16:06+0000\n"
 "Last-Translator: Diego Pierotto <Unknown>\n"
 "Language-Team: Italian\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2013-04-20 08:36+0000\n"
 "X-Generator: Launchpad (build 16567)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Impossibile creare il Web server."
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, fuzzy, c-format
 msgid "Failed to save configuration file %s."
 msgstr "Attivazione registro dei sensori fallita."
@@ -59,15 +59,15 @@ msgstr "Esci"
 msgid "Show"
 msgstr "Mostra"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor - Monitor temperatura"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr "_Psensor"
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "_Aiuto"
 
index a86667c..a99a233 100644 (file)
--- a/po/lv.po
+++ b/po/lv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2013-10-24 12:32+0000\n"
 "Last-Translator: tuxmaniack <Unknown>\n"
 "Language-Team: Latvian <lv@li.org>\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2014-02-11 20:01+0000\n"
 "X-Generator: Launchpad (build 16916)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Neizdevās izveidot tīmekļa serveri."
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, fuzzy, c-format
 msgid "Failed to save configuration file %s."
 msgstr "Neizdevās aktivizēt sensoru žurnalēšanu."
@@ -59,15 +59,15 @@ msgstr "Iziet"
 msgid "Show"
 msgstr "Rādīt"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor - temperatūras pārraugs"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr "_Psensor"
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "_Palīdzība"
 
index b08d765..5f79c5b 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2014-04-07 08:50+0000\n"
 "Last-Translator: Pjotr12345 <Unknown>\n"
 "Language-Team: Dutch <nl@li.org>\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2014-04-09 22:52+0000\n"
 "X-Generator: Launchpad (build 16976)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Kon geen webserver maken."
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, fuzzy, c-format
 msgid "Failed to save configuration file %s."
 msgstr "Kon logboeken bijhouden niet inschakelen voor sensoren."
@@ -59,15 +59,15 @@ msgstr "Afsluiten"
 msgid "Show"
 msgstr "Tonen"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor - Temperatuurbewaker"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr "_Psensor"
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "_Hulp"
 
index 85a8151..6947c71 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,21 +17,21 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr ""
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, c-format
 msgid "Failed to save configuration file %s."
 msgstr ""
@@ -58,15 +58,15 @@ msgstr ""
 msgid "Show"
 msgstr ""
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr ""
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr ""
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr ""
 
index 0e7c553..05655b9 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor 0.7.0.x\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2013-09-01 18:54+0000\n"
 "Last-Translator: Celio Alves <Unknown>\n"
 "Language-Team: Brazilian Portuguese\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2013-10-18 06:32+0000\n"
 "X-Generator: Launchpad (build 16799)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Falhou ao criar servidor web."
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, c-format
 msgid "Failed to save configuration file %s."
 msgstr ""
@@ -59,15 +59,15 @@ msgstr "Sair"
 msgid "Show"
 msgstr "Mostrar"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor - Monitor de temperatura"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr "_Psensor"
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "Ajuda"
 
index c1098af..84da85f 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor 0.7.0.x\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2014-05-20 05:14+0000\n"
 "Last-Translator: Dmitry Serov <dmitri.s93@gmail.com>\n"
 "Language-Team: Russian\n"
@@ -19,21 +19,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2014-06-02 08:08+0000\n"
 "X-Generator: Launchpad (build 17031)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Не удалось создать веб-сервер."
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, fuzzy, c-format
 msgid "Failed to save configuration file %s."
 msgstr "Не удалось включить журналирование датчиков."
@@ -60,15 +60,15 @@ msgstr "Выход"
 msgid "Show"
 msgstr "Показать"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor - монитор температуры"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr ""
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "_Справка"
 
index 284114e..c4833df 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2012-04-14 21:02+0000\n"
 "Last-Translator: Jean-Philippe Orsini <jeanfi@gmail.com>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2012-07-02 08:28+0000\n"
 "X-Generator: Launchpad (build 15520)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr ""
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, c-format
 msgid "Failed to save configuration file %s."
 msgstr ""
@@ -59,15 +59,15 @@ msgstr ""
 msgid "Show"
 msgstr ""
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr ""
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr ""
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr ""
 
index 48ddaf5..49678b6 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2012-05-03 02:31+0000\n"
 "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
 "Language-Team: Serbian <sr@li.org>\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2012-07-02 08:28+0000\n"
 "X-Generator: Launchpad (build 15520)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr ""
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, c-format
 msgid "Failed to save configuration file %s."
 msgstr ""
@@ -59,15 +59,15 @@ msgstr "Изађи"
 msgid "Show"
 msgstr ""
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr ""
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr ""
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr ""
 
index b9eb190..4718be3 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor 1.0.0.0\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2014-06-01 13:09+0000\n"
 "Last-Translator: Josef Andersson <Unknown>\n"
 "Language-Team: Swedish\n"
@@ -21,21 +21,21 @@ msgstr ""
 "X-Generator: Launchpad (build 17031)\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Misslyckades med att skapa webbserver."
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, fuzzy, c-format
 msgid "Failed to save configuration file %s."
 msgstr "Misslyckades med att aktivera sensorloggning."
@@ -62,15 +62,15 @@ msgstr "Avsluta"
 msgid "Show"
 msgstr "Visa"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor - Temperaturövervakare"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr "_Psensor"
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "_Hjälp"
 
index 9d51b67..d6585a4 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2013-11-24 08:42+0000\n"
 "Last-Translator: İbrahim Çelik <ibrahimcelik89@gmail.com>\n"
 "Language-Team: Turkish <tr@li.org>\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2014-02-11 20:01+0000\n"
 "X-Generator: Launchpad (build 16916)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Web sunucusu oluşturulamadı."
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, fuzzy, c-format
 msgid "Failed to save configuration file %s."
 msgstr "Algılayıcıların günlük kaydı etkinleştirilemedi."
@@ -59,15 +59,15 @@ msgstr "Çıkış"
 msgid "Show"
 msgstr "Göster"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor - Sıcaklık Gözlemleyici"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr "_Psensor"
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "_Yardım"
 
index 4d4c728..83b1a87 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2012-10-13 16:24+0000\n"
 "Last-Translator: Ilya Volchanetskiy <Unknown>\n"
 "Language-Team: Ukrainian <uk@li.org>\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2013-01-21 09:32+0000\n"
 "X-Generator: Launchpad (build 16430)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "Не вдалося створити веб-сервер."
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, c-format
 msgid "Failed to save configuration file %s."
 msgstr ""
@@ -59,15 +59,15 @@ msgstr "Вихід"
 msgid "Show"
 msgstr "Показати"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr ""
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr ""
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "_Довдіка"
 
index f6b35f1..80d4e22 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: psensor\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2014-06-06 08:27+0200\n"
+"POT-Creation-Date: 2014-08-02 18:30+0200\n"
 "PO-Revision-Date: 2014-05-01 13:23+0000\n"
 "Last-Translator: Wang Dianjin <Unknown>\n"
 "Language-Team: Chinese (simplified)\n"
@@ -18,21 +18,21 @@ msgstr ""
 "X-Launchpad-Export-Date: 2014-06-02 08:08+0000\n"
 "X-Generator: Launchpad (build 17031)\n"
 
-#: src/cfg.c:515
+#: src/cfg.c:490
 #, fuzzy, c-format
 msgid "Failed to create the directory %s: %s"
 msgstr "无法创建网络服务器。"
 
-#: src/cfg.c:563
+#: src/cfg.c:538
 msgid "The configuration file does not exist."
 msgstr ""
 
-#: src/cfg.c:566
+#: src/cfg.c:541
 #, c-format
 msgid "Failed to parse configuration file: %s"
 msgstr ""
 
-#: src/cfg.c:591
+#: src/cfg.c:565
 #, fuzzy, c-format
 msgid "Failed to save configuration file %s."
 msgstr "无法激活监测器日志。"
@@ -59,15 +59,15 @@ msgstr "退出"
 msgid "Show"
 msgstr "显示"
 
-#: src/glade/psensor.glade:184
+#: src/glade/psensor.glade:190
 msgid "Psensor - Temperature Monitor"
 msgstr "Psensor - 温度监视器"
 
-#: src/glade/psensor.glade:199
+#: src/glade/psensor.glade:205
 msgid "_Psensor"
 msgstr ""
 
-#: src/glade/psensor.glade:246
+#: src/glade/psensor.glade:252
 msgid "_Help"
 msgstr "帮助(_H)"
 
index 1eff5d5..a9359de 100644 (file)
@@ -200,6 +200,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 89c195b..6611f8e 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 96f675d..b15bd9d 100644 (file)
@@ -117,6 +117,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 3a7c7fc..e93f762 100644 (file)
@@ -129,6 +129,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 4b61ebb..abf3230 100644 (file)
@@ -125,6 +125,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@
index 4d94d03..5cb9f10 100644 (file)
@@ -103,6 +103,7 @@ AMTAR = @AMTAR@
 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
 AR = @AR@
+ASCIIDOC = @ASCIIDOC@
 ATASMART_CFLAGS = @ATASMART_CFLAGS@
 ATASMART_LIBS = @ATASMART_LIBS@
 AUTOCONF = @AUTOCONF@