[Xfce4-commits] <xfce4-cpugraph-plugin:master> Make the 1.0.0 release

Florian Rivoal noreply at xfce.org
Thu Sep 30 16:36:07 CEST 2010


Updating branch refs/heads/master
         to cacc35ee18a348a45b899690257a51889d55230f (commit)
       from 1cfbca423b866d897eb0c783b25228f5ba38fc2b (commit)

commit cacc35ee18a348a45b899690257a51889d55230f
Author: Florian Rivoal <frivoal at gmail.com>
Date:   Thu Sep 30 18:30:40 2010 +0900

    Make the 1.0.0 release
    
    Bump the version number, and update the changelog, and update the po
    files.

 ChangeLog    | 2445 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 configure.ac |    2 +-
 po/ast.po    |   75 +-
 po/be.po     |   75 +-
 po/ca.po     |   75 +-
 po/cs.po     |   75 +-
 po/da.po     |   70 +-
 po/de.po     |   75 +-
 po/en_GB.po  |   75 +-
 po/es.po     |   73 +-
 po/eu.po     |   78 +-
 po/fi.po     |   71 +-
 po/fr.po     |   73 +-
 po/gl.po     |   77 +-
 po/hu.po     |   77 +-
 po/id.po     |   71 +-
 po/it.po     |   73 +-
 po/ja.po     |   70 +-
 po/kk.po     |   72 +-
 po/ku.po     |   75 +-
 po/lv.po     |   75 +-
 po/nb.po     |   75 +-
 po/pa.po     |   75 +-
 po/pl.po     |   75 +-
 po/pt.po     |   73 +-
 po/pt_BR.po  |   75 +-
 po/ro.po     |   75 +-
 po/ru.po     |   79 +-
 po/sq.po     |   75 +-
 po/sv.po     |   75 +-
 po/tr.po     |   75 +-
 po/ug.po     |   75 +-
 po/uk.po     |   76 +-
 po/ur.po     |   75 +-
 po/ur_PK.po  |   75 +-
 po/zh_CN.po  |   75 +-
 po/zh_TW.po  |   75 +-
 37 files changed, 3752 insertions(+), 1303 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4faba4e..3ded3cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,123 +1,2390 @@
-2007-11-22  ludovic mercier  <lidiriel at coriolys.org>
+commit 1cfbca423b866d897eb0c783b25228f5ba38fc2b
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Thu Sep 30 18:22:39 2010 +0900
 
-	* panel-plugin: Split code in several files, cleanup and 
-	refactoring code. Remove timescaling, remove *BSD code, remove 
-	fire color and frequency modes.
-	Add bar graph for each cpu core.
-	Add grid view mode
-	Add associate command (default is xterm top)
+    Add a POTFILES.skip
+    
+    cpugraph.desktop.in is reported as missing from POTFILES.in by "make
+    distcheck", but it needn't be there since cpugraph.desktop.in.in is.
+    Create a POTFILES.skip, and add it there.
 
-2007-05-07 22:30 phase
+commit e3fe1b94fdb45346a42ff4961fa3002ea210d47c
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Thu Sep 30 01:22:39 2010 +0900
 
-	* panel-plugin/cpu.c, cpu.h, os.c, os.h: Added 'cpufreq' color
-	mode, which ranges from color #1 to color #2 proportionally to CPU
-	scaling frequency.  Added 'Non-linear time scale." as an on/off
-	option.  Added scaling detection so new color mode can work, and
-	tweaked Linux CPU usage code a little bit to account for new stats
-	in kernel v2.6, also optimize resources.
+    Explicitly license as GPLv2+
+    
+    CPU Graph used to be quite ambiguous about its license terms, some parts
+    refering to the GPLv2+, some to a 2-clause BSD.
+    
+    I am now explicitly licensing the whole thing under the GPLv2+. This is
+    possible for three reasons:
+    
+    1) A combination of GPLv2+ and 2-clause BSD software can (and actually
+    can only) be licensed under the terms of the GPLv2+
+    
+    2) I contacted and got explicit permission from the following
+    contributors to relicense under GPLv2+:
+     Alexander Nordfelth
+     Agustin "gatopeich" Ferrin Pozuelo
+     Angelo Arrifano
+     Ludovic "Lidiriel" Mercier
+    
+    3) I put all the code I wrote under GPLv2+
 
-2004-06-12 03:00 phase
+commit 44b6728aae06ca9e4c781a49eaf30fa2cd834a2b
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Thu Sep 30 00:34:10 2010 +0900
 
-	* panel-plugin/cpu.c: Fixed bug where LED-mode was not being 
-	drawn correctly. Removed some ugly code that wasn't used.
+    Update the documentation
+    
+    Reflect recent changes in the documentation, and describe more
+    completely the options in the README file.
 
-2004-06-11 07:15 phase
+commit c4054133dff24bc0c35a98c28be54df9737bdc7b
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Fri Aug 13 08:58:09 2010 +0900
 
-	* panel-plugin/cpu.c, panel-plugin/cpu.h: Added description
-	of "Color *" in the REAMDE file. Even more changes to the 
-	settings dialog.
+    Update the list of languages
+    
+    Add all languages to the LINGUAS file, and delete an empty po file.
 
-2004-06-08 17:48 phase
+commit 2ece976439574e55134236e8fdd43fa6b4ef606e
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Fri Jul 30 10:02:21 2010 +0900
 
-	* panel-plugin/cpu.c, panel-plugin/cpu.h: 
-	Version 0.2, even more changes to the settings dialog. Added
-	None, Gradiant and Fire support to all modes which currently 
-	are Normal, LED and No History. Some minor bug fixes etc.
+    Fix Danish translation
+    
+    There were a few stray characters in one of the translated messages.
+    Remove them.
 
-2004-06-08 03:15 phase
+commit e2aeb44fd49d1b5ac5a2f8ff88e6e69c3b90cd56
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Tue Jul 27 09:03:26 2010 +0900
 
-	* panel-plugin/cpu.c, panel-plugin/cpu.h: You can now change
-	the color of the frame too. Rewrote the drawing algorithms to
-	match better with the frame. I also removed some useless code
-	from the algorithms, so everything should work much smoother 
-	now.
+    Remove dead code
+    
+    A little bit of cruft had accumulated. Remove it.
 
-2004-06-08 01:45 phase
+commit c1480e3f9976e614aaf1cd0966504fc92eb00579
+Author: Bauzhan Muftakhidinov <baurthefirst at gmail.com>
+Date:   Fri Aug 13 11:19:25 2010 +0200
 
-	* panel-plugin/cpu.c, panel-plugin/cpu.h: Reconstructed the
-	settings dialog and added a option to draw a frame with the 
-	graph.
+    l10n: New translation to Kazakh.
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
 
-2004-06-07 14:28 phase
+commit f4548f7fad8fefdda2360a1b60bcfac619583d50
+Author: Gheyret Kenji <gheyret at yahoo.com>
+Date:   Thu Aug 5 09:49:06 2010 +0200
 
-	* panel-plugin/cpu.c: Fixed bug where the plugin didn't
-	center itself after panel resizing.
+    l10n: Updated Uyghur (ug) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
 
-2004-06-07 03:30 phase
+commit 2bdf1290d6b88d85168ed056f0796aa5143184b6
+Author: Gheyret Kenji <gheyret at yahoo.com>
+Date:   Fri Jul 30 02:38:55 2010 +0200
 
-	* panel-plugin/cpu.c, panel-plugin/cpu.h, panel-plguin/os.c,
-	panel-plugin/os.h, panel-plugin/Makefile.am, configure.ac:
-	Version 0.1.1, removed some text from configure.ac that
-	didn't belong there.
-	Converted all C++ related code to plain C due to possible
-	bugs with the panel. The drawing area should also be 
-	doublebufferd now.
+    l10n: Uyghur translation
+    
+    New status: 12 messages complete with 0 fuzzies and 21 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
 
-2004-06-07 01:50 phase
+commit 406553c8d2a5a984038d2ec845e0a98271a14a40
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Jul 25 01:09:28 2010 +0900
 
-	* panel-plugin/cpu.cc, panel-plugin/cpu.h, panel-plugin/os.cc:
-	UpdateCPU now returns true instead of nothing. Fixed bug where
-	plugin couldn't	compile on *BSD systems. (Thanks benny)
+    Fix reading cpu data on FreeBSD
+    
+    The data reading logic was broken, and now it should be sane. This fixes
+    Bug 6530.
 
-2004-06-06 18:03 phase
+commit 72b960fbb3efe667fc448447e745c4594928eb31
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Jul 25 00:36:50 2010 +0900
 
-	* panel-plugin/cpu.cc: Fixed bug in "normal mode".
+    Fix intermitent crash bug
+    
+    Fix an off by one error in allocating an array, causing all sorts of
+    intermitent problems as other memory got overwritten, including crashes.
 
-2004-06-06 17:01 phase
+commit 1a426686c3b82a69f06419268227868def793fc1
+Author: Yarema aka Knedlyk <yupadmin at gmail.com>
+Date:   Thu Jul 1 14:49:18 2010 +0200
 
-	* panel-plugin/cpu.cc, panel-plugin/cpu.h: Forgot to update 
-	some funtions after removing global variables.
+    l10n: Updated Ukrainian (uk) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
 
-2004-06-06 16:40 phase
+commit 3421ae047decf1ce514b945818934cda577c66a8
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Tue Jun 22 09:54:19 2010 +0900
 
-	* panel-plugin/cpu.cc, panel-plugin/cpu.h: Removed global 
-	variables and fixed bug where expose_event didn't work.
-	Fixed alignment setting for the width spin-button.
+    Fix compilation on FreeBSD
+    
+    Fix a typo that prevented the FreeBSD version from building. This
+    addresses bug 6517.
 
-2004-06-06 03:13 phase
+commit c717a437063669dc7a23faa7cbaa15a5867b93c1
+Author: Cheng-Chia Tseng <pswo10680 at gmail.com>
+Date:   Mon Jun 28 07:34:02 2010 +0200
 
-	* panel-plugin/cpu.cc: Fixed bug where the width was set
-	to 4 if you switched to vertical panel mode.
+    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 94%
+    
+    New status: 33 messages complete with 0 fuzzies and 2 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
 
-2004-06-06 02:59 phase
+commit cceda147d92b13bedfdf2dc8c6f1dd4ef2cfafe5
+Author: Cheng-Chia Tseng <pswo10680 at gmail.com>
+Date:   Mon Jun 28 07:32:34 2010 +0200
 
-	* panel-plugin/cpu.cc: Much nicer solution when centering
-	the plugin.
-	Now the plugin is strictly following the icon_size 
-	defined sizes. (Which imo every plugin should follow.)
-	
-2004-06-06 01:25 phase
+    l10n: Updates to Traditional Chinese translation
+    
+    New status: 32 messages complete with 0 fuzzies and 3 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
 
-	* panel-plugin/cpu.cc: Fixed bug where the plugin didn't
-	resize itself upon reading width/height.
+commit ec0234720061684dfee41448849279d7e0ede9ea
+Author: Paul Seyfert <pseyfert at mathphys.fsk.uni-heidelberg.de>
+Date:   Thu Jun 24 22:19:25 2010 +0200
 
-2004-06-03 19:01 phase
+    l10n: Updated German (de) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
 
-	* panel-plugin/cpu.cc: Fixed bug where the plugin could 
-	get larger than icon_size when changing orientation.
-	
-2004-06-03 15:40 phase
-	
-	* panel-plugin/cpu.cc: Added support for vertical panel 
-	aswell.
+commit 2259d68c30db0a0f1d6000e98cfc092874b4c888
+Author: Andhika Padmawan <andhika.padmawan at gmail.com>
+Date:   Wed Jun 23 19:05:01 2010 +0200
 
-2004-06-02 17:50 phase
-	
-	* panel-plugin/cpu.cc, panel-plugin/os.cc, 
-	panel-plugin/os.h: Added support for FreeBSD, NetBSD 
-	and OpenBSD. (Code from Riccardo's systemload plugin.)
+    l10n: Updated Indonesian (id) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
 
-2004-06-02 13:22 phase
-	
-	* panel-plugin/cpu.cc: Reconstructing the Get-CPU-Usage 
-	part for better support of other OS's.
+commit fcdd2f7d8da650ad4e8bf05b61a21b50fd4845d3
+Author: Jeff Bailes <thepizzaking at gmail.com>
+Date:   Wed Jun 23 03:10:27 2010 +0200
+
+    l10n: Updated English (United Kingdom) (en_GB) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit bbee060f148cedc2eeccf46cb90ab6ab8bd89db2
+Author: Cristian Marchi <cri.penta at gmail.com>
+Date:   Tue Jun 22 13:46:33 2010 +0200
+
+    l10n: Updated Italian (it) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 789626008a6e56cdd4e55530f7f6bd3cfe726cb5
+Author: Masato Hashimoto <cabezon.hashimoto at gmail.com>
+Date:   Tue Jun 22 11:54:55 2010 +0200
+
+    l10n: Updated Japanese (ja) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 96986e0454cca23cbc95f1ae4819649c03131d57
+Author: Aleksandr Ponomarenko <dwqwt3i02 at sneakemail.com>
+Date:   Tue Jun 22 05:50:31 2010 +0200
+
+    l10n: Updated Russian (ru) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 29a99fe7b39df3000bae008eda09359de403179f
+Author: Paul Seyfert <pseyfert at mathphys.fsk.uni-heidelberg.de>
+Date:   Mon Jun 21 23:09:20 2010 +0200
+
+    l10n: Updated German (de) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 55872e927427fda80c394b6527ff639f0c4d19c6
+Author: Mike Massonnet <mmassonnet at gmail.com>
+Date:   Mon Jun 21 18:33:45 2010 +0200
+
+    l10n: Updated French (fr) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 3930fc38d9cc820f3a924e2013f57735a0283bac
+Author: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>
+Date:   Mon Jun 21 18:20:39 2010 +0200
+
+    l10n: Updated Finnish (fi) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit d3367c5defaae98ff31649e9b14d7cdbda649c26
+Author: Leandro Regueiro <leandro.regueiro at gmail.com>
+Date:   Mon Jun 21 18:08:11 2010 +0200
+
+    l10n: Updated Galician (gl) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 0b42b3514f1a042d0ce3e4203b67a6b90f6b4dac
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sat Jun 12 12:51:58 2010 +0900
+
+    Add missing headers
+    
+    The recent header cleanup had left some files out, causing compilation
+    warnings.
+
+commit fb4bd9d08afa9dbbcf9b5690f5b018323de68a1b
+Author: Yarema aka Knedlyk <yupadmin at gmail.com>
+Date:   Thu Jun 17 15:24:05 2010 +0200
+
+    l10n: Updated Ukrainian (uk) translation to 97%
+    
+    New status: 34 messages complete with 1 fuzzy and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit ede3b241b0d29cf7b60ee6d215d5bd67f9015892
+Author: Abel Martín <abel.martin.ruiz at gmail.com>
+Date:   Tue Jun 15 16:47:34 2010 +0200
+
+    l10n: Updated Spanish (Castilian) (es) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 9b43f76a7ff6ba05d6c9b91b15cbf80d4645a741
+Author: Harald Servat <redcrash at gmail.com>
+Date:   Wed Jun 9 15:43:29 2010 +0200
+
+    l10n: Updated Catalan (Valencian) (ca) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit f87649c43ed30fb4ef7175a6673e5cee1d982559
+Author: Per Kongstad <p_kongstad at op.pl>
+Date:   Tue Jun 8 21:50:45 2010 +0200
+
+    l10n: Updated Danish (da) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 6d3e8a802629c5045c68155963d3f84af1ae85d2
+Author: Sergio Marques <smarquespt at gmail.com>
+Date:   Tue Jun 8 18:05:03 2010 +0200
+
+    l10n: Updated Portuguese (pt) translation to 100%
+    
+    New status: 35 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 4c2642e04ab6b079ed651884a9bc961ebd0abbd6
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sat Jun 5 00:26:10 2010 +0900
+
+    Implement 4819: support for tracking only one cpu
+    
+    It is now possible to track only one cpu or core in a particular
+    cpugraph, even on systems that have many cpus or cores.
+    
+    The os dependent part still fetches data for all cores, but that data is
+    only used to display information about one of them. This helps keep the
+    design simple.
+
+commit 2029bcfecfd60ec1acb1d6de011d6cee54709aff
+Author: Abel Martín <abel.martin.ruiz at gmail.com>
+Date:   Fri Jun 4 10:06:14 2010 +0200
+
+    l10n: Updated Spanish (Castilian) (es) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 3f853fccffd6d58cdc78c1f49d9fe341bdc33c64
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Mon May 31 23:53:48 2010 +0900
+
+    Improve header usage
+    
+    Include system headers in the c file when possible, rather than in
+    central header files.
+
+commit 505a9fa19a7b9c3ff48a161cd1c392e07a2db94b
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Mon May 31 23:49:39 2010 +0900
+
+    Fix bug 6479
+    
+    Make the necessary adjustments to build cpugraph with xfce 4.7 headers.
+    
+    Patch from Mike Massonnet.
+
+commit 694e926cbe1caf5f4d6ff773d759dd7fbd3ff6d3
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Mon May 31 11:04:54 2010 +0900
+
+    Set a better default to the size
+    
+    Having options is nice, but not needing them is better. A good default
+    size is subjective, but a size similar to the size of the panel is
+    about what I like to use, so that's a start.
+
+commit cf07dff98ef98e6c9d9be1c0a3b6f9eaa5626ed9
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun May 30 19:37:58 2010 +0900
+
+    Improve the migration from the previous release
+    
+    In the previous release (0.4.0), the associated command was neither
+    launched in a terminal nor using startup notifications. Now, depending
+    on whether xfce4-taskmanager is present in the system, one of these
+    settings will be turned on by default when creating a new cpugraph, or
+    when running this version of cpugraph for the first time on a system
+    that has a setting file for 0.4.0.
+    
+    The default command of 0.4.0 was "xterm -e top". Running this with
+    either startup notification or in a terminal is not appropriate.
+    
+    The name of the entry in the rc file used to save the associated command
+    is now different from the one used in 0.4.0. This means that the old
+    setting, if it exists, will be ignored, and cpugraph will use the new
+    default setting. For people who had kept the old default, people who had
+    changed it to xfce4-taskmanager, or who had changed it to run top in
+    their favorite terminal, this is likely to be the best thing to do, and
+    I suspect that these cases cover most people.
+    
+    People who had set a different custom command will need to set it again,
+    but depending on what their actual command is, they probably would have
+    need to tweak it anyway, because of the new "Startup notification" and
+    "Run in terminal" options.
+
+commit 209f7f249badfbafb2a40308c08ee4f383fa1651
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun May 30 19:07:57 2010 +0900
+
+    Autodetect the default command.
+    
+    xfce4-taskmanager is a better default command than top, but I was using
+    top as a default because xfce4-taskmanager isn't guaranteed to be around.
+    With this change, xfce4-taskmanaer will be used as a default if
+    available, and top will be used instead if not. The autodetection is
+    only used when a there are no saved settings, that is, only when adding
+    a new cpugraph to the pannel.
+    
+    Adapted from a patch by Mike Massonnet.
+
+commit 16367c76f05cb59dd869c1f3cc0a0d111400c92c
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sat May 29 17:40:05 2010 +0900
+
+    Fix 64bit linux support
+    
+    Scannf was trying to store longs in ints, which works on 32
+    bit systems, but not on 64 bit ones. Should be better now.
+
+commit 2a7565903fed17213576222d3968fe82573ef5cb
+Author: Dmitry Nikitin <luckas_fb at mail.ru>
+Date:   Fri May 28 15:19:21 2010 +0200
+
+    l10n: Updated Ukrainian (uk) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 6f659ee74bb7b078f6d715aff778b3a03cc90502
+Author: Dmitrij Smirnov <arch at cnc-parts.info>
+Date:   Sat May 22 19:26:45 2010 +0200
+
+    l10n: Updated Russian (ru) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit d456dc47204b2b299dc2bf5b8e269688fffd9431
+Author: Dmitrij Smirnov <arch at cnc-parts.info>
+Date:   Sat May 22 19:19:20 2010 +0200
+
+    l10n: Updated Russian (ru) translation to 96%
+    
+    New status: 32 messages complete with 1 fuzzy and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 9f0672337598c130e27b510b1211f7296ad810b2
+Author: Dmitrij Smirnov <arch at cnc-parts.info>
+Date:   Sat May 22 19:08:52 2010 +0200
+
+    l10n: Updated Russian (ru) translation to 96%
+    
+    New status: 32 messages complete with 1 fuzzy and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit b0c53cc47ac40599b7674b012c455b268aba5dab
+Author: Gabor Kelemen <kelemeng at gnome.hu>
+Date:   Thu May 20 16:21:03 2010 +0200
+
+    l10n: Updated Hungarian (hu) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit c3fc59ac6d4a104e518c153fcabd4a7342e354ee
+Author: Dmitrij Smirnov <arch at cnc-parts.info>
+Date:   Sun May 16 11:48:52 2010 +0200
+
+    l10n: Updated Russian (ru) translation to 96%
+    
+    New status: 32 messages complete with 1 fuzzy and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 599c3e02c4d7e75cfc631a8637065658a0a7e9fd
+Author: Piarres Beobide <pi at beobide.net>
+Date:   Thu May 6 10:03:46 2010 +0200
+
+    l10n: Updated Basque (eu) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 3753f561774a56a8dcb5a4ec21a455efed835f9b
+Author: Leandro Regueiro <leandro.regueiro at gmail.com>
+Date:   Tue May 4 17:52:20 2010 +0200
+
+    l10n: Updated Galician (gl) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 2da0944c5f498d8be65340af6cd0e84e63494bf0
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Thu Apr 29 13:52:42 2010 +0900
+
+    Fix support for NetBSD
+    
+    Fix the code reading cpu state on NetBSD, and support multiple CPUs
+    while I am at it.
+
+commit d5077564dbe61e86ef7a0504daa4a41ddb6a3a1c
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Thu Apr 29 13:07:12 2010 +0900
+
+    Fix support for OpenBSD
+    
+    Fix the code that reads the cpu state for OpenBSD, and include support
+    for multiple CPUs. Patch by Landry Breuil.
+
+commit af1261b66a362c04c0678b0156578957e037f892
+Author: Nuno Miguel <nunis at netcabo.pt>
+Date:   Wed Apr 28 17:08:41 2010 +0200
+
+    l10n: Updated Portuguese (pt) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 654e1f4772a892986a3f301252da99b794b0bbad
+Author: Cristian Marchi <cri.penta at gmail.com>
+Date:   Mon Apr 26 20:49:33 2010 +0200
+
+    l10n: Updated Italian (it) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 359e288ebacde1ea2a16328e5b65b32e472e6339
+Author: Cristian Marchi <cri.penta at gmail.com>
+Date:   Mon Apr 26 20:47:59 2010 +0200
+
+    l10n: Updated Italian (it) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 517f42c367c81447cb02efc08e53f0550cc1a17c
+Author: Andres Kovtunos <kovtunos at yandex.ru>
+Date:   Fri Apr 23 05:49:20 2010 +0200
+
+    l10n: Updated Russian (ru) translation to 96%
+    
+    New status: 32 messages complete with 1 fuzzy and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 43d0816ace0c8deea4566ea4ff5878275dfae2d1
+Author: Andres Kovtunos <kovtunos at yandex.ru>
+Date:   Fri Apr 23 04:42:28 2010 +0200
+
+    l10n: Updated Russian (ru) translation to 96%
+    
+    New status: 32 messages complete with 0 fuzzies and 1 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit f70f24580d6d8701105eb267f2f95dd1b0f9c942
+Author: Andres Kovtunos <kovtunos at yandex.ru>
+Date:   Fri Apr 23 04:41:27 2010 +0200
+
+    l10n: Updated Russian (ru) translation to 90%
+    
+    New status: 30 messages complete with 1 fuzzy and 2 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit b9e7a26f46b9b483439be49ed4113f93e66e33b2
+Author: Sergio Marques <smarquespt at gmail.com>
+Date:   Mon Apr 19 15:15:52 2010 +0200
+
+    l10n: Updated Portuguese (pt) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 826d6a7fc5b79e7a769f35019a7aac3d7777c3bf
+Author: Harald Servat <redcrash at gmail.com>
+Date:   Mon Apr 19 10:07:05 2010 +0200
+
+    l10n: Updated Catalan (Valencian) (ca) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit d18d5110a98615a05cd4e2abd75ae6cfedec0b8d
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Mon Apr 19 15:04:53 2010 +0900
+
+    Repalce xfce4-taskmanager by top
+    
+    xfce4-taskmanager is not always installed, and isn't even properly
+    available on non linux systems, so having a dependency on it isn't too
+    nice. Instead of it, launch top in a terminal when the plugin is
+    clicked. This is user configurable, so this change only affects the
+    default.
+
+commit 1e731c3db3b6e0e4b98e9e46ac6b8d5a82eddba3
+Author: Harald Servat <redcrash at gmail.com>
+Date:   Sun Apr 18 20:01:42 2010 +0200
+
+    l10n: Updated Catalan (Valencian) (ca) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit e8b38672e4455ad16ebf543448ee7d04f5b97e04
+Author: Per Kongstad <p_kongstad at op.pl>
+Date:   Sun Apr 18 13:24:20 2010 +0200
+
+    l10n: Updated Danish (da) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 48b256d15c52f968ea784f1a45314560ba196b28
+Author: Xu Meihong <mhuntxu at gmail.com>
+Date:   Sun Apr 18 10:43:48 2010 +0200
+
+    l10n: Updated Chinese (China) (zh_CN) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 77c229184bf798ece34542d818c72b644898a707
+Author: Fabian Nowak <timystery at arcor.de>
+Date:   Sun Apr 18 10:40:30 2010 +0200
+
+    l10n: Updated German (de) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 21a89fe6639e83e3c3c716961042ebfcd8d4ae85
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Apr 18 16:59:17 2010 +0900
+
+    Create module.xml
+    
+    Set up the module.xml file.
+
+commit 87517e49fd386e48d8c1f99ddc6beadc0ed1e3dd
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Apr 18 16:21:27 2010 +0900
+
+    Minor adjustements to the japanese translation
+    
+    Fixed the rule for plurals, removed obsolete translations, and replaced
+    〜 by 約 in the translation, as this is closer to the intended meaning
+    in english.
+
+commit c5873f3052644aad129c74daeb87a3cc1b5787db
+Author: Masato Hashimoto <cabezon.hashimoto at gmail.com>
+Date:   Sun Apr 18 08:25:01 2010 +0200
+
+    l10n: Updated Japanese (ja) translation to 100%
+    
+    New status: 33 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 866b1373a646c0f34a95d4f3a429f4d6c3b92c7b
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Apr 18 14:20:06 2010 +0900
+
+    Update translation files
+    
+    Update the LINGUAS file and all the .po files.
+
+commit 7cc4b20cfd569fb3702d42124d5c5344422a0825
+Author: Florian <frivoal at gmail.com>
+Date:   Sat Apr 17 23:55:19 2010 +0900
+
+    Add support for GNU/kFreeBSD
+    
+    Compile as if on linux when on GNU/kFreeBSD. FreeBSD offers linux /proc
+    emulation, so it should work just fine.  Fix bug 3041.
+
+commit 6d680d270c0793a7249791512a582ceb6da46758
+Author: Florian <frivoal at gmail.com>
+Date:   Tue Mar 30 10:04:39 2010 +0900
+
+    Work on the english text
+    
+    Improve consistency of the english text, and try to make it a little bit
+    better.
+
+commit f7727ad35f2c33887626578edfa6701ed3aaedba
+Author: Florian <frivoal at gmail.com>
+Date:   Mon Mar 29 22:42:35 2010 +0900
+
+    Remove extra alignment instruction
+    
+    Make the properties alittle bit more compact by not alligning things
+    that don't need to be.
+
+commit a825506ae7947ed7b4099756f939cb1c85d699d9
+Author: Florian <frivoal at gmail.com>
+Date:   Mon Mar 29 22:16:51 2010 +0900
+
+    Check gtk's version
+    
+    Add and XDT macro in configure.ac to check for the minimum version of
+    gtk we can use. The dependency on that version is due to using the
+    gtk_tooltip API.
+
+commit 9626720bb7b25d9a851985393d792874e182dc93
+Author: Florian <frivoal at gmail.com>
+Date:   Mon Mar 29 12:35:20 2010 +0900
+
+    Work on the auto* system
+    
+    Some macros used in configure.ac are documented as obsolete. Use the
+    appropriate replacement. Also fix things it warns about, and use the new
+    version of XDT_I18N.
+
+commit 11305a011760d3d45e82e69a29a1187cc21e4189
+Author: Florian <frivoal at gmail.com>
+Date:   Mon Mar 29 12:15:05 2010 +0900
+
+    Replace deprecated GTK widget
+    
+    GtkOptionMenu is deprecated. Replace it with a GtkComboBox.
+
+commit a15c2fc21774263eab6cd171d2a062ac66974913
+Author: Florian <frivoal at gmail.com>
+Date:   Sun Mar 21 23:44:19 2010 +0900
+
+    Remove the POT file
+    
+    The CPUGraph's POT file was outdated, and this is a file that can be
+    automatically generated anyway.
+
+commit a39f1f0d8ee016dabb4683c333b78c8dc065094e
+Author: Florian <frivoal at gmail.com>
+Date:   Wed Mar 24 10:34:05 2010 +0900
+
+    Remove redundant headers
+    
+    More headers than necessary were included. Remove the extraneous ones.
+
+commit 75bc87304761a3710950e12f1126c260ea0ff346
+Author: Florian <frivoal at gmail.com>
+Date:   Sun Mar 21 23:35:35 2010 +0900
+
+    Udate POTFILES.in to match the source
+    
+    Recent changes have moved the code around, and POTFILES.in needed an
+    update.
+
+commit e580a99d44dc98422aa026769c32aff5eef9c1f0
+Author: Florian <frivoal at gmail.com>
+Date:   Sun Mar 21 20:13:58 2010 +0900
+
+    Use the ngettext on "Show bar(s)"
+    
+    Use ngettext to display the correct form of the string "Show bar(s)" in
+    English, and to allow for proper translations of it.
+
+commit 4f993015f474b4501c95c772baa1a2f8c2bb9be4
+Author: Florian <frivoal at gmail.com>
+Date:   Sat Mar 20 22:11:03 2010 +0900
+
+    Fix the tooltip
+    
+    The tooltip would not be displayed if the refresh rate of the graph was
+    faster than the tooltip timeout. Also, the tooltip's text didn't use
+    gettext. Fix these two problems.
+
+commit cfdc1cd8aaae8f6e4bed10aeb26c84965355101f
+Author: Florian <frivoal at gmail.com>
+Date:   Sat Mar 20 13:41:03 2010 +0900
+
+    Properly load the size
+    
+    The size property was saved and loaded under different names,
+    effectively not being remembered accros restarts. Fix that.
+
+commit d6609fd7f3106caedeaeca06adf5d16548db1817
+Author: Florian <frivoal at gmail.com>
+Date:   Mon Mar 15 23:09:33 2010 +0900
+
+    Clean up the code
+    
+    Clean up, mostly focused on naming and using the g* functions or type
+    where it makes sense.
+
+commit ee6f87b76b9bd8e296061ad1b2b02e3343cbdfbf
+Author: Florian <frivoal at gmail.com>
+Date:   Mon Mar 15 09:46:58 2010 +0900
+
+    Rename some variables
+    
+    Make some variable names a bit more explicity and in line with the code
+    conventions, and fix a couple of missing or wrong references in the
+    process.
+
+commit 6881b079c577cc963a9028e37f17f1095f19998a
+Author: Florian <frivoal at gmail.com>
+Date:   Sat Mar 13 00:53:23 2010 +0900
+
+    Turn on the frame by default
+
+commit 9f7574bbd0e41f6980db58445bffd907a24e2c6d
+Author: Florian <frivoal at gmail.com>
+Date:   Sat Mar 13 00:39:28 2010 +0900
+
+    Work on the click command
+    
+    Add the option to run the command launched when the plugin is
+    clicked in a terminal, and to use startup notifications for it. Also
+    replace top by xfce4-taskmanager as the default command.
+
+commit 8228669b2e2c132ef7fb99e55039ab1aee5a2635
+Author: Florian <frivoal at gmail.com>
+Date:   Fri Mar 12 11:33:31 2010 +0900
+
+    Clean up some cruft
+    
+    Remove things that don't really help from cpu.c
+
+commit 55bf6f0f9bae6e6e22cd137722023e2deb5e9333
+Author: Florian <frivoal at gmail.com>
+Date:   Thu Mar 11 22:47:43 2010 +0900
+
+    Make the cpu bars optional
+    
+    The progress bars used to show the level of activity on each cpu were
+    not part of the early versions of cpugraph, and some user liked it
+    better without. Make it possible to turn them off. This resolves the
+    second issue of bug 5433.
+
+commit b3e6892eb8a2eda35c13ac2a10e0a9a2791fe227
+Author: Florian <frivoal at gmail.com>
+Date:   Thu Mar 11 10:24:42 2010 +0900
+
+    Fix the border
+    
+    Put the border on the right component, and use the right size, to match
+    the visual style of other xfce pannel plugins. On the other hand, the
+    border takes space. Making it optional allows for more efficient use of
+    screen real estate if wanted. This resolves bug 6257 and the first issue
+    of bug 5433.
+
+commit e1d75ed7673c6624e24f41b954fbb28bdf4e8af8
+Author: Florian <frivoal at gmail.com>
+Date:   Thu Mar 11 10:13:30 2010 +0900
+
+    Fix cpu reading when only reading the total usage
+    
+    On systems like *BSDs where we currently only track the total cpu usage,
+    regardless of the number of cores, the code that updates the bars was
+    wrong, trying to read from a non existing data source for the first
+    core, instead of the one for total cpu usage.
+
+commit 40d3a89b75febda48e91af6c8c4a4ef1ba8a10e0
+Author: Florian <frivoal at gmail.com>
+Date:   Thu Mar 11 00:35:50 2010 +0900
+
+    Clean up the OS dependent code
+    
+    Make some legiility and code corectness improvements in the os dependant
+    code, and depening areas.
+
+commit 85a30ad7d54438ada913826f5cd6bde6f721420a
+Author: Florian <frivoal at gmail.com>
+Date:   Tue Mar 9 10:20:45 2010 +0900
+
+    Reorganize code
+    
+    Change a little which files contain what part of the code, and improve
+    consistency in naming.
+
+commit 8432c0feedb6990942b200fa93f235666ec55882
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Mar 7 21:08:32 2010 +0900
+
+    Add missing return value
+    
+    Fix the last remaining of the problems described in bug 2690. The
+    others have already been taken care of.
+
+commit 9393bdb00aa1c174e29fc8ff49b0963a2052077e
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Mar 7 20:02:34 2010 +0900
+
+    Fix bug 2845
+    
+    int and long are different on 64 bit cpus, so don't use them
+    interchangeably.
+
+commit 25ef685df3b0a62ac0dc1420a904ce6216842500
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Mar 7 19:37:10 2010 +0900
+
+    Fix OpenBSD support (Bug 4228)
+    
+    Apply the patch offered in bug 4228 by Landry Breuil, to fix OpenBSD
+    support.
+
+commit 3a14e29e4bc658ed32b83ef6e1e605902206bdb4
+Author: Florian <frivoal at gmail.com>
+Date:   Tue Mar 2 10:05:46 2010 +0900
+
+    Fix the Led mode drawing code
+    
+    The led drawing mode had 2 bugs. In fire mode, it would crash if the cpu
+    usage reached 100%, and the colors were miscalculated. Reorganize the
+    code to be clearer, and the bugs go away amlost by themselves.
+
+commit 67776854c6f200ae41561f1d3d4145c11d108edc
+Author: Florian <frivoal at gmail.com>
+Date:   Mon Mar 1 21:21:12 2010 +0900
+
+    Change the way drawing code is called
+    
+    Don't preallocate resources that the various drawing modes may or may
+    not need, and let them do it. Also, use proper gtk background settings
+    rather than pait the entire widget manually with the background color.
+
+commit 4690fcbad685a0cdda13c95a57714b6b0a58d5ee
+Author: Florian <frivoal at gmail.com>
+Date:   Sun Feb 28 01:47:58 2010 +0900
+
+    Fix the resizing logic
+    
+    The code that determined the size of the history was quite broken, most
+    often resulting in someting that was larger than necessary, but also in
+    some cases too small.
+
+commit 358c62c0c9abb7e4f74d5fa802a2a53a8303a520
+Author: Florian <frivoal at gmail.com>
+Date:   Sat Feb 27 23:29:01 2010 +0900
+
+    Clean up the grid rendring code
+    
+    The grid rendering code was a bit dusty, now it is shiny.
+
+commit 10e904cee3dd59e1efee1f6cb2d25488cead1d5c
+Author: Florian <frivoal at gmail.com>
+Date:   Sat Feb 27 22:46:15 2010 +0900
+
+    Get rid of non working code
+    
+    There was a bunch of cpuFreq code lying around, but the critical part
+    about getting the data didn't work. Maybe this should be fixed, but in
+    the meanwhile, there is no point in keeping the rest of the system.
+    
+    Also, when resising history, the past would be filled with invalid data.
+    Zeroing it is both quicker and more accurate.
+
+commit e2ede49414d3d4aac031206e8a98e92a96de28b9
+Author: Florian <frivoal at gmail.com>
+Date:   Sat Feb 27 18:31:40 2010 +0900
+
+    Cleanup the Normal rendering mode
+    
+    General code clean up in the normal rendering mode, and remove mistaken
+    shift in the normal mode even though the optional frame is drawn outside
+    of the graph area, the drawing code for the Normal mode tried to
+    compensate for it.
+
+commit 19f98ab2cff4421efebfe207d4041ca48caa5fa0
+Author: Florian <frivoal at gmail.com>
+Date:   Sat Feb 27 16:08:08 2010 +0900
+
+    Fix the No History mode rendering
+    
+    A bug caused the No History mode to be drawn in black rather than the
+    selected color when choosing None as a color mode. Fix that, and do a
+    general clean up of the code involved in drawing the No History mode.
+
+commit 117cc231611b2ef75ff0884dde5e583b84f43b15
+Author: Florian <frivoal at gmail.com>
+Date:   Sat Feb 27 15:37:45 2010 +0900
+
+    Overhaul the internal handling of colors
+    
+    There was a lot of duplication or quasi duplication in the code that
+    deals with the color settings and their handling in the properties
+    dialog, so a refactoring was in order.
+
+commit 910f847f21e83f1128d21df1c073029618f1ef0b
+Author: Florian <frivoal at gmail.com>
+Date:   Sat Feb 27 13:07:01 2010 +0900
+
+    Use standard widgets for picking colors
+    
+    In the properties dialog, change the buttons used to launch a color
+    picking dialog to their standard gtk equivalent. The behavior is subtly
+    different, but the functionality is essentially the same, and the code
+    much simpler.
+
+commit 899594331e4fd40ab62c6d3da6737eec7636a117
+Author: Florian <frivoal at gmail.com>
+Date:   Fri Feb 26 18:05:27 2010 +0900
+
+    Access settings through dedicated functions
+    
+    Improve encapsulation by creating write-accessors for the monitor's
+    member variables, and using them for initialization and from the
+    properties dialog.
+
+commit 14a9022f547244ed2a8fef113a53bb673d58bd97
+Author: Florian <frivoal at gmail.com>
+Date:   Thu Feb 25 09:28:42 2010 +0900
+
+    Fix bug 876
+    
+    Remove restriction on command size. The number of characters in the
+    command launched when clicking used to be limited to 32. This number was
+    arbitrary and restrictive. Now, within reason, the string can be
+    arbirarily long.
+
+commit f70ff83132af827373ee768e9365d2e4d89e9387
+Author: Florian <frivoal at gmail.com>
+Date:   Wed Feb 24 00:30:26 2010 +0900
+
+    Clean the startup code
+    
+    The code in charge of creating, setting up, and (re)sizing the various
+    widgets composing the cpugraph was a bit convoluted. After
+    simplification, it still behaves pretty much the same way.
+
+commit c510e63ae71e5733c9fedf21c263fc4ac485e60b
+Author: Florian <frivoal at gmail.com>
+Date:   Mon Feb 22 22:01:47 2010 +0900
+
+    Bring back the grid display mode
+    
+    The grid display mode had been lost in some of the changes made
+    imediately after the release of 0.4.0. Bring it back.
+
+commit c9a5adb1a56c852c41695110d596f7557100e1a0
+Author: Florian <frivoal at gmail.com>
+Date:   Fri Feb 19 10:17:33 2010 +0900
+
+    Fix bug 3775
+    
+    Replace use of the deprecated tooltips API by the tooltip (without s)
+    API.
+
+commit 6de8646914b9abf644a72c9dc98fd8b5d1b24b4d
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Fri Feb 19 10:07:00 2010 +0900
+
+    Fix bug 4791
+    
+    A type mistake in a printf was causing floating point numbers to be
+    missinterpreted as integers, causing seemingly random values to be
+    displayed in the tooltip.
+
+commit 73b4623d1b08458d682fafdf9f81feb50c135457
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sat Feb 13 17:31:01 2010 +0900
+
+    Reduce code duplication
+    
+    Many parts of properties.c were very repetitive. Factor out the common
+    parts into new functions, and call that instead. Also make a few
+    variable more local to the code that uses them.
+
+commit d749501f5e17d5c4fcb23ab3deeaa11ac32872f0
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Thu Feb 11 01:56:37 2010 +0900
+
+    Split a large function
+    
+    The CreateOptions function was way too long. Split it into smaller
+    manageable chunks.
+
+commit 154acbbd84006189593ac4cf9eac9566ec088f4a
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Wed Feb 10 10:30:29 2010 +0900
+
+    Split the code into more files
+    
+    Make smaller, easier to manage files by breaking up the (too large for
+    my taste) cpu.c.
+
+commit f66c35895bea6dcd3c30df800bf5312f2d606871
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Wed Feb 10 10:28:26 2010 +0900
+
+    Remove dead code
+    
+    Two functions were delcared but never defined or used.
+
+commit f6641133b27392cd644610534966ad4549e1a40d
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Tue Feb 9 10:03:03 2010 +0900
+
+    Remove obsolete comment
+    
+    Drawing modes used to be numbered, and needed a comment to explain what
+    they are. Now that they are named, the comment is superfluous.
+
+commit 70336427529cc96409e302d36f75c7f1bf1539f5
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Tue Feb 9 01:22:21 2010 +0900
+
+    Extract a repeated patern
+    
+    A patern of code was repeated several times. Extract it into a
+    function.
+
+commit 7f1077fb78bad59d4da0c19154af7e6301f03a45
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Mon Feb 8 10:43:57 2010 +0900
+
+    Move a function
+    
+    Move the _lerp function to the mode.c, where it is actually used.
+
+commit fc2d847918fcdd03016a09283888335e013c3f5e
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Mon Feb 8 10:23:59 2010 +0900
+
+    Merge identical code
+    
+    Part of the cpu detection code was indentical on all OSes. Put it in a
+    shared function, rather than copy and paste.
+
+commit 6f90e71a8a3f472cfa20cfe07b2fb1d475fd00d3
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Feb 7 03:08:05 2010 +0900
+
+    Launch the proper type of terminal
+    
+    When the CPU graph is clicked, the default action is to run top in a
+    terminal emulator. Use exo-open to launch the appropriate type of
+    terminal emulator, rather than hardcoding xterm.
+
+commit 3ff0c4636dc13a4db5f14d5fef3a4da51ce96f58
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Feb 7 14:54:31 2010 +0900
+
+    Fix memory allocation and freeing
+    
+    There was an unsafe mix of plain malloc/free and of their g_* variants,
+    as well as unecessary checks for NULL before freeing, inconsistancy in
+    checking or not checking for NULL after malloc, and a minor memory leak
+    on shutdown. Clean up all that.
+    
+    This fixes bug 4984.
+
+commit c377173807992a57510f22e4e2c7213f4ce6e504
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Feb 7 02:35:11 2010 +0900
+
+    Plug a small memory leak
+    
+    Changing the command run when clicking on the CPU graph would leak a
+    little amount of memory. The same object wasn't properly clean up at
+    shutdown time either.
+
+commit 32f2075c5de9a02dd796497b024d14d28916f958
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Mon Feb 8 00:24:46 2010 +0900
+
+    Reformat the source code
+    
+    The source code style (brace style, tab vs space...) was inconsistent,
+    so it needed a clean up. I took this opportunity to change everything to
+    something I like.
+    
+    Changing the entire file makes it hard to use git blame, but it was
+    already broken because of the large code movement made around 0.4.0.
+
+commit 1acc75ecdfa9e00139943d2f629fcef665fd035f
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Feb 7 22:22:07 2010 +0900
+
+    Remove cruft
+    
+    Removed some commented out code and some debug printfs that didn't
+    really belong in production code.
+
+commit b45e11e6009ac7f556e7c09f860b39fbb48ffa1e
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Feb 7 17:35:11 2010 +0900
+
+    Remove dead code
+    
+    The condition guarding this piece of code is never true, and the code
+    contained is bugy anyway. Simply remove it for now, and a write a
+    working replacement later.
+    
+    This should solve part of bug 4984, as some of the warnings came from
+    the dead code.
+
+commit 89a7969ffe5690c57ff8fe1a3d6eac585b81b8b6
+Author: Florian Rivoal <frivoal at gmail.com>
+Date:   Sun Feb 7 03:02:32 2010 +0900
+
+    Delete autogenerated files
+    
+    Files that are automatically generated don't need to be handled under
+    source control.
+
+commit 089657134ac61308dc99e29498e4b8d44bf7dd73
+Author: Fabian Nowak <timystery at arcor.de>
+Date:   Sat Mar 27 18:13:15 2010 +0100
+
+    l10n: Updated German (de) translation to 100%
+    
+    New status: 27 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit 9ad61d49068fca429241c08d96b53c20664f1a1d
+Author: Andres Kovtunos <kovtunos at yandex.ru>
+Date:   Wed Mar 10 21:18:08 2010 +0100
+
+    l10n: Initial translation.
+    
+    New status: 27 messages complete with 0 fuzzies and 0 untranslated.
+    
+    Transmitted-via: Transifex (translations.xfce.org).
+
+commit b73bd722cb0d9897ac51f36b68ee2f66326e6b29
+Author: A S  Alam <apreet.alam at gmail.com>
+Date:   Mon Oct 19 02:39:32 2009 +0000
+
+    l10n: Punjabi Translation added
+    
+    Transmitted-via: Transifex (translations.xfce.org)
+
+commit d001186b3cf5e8ad0a1e6c3692fbf02d1b549cc8
+Author: Leandro Regueiro <leandro.regueiro at gmail.com>
+Date:   Thu Oct 1 15:22:55 2009 +0000
+
+    l10n: Updates to Galician (gl) translation
+    
+    Transmitted-via: Transifex (translations.xfce.org)
+
+commit 118646a84541c76f5f6b7f59f15b488353107161
+Author: Rihards Prieditis <rprieditis at gmail.com>
+Date:   Fri Sep 18 20:53:54 2009 +0000
+
+    l10n: Updates to Latvian (lv) translation
+    
+    Transmitted-via: Transifex (translations.xfce.org)
+
+commit b019dc59cf0b51a7f3b54f282094c1fd38c90d2b
+Author: Jeff Bailes <thepizzaking at gmail.com>
+Date:   Tue Aug 18 10:10:42 2009 +0000
+
+    l10n: Updates to English (United Kingdom) (en_GB) translation
+    
+    Transmitted-via: Transifex (translations.xfce.org)
+
+commit a6c7d2a716ecba0f4af417f950eaa93ff4d0e032
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Sat Aug 8 13:41:32 2009 +0000
+
+    update goodies translation
+    
+    (Old svn revision: 7896)
+
+commit 832d507548929b3c27fc607de69fa748cdc10b89
+Author: Gabor Kelemen <kelemeng at gnome.hu>
+Date:   Thu Jul 23 17:41:17 2009 +0000
+
+    2009-07-23  Gabor Kelemen  <kelemeng at gnome.hu>
+    
+    	* hu.po: Translation reworked.
+    
+    (Old svn revision: 7774)
+
+commit 61e14f4b3dfa93712f2c5158552259e91c579e8b
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Thu Jul 9 10:08:26 2009 +0000
+
+    update simplified chinese translations
+    
+    (Old svn revision: 7703)
+
+commit 2a8586d421951f64bf2f81076f82967d8a98be03
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Mon Jun 15 12:37:13 2009 +0000
+
+    update translations
+    
+    (Old svn revision: 7578)
+
+commit f3455c0461e8eaa54f64bf53a5a297f4f5e57220
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Tue Jun 9 20:43:09 2009 +0000
+
+    Drop svn:executable bit from po files
+    
+    (Old svn revision: 7518)
+
+commit 7302d63337cd581d330d803498d45c6e870c1574
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Fri May 29 10:44:34 2009 +0000
+
+    update goodies translations
+    
+    (Old svn revision: 7436)
+
+commit f6fadba8ef0839c2004d1102aef7685d46bbe9d8
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Thu Apr 16 08:20:27 2009 +0000
+
+    goodies translation update
+    
+    (Old svn revision: 7213)
+
+commit 88a7897e62d2f3ab32039c11a95a932328b66731
+Author: Piotr Sokól <piotr.sokol at 10g.pl>
+Date:   Wed Apr 15 18:57:46 2009 +0000
+
+    Updated Polish translations
+    
+    (Old svn revision: 7208)
+
+commit 3d1628c90a19d9be258b0e6150d9c506eb90716f
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Sat Mar 14 15:26:30 2009 +0000
+
+    Translations updates - es fr gl it tr
+    
+    (Old svn revision: 6902)
+
+commit c2bfe0c8838cdbf998a77831ebda390a5557b06b
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Thu Mar 5 20:12:29 2009 +0000
+
+    Fix the renaming of the pt nb files -- thanks to jerome who noticed this problem
+    
+    (Old svn revision: 6850)
+
+commit 41e6f8ec3920ec578a8497e36ebdf8d1d26793c9
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Thu Mar 5 14:53:41 2009 +0000
+
+    Renamed pt_PT to pt and nb_NO to nb (bug #4574)
+    
+    (Old svn revision: 6848)
+
+commit 3865be31de0a5e4840ded0d682e01eb293aa2da8
+Author: Dumitru Moldovan <niznaiul at gmail.com>
+Date:   Tue Feb 24 18:47:06 2009 +0000
+
+    Romanian translation for xfce4-cpugraph-plugin added
+    
+    
+    
+    (Old svn revision: 6774)
+
+commit 82186823d18371a8cdc041b419e4c8010ccd7994
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Sun Feb 22 22:57:36 2009 +0000
+
+    Update translations -- Remove executable property on all po files (only da.po actuall)
+    
+    (Old svn revision: 6759)
+
+commit 011ef5c4e8e4fe66d51449128035fd35a3951792
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Fri Feb 20 23:55:23 2009 +0000
+
+    Translations udpates - ca gl id
+    
+    (Old svn revision: 6730)
+
+commit 014fc4772deff3e6c4313834f2c62aa8b4e5d04f
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Sun Feb 8 08:24:06 2009 +0000
+
+    Translations updates - fr id it ja nb pl
+    
+    (Old svn revision: 6659)
+
+commit c6421565ce9507813bcb0e5cdb0d584d1e4dc56b
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Thu Dec 25 19:20:40 2008 +0000
+
+    Translations updates - es gl id ja uk
+    
+    (Old svn revision: 6367)
+
+commit 514d2d5ceebb02f37a9e77fe965527ba6c6df23b
+Author: Alexander Toresson <alexander.toresson at gmail.com>
+Date:   Sun Dec 21 21:50:25 2008 +0000
+
+    xfce4-xmms-plugin/trunk/po:
+    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+    xfce4-mpc-plugin/trunk/po:
+    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+    xfce4-notes-plugin/trunk/po:
+    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+    ristretto/trunk/po:
+    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+    xfce4-cpugraph-plugin/trunk/po:
+    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+    xfmedia-remote-plugin/trunk/po:
+    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+    thunar-shares-plugin/trunk/po:
+    	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
+    
+    (Old svn revision: 6362)
+
+commit 1e4edb3f65191db1be8dbbef04d6fb02ceeaa46f
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Sat Dec 13 14:34:32 2008 +0000
+
+    Translations updates - ja uk zh_CN
+    
+    (Old svn revision: 6298)
+
+commit 9cd778ae0134156db95fbac6f621d1607005cda4
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Mon Nov 24 21:37:08 2008 +0000
+
+    Translations updates - fr ja es pt_PT uk
+    
+    (Old svn revision: 6197)
+
+commit 067750bdde5603e569af3e2fe938caf9dcde629f
+Author: Eren Turkay <turkay.eren at gmail.com>
+Date:   Mon Nov 17 14:12:47 2008 +0000
+
+    Add/update Turkish translation files thanks to the Turkish translation team! (Gökmen Görgen, Samed Beyribey, Özgür Kuru, Utku Aydın)
+    
+    (Old svn revision: 6129)
+
+commit 878e6a7a87411cf99324d6f2b77ea71a3e9ea3cb
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Sun Nov 16 22:45:19 2008 +0000
+
+    Translations updates and additions - ca, nb_NO, uk, zh_CN
+    
+    (Old svn revision: 6128)
+
+commit fa7b441d62a770c97c0aaf1d18dd76e4551b119d
+Author: Piarres Beobide <pi at beobide.net>
+Date:   Wed Nov 12 10:59:45 2008 +0000
+
+    Some goodies Basque translation update
+    
+    
+    (Old svn revision: 6068)
+
+commit 53f735084258616679b6161f2be8c01e4d5e441a
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Sun Nov 9 23:17:35 2008 +0000
+
+    Translations updates for a lot of languages in a lot of packages
+    
+    (Old svn revision: 6041)
+
+commit 88033c0d749f303cb80ab66d3c9defe4de122f50
+Author: Alexander Nyakhaychyk <nyakhaychyk at gmail.com>
+Date:   Sun Nov 9 12:04:19 2008 +0000
+
+    	* Belarusian translation update
+    
+    
+    (Old svn revision: 6034)
+
+commit c5506d9c9be79ee761f127a1bf60d7c8be2410a8
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Sun Nov 2 23:37:51 2008 +0000
+
+    Translations updates and additions - de ku nl
+    
+    (Old svn revision: 5928)
+
+commit 38e087db288cd1a86cdd7ca12c97b7f554971f07
+Author: Michal Varady <miko.vaji at gmail.com>
+Date:   Sun Nov 2 16:41:41 2008 +0000
+
+    Czech translation updated
+    
+    (Old svn revision: 5912)
+
+commit 2bfa5ce10e5ceed68ca48b1fd3bed84d86e745f1
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Fri Oct 17 23:35:19 2008 +0000
+
+    Translation updates and additions for the Japanese and Spanish locales:
+    xfce4-datetime-plugin, gsynaptics-mcs-plugin, xfce4-volstatus-icon, xfce4-cpugraph-plugin, thunar-archive-plugin
+    xfce4-battery-plugin, xfce4-mpc-plugin, ristretto, xfce4-cpufreq-plugin, notification-daemon-xfce
+    
+    
+    (Old svn revision: 5673)
+
+commit a6aa24a17c1b49efc125664dcce9b46cd1532369
+Author: Lars Nielsen <lars at mit-web.dk>
+Date:   Sun Oct 12 18:22:22 2008 +0000
+
+    	* da.po: Danish translation updated
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    (Old svn revision: 5586)
+
+commit ffcba4c04429f800b9bef8bbd393e864a2b66c47
+Author: Piarres Beobide <pi at beobide.net>
+Date:   Thu Sep 11 20:34:56 2008 +0000
+
+    Some goodies Basque translation update
+    
+    
+    (Old svn revision: 5395)
+
+commit 3d58c7ba6548c8e02b5b96b420959591182df2e3
+Author: Og Maciel <ogmaciel at gnome.org>
+Date:   Mon Sep 8 19:30:43 2008 +0000
+
+    Minor typo
+    
+    (Old svn revision: 5371)
+
+commit 6b06e7fea3074a003e8d8702d0105dd931a62886
+Author: Og Maciel <ogmaciel at gnome.org>
+Date:   Mon Sep 8 19:28:12 2008 +0000
+
+    Updated European Portuguese translation.
+    
+    (Old svn revision: 5369)
+
+commit 8bf8b7bd7cda60170a599227d7119ef66701a6ea
+Author: SZERVÁC Attila <sas at 321.hu>
+Date:   Mon Sep 1 03:24:09 2008 +0000
+
+    [intl:hu] little updates
+    
+    (Old svn revision: 5334)
+
+commit 7dca4cf5ed952a63af27688a273d4d9214d8ac73
+Author: Maxim Dziumanenko <mvd at mylinux.com.ua>
+Date:   Tue Aug 12 09:28:18 2008 +0000
+
+    Update Ukrainian translation
+    
+    
+    
+    (Old svn revision: 5219)
+
+commit 6790e08d21c5b48e43d4f1095e2c83ce9b82ce69
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Sun Aug 10 21:43:51 2008 +0000
+
+    Translations updated and added in Indonesian and Polish.
+    
+    (Old svn revision: 5214)
+
+commit 82e99275e96063eedfc5221616c7b31005d9524f
+Author: Mohamed Magdy <mohamed.m.k at gmail.com>
+Date:   Wed Jul 16 23:01:19 2008 +0000
+
+    Update Arabic translations
+    
+    (Old svn revision: 5118)
+
+commit 26147d75c944f7afb38fd2aebf62a93c51cde4f2
+Author: Og Maciel <ogmaciel at gnome.org>
+Date:   Wed Jul 16 13:01:22 2008 +0000
+
+    Updated Brazilian Portuguese translation.
+    
+    (Old svn revision: 5109)
+
+commit 581d64097ec19c36d1c56a220d0b47a0f523884b
+Author: Mohamed Magdy <mohamed.m.k at gmail.com>
+Date:   Wed Jul 16 12:14:28 2008 +0000
+
+    Update Arabic translations
+    
+    (Old svn revision: 5107)
+
+commit f27e33c00b132b99b9d7aa6543377e56af0d7738
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Wed Jul 16 11:10:40 2008 +0000
+
+    Translations po files updated and regenerated pot files for the cellmodem and cpugraph packages.
+    
+    (Old svn revision: 5105)
+
+commit a0051cc0b2fe2bb12400779b10d8372a21a8faa0
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Mon Jul 14 07:27:43 2008 +0000
+
+    Translations added and updated for most goodies (gl;pt_PT;zh_CN)
+    
+    (Old svn revision: 5072)
+
+commit 92a458c9ce78a5a3ecf9b36a4ac38469cd0dda5a
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Thu Jun 26 22:00:51 2008 +0000
+
+    Translations added and updated for most goodies (gl)
+    
+    (Old svn revision: 4998)
+
+commit a3f08dcfb5c369e3a4bc558a2adc3d12e3c7e822
+Author: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>
+Date:   Tue Jun 24 18:38:30 2008 +0000
+
+    Add Finnish translations (some of them modified) from Launchpad. Thanks
+    to Lionel Le Folgoc for sending them to me.
+    
+    
+    (Old svn revision: 4991)
+
+commit 97d92487fed4e209a7329c4199677477abdf088f
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Tue May 27 00:21:25 2008 +0000
+
+    update-po
+    
+    (Old svn revision: 4846)
+
+commit 4f9b8b0af728f468376cbb9ccdcd7aebfd4fa558
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Tue Mar 18 13:05:17 2008 +0000
+
+    Update Portuguese translation
+    
+    (Old svn revision: 4067)
+
+commit 10b33f9dddc09750c4c8f23a06d52ddb6ae718ad
+Author: ludovic mercier <lidiriel at coriolys.org>
+Date:   Wed Feb 20 07:36:42 2008 +0000
+
+    correct led mode
+    cleanup function mode name
+    TODO : tooltips & grid mode
+    
+    (Old svn revision: 3976)
+
+commit e62b5c92444c81d34b8bb1850d2006e6b9c35a97
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Fri Dec 7 22:54:31 2007 +0000
+
+    New and updated German translations for a bunch of goodies.
+    
+    (Old svn revision: 3676)
+
+commit 7434eb59ef12b04dd8e46eb7e48008ddd25104e9
+Author: ludovic mercier <lidiriel at coriolys.org>
+Date:   Fri Dec 7 08:55:00 2007 +0000
+
+    prepare new version for replace last release (0.4.0)
+    following the mailling list discussion
+    add new merge code
+    
+    (Old svn revision: 3675)
+
+commit 4180bb2a7b1190b62757ed31493bf0ca0b4d0417
+Author: ludovic mercier <lidiriel at coriolys.org>
+Date:   Fri Dec 7 08:52:30 2007 +0000
+
+    prepare new version for replace last release (0.4.0)
+    following the mailling list discussion
+    
+    (Old svn revision: 3674)
+
+commit ebd5d69d0d0e9431a56dd1e373eafc7c84b7f4a9
+Author: ludovic mercier <lidiriel at coriolys.org>
+Date:   Fri Dec 7 08:38:45 2007 +0000
+
+    prepare new version for replace last release (0.4.0)
+    following the mailling list discussion
+    
+    (Old svn revision: 3673)
+
+commit a247a06d356e11688567692e9a27155d4ddb76bc
+Author: ludovic mercier <lidiriel at coriolys.org>
+Date:   Mon Nov 26 08:59:06 2007 +0000
+
+    remove configure script from the repository
+    
+    (Old svn revision: 3644)
+
+commit 4c4d8f98410bed07914b2515098bba343f060aea
+Author: ludovic mercier <lidiriel at coriolys.org>
+Date:   Thu Nov 22 12:46:00 2007 +0000
+
+    add configure file
+    
+    (Old svn revision: 3619)
+
+commit 9d736a87ad6ab1db6b257a85ff14511facb1b52c
+Author: ludovic mercier <lidiriel at coriolys.org>
+Date:   Thu Nov 22 08:07:56 2007 +0000
+
+    prepare release 0.4.0
+    
+    (Old svn revision: 3616)
+
+commit 7e5fa67ad8304d1cb55bfb9a6c85ae7b699f887b
+Author: ludovic mercier <lidiriel at coriolys.org>
+Date:   Thu Nov 22 07:35:47 2007 +0000
+
+    change pot file
+    is necessary ??
+    
+    (Old svn revision: 3614)
+
+commit 8b96da208d9cde885ac0b733a3a5134623eceff8
+Author: ludovic mercier <lidiriel at coriolys.org>
+Date:   Thu Nov 22 07:17:50 2007 +0000
+
+    Prepare new release.
+    cleanup and refactoring code
+    add and remove some functionnality see changelog and todo.
+    The big one is the plugin display each cpucore activity
+    
+    (Old svn revision: 3613)
+
+commit 7577ae7bc89ccaabdab0b785fe5da4310455a86c
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Mon Nov 19 23:06:36 2007 +0000
+
+    Latvian translations added to most goodies.
+    
+    (Old svn revision: 3611)
+
+commit 122baafa4cc053335ec3063d6d887c0a0041bac8
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Thu Nov 15 08:37:37 2007 +0000
+
+    Fix changelogs for updated ur.po files, and add thunar-archive-plugin
+    
+    (Old svn revision: 3591)
+
+commit ab34c998941cc95d0972119437b33144dded357c
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Thu Nov 15 08:24:33 2007 +0000
+
+    Rename pk.po to ur.po
+    
+    (Old svn revision: 3590)
+
+commit 5b9cd0bf2126fbd3481f62cd73cae34f2c74c608
+Author: Mike Massonnet <mmassonnet at xfce.org>
+Date:   Sun Oct 28 19:05:17 2007 +0000
+
+    Add new translation by محمد علي المكي <makki.ma at gmail.com>
+    
+    (Old svn revision: 3466)
+
+commit 92ea1fffb344320fe5da1c8e013cb4719e39a0ec
+Author: Brian Tarricone <brian at tarricone.org>
+Date:   Thu Oct 25 18:01:26 2007 +0000
+
+    remove () from AC_INIT line to work around intltool bug
+    
+    
+    (Old svn revision: 3440)
+
+commit ff4ad78f72116d585cb6e7d84b1ae483596f2601
+Author: ludovic mercier <lidiriel at coriolys.org>
+Date:   Wed Sep 26 07:10:34 2007 +0000
+
+    clean up code : split graphic mode.
+    
+    (Old svn revision: 3251)
+
+commit 6c39a705584b63718912c584a678c53e77668d9a
+Author: ludovic mercier <lidiriel at coriolys.org>
+Date:   Thu Sep 20 07:54:24 2007 +0000
+
+    Add a new advanced propertie : assoiated command
+    by default is "xterm top". This commadn is launched when you click on the graph.
+    
+    (Old svn revision: 3238)
+
+commit 338f627214d9c31e49adabfbadfc27858cb2b766
+Author: Nick Schermer <nick at xfce.org>
+Date:   Wed Sep 5 15:10:10 2007 +0000
+
+    * LDFLAGS -> LDADD
+    
+    
+    (Old svn revision: 3150)
+
+commit 05f43b6c7adb7f9e505b79113fa7240cf754e4f7
+Author: Og Maciel <ogmaciel at gnome.org>
+Date:   Wed Sep 5 01:33:51 2007 +0000
+
+    Added missing LINGUAS file.
+    
+    (Old svn revision: 3147)
+
+commit 74e11c93f34613003bb136cc1448e9f5dd7e2717
+Author: Og Maciel <ogmaciel at gnome.org>
+Date:   Tue Sep 4 00:39:54 2007 +0000
+
+    Added translations for Brazilian Portuguese by Fábio Nogueira.
+    
+    (Old svn revision: 3133)
+
+commit e71658767e7eaa34889448efd2a7ff11fe7dfd78
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Sun Jul 8 21:34:59 2007 +0000
+
+    Last bunch of pt_PT and nb_NO files to be added.
+    
+    (Old svn revision: 2900)
+
+commit c87548ecc57e96357925d72aade06d36c07a833c
+Author: Agustin Ferrin <gatoguan-os at yahoo.com>
+Date:   Wed May 9 18:35:34 2007 +0000
+
+    xfce4-cpugraph-plugin: Adding 'cpugraph' color mode and 'non-linear time scale'.
+    
+    (Old svn revision: 2729)
+
+commit fd1acb46742cf7972ba17898c1d65af007554255
+Author: Alexander Nyakhaychyk <nyakhaychyk at gmail.com>
+Date:   Tue Apr 3 14:03:10 2007 +0000
+
+    2007-04-03  Alexander Nyakhaychyk  <nyakhaychyk at gmail.com>
+    
+    	* configure.ac: Added be to XDT_I18N
+    
+    
+    
+    (Old svn revision: 2657)
+
+commit bbdaa889fb2478f3b74cdcab9531ab867b4596d6
+Author: Alexander Nyakhaychyk <nyakhaychyk at gmail.com>
+Date:   Tue Apr 3 14:00:10 2007 +0000
+
+    2007-04-03  Alexander Nyakhaychyk  <nyakhaychyk at gmail.com>
+    
+    	* be.po: Added Belarusian translation
+    
+    
+    
+    (Old svn revision: 2656)
+
+commit e1dfff37d98664e633687c15afa7775d53872c65
+Author: Pau Rullan Ferragut <paurullan at bulma.net>
+Date:   Sat Mar 31 07:25:45 2007 +0000
+
+    i18n british translation
+    
+    (Old svn revision: 2596)
+
+commit 2ff1ef7f796f0b707478283f5029bad93441364e
+Author: Piarres Beobide <pi at beobide.net>
+Date:   Mon Mar 26 08:31:16 2007 +0000
+
+    I forgot add these files in commmit 2551
+    
+    
+    (Old svn revision: 2568)
+
+commit 6a29013850b00f1c9b921a2a50eb8e9f19aeec42
+Author: Piarres Beobide <pi at beobide.net>
+Date:   Wed Mar 14 10:38:06 2007 +0000
+
+    Some godies basque translation update
+    
+    
+    (Old svn revision: 2551)
+
+commit 8c51fe8e1519e6a79fc6c332ef9d6340d75d2fe5
+Author: Maxim Dziumanenko <mvd at mylinux.com.ua>
+Date:   Tue Mar 13 14:56:47 2007 +0000
+
+    2007-03-13 Maxim Dziumanenko <dziumanenko at gmail.com>
+    
+    	* Update Ukrainian translation by Dmitry Nikitin.
+    
+    
+    
+    (Old svn revision: 2545)
+
+commit d937b4a8a643abf6a5fae5bb33a70ca840c21bdb
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Tue Feb 20 21:22:55 2007 +0000
+
+    * fr.po: Updated some French translations.
+    * ja.po: Updated and added the Japanese translations by Nobuhiro Iwamatsu in the
+      xkb and the volstatus-icon plugins respectively.
+    * sq.po: Updated the headers of most plugins by Besnik Bleta.
+    
+    (Old svn revision: 2506)
+
+commit 75ff7956e13aa7e46df6045f7e182b8e59e60e9f
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Fri Feb 2 18:52:37 2007 +0000
+
+    Added the Albanian translations by Besnik Bleta for all the goodies.
+    
+    (Old svn revision: 2480)
+
+commit 820a0b515559185ceddd3243e07f956139dcb7f5
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Thu Jan 18 15:55:07 2007 +0000
+
+    Updated the French, German and Polish translations. Added the Polish translation to the thunar-volman package.
+    
+    (Old svn revision: 2425)
+
+commit bf37734b2e2579a0197f8c54ae061b1e8a3f770f
+Author: SZERVÁC Attila <sas at 321.hu>
+Date:   Tue Jan 16 04:30:57 2007 +0000
+
+    hu trunk: cpu-g & datitime updates
+    
+    (Old svn revision: 2372)
+
+commit f9e5bb5218faea4ea7877275fae6e38e59cd3182
+Author: Michal Varady <miko.vaji at gmail.com>
+Date:   Sun Jan 14 18:43:06 2007 +0000
+
+    Updated Czech translations for cpugraph and taskmanager plugins
+    
+    
+    (Old svn revision: 2361)
+
+commit 5b6c946c5778ffcf08633675b2f183cca3e5541d
+Author: Maximilian Schleiss <maxschleiss at solnet.ch>
+Date:   Thu Jan 11 12:53:38 2007 +0000
+
+    Updated the French translation of the xfce4-cpugraph-plugin package
+    
+    (Old svn revision: 2335)
+
+commit 29b08ab2c958897527540652b2ad1b96dd93077a
+Author: Nick Schermer <nick at xfce.org>
+Date:   Tue Jan 9 18:41:36 2007 +0000
+
+    Fix typo, bug 2676
+    
+    (Old svn revision: 2327)
+
+commit 26b9093eae3b37cc55553114a2638b90b21b9405
+Author: Pau Rullan Ferragut <paurullan at bulma.net>
+Date:   Fri Dec 15 07:14:15 2006 +0000
+
+    i18n update
+    
+    (Old svn revision: 2218)
+
+commit 0a5b1754c18ff88ecddb80bff134baa80b492c8e
+Author: SZERVÁC Attila <sas at 321.hu>
+Date:   Wed Sep 27 20:17:27 2006 +0000
+
+    hu trunk: updates
+    
+    (Old svn revision: 2077)
+
+commit 8289a1c9b1456d70ae8079c958c0c51a7dea8288
+Author: Jean-François Wauthy <pollux at xfce.org>
+Date:   Sat Sep 23 11:30:43 2006 +0000
+
+    various translations updates
+    
+    (Old svn revision: 2066)
+
+commit c4d5055b434a479885f640779e856250d7444dc2
+Author: Nick Schermer <nick at xfce.org>
+Date:   Sun Sep 10 19:31:33 2006 +0000
+
+    * Regenerated all *.po files
+    
+    
+    (Old svn revision: 2006)
+
+commit 6b2f09548072a2988c6f1847150b3a86daa49e73
+Author: Nick Schermer <nick at xfce.org>
+Date:   Sun Sep 10 19:16:49 2006 +0000
+
+    * Created new pot files for all goodies
+    
+    
+    (Old svn revision: 2005)
+
+commit cd43236374cb55e725abade57a1ff8471ededcdd
+Author: Nick Schermer <nick at xfce.org>
+Date:   Sun Sep 10 18:17:23 2006 +0000
+
+    Big cleanup of the goodies svn. The following files are removed:
+       .cvsignore Makefile.in aclocal.m4 compile config.guess config.h.in
+       config.sub configure depcomp install-sh intltool-*.in ltcf-c.sh
+       ltmain.sh missing  mkinstalldirs Makefile.in.in *.gmo
+    So keep it clean from now on ^_^.
+    
+    
+    (Old svn revision: 2002)
+
+commit 5b46b5bd1c32dcf07def6eb20a04bdfdba888123
+Author: Jean-François Wauthy <pollux at xfce.org>
+Date:   Sun Sep 3 14:24:53 2006 +0000
+
+    Add/update Polish translations
+    
+    (Old svn revision: 1955)
+
+commit 2b82dc3945229f1e4823908dcb143544a1fcc914
+Author: Jean-François Wauthy <pollux at xfce.org>
+Date:   Sun Aug 27 14:14:49 2006 +0000
+
+    Add/Update Czech translations
+    
+    (Old svn revision: 1927)
+
+commit 5b3fe3e6c2c100212a060e1160831f8375d3cae2
+Author: Jasper Huijsmans <jbhuijsmans at home.nl>
+Date:   Wed Aug 16 13:37:55 2006 +0000
+
+    Free some more gc resources. Bug #2106.
+    
+    (Old svn revision: 1906)
+
+commit f5ccc98d45c5388f1e2af1f6ab2badba773c57a6
+Author: Benedikt Meurer <benny at xfce.org>
+Date:   Wed May 3 22:30:50 2006 +0000
+
+    Apply Oliver Lehmanns patch to fix compilation with GCC 2.95. Bug #1757.
+    
+    
+    
+    (Old svn revision: 1374)
+
+commit 1559cfc2bd3fd56f44ddc78bbdcc830080ea70d4
+Author: Masse Nicolas <masse_nicolas at yahoo.fr>
+Date:   Mon Apr 24 21:31:54 2006 +0000
+
+    update with version from Jasper - now compatible with Xfce-4.4
+    
+    (Old svn revision: 1356)
+
+commit 566962d74d0550f3676ac1bf2918f4780fc80c14
+Author: Daichi Kawahata <daichi.k at aioros.ocn.ne.jp>
+Date:   Sat Apr 8 14:22:55 2006 +0000
+
+    Updated.
+    
+    
+    (Old svn revision: 1315)
+
+commit bfecab2c948ea7dbdf23ad8f68c9cd7de85a7c13
+Author: Benedikt Meurer <benny at xfce.org>
+Date:   Wed Jul 28 21:49:36 2004 +0000
+
+    Fix BM_DEPEND_CHECK().
+    
+    
+    (Old svn revision: 122)
+
+commit 17de3f1ec775d026fb69e0fbd912c4d9b6006a6c
+Author: Benedikt Meurer <benny at xfce.org>
+Date:   Sat Jul 24 17:30:01 2004 +0000
+
+    Panel version was wrong for the threaded test.
+    
+    
+    (Old svn revision: 121)
+
+commit 7aa059ab6a6b8d4984ec75f64fb061e11687f51a
+Author: Benedikt Meurer <benny at xfce.org>
+Date:   Sat Jul 24 17:29:30 2004 +0000
+
+    Correct min. required panel version.
+    
+    
+    (Old svn revision: 120)
+
+commit 4d5fa20de96b08732711464b145485a882a6d8b3
+Author: Benedikt Meurer <benny at xfce.org>
+Date:   Sat Jul 24 17:25:15 2004 +0000
+
+    Make this work with threaded panel.
+    
+    
+    (Old svn revision: 119)
+
+commit e2c632e176cddaced4ef792a40fce45cb9c7fc7a
+Author: Benedikt Meurer <benny at xfce.org>
+Date:   Wed Jul 21 09:00:16 2004 +0000
+
+    New panel plugin check
+    
+    
+    (Old svn revision: 118)
+
+commit fd8a7b9e36a8567fff5ed354c49ee9e0db819e34
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Sat Jun 12 02:13:00 2004 +0000
+
+    Trying to remove some sticky Tag i accidently added :(
+    
+    
+    (Old svn revision: 117)
+
+commit 01a24f78efe4e743d56f5af96061516382110702
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Sat Jun 12 01:25:31 2004 +0000
+
+    Read ChangeLog for changes.
+    
+    
+    (Old svn revision: 113)
+
+commit 2ffb89179786854fc600914e3abc2dc823317cfe
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Fri Jun 11 05:24:35 2004 +0000
+
+    Updated settings dialog.
+    
+    
+    (Old svn revision: 112)
+
+commit c6540671f2e85188e6d9d090fbdcad7ee9658204
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Fri Jun 11 05:18:45 2004 +0000
+
+    Even MORE changes to the settings dialog.
+    
+    
+    (Old svn revision: 111)
+
+commit 7304cbf6de135bca085f9f78ab4a0de31e500440
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Fri Jun 11 05:10:42 2004 +0000
+
+    Updated with description of the colors.
+    
+    
+    (Old svn revision: 110)
+
+commit 078307cd86df4e74b4dea653e58001488bb3ae57
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Tue Jun 8 16:30:09 2004 +0000
+
+    Added autogen.sh
+    
+    
+    (Old svn revision: 109)
+
+commit 9711a5cecc24586595d5e6d0c1b32ae636075d61
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Tue Jun 8 15:58:28 2004 +0000
+
+    Read ChangeLog for changes.
+    
+    
+    (Old svn revision: 107)
+
+commit b5135064257f3401d680835db98935419a7b664c
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Tue Jun 8 01:22:37 2004 +0000
+
+    Some nice changes and bugfixes. Read ChangeLog for info.
+    
+    
+    (Old svn revision: 106)
+
+commit 879a34cbf838a8ec5feae521b40de2cdb614cab8
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Mon Jun 7 02:24:54 2004 +0000
+
+    *** empty log message ***
+    
+    
+    (Old svn revision: 105)
+
+commit 6625928a78792a932ddd6e9c4b1db896c06f8940
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Mon Jun 7 01:45:05 2004 +0000
+
+    Updated ChangeLog.
+    
+    
+    (Old svn revision: 104)
+
+commit 02ff9a5b31bad97f259c45968b637475693dc07b
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Mon Jun 7 01:32:14 2004 +0000
+
+    *** empty log message ***
+    
+    
+    (Old svn revision: 103)
+
+commit 9245e95730be7e081100f9762001a9843aac5721
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Mon Jun 7 01:28:22 2004 +0000
+
+    Change version nr., removed C++ stuff and added C stuff.
+    
+    
+    (Old svn revision: 102)
+
+commit 20bb6855fb532ae1fa8dd48c131526a5af97c99d
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Mon Jun 7 01:20:14 2004 +0000
+
+    Removed C++ stuff, replaced with C stuff.
+    
+    
+    (Old svn revision: 101)
+
+commit 3e9024ea62de30917db96eb79e203bed7b98eb88
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Mon Jun 7 01:16:30 2004 +0000
+
+    .c instead of .cc now that the plugin is in C instead of C++
+    
+    
+    (Old svn revision: 100)
+
+commit 65040af51c5b18dfcd5f9bcda7457aea03a79cee
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Mon Jun 7 01:10:55 2004 +0000
+
+    C instead of C++ (it's just safer, not that I like it :).
+    
+    
+    (Old svn revision: 99)
+
+commit ea14b116efecef6d76c7957cfd6672675307b3ad
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Mon Jun 7 00:00:28 2004 +0000
+
+    Removing C++ code structure, using plain C instead.
+    
+    
+    (Old svn revision: 98)
+
+commit 3afddb7d111dbd8d2a91e76487a10061fed445b7
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Sun Jun 6 23:53:00 2004 +0000
+
+    Removed g_warning since glib.h ins't included. (Thanks benny)
+    
+    
+    (Old svn revision: 97)
+
+commit 99d2e73478f855de51ae653b31497906e6ad60a7
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Sun Jun 6 23:47:04 2004 +0000
+
+    UpdateCPU (CPUGraph *base) now returns true. Added gtk_widget_queue_draw instead of directly drawing the graph from UpdateCPU (Thanks benny).
+    
+    
+    (Old svn revision: 96)
+
+commit c07e1fce53f5be3def3db5bab73bc4684317162e
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Sun Jun 6 23:37:01 2004 +0000
+
+    UpdateCPU (CPUGraph *base) has to return true for the timeout to keep on going.
+    
+    
+    (Old svn revision: 95)
+
+commit 13341bf0d8c4fd125a4efc78c54e3d96fc49cec7
+Author: Alexander Nordfelth <alex.nordfelth at telia.com>
+Date:   Sun Jun 6 17:59:00 2004 +0000
+
+    Initial revision
+    
+    
+    (Old svn revision: 91)
+
+commit 02455c9d5f4e78e935437d8f47c42171ffa9d789
+Author: Unknown Author <xfce4-dev at xfce.org>
+Date:   Sun Jun 6 17:59:00 2004 +0000
+
+    New repository initialized by cvs2svn.
+    
+    (Old svn revision: 90)
diff --git a/configure.ac b/configure.ac
index 98f9d3f..2da6786 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl
 dnl 2004 Alexander Nordfelth <alex.nordfelth at telia.com>
 dnl
 
-m4_define([cpugraph_version],[0.4.0])
+m4_define([cpugraph_version],[1.0.0])
 
 AC_INIT([xfce4-cpugraph-plugin], [cpugraph_version],
 	[xfce-goodies-dev at lists.berlios.de])
diff --git a/po/ast.po b/po/ast.po
index 13ba123..89b8a7d 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -3,147 +3,156 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-cpugraph-complementu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2009-07-13 19:54+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/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "Gráfica de CPU"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Gráfica de CPU"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "Escala de tiempu non llinial"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Amosar marcu"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Amosar marcu"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Color 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Color 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Color 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Fondu:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Aspeutu"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avanzáu"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "El más rápidu (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Rápidu (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Lentu (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Intervalu d'anovación:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Anchor:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Altor:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Comandu asociáu:"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Ensin hestorial"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Mou:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradiente"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Fuéu"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Mou de color:"
 
diff --git a/po/be.po b/po/be.po
index 4800525..2036f91 100644
--- a/po/be.po
+++ b/po/be.po
@@ -7,146 +7,155 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Alexander Nyakhaychyk <nyakhaychyk at gmail.com>\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2008-11-09 14:04+0200\n"
 "Last-Translator: Alexander Nyakhaychyk <nyakhaychyk at gmail.com>\n"
 "Language-Team: Belarusian <i18n at mova.org>\n"
+"Language: be\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "Графікі ЦП"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Графікі ЦП"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "Нелінейная шкала часу"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Паказваць рамку"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Паказваць рамку"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Першы колер:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Другі колер:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Трэці колер:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Тло:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Выгляд"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Дадаткова"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Найхутчэйшы (~250 мс)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Хуткі (~500 мс)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Звычайны (~750 мс)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Павольны (~1 с)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Інтэрвал абнаўленьня:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Шырыня"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Вышыня:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Зьвязаны загад: "
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Звычайны"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "Дыёдны"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Без гісторыі"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Рэжым:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Градыент"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Полымя"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Рэжым колераў:"
 
diff --git a/po/ca.po b/po/ca.po
index c0d3f10..d930ae0 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,158 +3,159 @@
 # This file is distributed under the same license as the
 # xfce4-cpugrapg-plugin package.
 # Carles Muñoz Gorriz <carlesmu at internautas.org>, 2006, 2008.
-# 
-# 
+#
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-09 10:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2008-11-16 14:18+0100\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: Catalan <xfce-i18n at xfce.org>\n"
+"Language: ca\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-Poedit-SourceCharset: utf-8\n"
 
-#: ../panel-plugin/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Utilització: %u%%"
 
-#: ../panel-plugin/properties.c:52
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Propietats de les gràfiques de CPU"
 
-#: ../panel-plugin/properties.c:64 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Gràfica de CPU"
 
-#: ../panel-plugin/properties.c:76
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Escala de temps no lineal"
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Mostrar el marc"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Mostrar marges"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Mostrar la barra d'ús actual"
 msgstr[1] "Mostrar les barres d'ús actuals"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Executar en un terminal"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Usar notificació d'inicialització"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Color 1:"
 
-#: ../panel-plugin/properties.c:86
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Color 2:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Color 3:"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Fons:"
 
-#: ../panel-plugin/properties.c:95
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Aparença"
 
-#: ../panel-plugin/properties.c:97
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avançat"
 
-#: ../panel-plugin/properties.c:173
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Molt ràpid (~250ms)"
 
-#: ../panel-plugin/properties.c:174
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Ràpid (~500ms)"
 
-#: ../panel-plugin/properties.c:175
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Lent (~1s)"
 
-#: ../panel-plugin/properties.c:180
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Interval d'actualització:"
 
-#: ../panel-plugin/properties.c:188
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Tot"
 
-#: ../panel-plugin/properties.c:194
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Nucli seguit:"
 
-#: ../panel-plugin/properties.c:205
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Amplada:"
 
-#: ../panel-plugin/properties.c:207
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Alçada:"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Ordre associada:"
 
-#: ../panel-plugin/properties.c:245
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:246
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:247
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Sense historial"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Graella"
 
-#: ../panel-plugin/properties.c:252
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Mode:"
 
-#: ../panel-plugin/properties.c:257
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Sòlid"
 
-#: ../panel-plugin/properties.c:258
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Degradat"
 
-#: ../panel-plugin/properties.c:259
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Foc"
 
-#: ../panel-plugin/properties.c:263
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Mode de color"
 
diff --git a/po/cs.po b/po/cs.po
index 6f7767b..139da38 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,148 +7,157 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2008-11-02 17:40+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/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "Graf procesoru"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Graf procesoru"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "Nelineární časová osa"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Zobrazovat rámeček"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Zobrazovat rámeček"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 msgstr[2] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Barva 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Barva 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Barva 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Pozadí:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Vzhled"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Pokročilé"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Nejrychlejší (~250 ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Rychlý (~500 ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Standardní (~750 ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Pomalý (~1 s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Interval obnovení:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Šířka:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Výška:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Přiřazený příkaz:"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Bežný"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED diody"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Bez historie"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Režim:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Stupňovaný"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Oheň"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Barvený režim:"
 
diff --git a/po/da.po b/po/da.po
index 914bb68..4be288d 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin 0.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-30 09:57+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2008-10-05 21:31+0100\n"
 "Last-Translator: Claus Futtrup <cfuttrup at stofanet.dk>\n"
 "Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
@@ -21,142 +21,142 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 "X-Poedit-Country: DENMARK\n"
 
-#: ../panel-plugin/cpu.c:280
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Bruger: %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Indstillinger til CPU-graf"
 
-#: ../panel-plugin/properties.c:67 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU-graf"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Brug ikke-lineær tidsskala"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Vis ramme"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Vis ramme"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Vis aktuelle forbrugsstatus"
 msgstr[1] "Vis aktuelle forbrugsstatusser"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Kør i terminal"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Brug opstartspåmindelser"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Farve 1:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Farve 2:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Farve 3:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Baggrund:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Udseende"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avanceret"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Hurtigst (~250 ms)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Hurtig (~500 ms)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750 ms)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Langsom (~1 s)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Opdateringsinterval:"
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Alle"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Overvåget kerne:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Bredde:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Højde:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Tilknyttet kommando:"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Ingen historik"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Gitter"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Tilstand:"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Ensfarvet"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Hældning"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Ild"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Farvetilstand: "
 
diff --git a/po/de.po b/po/de.po
index 1ad0bf4..d500c67 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,158 +1,159 @@
 # German translation of xfce4-cpugraph-plugin.
 # Copyright (C) 2007 THE xfce4-cpugraph-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-cpugraph-plugin package.
-# 
+#
 # Fabian Nowak <timystery at arcor.de>, 2007, 2008.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-24 16:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2010-04-18 10:40+0200\n"
 "Last-Translator: Fabian Nowak <timystery at arcor.de>\n"
 "Language-Team: German\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/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Auslastung: %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Eigenschaften für CPU-Graph"
 
-#: ../panel-plugin/properties.c:67 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU-Graph"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Nichtlineare Zeitskala"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Rahmen anzeigen"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Abstand um Anzeigeelemente"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Balken mit aktueller Auslastung anzeigen"
 msgstr[1] "Balken mit aktueller Auslastung anzeigen"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Im Terminal ausführen"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Visuelle Rückmeldung über Programmstart geben"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Erste Farbe:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Zweite Farbe:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Dritte Farbe:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Hintergrund:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Aussehen"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Erweitert"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Sehr schnell (~250ms)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Schnell (~500ms)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Langsam (~1s)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Auffrischungsintervall: "
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Alle"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Überwachter Prozessorkern:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Breite:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Höhe:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Zugewiesener Befehl:"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Ohne Verlauf"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Gitter"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Modus:"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Einfarbig"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Verlauf"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Feuer"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Farbmodus: "
 
diff --git a/po/en_GB.po b/po/en_GB.po
index cfb2ac9..a83e658 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -2,157 +2,158 @@
 # Copyright (C) 2007 THE xfce4-cpugraph-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-cpugraph-plugin package.
 # Jeff Bailes <thepizzaking at gmail.com>, 2007.
+#
+#
 #, fuzzy
-# 
-# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-22 22:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2009-08-18 19:30+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/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Usage: %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "CPU Graph Properties"
 
-#: ../panel-plugin/properties.c:67 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU Graph"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Use non-linear time-scale"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Show frame"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Show border"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Show current usage bar"
 msgstr[1] "Show current usage bars"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Run in terminal"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Use startup notification"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Colour 1:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Colour 2:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Colour 3:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Background:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Appearance"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Advanced"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Fastest (~250ms)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Fast (~500ms)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Slow (~1s)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Update Interval:"
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "All"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Tracked Core:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Width:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Height:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Associated command :"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "No history"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Grid"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Mode:"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Solid"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradient"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Fire"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Colour mode: "
 
diff --git a/po/es.po b/po/es.po
index 26fca93..2f5d23f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,156 +3,157 @@
 # Copyright (C) 2009 THE xfce'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce package.
 #  <abel.martin.ruiz at gmail.com>, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-15 10:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2009-02-10 19:01+0100\n"
 "Last-Translator: Abel Martín <abel.martin.ruiz at gmail.com>\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/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Uso: %u%%"
 
-#: ../panel-plugin/properties.c:52
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Propiedades del gráfico de CPU"
 
-#: ../panel-plugin/properties.c:64 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Gráfica de CPU"
 
-#: ../panel-plugin/properties.c:76
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Usar escala de tiempo no lineal"
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Mostrar marco"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Mostrar borde"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Mostrar barra de uso actual"
 msgstr[1] "Mostrar barras de uso actuales"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Ejecutar en terminal"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Usar notificación de inicio"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Color 1:"
 
-#: ../panel-plugin/properties.c:86
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Color 2:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Color 3:"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Fondo:"
 
-#: ../panel-plugin/properties.c:95
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Apariencia"
 
-#: ../panel-plugin/properties.c:97
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avanzado"
 
-#: ../panel-plugin/properties.c:173
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "El más rápido (~250ms)"
 
-#: ../panel-plugin/properties.c:174
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Rápido (~500ms)"
 
-#: ../panel-plugin/properties.c:175
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Lento (~1s)"
 
-#: ../panel-plugin/properties.c:180
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Intervalo de actualización:"
 
-#: ../panel-plugin/properties.c:188
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Todos"
 
-#: ../panel-plugin/properties.c:194
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Núcleo monitorizado:"
 
-#: ../panel-plugin/properties.c:205
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Ancho:"
 
-#: ../panel-plugin/properties.c:207
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Alto:"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Comando asociado:"
 
-#: ../panel-plugin/properties.c:245
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:246
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:247
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Sin historial"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Rejilla"
 
-#: ../panel-plugin/properties.c:252
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Modo:"
 
-#: ../panel-plugin/properties.c:257
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Sólido"
 
-#: ../panel-plugin/properties.c:258
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradiente"
 
-#: ../panel-plugin/properties.c:259
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Fuego"
 
-#: ../panel-plugin/properties.c:263
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Modo de color:"
 
diff --git a/po/eu.po b/po/eu.po
index 930222b..0046b99 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -2,151 +2,159 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Piarres Beobide <pi at beobide.net>
-# 
+#
 # Piarres Beobide <pi at beobide.net>, 2008.
 msgid ""
 msgstr ""
 "Project-Id-Version: eu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-06 04:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2008-11-09 15:38+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Euskara <debian-l10n-basque at lists.debian.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: Pootle 1.2.0\n"
 
-#: ../panel-plugin/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Erabilera: %u%%"
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "CPU grafiko propietateak"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU Grafikoa"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Erabili ez-linearra"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Markoa ikusi"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Ikusi ertza"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Ikusi uneko erabilera barra"
 msgstr[1] "Ikusi uneko erabilera barrak"
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Exekutatu terminalean"
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Erabili abioan"
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "1 Kolorea"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "2 Kolorea"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "3 Kolorea:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Atzealdea:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Itxura"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Aurreratua"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Azkarrena (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Azkarra (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Arrunta (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Geldoa (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Eguneratze tartea: "
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Zabalera"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Altuera"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Loturiko komandoa :"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Arrunta"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Historiarik ez"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Sareta"
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Modua:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Solidoa"
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradiantea"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Sua"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Kolore modua: "
 
diff --git a/po/fi.po b/po/fi.po
index f31e3b7..41bfe54 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,152 +8,153 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-21 16:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2010-06-21 19:20+0300\n"
 "Last-Translator: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>\n"
 "Language-Team: Finnish <fi at li.org>\n"
+"Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Launchpad-Export-Date: 2008-06-21 16:08+0000\n"
 "X-Generator: Launchpad (build Unknown)\n"
 
-#: ../panel-plugin/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Käyttö: %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Suoritinkäytön kuvaaja"
 
-#: ../panel-plugin/properties.c:67 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Suoritinkäyttö"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Epälineaarinen aika-asteikko"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Näytä kehys"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Näytä reunus"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Näytä käyttöastepalkki"
 msgstr[1] "Näytä käyttöastepalkit"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Suorita päätteessä"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Käytä käynnistyksen huomautusta"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Väri 1:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Väri 2:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Väri 3:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Tausta:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Ulkoasu"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Lisäasetukset"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Nopein (~250ms)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Nopea (~500ms)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normaali (~750ms)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Hidas (~1s)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Päivitysväli: "
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Kaikki"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Seurattava ydin:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Leveys:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Korkeus:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Liitetty komento:"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Tavallinen"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Ei historiaa"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Ruudukko"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Tila:"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Tasaväri"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Liukuväri"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Liekki"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Väritys: "
 
diff --git a/po/fr.po b/po/fr.po
index 39925aa..5c74bc2 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2,155 +2,156 @@
 # Copyright (C) 2006 Alexander Nordfelth <alex.nordfelth at telia.com>
 # This file is distributed under the same license as the xfce4-cpugraph-plugin package.
 # Maximilian Schleiss <maximilian at xfce.org>, 2006-2008.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-21 16:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2008-11-24 21:06+0100\n"
 "Last-Translator: Maximilian Schleiss <maximilian at xfce.org>\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/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "CPU : %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Paramètres CPU Graph"
 
-#: ../panel-plugin/properties.c:67 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU Graph"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Échelle de temps non-linéaire"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Afficher un cadre"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Afficher une bordure"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Afficher une barre d'utilisation"
 msgstr[1] "Afficher des barres d'utilisation"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Lancer dans un émulateur de terminal"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Utiliser la notification de démarrage"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Couleur 1 :"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Couleur 2 :"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Couleur 3 :"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Arrière-plan :"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Apparence"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avancés"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Très rapide (~250ms)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Rapide (~500ms)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Lent (~1s)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Taux de rafraichissement :"
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Tous"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Nombre de coeurs surveillé :"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Largeur :"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Hauteur :"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Commande associée :"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Pas d'historique"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Grille"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Mode :"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Solide"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Dégradé"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Feu"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Mode de couleur :"
 
diff --git a/po/gl.po b/po/gl.po
index c872a83..7935811 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -1,161 +1,162 @@
 # Galician translation of xfce4-cpugraph-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-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-21 16:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2009-07-15 17:44+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/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Uso: %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Propiedades do gráfico da CPU"
 
-#: ../panel-plugin/properties.c:67 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Gráfico da CPU"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Usar escala de tempo non lineal"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Mostrar marco"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Mostrar bordo"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Mostrar a barra de uso actual"
 msgstr[1] "Mostrar as barras de uso actual"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Executar na terminal"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Usar notificación ao inicio"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Cor 1:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Cor 2:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Cor 3:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Fondo:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Aparencia"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avanzado"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Moi rápido (~250ms)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Rápido (~500ms)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Lento (~1s)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Intervalo de actualización: "
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Todo"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Núcleo seguido:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Ancho:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Alto:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Comando asociado:"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Sen historial"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Reixa"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Modo:"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Sólida"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Degradado"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Lume"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Modo de cor:"
 
diff --git a/po/hu.po b/po/hu.po
index cd6bc73..571c7af 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,151 +1,160 @@
 # Hungarian translation of xfce4-cpugraph-plugin
 # Copyright 2009. Free Software Foundation, Inc.
 # This file is distributed under the same license as the xfce4-cpugraph-plugin package.
-# 
+#
 # SZERVÁC Attila <sas at 321.hu>, 2008.
 # Gabor Kelemen <kelemeng at gnome dot hu>, 2009.
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-20 10:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2009-07-23 19:39+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/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Felhasználás: %u%%"
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "CPU-grafikon tulajdonságai"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU-grafikon"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Nem lineáris időskála használata"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Keret megjelenítése"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Keret megjelenítése"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Aktuális használati sáv megjelenítése"
 msgstr[1] "Aktuális használati sávok megjelenítése"
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Futtatás terminálban"
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Indítási értesítés használata"
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "1. szín:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "2. szín:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "3. szín:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Háttér:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Megjelenés"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Speciális"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Leggyorsabb (~250 em)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Gyors (~500 em)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normál (~750 em)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Lassú (~1 mp)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Frissítési időköz:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Szélesség:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Magasság:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Társított parancs:"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normál"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Nincs előzmény"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Rács"
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Mód:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Homogén"
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Színátmenet"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Tűz"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Színmód:"
 
diff --git a/po/id.po b/po/id.po
index 872bcdf..c5eeafa 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,149 +7,150 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-23 16:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2010-06-24 00:04+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <translation-team-id at lists.sourceforge.net>\n"
+"Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Penggunaan: %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Properti Grafik CPU"
 
-#: ../panel-plugin/properties.c:67 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Grafik CPU"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Gunakan skala waktu non linear"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Tampilkan bingkai"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Tampilkan batas"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Tampilkan batang penggunaan saat ini"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Jalankan di terminal"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Gunakan notifikasi hidupkan"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Warna 1:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Warna 2:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Warna 3:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Latar belakang:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Tampilan"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Mahir"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Tercepat (~250md)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Cepat (~500md)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750md)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Pelan (~1d)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Interval Pemutakhiran:"
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Semua"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Inti Terlacak:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Lebar:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Tinggi:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Perintah diasosiasikan :"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Tak ada riwayat"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Petak"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Mode:"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Solid"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradasi"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Api"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Mode warna: "
 
diff --git a/po/it.po b/po/it.po
index f4239b6..ac3d5f4 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2,156 +2,157 @@
 # Copyright (C) 2006 Alexander Nordfelth <alex.nordfelth at telia.com>
 # This file is distributed under the same license as the xfce4-cpugraph-plugin package.
 # Cristian Marchi <cri.penta at gmail.com>, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-22 10:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2010-04-26 20:49+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"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Utilizzo: %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Proprietà del grafico della CPU"
 
-#: ../panel-plugin/properties.c:67 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Grafico CPU"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Usa scala temporale non lineare"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Mostra cornice"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Mostra bordo"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Mostra la barra di utilizzo attuale"
 msgstr[1] "Mostra le barre di utilizzo attuale"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Esegui nel terminale"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Usa la notifica di avvio"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Colore 1:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Colore 2:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Colore 3:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Sfondo:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Aspetto"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avanzate"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Più veloce (~250ms)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Veloce (~500ms)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normale (~750ms)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Lento (~1s)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Intervallo di aggiornamento:"
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Tutti"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Processore tracciato:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Larghezza:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Altezza:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Comando associato:"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normale"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Istantaneo"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Griglia"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Modalità"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Solido"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradiente"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Fuoco"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Modalità colore:"
 
diff --git a/po/ja.po b/po/ja.po
index 8ab6c0e..85d9727 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-22 13:52+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2010-06-22 13:52+0900\n"
 "Last-Translator: Masato Hashimoto <cabezon.hashimoto at gmail.com>\n"
 "Language-Team: Japanese <xfce-i18n at xfce.org>\n"
@@ -17,141 +17,141 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../panel-plugin/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "使用率: %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "CPU グラフプロパティ"
 
-#: ../panel-plugin/properties.c:67 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU グラフ"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "非線形の時間スケールにする"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "フレームを表示する"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "枠を表示する"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "使用率バーを表示する"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "ターミナルで実行する"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "起動通知を行う"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "色 1:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "色 2:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "色 3:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "背景:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "外観"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "高度な設定"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "最速 (約250ミリ秒)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "速い (約500ミリ秒)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "通常 (約750ミリ秒)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "遅い (約1秒)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "更新間隔:"
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "全て"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "監視コア:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "幅:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "高さ:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "割当てコマンド :"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "通常"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "履歴なし"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "グリッド"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "モード:"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "単色"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "グラデーション"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "炎"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "カラーモード: "
 
diff --git a/po/kk.po b/po/kk.po
index b92b6d5..eccbeeb 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-13 04:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2010-08-13 15:19+0600\n"
 "Last-Translator: Baurzhan Muftakhidinov <baurthefirst at gmail.com>\n"
 "Language-Team: Kazakh <kk_KZ at googlegroups.com>\n"
@@ -19,146 +19,144 @@ msgstr ""
 "X-Poedit-Language: Kazakh\n"
 "X-Poedit-Country: KAZAKHSTAN\n"
 
-#: ../panel-plugin/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Қолданылуы: %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "CPU Graph модуль қасиеттері "
 
-#: ../panel-plugin/properties.c:67
-#: ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU Graph"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Сызықты емес уақыт шкаласы"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Қоршауын көрсету"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Шекарасын көрсету"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Қолдану панелін көрсету"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Терминалда орындау"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Қосылу ескертуін қолдану"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Түс 1:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Түс 2:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Түс 3:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Фон:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Сыртқы түрі"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Кеңейтілген"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Ең жылдам (~250ms)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Жылдам (~500ms)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Қалыпты (~750ms)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Баяу (~1s)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Жаңарту мерзімі:"
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Барлығы"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Бақыланатын ядро:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Ені:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Биіктігі:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Сәйкес команда :"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Қалыпты"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Тарихы"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Тор"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Режимі:"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Бүтін"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Градиент"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Жалын"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Түс режимі:"
 
 #: ../panel-plugin/cpugraph.desktop.in.in.h:2
 msgid "Graphical representation of the CPU load"
 msgstr "Процессор жүктелудің графикалық бейнелеуі"
-
diff --git a/po/ku.po b/po/ku.po
index 488df1a..70a1dc9 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -7,145 +7,154 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2008-11-02 12:51+0100\n"
 "Last-Translator: Erdal Ronahi <erdal.ronahi at gmail.com>\n"
 "Language-Team: Kurdish <ku at li.org>\n"
+"Language: ku\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "Graf a CPU"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Graf a CPU"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr ""
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Çarçovê nîşan bide"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Çarçovê nîşan bide"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Rengê 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Rengê 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Rengê 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Zemîn:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Xuyanî"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Pêşketî"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Bileztirîn (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Bilez (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Asayî (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Hêdî (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Dema Rojanekirinê: "
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Firehî:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Bilindahî:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Fermana girêdayî:"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Asayî"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Bê dîrokê"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Tor"
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Mod:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradyan"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Agir"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Moda rengan: "
 
diff --git a/po/lv.po b/po/lv.po
index 5c71922..88c7e70 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2009-09-18 21:53+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,139 +20,147 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
 "2);\n"
 
-#: ../panel-plugin/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "CPU grafs"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU grafs"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "Ne lineārs laika mērogs"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Rādīt kadrus:"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Rādīt kadrus:"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 msgstr[2] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Krāsa 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Krāsa 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Krāsa 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Fons:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Izskats"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Paplašināti"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Ātrākais (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Ātrs (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Parasts (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Lēns (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Atjaunināšanas intervāls: "
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Platums:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Augstums:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Saistītās komandas :"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Parasts"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Nav vēstures"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Režīms:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradients"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Uguns"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Krāsu režīms: "
 
diff --git a/po/nb.po b/po/nb.po
index ab29722..3a6185e 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -7,146 +7,155 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2007-07-01 22:07+0200\n"
 "Last-Translator: Terje Uriansrud <ter at operamail.com>\n"
 "Language-Team: Norwegian Bokmal\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/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "Prosessorgraf"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Prosessorgraf"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr ""
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Vis ramme"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Vis ramme"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Farge 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Farge 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Farge 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Bakgrunn:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Utseende"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avansert"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Raskest (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Raskt (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normalt (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Sakte (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Oppdateringsintervall: "
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Bredde:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Høyde:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr ""
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Ingen historikk"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Modus:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Fargeovergang"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Flammer"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Fargemodus: "
 
diff --git a/po/pa.po b/po/pa.po
index bd6a942..a2d701d 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -6,148 +6,157 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2009-10-19 08:09+0530\n"
 "Last-Translator: A S Alam <aalam at users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-users at lists.sf.net>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Lokalize 1.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: ../panel-plugin/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "CPU ਗਰਾਫ਼"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU ਗਰਾਫ਼"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "ਗ਼ੈਰ-ਰੇਖਿਕ ਸਮਾਂ-ਸਕੇਲ"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "ਫਰੇਮ ਵੇਖੋ"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "ਫਰੇਮ ਵੇਖੋ"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "ਰੰਗ 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "ਰੰਗ 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "ਰੰਗ 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "ਬੈਕਗਰਾਊਂਡ:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "ਦਿੱਖ"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "ਮਾਹਰ"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "ਸਭ ਤੋਂ ਤੇਜ਼ (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "ਤੇਜ਼ (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "ਸਧਾਰਨ (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "ਹੌਲੀ (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "ਅੱਪਡੇਟ ਇੰਟਰਵਲ:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "ਚੌੜਾਈ:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "ਉਚਾਈ"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "ਸਬੰਧਿਤ ਕਮਾਂਡ:"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "ਸਧਾਰਨ"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "ਅਤੀਤ ਨਹੀਂ"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "ਮੋਡ:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "ਗਰੇਡੀਐਂਟ"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "ਫਾਇਰ"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "ਰੰਗ ਮੋਡ: "
 
diff --git a/po/pl.po b/po/pl.po
index 40fa82e..aae4138 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -5,146 +5,155 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin 0.4.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2009-04-08 20:18+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/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "Monitor CPU"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Monitor CPU"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "Nie-liniowa skala czasu"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Ramka"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Ramka"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Kolor 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Kolor 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Kolor 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Kolor tła:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Wygląd"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Zaawansowane"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Bardzo krótki (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Krótki (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Średni (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Długi (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Okres aktualizacji:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Długość:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Wysokość:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr ""
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normalny"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "Diody LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Brak historii"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Tryb:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradient"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Płomień"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Tryb kolorów:"
 
diff --git a/po/pt.po b/po/pt.po
index f49578e..7aca4f2 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,15 +2,16 @@
 # 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.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-08 16:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2010-04-19 14:15-0000\n"
 "Last-Translator: Sérgio Marques <smarquespt at gmail.com>\n"
 "Language-Team: \n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -18,142 +19,142 @@ msgstr ""
 "X-Poedit-Language: Portuguese\n"
 "X-Poedit-Country: Portugal\n"
 
-#: ../panel-plugin/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Utilização: %u%%"
 
-#: ../panel-plugin/properties.c:52
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Propriedades de CPU Graph"
 
-#: ../panel-plugin/properties.c:64 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Gráfico de CPU"
 
-#: ../panel-plugin/properties.c:76
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Utilizar escala de tempo não linear"
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Mostrar vinheta"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Mostrar borda"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Mostrar barra de utilização"
 msgstr[1] "Mostrar barras de utilização"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Executar no terminal"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Utilizar notificação de arranque"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Cor 1:"
 
-#: ../panel-plugin/properties.c:86
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Cor 2:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Cor 3:"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Fundo:"
 
-#: ../panel-plugin/properties.c:95
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Aparência"
 
-#: ../panel-plugin/properties.c:97
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avançado"
 
-#: ../panel-plugin/properties.c:173
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Mais rápido (~250ms)"
 
-#: ../panel-plugin/properties.c:174
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Rápido (~500ms)"
 
-#: ../panel-plugin/properties.c:175
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Lento (~1s)"
 
-#: ../panel-plugin/properties.c:180
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Intervalo de Actualização:"
 
-#: ../panel-plugin/properties.c:188
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Tudo"
 
-#: ../panel-plugin/properties.c:194
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Núcleo Acompanhado:"
 
-#: ../panel-plugin/properties.c:205
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Largura:"
 
-#: ../panel-plugin/properties.c:207
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Altura:"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Comando associado:"
 
-#: ../panel-plugin/properties.c:245
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:246
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:247
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Sem histórico"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Grelha"
 
-#: ../panel-plugin/properties.c:252
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Modo:"
 
-#: ../panel-plugin/properties.c:257
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Sólido"
 
-#: ../panel-plugin/properties.c:258
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradiente"
 
-#: ../panel-plugin/properties.c:259
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Fogo"
 
-#: ../panel-plugin/properties.c:263
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Modo de cor:"
 
diff --git a/po/pt_BR.po b/po/pt_BR.po
index db26acd..374a93a 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,147 +7,156 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2007-08-31 16:54-0300\n"
 "Last-Translator: Fábio Nogueira <deb-user-ba at ubuntu.com>\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/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "Gráfico da CPU"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Gráfico da CPU"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "Escala de tempo não-linear"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Mostrar borda"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Mostrar borda"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Cor 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Cor 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Cor 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Cor de fundo:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Aparência"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avançado"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Super rápido (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Rápido (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Devagar (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Intervalo de atualização: "
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Largura:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Altura:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Comando associado :"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Sem histórico"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Modo:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradiente"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Fogo"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Modo de cor: "
 
diff --git a/po/ro.po b/po/ro.po
index 4127ad7..39f2a3f 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,146 +7,155 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2009-02-24 20:45+0200\n"
 "Last-Translator: Igor Știrbu <igor.stirbu at gmail.com>\n"
 "Language-Team: Romanian <debian-l10n-romanian at lists.debian.org>\n"
+"Language: ro\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "Grafic CPU"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Grafic CPU"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "Scară neliniară de timp"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Arată cadrul"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Arată cadrul"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Culoare 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Culoare 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Culoare 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Fundal:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Aspect"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avansat"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Minim (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Mic (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Mare (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Interval de actualizare:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Lățime:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Înălțime:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Comandă asociată:"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Fără istoric"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Mod de afișare:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Degradeu"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Foc"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Mod de colorare:"
 
diff --git a/po/ru.po b/po/ru.po
index 69c0cce..8b54c4e 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,156 +1,157 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-21 22:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Urmas <davian818 at gmail.com>\n"
 "Language-Team: Andriy Kovtun <kovtunos at yandex.ru>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Language: Russian\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11?0:n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ?1:2;\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11?0:n%10>=2 && n%10<=4 "
+"&& (n%100<10 || n%100>=20) ?1:2;\n"
 
-#: ../panel-plugin/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Использовано: %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Параметры модуля CPU Graph"
 
-#: ../panel-plugin/properties.c:67
-#: ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "График процессора"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Нелинейная временная шкала"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Показывать рамку"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Показывать рамку"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Показать панель загруженности"
 msgstr[1] "Показать панели загруженности"
 msgstr[2] "Показать панели загруженности"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Запустить в терминале"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Использовать уведомление при запуске"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Цвет 1:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Цвет 2:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Цвет 3:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Фон:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Внешний вид"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Расширенные настройки"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Очень быстрый (~250ms)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Быстрый (~500ms)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Нормальный (~750ms)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Медленный (~1s)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Интервал обновления:"
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Все"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Ядро:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Ширина:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Высота:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Связанная команда:"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Нормальный"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "Индикатор"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Без истории"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Сетка"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Режим:"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Сплошной"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Градиент"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Пламя"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Цветовой режим:"
 
@@ -160,6 +161,6 @@ msgstr "Графическое представление загруженнос
 
 #~ msgid "Configure CPU Graph"
 #~ msgstr "Настройки графика процессора"
+
 #~ msgid "None"
 #~ msgstr "Нет"
-
diff --git a/po/sq.po b/po/sq.po
index 8d8da9b..145ad87 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,147 +6,156 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2008-11-04 23:05+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/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "Grafik i CPU-së"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Grafik i CPU-së"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "Shkallë kohore jolineare"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Shfaq kornizë"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Shfaq kornizë"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Ngjyrë 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Ngjyrë 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Ngjyrë 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Sfond:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Dukje"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Të mëtejshme"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Më i shpejti (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "I shpejtë (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "I ngadaltë (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Interval Përditësimi: "
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Gjerësi:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Lartësi:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Urdhër përshoqërues :"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Pa historik"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Mënyrë:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Shkallëzor"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Zjarr"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Mënyrë ngjyre: "
 
diff --git a/po/sv.po b/po/sv.po
index f2620bb..ebecaa9 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,146 +7,155 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2008-12-21 19:25+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/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "Processordiagram"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Processordiagram"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "Ickelinjär tidsskala"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Visa ram"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Visa ram"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Färg 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Färg 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Färg 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Bakgrund:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Utseende"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Avancerat"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Snabbast (~250 ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Snabb (~500 ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750 ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Långsam (~1 s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Uppdateringsintervall: "
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Bredd:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Höjd:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Associerat kommando :"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Ingen historik"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Läge:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradient"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Eld"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Färgläge: "
 
diff --git a/po/tr.po b/po/tr.po
index 0580841..6227709 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,147 +7,156 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4 cpugraph plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\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/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "İşlemci Grafiği"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "İşlemci Grafiği"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "Doğrusal olmayan zaman ölçeği"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Çerçeve göster"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "Çerçeve göster"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Renk 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Renk 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Renk 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Artalan: "
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Görünüm"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Gelişmiş"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "En hızlı (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Hızlı (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Normal (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Yavaş (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "Güncelleme Aralığı:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Genişlik:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Yükseklik:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "İlişkilendirilmiş komut :"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Normal"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Geçmiş yok"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Kip:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Gradyan"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Alev"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Renk kipi:"
 
diff --git a/po/ug.po b/po/ug.po
index f147187..18789e6 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -7,142 +7,151 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 15:23+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2010-04-18 16:18+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"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../panel-plugin/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "ئىشلىتىلىۋاتقىنى: %u%%"
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "CPU گرافىك خاسلىقى"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU گرافىكى"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "非線形の時間スケールにする"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "フレームを表示する"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "گىرۋەكنى كۆرسەت"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "ئىشلىتىلىشىنى كۆرسىتىدىغان بالداقنى كۆرسەت"
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "تېرمىنالدا ئىجرا قىلىدۇ"
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "قوزغالغاندا ئۇقتۇرۇش قىلىدۇ"
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "رەڭ 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "رەڭ 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "رەڭ 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "تەگلىك:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "كۆرۈنۈشى"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "ئالىي"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "بەك تەز (~250 مىللىسېكۇنت)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "تەز (~500مىللىسېكۇنت)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "normal (~750مىللىسېكۇنت)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "遅い (~1مىللىسېكۇنت)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "يېڭىلاش ۋاقتى:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "كەڭلىك:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "ئېگىزلىك:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "مۇناسىۋەتلىك بۇيرۇق :"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "نورمال"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "ئىز يوق"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "سېتكا"
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "ئۇسۇلى:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "لىق تولغان"
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "سۈزۈك گۈل نۇسخىسى"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "炎"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "رەڭگى: "
 
diff --git a/po/uk.po b/po/uk.po
index bd3d6f7..65dbd80 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1,159 +1,161 @@
 # Ukrainian translation of xfce4-cpugraph-plugin.
 # Copyright (C) 2007 Dmitry Nikitin
 # This file is distributed under the same license as the xfce4-cpugraph-plugin package.
-# 
+#
 # Dmitry Nikitin <luckas_fb at mail.ru>, 2007, 2008.
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-01 10:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2008-07-28 18:20+0300\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"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 "X-Generator: KBabel 1.11.4\n"
 
-#: ../panel-plugin/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "Використання: %u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "Налаштування CPU Graph"
 
-#: ../panel-plugin/properties.c:67 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "Статистика процесора"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "Використовувати нелінійну шкалу часу"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "Показувати рамку"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "Показувати рамку"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "Показати панель поточного використання"
 msgstr[1] "Показати панелі поточного використання"
 msgstr[2] "Показати панелі поточного використання"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "Запустити в терміналі"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "Використовувати повідомлення при старті"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "Колір 1:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "Колір 2:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "Колір 3:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "Тло:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "Вигляд"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "Додатково"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "Якнайшвидше (~250мс)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "Швидко (~500мс)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "Нормально (~750мс)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "Поволі (~1с)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "Інтервал поновлення:"
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "Все"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "Спостереження за ядром:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "Ширина:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "Висота:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "Асоційовано з командою :"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "Нормально"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "Індикатор LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "Без історії"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "Сітка"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "Тип:"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "Заповнення"
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "Переливається"
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "Вогняний"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "Тип кольору: "
 
diff --git a/po/ur.po b/po/ur.po
index b59893f..ca9c20d 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2009-05-14 02:46+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,138 +20,146 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: ../panel-plugin/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "سی پی یو گراف"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "سی پی یو گراف"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "غیر-لائنر وقت-قیاس"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "فریم دکھائیں"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "فریم دکھائیں"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "رنگ 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "رنگ 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "رنگ 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "بیک اینڈ:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "مظہر"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "اعلی"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "تیز تر (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "تیز (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "سادہ (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "آہستہ (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "تجدید وقفہ:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "چوڑائی:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "اونچائی:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "متعلقہ کمانڈ :"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "سادہ"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "ایل ای ڈی"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "محفوظات نہیں"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "موڈ:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "گریڈیئنٹ"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "آگ"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "رنگ موڈ:"
 
diff --git a/po/ur_PK.po b/po/ur_PK.po
index b59893f..ca9c20d 100644
--- a/po/ur_PK.po
+++ b/po/ur_PK.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 14:14+0900\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2009-05-14 02:46+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,138 +20,146 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: ../panel-plugin/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr ""
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 #, fuzzy
 msgid "CPU Graph Properties"
 msgstr "سی پی یو گراف"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "سی پی یو گراف"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 #, fuzzy
 msgid "Use non-linear time-scale"
 msgstr "غیر-لائنر وقت-قیاس"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "فریم دکھائیں"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 #, fuzzy
 msgid "Show border"
 msgstr "فریم دکھائیں"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr ""
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr ""
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "رنگ 1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "رنگ 2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "رنگ 3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "بیک اینڈ:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "مظہر"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "اعلی"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "تیز تر (~250ms)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "تیز (~500ms)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "سادہ (~750ms)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "آہستہ (~1s)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 #, fuzzy
 msgid "Update Interval:"
 msgstr "تجدید وقفہ:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "چوڑائی:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "اونچائی:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "متعلقہ کمانڈ :"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "سادہ"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "ایل ای ڈی"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "محفوظات نہیں"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "موڈ:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "گریڈیئنٹ"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "آگ"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "رنگ موڈ:"
 
diff --git a/po/zh_CN.po b/po/zh_CN.po
index a9237a8..b102de1 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,142 +7,151 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-cpugraph-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 08:05+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2010-04-18 16:47+0800\n"
 "Last-Translator: Hunt Xu <huntxu at live.cn>\n"
 "Language-Team: Chinese (simplified)\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../panel-plugin/cpu.c:257
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "使用率: %u%%"
 
-#: ../panel-plugin/properties.c:45
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "CPU 图像属性"
 
-#: ../panel-plugin/properties.c:57 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU 图像"
 
-#: ../panel-plugin/properties.c:68
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "使用非线性时间缩放"
 
-#: ../panel-plugin/properties.c:69
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "显示框架"
 
-#: ../panel-plugin/properties.c:70
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "显示边框"
 
-#: ../panel-plugin/properties.c:71
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "显示当前使用率栏"
 
-#: ../panel-plugin/properties.c:73
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "在终端中运行"
 
-#: ../panel-plugin/properties.c:74
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "使用启动通知"
 
-#: ../panel-plugin/properties.c:77
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "颜色1:"
 
-#: ../panel-plugin/properties.c:78
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "颜色2:"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "颜色3:"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "背景:"
 
-#: ../panel-plugin/properties.c:87
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "外观"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "高级"
 
-#: ../panel-plugin/properties.c:165
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "最快(约250毫秒)"
 
-#: ../panel-plugin/properties.c:166
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "快(约500毫秒)"
 
-#: ../panel-plugin/properties.c:167
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "正常(约750毫秒)"
 
-#: ../panel-plugin/properties.c:168
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "慢(约1秒)"
 
-#: ../panel-plugin/properties.c:172
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "更新时间间隔:"
 
-#: ../panel-plugin/properties.c:181
+#: ../panel-plugin/properties.c:214
+msgid "All"
+msgstr ""
+
+#: ../panel-plugin/properties.c:220
+msgid "Tracked Core:"
+msgstr ""
+
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "宽度:"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "高度:"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "指定命令:"
 
-#: ../panel-plugin/properties.c:221
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "正常"
 
-#: ../panel-plugin/properties.c:222
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:223
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "历史为空"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "网格"
 
-#: ../panel-plugin/properties.c:228
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "模式:"
 
-#: ../panel-plugin/properties.c:233
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr "固定"
 
-#: ../panel-plugin/properties.c:234
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr "渐变"
 
-#: ../panel-plugin/properties.c:235
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "火焰"
 
-#: ../panel-plugin/properties.c:239
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "颜色模式: "
 
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 51526e5..e9514f6 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2,157 +2,158 @@
 # Copyright (C) 2010 THE xfce4-cpugraph-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce4-cpugraph-plugin package.
 # Cheng-Chia Tseng <pswo10680 at gmail.com>, 2010.
-# 
-# 
+#
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-cpugraph-plugin master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-28 04:02+0000\n"
+"POT-Creation-Date: 2010-09-30 18:54+0900\n"
 "PO-Revision-Date: 2010-06-28 13:31+0800\n"
 "Last-Translator: Cheng-Chia Tseng <pswo10680 at gmail.com>\n"
 "Language-Team: \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/cpu.c:281
+#: ../panel-plugin/cpu.c:303
 #, c-format
 msgid "Usage: %u%%"
 msgstr "使用率:%u%%"
 
-#: ../panel-plugin/properties.c:55
+#: ../panel-plugin/properties.c:78
 msgid "CPU Graph Properties"
 msgstr "CPU 圖表屬性"
 
-#: ../panel-plugin/properties.c:67 ../panel-plugin/cpugraph.desktop.in.in.h:1
+#: ../panel-plugin/properties.c:90 ../panel-plugin/cpugraph.desktop.in.in.h:1
 msgid "CPU Graph"
 msgstr "CPU 圖表"
 
-#: ../panel-plugin/properties.c:79
+#: ../panel-plugin/properties.c:102
 msgid "Use non-linear time-scale"
 msgstr "使用非線性時間縮放"
 
-#: ../panel-plugin/properties.c:80
+#: ../panel-plugin/properties.c:103
 msgid "Show frame"
 msgstr "顯示框"
 
-#: ../panel-plugin/properties.c:81
+#: ../panel-plugin/properties.c:104
 msgid "Show border"
 msgstr "顯示邊緣"
 
-#: ../panel-plugin/properties.c:82
+#: ../panel-plugin/properties.c:105
 msgid "Show current usage bar"
 msgid_plural "Show current usage bars"
 msgstr[0] "顯示目前使用率列"
 msgstr[1] "顯示目前使用率列"
 
-#: ../panel-plugin/properties.c:84
+#: ../panel-plugin/properties.c:107
 msgid "Run in terminal"
 msgstr "在終端機內執行"
 
-#: ../panel-plugin/properties.c:85
+#: ../panel-plugin/properties.c:108
 msgid "Use startup notification"
 msgstr "使用啟動通知"
 
-#: ../panel-plugin/properties.c:88
+#: ../panel-plugin/properties.c:111
 msgid "Color 1:"
 msgstr "色彩 1:"
 
-#: ../panel-plugin/properties.c:89
+#: ../panel-plugin/properties.c:112
 msgid "Color 2:"
 msgstr "色彩 2:"
 
-#: ../panel-plugin/properties.c:90
+#: ../panel-plugin/properties.c:113
 msgid "Color 3:"
 msgstr "色彩 3:"
 
-#: ../panel-plugin/properties.c:91
+#: ../panel-plugin/properties.c:114
 msgid "Background:"
 msgstr "背景:"
 
-#: ../panel-plugin/properties.c:98
+#: ../panel-plugin/properties.c:121
 msgid "Appearance"
 msgstr "外觀"
 
-#: ../panel-plugin/properties.c:100
+#: ../panel-plugin/properties.c:123
 msgid "Advanced"
 msgstr "進階"
 
-#: ../panel-plugin/properties.c:176
+#: ../panel-plugin/properties.c:199
 msgid "Fastest (~250ms)"
 msgstr "最快 (~250ms)"
 
-#: ../panel-plugin/properties.c:177
+#: ../panel-plugin/properties.c:200
 msgid "Fast (~500ms)"
 msgstr "快 (~500ms)"
 
-#: ../panel-plugin/properties.c:178
+#: ../panel-plugin/properties.c:201
 msgid "Normal (~750ms)"
 msgstr "一般 (~750ms)"
 
-#: ../panel-plugin/properties.c:179
+#: ../panel-plugin/properties.c:202
 msgid "Slow (~1s)"
 msgstr "慢 (~1s)"
 
-#: ../panel-plugin/properties.c:183
+#: ../panel-plugin/properties.c:206
 msgid "Update Interval:"
 msgstr "更新間隔:"
 
-#: ../panel-plugin/properties.c:191
+#: ../panel-plugin/properties.c:214
 msgid "All"
 msgstr "全部"
 
-#: ../panel-plugin/properties.c:197
+#: ../panel-plugin/properties.c:220
 msgid "Tracked Core:"
 msgstr "追蹤核心:"
 
-#: ../panel-plugin/properties.c:208
+#: ../panel-plugin/properties.c:231
 msgid "Width:"
 msgstr "寬:"
 
-#: ../panel-plugin/properties.c:210
+#: ../panel-plugin/properties.c:233
 msgid "Height:"
 msgstr "高:"
 
-#: ../panel-plugin/properties.c:224
+#: ../panel-plugin/properties.c:247
 msgid "Associated command :"
 msgstr "相關指令:"
 
-#: ../panel-plugin/properties.c:248
+#: ../panel-plugin/properties.c:271
 msgid "Normal"
 msgstr "一般"
 
-#: ../panel-plugin/properties.c:249
+#: ../panel-plugin/properties.c:272
 msgid "LED"
 msgstr "LED"
 
-#: ../panel-plugin/properties.c:250
+#: ../panel-plugin/properties.c:273
 msgid "No history"
 msgstr "無歷史"
 
-#: ../panel-plugin/properties.c:251
+#: ../panel-plugin/properties.c:274
 msgid "Grid"
 msgstr "網格"
 
-#: ../panel-plugin/properties.c:255
+#: ../panel-plugin/properties.c:278
 msgid "Mode:"
 msgstr "模式:"
 
-#: ../panel-plugin/properties.c:260
+#: ../panel-plugin/properties.c:283
 msgid "Solid"
 msgstr ""
 
-#: ../panel-plugin/properties.c:261
+#: ../panel-plugin/properties.c:284
 msgid "Gradient"
 msgstr ""
 
-#: ../panel-plugin/properties.c:262
+#: ../panel-plugin/properties.c:285
 msgid "Fire"
 msgstr "火"
 
-#: ../panel-plugin/properties.c:266
+#: ../panel-plugin/properties.c:289
 msgid "Color mode: "
 msgstr "色彩模式:"
 



More information about the Xfce4-commits mailing list