[Xfce4-commits] <xfce4-wavelan-plugin:master> Overall package cleanup

Florian Rivoal noreply at xfce.org
Fri Nov 19 15:22:04 CET 2010


Updating branch refs/heads/master
         to 94206aa6b15f74efa67e37a99f8f8d3359ffb0ec (commit)
       from 682c767dfc42d2fa9630542e9585f887625e8c1a (commit)

commit 94206aa6b15f74efa67e37a99f8f8d3359ffb0ec
Author: Florian Rivoal <frivoal at xfce.org>
Date:   Mon Nov 15 11:20:08 2010 +0900

    Overall package cleanup
    
    Update copyright notices, update autogen.sh, remove svn fluff, update the
    LINGUAS file, make update-po, update the INSTALL file.

 AUTHORS                            |    1 +
 COPYING                            |    2 +-
 INSTALL                            |  228 ++++++++++++++++++++++++++++-------
 Makefile.am                        |    2 -
 autogen.sh                         |   31 +----
 configure.in.in => configure.ac.in |   15 +--
 panel-plugin/Makefile.am           |    2 -
 panel-plugin/wavelan.c             |    5 +-
 panel-plugin/wi.h                  |    4 +-
 panel-plugin/wi_bsd.c              |    4 +-
 panel-plugin/wi_common.c           |    6 +-
 panel-plugin/wi_linux.c            |    4 +-
 po/LINGUAS                         |    2 -
 po/ar.po                           |   22 ++--
 po/ast.po                          |   22 ++--
 po/be.po                           |   23 ++--
 po/ca.po                           |   22 ++--
 po/cs.po                           |   31 +++---
 po/da.po                           |   31 +++---
 po/de.po                           |   32 +++---
 po/en_GB.po                        |   22 ++--
 po/es.po                           |   31 +++---
 po/eu.po                           |   25 ++--
 po/fr.po                           |   31 +++---
 po/gl.po                           |   31 +++---
 po/hu.po                           |   27 +++--
 po/id.po                           |   31 +++---
 po/it.po                           |   31 +++---
 po/ja.po                           |   30 +++--
 po/kk.po                           |   29 +++---
 po/ko.po                           |   22 ++--
 po/lv.po                           |   23 ++--
 po/nb.po                           |   22 ++--
 po/pl.po                           |   22 ++--
 po/pt.po                           |   31 +++---
 po/pt_BR.po                        |   22 ++--
 po/ru.po                           |   31 +++---
 po/sq.po                           |   38 +++++--
 po/sv.po                           |   31 +++---
 po/tr.po                           |   22 ++--
 po/ug.po                           |   26 +++--
 po/uk.po                           |   23 ++--
 po/ur.po                           |   31 +++---
 po/ur_PK.po                        |   31 +++---
 po/vi.po                           |   22 ++--
 po/xfce4-wavelan-plugin.pot        |   22 ++--
 po/zh_CN.po                        |   25 ++--
 47 files changed, 687 insertions(+), 534 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index c19bbea..b1a8bcf 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
+Florian Rivoal <frivoal at xfce.org>
 Benedikt Meurer <benny at xfce.org>
 Sebastian Yepes F. <esn at x123.info>
 An-Cheng Huang <pach at cs.cmu.edu>
diff --git a/COPYING b/COPYING
index a023aee..486adf4 100644
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
 Copyright (c) 2003 Benedikt Meurer <benny at xfce.org>
-All rights reserved.
+Copyright (c) 2010 Florian Rivoal <frivoal at xfce.org>
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
diff --git a/INSTALL b/INSTALL
index 54caf7c..7d1c323 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,13 +1,25 @@
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software
-Foundation, Inc.
+Installation Instructions
+*************************
 
-   This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
 
 Basic Installation
 ==================
 
-   These are generic installation instructions.
+   Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
+more-detailed instructions are generic; see the `README' file for
+instructions specific to this package.  Some packages provide this
+`INSTALL' file but do not implement all of the features documented
+below.  The lack of an optional feature in a given package is not
+necessarily a bug.  More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
 
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -20,9 +32,9 @@ debugging `configure').
 
    It can also use an optional file (typically called `config.cache'
 and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  (Caching is
+the results of its tests to speed up reconfiguring.  Caching is
 disabled by default to prevent problems with accidental use of stale
-cache files.)
+cache files.
 
    If you need to do unusual things to compile the package, please try
 to figure out how `configure' could check whether to do them, and mail
@@ -32,30 +44,37 @@ some point `config.cache' contains results you don't want to keep, you
 may remove or edit it.
 
    The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You only need
-`configure.ac' if you want to change it or regenerate `configure' using
-a newer version of `autoconf'.
+`configure' by a program called `autoconf'.  You need `configure.ac' if
+you want to change it or regenerate `configure' using a newer version
+of `autoconf'.
 
-The simplest way to compile this package is:
+   The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
-     `./configure' to configure the package for your system.  If you're
-     using `csh' on an old version of System V, you might need to type
-     `sh ./configure' instead to prevent `csh' from trying to execute
-     `configure' itself.
+     `./configure' to configure the package for your system.
 
-     Running `configure' takes awhile.  While running, it prints some
-     messages telling which features it is checking for.
+     Running `configure' might take a while.  While running, it prints
+     some messages telling which features it is checking for.
 
   2. Type `make' to compile the package.
 
   3. Optionally, type `make check' to run any self-tests that come with
-     the package.
+     the package, generally using the just-built uninstalled binaries.
 
   4. Type `make install' to install the programs and any data files and
-     documentation.
-
-  5. You can remove the program binaries and object files from the
+     documentation.  When installing into a prefix owned by root, it is
+     recommended that the package be configured and built as a regular
+     user, and only the `make install' phase executed with root
+     privileges.
+
+  5. Optionally, type `make installcheck' to repeat any self-tests, but
+     this time using the binaries in their final installed location.
+     This target does not install anything.  Running this target as a
+     regular user, particularly if the prior `make install' required
+     root privileges, verifies that the installation completed
+     correctly.
+
+  6. You can remove the program binaries and object files from the
      source code directory by typing `make clean'.  To also remove the
      files that `configure' created (so you can compile the package for
      a different kind of computer), type `make distclean'.  There is
@@ -64,6 +83,16 @@ The simplest way to compile this package is:
      all sorts of other programs in order to regenerate files that came
      with the distribution.
 
+  7. Often, you can also type `make uninstall' to remove the installed
+     files again.  In practice, not all packages have tested that
+     uninstallation works correctly, even though it is required by the
+     GNU Coding Standards.
+
+  8. Some packages, particularly those that use Automake, provide `make
+     distcheck', which can by used by developers to test that all other
+     targets like `make install' and `make uninstall' work correctly.
+     This target is generally not run by end users.
+
 Compilers and Options
 =====================
 
@@ -75,7 +104,7 @@ for details on some of the pertinent environment variables.
 by setting variables in the command line or in the environment.  Here
 is an example:
 
-     ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
+     ./configure CC=c99 CFLAGS=-g LIBS=-lposix
 
    *Note Defining Variables::, for more details.
 
@@ -84,44 +113,89 @@ Compiling For Multiple Architectures
 
    You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
-own directory.  To do this, you must use a version of `make' that
-supports the `VPATH' variable, such as GNU `make'.  `cd' to the
+own directory.  To do this, you can use GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 the `configure' script.  `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
+source code in the directory that `configure' is in and in `..'.  This
+is known as a "VPATH" build.
 
-   If you have to use a `make' that does not support the `VPATH'
-variable, you have to compile the package for one architecture at a
-time in the source code directory.  After you have installed the
-package for one architecture, use `make distclean' before reconfiguring
-for another architecture.
+   With a non-GNU `make', it is safer to compile the package for one
+architecture at a time in the source code directory.  After you have
+installed the package for one architecture, use `make distclean' before
+reconfiguring for another architecture.
+
+   On MacOS X 10.5 and later systems, you can create libraries and
+executables that work on multiple system types--known as "fat" or
+"universal" binaries--by specifying multiple `-arch' options to the
+compiler but only a single `-arch' option to the preprocessor.  Like
+this:
+
+     ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CPP="gcc -E" CXXCPP="g++ -E"
+
+   This is not guaranteed to produce working output in all cases, you
+may have to build one architecture at a time and combine the results
+using the `lipo' tool if you have problems.
 
 Installation Names
 ==================
 
-   By default, `make install' will install the package's files in
-`/usr/local/bin', `/usr/local/man', etc.  You can specify an
-installation prefix other than `/usr/local' by giving `configure' the
-option `--prefix=PATH'.
+   By default, `make install' installs the package's commands under
+`/usr/local/bin', include files under `/usr/local/include', etc.  You
+can specify an installation prefix other than `/usr/local' by giving
+`configure' the option `--prefix=PREFIX', where PREFIX must be an
+absolute file name.
 
    You can specify separate installation prefixes for
 architecture-specific files and architecture-independent files.  If you
-give `configure' the option `--exec-prefix=PATH', the package will use
-PATH as the prefix for installing programs and libraries.
-Documentation and other data files will still use the regular prefix.
+pass the option `--exec-prefix=PREFIX' to `configure', the package uses
+PREFIX as the prefix for installing programs and libraries.
+Documentation and other data files still use the regular prefix.
 
    In addition, if you use an unusual directory layout you can give
-options like `--bindir=PATH' to specify different values for particular
+options like `--bindir=DIR' to specify different values for particular
 kinds of files.  Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
+you can set and what kinds of files go in them.  In general, the
+default for these options is expressed in terms of `${prefix}', so that
+specifying just `--prefix' will affect all of the other directory
+specifications that were not explicitly provided.
+
+   The most portable way to affect installation locations is to pass the
+correct locations to `configure'; however, many packages provide one or
+both of the following shortcuts of passing variable assignments to the
+`make install' command line to change installation locations without
+having to reconfigure or recompile.
+
+   The first method involves providing an override variable for each
+affected directory.  For example, `make install
+prefix=/alternate/directory' will choose an alternate location for all
+directory configuration variables that were expressed in terms of
+`${prefix}'.  Any directories that were specified during `configure',
+but not in terms of `${prefix}', must each be overridden at install
+time for the entire installation to be relocated.  The approach of
+makefile variable overrides for each directory variable is required by
+the GNU Coding Standards, and ideally causes no recompilation.
+However, some platforms have known limitations with the semantics of
+shared libraries that end up requiring recompilation when using this
+method, particularly noticeable in packages that use GNU Libtool.
+
+   The second method involves providing the `DESTDIR' variable.  For
+example, `make install DESTDIR=/alternate/directory' will prepend
+`/alternate/directory' before all installation names.  The approach of
+`DESTDIR' overrides is not required by the GNU Coding Standards, and
+does not work on platforms that have drive letters.  On the other hand,
+it does better at avoiding recompilation issues, and works well even
+when some directory options were not specified in terms of `${prefix}'
+at `configure' time.
+
+Optional Features
+=================
 
    If the package supports it, you can cause programs to be installed
 with an extra prefix or suffix on their names by giving `configure' the
 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
 
-Optional Features
-=================
-
    Some packages pay attention to `--enable-FEATURE' options to
 `configure', where FEATURE indicates an optional part of the package.
 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
@@ -134,6 +208,45 @@ find the X include and library files automatically, but if it doesn't,
 you can use the `configure' options `--x-includes=DIR' and
 `--x-libraries=DIR' to specify their locations.
 
+   Some packages offer the ability to configure how verbose the
+execution of `make' will be.  For these packages, running `./configure
+--enable-silent-rules' sets the default to minimal output, which can be
+overridden with `make V=1'; while running `./configure
+--disable-silent-rules' sets the default to verbose, which can be
+overridden with `make V=0'.
+
+Particular systems
+==================
+
+   On HP-UX, the default C compiler is not ANSI C compatible.  If GNU
+CC is not installed, it is recommended to use the following options in
+order to use an ANSI C compiler:
+
+     ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
+
+and if that doesn't work, install pre-built binaries of GCC for HP-UX.
+
+   On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
+parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
+a workaround.  If GNU CC is not installed, it is therefore recommended
+to try
+
+     ./configure CC="cc"
+
+and if that doesn't work, try
+
+     ./configure CC="cc -nodtk"
+
+   On Solaris, don't put `/usr/ucb' early in your `PATH'.  This
+directory contains several dysfunctional programs; working variants of
+these programs are available in `/usr/bin'.  So, if you need `/usr/ucb'
+in your `PATH', put it _after_ `/usr/bin'.
+
+   On Haiku, software installed for all users goes in `/boot/common',
+not `/usr/local'.  It is recommended to use the following options:
+
+     ./configure --prefix=/boot/common
+
 Specifying the System Type
 ==========================
 
@@ -149,14 +262,15 @@ type, such as `sun4', or a canonical name which has the form:
 
 where SYSTEM can have one of these forms:
 
-     OS KERNEL-OS
+     OS
+     KERNEL-OS
 
    See the file `config.sub' for the possible values of each field.  If
 `config.sub' isn't included in this package, then this package doesn't
 need to know the machine type.
 
    If you are _building_ compiler tools for cross-compiling, you should
-use the `--target=TYPE' option to select the type of system they will
+use the option `--target=TYPE' to select the type of system they will
 produce code for.
 
    If you want to _use_ a cross compiler, that generates code for a
@@ -186,9 +300,14 @@ them in the `configure' command line, using `VAR=value'.  For example:
 
      ./configure CC=/usr/local2/bin/gcc
 
-will cause the specified gcc to be used as the C compiler (unless it is
+causes the specified `gcc' to be used as the C compiler (unless it is
 overridden in the site shell script).
 
+Unfortunately, this technique does not work for `CONFIG_SHELL' due to
+an Autoconf bug.  Until the bug is fixed you can use this workaround:
+
+     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+
 `configure' Invocation
 ======================
 
@@ -197,7 +316,14 @@ operates.
 
 `--help'
 `-h'
-     Print a summary of the options to `configure', and exit.
+     Print a summary of all of the options to `configure', and exit.
+
+`--help=short'
+`--help=recursive'
+     Print a summary of the options unique to this package's
+     `configure', and exit.  The `short' variant lists options used
+     only in the top level, while the `recursive' variant lists options
+     also present in any nested packages.
 
 `--version'
 `-V'
@@ -224,6 +350,16 @@ operates.
      Look for the package's source code in directory DIR.  Usually
      `configure' can determine that directory automatically.
 
+`--prefix=DIR'
+     Use DIR as the installation prefix.  *note Installation Names::
+     for more details, including other options available for fine-tuning
+     the installation locations.
+
+`--no-create'
+`-n'
+     Run the configure checks, but stop before creating any output
+     files.
+
 `configure' also accepts some other, not widely useful, options.  Run
 `configure --help' for more details.
 
diff --git a/Makefile.am b/Makefile.am
index 81003ac..c87c95b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-# $Id: Makefile.am 694 2005-07-11 14:18:53Z benny $
-
 SUBDIRS =								\
 	panel-plugin							\
 	po
diff --git a/autogen.sh b/autogen.sh
index 42f9fe0..6bc0c8a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,39 +1,20 @@
 #!/bin/sh
 #
-# $Id: autogen.sh 21424 2006-05-01 15:09:21Z benny $
-#
-# Copyright (c) 2002-2006
+# Copyright (c) 2002-2009
 #         The Xfce development team. All rights reserved.
 #
 # Written for Xfce by Benedikt Meurer <benny at xfce.org>.
-#
+
+export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
 
 (type xdt-autogen) >/dev/null 2>&1 || {
   cat >&2 <<EOF
 autogen.sh: You don't seem to have the Xfce development tools installed on
             your system, which are required to build this software.
-            Please install the xfce4-dev-tools package first, it is available
-            from http://www.xfce.org/.
-EOF
-  exit 1
-}
-
-# verify that po/LINGUAS is present
-(test -f po/LINGUAS) >/dev/null 2>&1 || {
-  cat >&2 <<EOF
-autogen.sh: The file po/LINGUAS could not be found. Please check your snapshot
-            or try to checkout again.
+            Please install the xfce4-dev-tools package first, available from
+            http://xfce.org/~benny/projects/xfce4-dev-tools/.
 EOF
   exit 1
 }
 
-# substitute revision and linguas
-linguas=`sed -e '/^#/d' po/LINGUAS`
-revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}'`
-sed -e "s/@LINGUAS@/${linguas}/g" \
-    -e "s/@REVISION@/${revision}/g" \
-    < "configure.in.in" > "configure.in"
-
-exec xdt-autogen $@
-
-# vi:set ts=2 sw=2 et ai:
+xdt-autogen $@
diff --git a/configure.in.in b/configure.ac.in
similarity index 76%
rename from configure.in.in
rename to configure.ac.in
index c95bac8..c263925 100644
--- a/configure.in.in
+++ b/configure.ac.in
@@ -1,9 +1,5 @@
-dnl $Id: configure.in.in 1306 2006-04-08 07:15:52Z daichi $
-dnl
-dnl Copyright (c) 2003-2005
-dnl       The Xfce development team. All rights reserved.
-dnl
-dnl Written by Benedikt Meurer <benny at xfce.org>.
+dnl Copyright (c) 2003-2006 Benedikt Meurer <benny at xfce.org>
+dnl Copyright (c) 2010 Florian Rivoal <frivoal at xfce.org>
 dnl
 
 dnl Version information
@@ -13,13 +9,10 @@ m4_define([xwp_version_micro], [5])
 m4_define([xwp_version], [xwp_version_major().xwp_version_minor().xwp_version_micro()])
 
 dnl Initial autoconf
-AC_COPYRIGHT([Copyright (c) 2003-2006
-        The Xfce development team. All rights reserved.
-
-Written by Benedikt Meurer <benny at xfce.org>.])
+AC_COPYRIGHT([Copyright (c) 2003-2006 Benedikt Meurer <benny at xfce.org>
+Copyright (c) 2010 Florian Rivoal <frivoal at xfce.org>])
 AC_INIT([xfce4-wavelan-plugin], [xwp_version], [goodies-dev at xfce.org])
 AC_PREREQ([2.50])
-AC_REVISION([$Id: configure.in.in 1306 2006-04-08 07:15:52Z daichi $])
 
 dnl Initial automake
 AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 61d06b1..5322658 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,5 +1,3 @@
-# $Id: Makefile.am 694 2005-07-11 14:18:53Z benny $
-
 INCLUDES =								\
 	-DG_LOG_DOMAIN=\"xfce4-wavelan-plugin\"				\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
diff --git a/panel-plugin/wavelan.c b/panel-plugin/wavelan.c
index facb369..3146d63 100644
--- a/panel-plugin/wavelan.c
+++ b/panel-plugin/wavelan.c
@@ -1,6 +1,5 @@
-/* $Id: wavelan.c,v 1.9 2004/08/03 16:46:39 benny Exp $ */
-/*-
- * Copyright (c) 2003,2004 Benedikt Meurer <benny at xfce.org>
+/* Copyright (c) 2003,2004 Benedikt Meurer <benny at xfce.org>
+ * Copyright (c) 2010 Florian Rivoal <frivoal at xfce.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/panel-plugin/wi.h b/panel-plugin/wi.h
index 2311ac3..36f89c0 100644
--- a/panel-plugin/wi.h
+++ b/panel-plugin/wi.h
@@ -1,6 +1,4 @@
-/* $Id: wi.h 545 2004-02-09 21:20:54Z benny $ */
-/*-
- * Copyright (c) 2003,2004 Benedikt Meurer <benny at xfce.org>
+/* Copyright (c) 2003,2004 Benedikt Meurer <benny at xfce.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/panel-plugin/wi_bsd.c b/panel-plugin/wi_bsd.c
index 8efcdde..77eac32 100644
--- a/panel-plugin/wi_bsd.c
+++ b/panel-plugin/wi_bsd.c
@@ -1,6 +1,4 @@
-/* $Id: wi_bsd.c 562 2004-12-03 18:29:41Z benny $ */
-/*-
- * Copyright (c) 2003 Benedikt Meurer <benny at xfce.org>
+/* Copyright (c) 2003 Benedikt Meurer <benny at xfce.org>
  *               2008 Landry Breuil <landry at xfce.org>
  *                    (OpenBSD support)
  *               2008 Pietro Cerutti <gahr at gahr.ch>
diff --git a/panel-plugin/wi_common.c b/panel-plugin/wi_common.c
index 6e2697b..b040393 100644
--- a/panel-plugin/wi_common.c
+++ b/panel-plugin/wi_common.c
@@ -1,6 +1,4 @@
-/* $Id: wi_common.c 545 2004-02-09 21:20:54Z benny $ */
-/*-
- * Copyright (c) 2003,2004 Benedikt Meurer <benny at xfce.org>
+/* Copyright (c) 2003,2004 Benedikt Meurer <benny at xfce.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -43,5 +41,3 @@ wi_strerror(int error)
     return("Unknown error");
   }
 }
-
-
diff --git a/panel-plugin/wi_linux.c b/panel-plugin/wi_linux.c
index 92dae80..e4ce838 100644
--- a/panel-plugin/wi_linux.c
+++ b/panel-plugin/wi_linux.c
@@ -1,6 +1,4 @@
-/* $Id: wi_linux.c,v 1.3 2004/02/12 22:43:46 benny Exp $ */
-/*-
- * Copyright (c) 2003,2004 Benedikt Meurer <benny at xfce.org>
+/* Copyright (c) 2003,2004 Benedikt Meurer <benny at xfce.org>
  * Copyright (c) 2004 An-Cheng Huang <pach at cs.cmu.edu>
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/po/LINGUAS b/po/LINGUAS
deleted file mode 100644
index c71889d..0000000
--- a/po/LINGUAS
+++ /dev/null
@@ -1,2 +0,0 @@
-# set of available languages (in alphabetic order)
-ar ast cs da de en_GB es eu fr gl hu id it ja ko lv nb pl pt_BR pt sv tr uk ur ur_PK vi zh_CN
diff --git a/po/ar.po b/po/ar.po
index 5449ba8..01bbfaf 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2,51 +2,51 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2008-07-18 21:12+0200\n"
 "Last-Translator: Mohamed Magdy <mohamedmk at gmail.com>\n"
 "Language-Team: Arabeyes <doc at arabeyes.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Language: Arabic\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "خصائص"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "واجهة"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_إخفاء تلقائي عند عدم الاتصال"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "إخفاء تلقائي عند غياب العتاد"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr ""
 
diff --git a/po/ast.po b/po/ast.po
index d968365..6ed8d8e 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -2,45 +2,45 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-07-13 19:55+0100\n"
 "Last-Translator: Marcos Antonio Alvarez Costales <marcoscostales at gmail.com>\n"
 "Language-Team: Asturian <alministradores at softastur.org>\n"
+"Language: ast\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Ensin señal de portadora"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Nun hai dengún preséu configuráu"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Propiedaes"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Opciones del complementu Wavelan"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interface"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Anubrir automáticamente al tar desconeutáu"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Anubrir automáticamente cuando'l hardware nun ta presente"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
@@ -48,7 +48,7 @@ msgstr ""
 "Avisu: Esto va dificultar desaniciar o configurar el complementu si nun se "
 "deteuta dengún preséu."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Activar colores de calidá de señal"
 
diff --git a/po/be.po b/po/be.po
index 0843b65..0e33ac6 100644
--- a/po/be.po
+++ b/po/be.po
@@ -2,49 +2,48 @@
 # Copyright (C) Benedikt Meurer <benny at xfce.org>
 # This file is distributed under the same license as the xfce4-wavelan-plugin package.
 # Alexander Nyakhaychyk <nyakhaychyk at gmail.com>, 2007, 2008.
-
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2008-11-09 13:41+0200\n"
 "Last-Translator: Alexander Nyakhaychyk <nyakhaychyk at gmail.com>\n"
 "Language-Team: Belarusian <xfce-i18n at xfce.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/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Адсутнічае сыгнал"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Прылада не наладжана"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Уласьцівасьці"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Опцыі модуля Wi-Fi"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Картка"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Хаваць, калі не далучаны"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Хаваць, калі адсутнічае прылада"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
@@ -52,7 +51,7 @@ msgstr ""
 "Заўвага: гэтая опцыя зробіць вельмі складаным наладку альбо выдаленьне "
 "модулю, калі будзе адсутнічаць прылада."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Уключыць колеры якасьці сыгналу"
 
diff --git a/po/ca.po b/po/ca.po
index b3bbe90..d5f1f6b 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,44 +8,44 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin 0.4.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-04-15 11:59+0100\n"
 "Last-Translator: Harald Servat <redcrash at gmail.com>\n"
 "Language-Team: Catalan\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Sense senyal"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "No s'ha trobat cap dispositiu configurat"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Propietats"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Opcions del connector Wavelan"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interfície"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Amaga automàticament quan està desconnectat"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Amaga automàticament quan no hi ha dispositius presents"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
@@ -53,7 +53,7 @@ msgstr ""
 "Nota: Això farà més difícil suprimir o configurar el connector si no s'han "
 "detectat dispositius."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Activa els colors per a la qualitat del senyal"
 
diff --git a/po/cs.po b/po/cs.po
index e54fa94..6622bbd 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,49 +7,53 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2008-12-02 20:33+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech\n"
+"Language: \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/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Žádný signál"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Žádné nakonfigurované zařízení"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Vlastnosti"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Možnosti zásuvného modulu Bezdrátové připojení"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Zařízení"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Automaticky skrývat v režimu offline"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Automaticky skrývat v nepřítomnosti zařízení"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Poznámka: Pokud nebude nalezeno zařízení, bude obtížné odebrat nebo nastavit tento zásuvný modul."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Poznámka: Pokud nebude nalezeno zařízení, bude obtížné odebrat nebo nastavit "
+"tento zásuvný modul."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Povolit barvy kvality signálu"
 
@@ -60,4 +64,3 @@ msgstr "Zobrazuje stav bezdrátové sítě"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Bezdrátové připojení"
-
diff --git a/po/da.po b/po/da.po
index 4b3a92d..39be052 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin 0.5.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-01-23 13:09+0100\n"
 "Last-Translator: Per Kongstad <p_kongstad at op.pl>\n"
 "Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
+"Language: da\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -18,40 +19,43 @@ msgstr ""
 "X-Poedit-Country: DENMARK\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Ingen bærebølge"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Ingen enhed konfigureret"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Egenskaber"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Wavelan udvidelsesmodul-indstillinger"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Grænseflade"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "Skjul _automatisk når afkoblet"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Skjul automatisk når der ikke er nogen hardware til stede"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Bemærk: Dette gør det svært at fjerne eller konfigurere udvidelsesmodulet, hvis der ikke er fundet nogen enhed."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Bemærk: Dette gør det svært at fjerne eller konfigurere udvidelsesmodulet, "
+"hvis der ikke er fundet nogen enhed."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Slå farver til signalkvalitet til"
 
@@ -62,4 +66,3 @@ msgstr "Vis status af et trådløst netværk"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Wavelan"
-
diff --git a/po/de.po b/po/de.po
index 3179c18..e0dcc5b 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,53 +4,57 @@
 # Benedikt Meurer <benny at xfce.org>, 2005.
 # Fabian Nowak <timystery at arcor.de>, 2007.
 # Simon Schneider <simon at schneider.de>, 2009
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin 0.4.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-02-25 08:58+0000\n"
 "Last-Translator: Simon Schneider <simon at schneiderimtal.de>\n"
 "Language-Team: German <de at li.org>\n"
+"Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Kein Empfang"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Kein Gerät konfiguriert"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Eigenschaften"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Optionen für das Wavelan-Plugin"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Schnittstelle"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Automatisch verstecken wenn offline"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Automatisch verstecken, wenn keine Hardware vorhanden ist"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Beachten Sie: Dies macht es schwierig, das Plugin zu entfernen oder zu konfigurieren, wenn kein Gerät erkannt wird."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Beachten Sie: Dies macht es schwierig, das Plugin zu entfernen oder zu "
+"konfigurieren, wenn kein Gerät erkannt wird."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Farben zur Anzeige der Signalstärke nutzen"
 
diff --git a/po/en_GB.po b/po/en_GB.po
index 70bd524..6fedb3d 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -9,44 +9,44 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-08-18 19:45+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/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "No carrier signal"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "No device configured"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Properties"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Wavelan Plugin Options"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interface"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Autohide when offline"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Autohide when no hardware present"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
@@ -54,7 +54,7 @@ msgstr ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Enable signal quality colours"
 
diff --git a/po/es.po b/po/es.po
index 01c82ca..c760efb 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,49 +7,53 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-02-11 20:14+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/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Sin señal de portadora"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "No hay ningún dispositivo configurado"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Propiedades"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Opciones del complemento Wavelan"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interfaz"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Ocultar automáticamente al estar desconectado"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Ocultar automáticamente cuando el hardware no está presente"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Aviso: Esto dificultará eliminar o configurar el complemento si no se detecta ningún dispositivo."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Aviso: Esto dificultará eliminar o configurar el complemento si no se "
+"detecta ningún dispositivo."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Activar colores de calidad de señal"
 
@@ -60,4 +64,3 @@ msgstr "Ver el estado de una red inalámbrica"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Wavelan"
-
diff --git a/po/eu.po b/po/eu.po
index 52fe58a..3eb907e 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: eu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2008-12-08 23:22+0100\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: librezale <librezale at librezale.org>\n"
@@ -19,44 +19,43 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Pootle 1.1.0\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Ez dago eramale seinalerik"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Ez dago gailu konfiguraturik"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Propietateak"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Wavelan Plugin Aukerak"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interfazea"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Auto-ezkutatu sarez kanpo dagoenean"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Auto-ezkutatu ez dagoenean hardwarerik"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
 msgstr ""
-"Oharra: Honek gailurik ez aurkitu ezkero plugin-a konfiguratu edo "
-"kentzeko zailtasunak sortu ditzake."
+"Oharra: Honek gailurik ez aurkitu ezkero plugin-a konfiguratu edo kentzeko "
+"zailtasunak sortu ditzake."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Gaitu seinale kalitate koloreak"
 
diff --git a/po/fr.po b/po/fr.po
index 04d7e37..1944c21 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,48 +8,52 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-01-27 22:52+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/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Pas de porteuse"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Aucun périphérique configuré"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Propriétés"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Options du greffon Wavelan"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interface"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "Masquer _automatiquement hors connexion"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Masquer automatiquement en l'absence de matériel"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Note : La configuration ou suppression de ce greffon sera difficile en l'absence de périphérique."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Note : La configuration ou suppression de ce greffon sera difficile en "
+"l'absence de périphérique."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Activer les couleurs de qualité de signal"
 
@@ -60,4 +64,3 @@ msgstr "Afficher l'état d'un réseau sans fil"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Wavelan"
-
diff --git a/po/gl.po b/po/gl.po
index 45772ed..3c219c7 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -11,49 +11,53 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-07-15 18:14+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/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Sen sinal portador"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Non hai ningún dispositivo configurado"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Propiedades"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Opcións do engadido Wavelan"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interface"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Agochar automaticamente cando estea desconectado"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Agochar automaticamente cando non hai hardware presente"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Nota: Isto dificultará eliminar ou configurar o engadido se non se detecta ningún dispositivo."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Nota: Isto dificultará eliminar ou configurar o engadido se non se detecta "
+"ningún dispositivo."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Activar cores de calidade do sinal"
 
@@ -64,4 +68,3 @@ msgstr "Ver o estado dunha rede sen fíos"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Wavelan"
-
diff --git a/po/hu.po b/po/hu.po
index 6c12a03..7f81021 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,52 +7,54 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-07-24 18:33+0200\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-07-25 10:14+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"
 "X-Generator: KBabel 1.11.4\n"
 "Plural-Forms:  nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/wavelan.c:148
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Nincs hordozójel"
 
-#: ../panel-plugin/wavelan.c:167
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Nincs beállítva eszköz"
 
-#: ../panel-plugin/wavelan.c:482
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Tulajdonságok"
 
-#: ../panel-plugin/wavelan.c:498
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Wavelan bővítmény beállításai"
 
-#: ../panel-plugin/wavelan.c:514
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Felület"
 
-#: ../panel-plugin/wavelan.c:536
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Automatikus elrejtés ha nincs kapcsolat"
 
-#: ../panel-plugin/wavelan.c:546
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Automatikus elrejtés ha nem található hardver"
 
-#: ../panel-plugin/wavelan.c:557
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
-msgstr "Megjegyzés: ez megnehezíti a bővítmény eltávolítását vagy beállítását, ha nem található eszköz."
+msgstr ""
+"Megjegyzés: ez megnehezíti a bővítmény eltávolítását vagy beállítását, ha "
+"nem található eszköz."
 
-#: ../panel-plugin/wavelan.c:565
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Jelminőség színeinek engedélyezése"
 
@@ -63,4 +65,3 @@ msgstr "Vezeték nélküli hálózat állapotának megjelenítése"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Wavelan"
-
diff --git a/po/id.po b/po/id.po
index 1a2d941..48f75ac 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,48 +7,52 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin 0.4.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2008-12-19 22:31+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <id at li.org>\n"
+"Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Tak ada sinyal pembawa"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Tak ada divais yang dikonfigurasi"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Properti"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Opsi Plugin Wavelan"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Antarmuka"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Sembunyi otomatis jika terputus"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Sembunyi otomatis jika tak ada peranti keras"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Catatan: Ini akan menyulitkan untuk menghapus atau mengonfigurasi plugin jika tak ada divais yang terdeteksi."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Catatan: Ini akan menyulitkan untuk menghapus atau mengonfigurasi plugin "
+"jika tak ada divais yang terdeteksi."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Aktifkan warna kualitas sinyal"
 
@@ -59,4 +63,3 @@ msgstr "Tampilkan status jaringan nirkabel"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Wavelan"
-
diff --git a/po/it.po b/po/it.po
index 1135a85..23fcd03 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,48 +7,52 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin v0.4.2.\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-12-23 18:02+0100\n"
 "Last-Translator: Cristian Marchi <cri.penta at gmail.com>\n"
 "Language-Team: Italian <xfce-i18n at xfce.org>\n"
+"Language: it\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Nessun segnale"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Nessun dispositivo configurato"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Proprietà"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Opzioni del plugin Wavelan"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interfaccia"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Nascondi se fuori rete"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Nascondi se non è presente alcun dispositivo"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Nota: in questo modo risulterà difficile configurare o rimuovere questo plugin nel caso non venga riconosciuto alcun dispositivo."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Nota: in questo modo risulterà difficile configurare o rimuovere questo "
+"plugin nel caso non venga riconosciuto alcun dispositivo."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Abilita i colori per la qualità del segnale"
 
@@ -62,4 +66,3 @@ msgstr "Wavelan"
 
 #~ msgid "WaveLAN plugin"
 #~ msgstr "WaveLAN plugin"
-
diff --git a/po/ja.po b/po/ja.po
index 731862f..e53149e 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,48 +9,52 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin 0.4.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2008-12-09 16:26+0900\n"
 "Last-Translator: Masato Hashimoto <cabezon.hashimoto at gmail.com>\n"
 "Language-Team: Japanese <xfce-users-jp at ml.fdiary.net>\n"
+"Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "キャリアシグナルがありません"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "デバイスが設定されていません"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "設定"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Wavelan プラグインオプション"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "インターフェイス"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "オフライン時には自動的に隠す(_A)"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "ハードウェアがない時は自動的に隠す"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "メモ: デバイスが検知されない場合、プラグインを外したり、設定することが難しくなります。"
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"メモ: デバイスが検知されない場合、プラグインを外したり、設定することが難しく"
+"なります。"
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "信号品質色を有効にする"
 
diff --git a/po/kk.po b/po/kk.po
index 5d6f4b9..59714ee 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2010-09-10 13:56+0600\n"
 "Last-Translator: Baurzhan Muftakhidinov <baurthefirst at gmail.com>\n"
 "Language-Team: Kazakh <kk_KZ at googlegroups.com>\n"
@@ -19,40 +19,42 @@ msgstr ""
 "X-Poedit-Language: Kazakh\n"
 "X-Poedit-Country: KAZAKHSTAN\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Сигналдың тасушысы жоқ"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Бапталған құрылғылар жоқ"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Қасиеттері"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Сымсыз желі плагинінің баптаулары"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Интерфейс"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "Желі ж_оқ кезде автожасыру"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Құрылғы жоқ кезде автожасыру"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Ескерту: Құрылғылар жоқ кезде плагинді өшіру не баптау қиынға соғатын болады."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Ескерту: Құрылғылар жоқ кезде плагинді өшіру не баптау қиынға соғатын болады."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Сигнал сапасының түстерін іске қосу"
 
@@ -63,4 +65,3 @@ msgstr "Сымсыз желінің қалып-күйін қарау"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Сымсыз желі"
-
diff --git a/po/ko.po b/po/ko.po
index 739b34b..041d840 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,45 +7,45 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin 0.4.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2007-02-20 12:47+0900\n"
 "Last-Translator: ByungHyun Choi <byunghyun.choi at debianusers.org>\n"
 "Language-Team: xfce4-users-kr-i18n <xfce4-users-kr-i18n at lists.sourceforge."
 "net>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "캐리어 신호 없음"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "설정된 장치가 없습니다."
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "속성"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "무선랜 플럭인 설정"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "장치"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "연결이 없으면 숨기기(_A)"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "장치가 없으면 숨기기"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
@@ -53,7 +53,7 @@ msgstr ""
 "주의: 장치를 못 찾은 경우에는 플럭인을 없애거나 설정하기 어렵게 되는 경우가 "
 "있습니다."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr ""
 
diff --git a/po/lv.po b/po/lv.po
index cc09cc7..151541c 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Pfce4-wavelan-plugin 0.4.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-09-18 23:27+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,42 +20,41 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
 "2);\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Nav nesēja signāla"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Nav konfigurēta ierīce"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Rekvizīti"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Wavelan spraudņa uzstādījumi"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interfeisi"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Slēpt, kad nepieslēgts"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Slēpt, kad nav pieejama aparatūra"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
 msgstr "Piezīme: Būs grūti veikt konfigurāciju, kad nav pieejama ierīce."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Ieslēgt signāla kvalitātes krāsas"
 
@@ -65,4 +65,3 @@ msgstr "Apskatīt bezvadu tīkla statusu"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Wavelan"
-
diff --git a/po/nb.po b/po/nb.po
index 463cb5d..a5212bf 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -7,45 +7,45 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin 0.5.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2007-07-02 00:46+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/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Ingen bærersignal"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Ingen enhet konfigurert"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Egenskaper"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Wavelan innstillinger"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Grensesnitt"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Skjul automatisk hvis frakoblet"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Skjul automatisk hvis maskinvare er utilgjengelig"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
@@ -53,7 +53,7 @@ msgstr ""
 "Merk: Dette vil gjøre det vanskelig å fjerne eller konfigurere modulen hvis "
 "ingen enheter er funnet."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr ""
 
diff --git a/po/pl.po b/po/pl.po
index 511a478..9989bcd 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,44 +8,44 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin 0.4.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2006-04-08 13:22+0900\n"
 "Last-Translator: Piotr Maliński <admin at rk.edu.pl>\n"
 "Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
+"Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Brak sygnału nośnika"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Brak skonfigurowanego urządzenia"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Właściwości"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Opcje wtyczki Wavelan"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interfejs"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Ukrywaj gdy offline"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Ukryj gdy brak odpowiedniego urządzenia"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
@@ -53,7 +53,7 @@ msgstr ""
 "Notka: To spowoduje trudności w usunięciu lub konfiguracji wtyczki jeżeli  "
 "nie ma wykrytego urządzenia."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr ""
 
diff --git a/po/pt.po b/po/pt.po
index 32e527a..92f5730 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,48 +7,52 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-01-09 17:20+0100\n"
 "Last-Translator: Nuno Miguel <nunis at netcabo.pt>\n"
 "Language-Team: \n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Nenhum sinal de portador"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Nenhum dispositivo configurado"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Propriedades"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Opções do Plugin Wavelan"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interface"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Ocultar automaticamente quando offline"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Ocultar automaticamente quando não existe hardware"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Nota: Isto irá tornar difícil de remover ou configurar o plugin se nenhum dispositivo é detectado."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Nota: Isto irá tornar difícil de remover ou configurar o plugin se nenhum "
+"dispositivo é detectado."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Ligar cores de qualidade de sinal"
 
@@ -59,4 +63,3 @@ msgstr "Ver o estado da rede sem fios"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Wavelan"
-
diff --git a/po/pt_BR.po b/po/pt_BR.po
index b49e8a6..3883cd2 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,44 +8,44 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2008-11-06 22:23-0400\n"
 "Last-Translator: Og Maciel <ogmaciel at gnome.org>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
+"Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Nenhum sinal de portadora"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Nenhum dispositivo configurado"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Propriedades"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Opções do Plug-in Wavelan"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Interface"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "Ocult_ar automaticamente quando desconectado"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Ocultar automaticamente quando não existir hardware"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
@@ -53,7 +53,7 @@ msgstr ""
 "Nota: Isto tornará difícil remover ou configurar o plug-in se nenhum "
 "dispositivo for detectado."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Habilitar cores para qualidade do sinal"
 
diff --git a/po/ru.po b/po/ru.po
index aa42a28..a4a708c 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2,49 +2,53 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-vawelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Andriy Kovtun <kovtunos at yandex.ru>\n"
 "Language-Team: Russian <xfce4-dev at xfce.org>\n"
+"Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Language: Russian\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Отсутствует несущая сигнала"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Устройство не настроено"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Параметры"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Настройки модуля беспроводной сети"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Интерфейс"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "Автоматически прятать при отсутствии сигнала"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Автоматически прятать, при отсутствии устройств"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Примечание: При отсутствии устройств возникнут трудности при конфигурации или удалении модуля."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Примечание: При отсутствии устройств возникнут трудности при конфигурации "
+"или удалении модуля."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Включить цвета качества сигнала"
 
@@ -55,4 +59,3 @@ msgstr "Просмотреть статус беспроводной сети"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Беспроводная сеть"
-
diff --git a/po/sq.po b/po/sq.po
index 56f9c83..5d18edc 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,43 +6,59 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin 0.4.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 22:55+0200\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2008-11-04 23:36+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"
 
-#: ../panel-plugin/wavelan.c:187
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Pa sinjal bartës"
 
-#: ../panel-plugin/wavelan.c:217
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "S'ka pajisje të formësuar"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Veti"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Mundësi Shtojce Wavelan"
 
-#: ../panel-plugin/wavelan.c:531
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Ndërfaqe"
 
-#: ../panel-plugin/wavelan.c:553
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Vetëfshihe kur je i palidhur"
 
-#: ../panel-plugin/wavelan.c:563
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Vetëfshihe kur nuk ka \"hardware\" të pranishëm"
 
-#: ../panel-plugin/wavelan.c:574
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Shënim: Kjo do ta bëjë të vështirë heqjen ose formësimin e shtojcës nëse nuk zbulohet pajisje."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Shënim: Kjo do ta bëjë të vështirë heqjen ose formësimin e shtojcës nëse nuk "
+"zbulohet pajisje."
+
+#: ../panel-plugin/wavelan.c:576
+msgid "Enable signal quality colors"
+msgstr ""
 
+#: ../panel-plugin/wavelan.desktop.in.in.h:1
+msgid "View the status of a wireless network"
+msgstr ""
+
+#: ../panel-plugin/wavelan.desktop.in.in.h:2
+msgid "Wavelan"
+msgstr ""
diff --git a/po/sv.po b/po/sv.po
index fc1098e..524aad1 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,48 +7,52 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-12-14 16:18+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2008-12-14 21:00+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/wavelan.c:150
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Ingen bärarsignal"
 
-#: ../panel-plugin/wavelan.c:169
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Ingen enhet konfigurerad"
 
-#: ../panel-plugin/wavelan.c:484
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Egenskaper"
 
-#: ../panel-plugin/wavelan.c:500
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Alternativ för Wavelan-insticksmodulen"
 
-#: ../panel-plugin/wavelan.c:516
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Gränssnitt"
 
-#: ../panel-plugin/wavelan.c:538
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Dölj automatiskt när frånkopplad"
 
-#: ../panel-plugin/wavelan.c:548
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Dölj automatiskt när ingen maskinvara finns"
 
-#: ../panel-plugin/wavelan.c:559
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "Observera: Detta kommer att göra det svårt att ta bort eller konfigurera insticksmodulen om det inte finns någon upptäckt enhet."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"Observera: Detta kommer att göra det svårt att ta bort eller konfigurera "
+"insticksmodulen om det inte finns någon upptäckt enhet."
 
-#: ../panel-plugin/wavelan.c:567
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Aktivera färger för signalkvalitet"
 
@@ -59,4 +63,3 @@ msgstr "Visa status för ett trådlöst nätverk"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Wavelan"
-
diff --git a/po/tr.po b/po/tr.po
index 6ef0704..81d678e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2,45 +2,45 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4 wavelan plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+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/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Taşıyıcı sinyal bulunamadı"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Ayarlanmış aygıt bulunamadı"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Tercihler"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Wavelan Eklentisi Tercihleri"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Arabirim"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "Çevri_mdışı iken gizle"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Kullanılabilir aygıt olmadığında gizle"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
@@ -48,7 +48,7 @@ msgstr ""
 "Uyarı: Eğer aygıt yok ise bu eklentiyi panelden kaldırmanız veya "
 "yapılandırmanız zor olabilir."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Sinyal kalitesi renklerini etkinleştir"
 
diff --git a/po/ug.po b/po/ug.po
index b230c42..a53e50a 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -8,48 +8,50 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin 0.4.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2008-12-09 16:26+0900\n"
 "Last-Translator: Gheyret T.Kenji <gheyret at gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <UKIJ at yahoogroups.com>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "carrier سىگنالى يوق"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "ئۈسكۈنە سەپلەنمىگەن(تەڭشەلمىگەن)"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "خاسلىق"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Wavelan قىستۇرمىسىنىڭ تاللانمىسى"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "كۆرۈنمە يۈز"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "offline چاغدا يوشۇرسۇن(_A)"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "قاتتىق دېتال تەڭشەلمىگەندە يوشۇرسۇن"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
 msgstr "ئىزاھات: ئۈسكۈنە يوق ۋاقىتتا قىستۇرمىنى ئۆچۈرۈش ۋە تەڭشەش قىيىنلىشىدۇ"
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "信号品質色を有効にする"
 
diff --git a/po/uk.po b/po/uk.po
index 43158ec..5c0cc8d 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,45 +7,45 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2008-12-04 10:57+0200\n"
 "Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
 "Language-Team: Ukrainian <xfce4-dev at xfce.org>\n"
+"Language: uk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Немає сигналу з'єднання"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Пристрій не налаштовано"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "Параметри"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Опції плагіна Wavelan"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Інтерфейс"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Ховати автоматично за відсутності з'єднання"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "Приховувати автоматично за відсутності фізичних пристроїв"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
@@ -53,7 +53,7 @@ msgstr ""
 "Примітка: Це викличе труднощі для видалення чи налаштування плагіна, якщо    "
 "зараз не знайдено пристроїв."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "Увімкнути якість сигналу з допомогою кольорів"
 
@@ -64,4 +64,3 @@ msgstr "Переглянути статус бездротової мережі"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "Бездротова мережа"
-
diff --git a/po/ur.po b/po/ur.po
index 528ffba..c051032 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-05-14 03:27+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,40 +20,43 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "کوئی کیریئر سگنل نہیں"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "کوئی ڈیوائس تشکیل نہیں دی گئی"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "خصوصیات"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "ویولین پلگ ان اختیارات"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "مواجہ"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "آف لائن پر خودکار _غائب کریں"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "خودکار غائب کریں جب کوئی ہارڈویئر نہ ہو"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "نوٹ: اگر کوئی ڈیوائس ڈیٹیکٹ نہ ہوئی تو یہ پلگ ان کو تشکیل دینے اور اسے ختم کرنے میں مشکل پیدا کرے گا."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"نوٹ: اگر کوئی ڈیوائس ڈیٹیکٹ نہ ہوئی تو یہ پلگ ان کو تشکیل دینے اور اسے ختم "
+"کرنے میں مشکل پیدا کرے گا."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "سگنل کوالٹی رنگ فعال کریں"
 
@@ -63,4 +67,3 @@ msgstr "وائرلیس نیٹ ورک کی حالت دیکھیں"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "ویولین"
-
diff --git a/po/ur_PK.po b/po/ur_PK.po
index 528ffba..c051032 100644
--- a/po/ur_PK.po
+++ b/po/ur_PK.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-05-14 03:27+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,40 +20,43 @@ msgstr ""
 "X-Poedit-SourceCharset: utf-8\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "کوئی کیریئر سگنل نہیں"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "کوئی ڈیوائس تشکیل نہیں دی گئی"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "خصوصیات"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "ویولین پلگ ان اختیارات"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "مواجہ"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "آف لائن پر خودکار _غائب کریں"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "خودکار غائب کریں جب کوئی ہارڈویئر نہ ہو"
 
-#: ../panel-plugin/wavelan.c:558
-msgid "Note: This will make it difficult to remove or configure the plugin if there is no device detected."
-msgstr "نوٹ: اگر کوئی ڈیوائس ڈیٹیکٹ نہ ہوئی تو یہ پلگ ان کو تشکیل دینے اور اسے ختم کرنے میں مشکل پیدا کرے گا."
+#: ../panel-plugin/wavelan.c:568
+msgid ""
+"Note: This will make it difficult to remove or configure the plugin if there "
+"is no device detected."
+msgstr ""
+"نوٹ: اگر کوئی ڈیوائس ڈیٹیکٹ نہ ہوئی تو یہ پلگ ان کو تشکیل دینے اور اسے ختم "
+"کرنے میں مشکل پیدا کرے گا."
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "سگنل کوالٹی رنگ فعال کریں"
 
@@ -63,4 +67,3 @@ msgstr "وائرلیس نیٹ ورک کی حالت دیکھیں"
 #: ../panel-plugin/wavelan.desktop.in.in.h:2
 msgid "Wavelan"
 msgstr "ویولین"
-
diff --git a/po/vi.po b/po/vi.po
index 1799ecf..f28e2d1 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,51 +8,51 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-wavelan-plugin 0.4.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2006-02-19 22:52+0300\n"
 "Last-Translator: Phan Vĩnh Thịnh <teppi at vnlinux.org>\n"
 "Language-Team: Vietnamese <none at li.org>\n"
+"Language: vi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.9.1\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "Không có tín hiệu đưa"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "Chưa có thiết bị được cấu hình"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "Giao diện"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "_Tự động ẩn khi ngoài mạng"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr ""
 
diff --git a/po/xfce4-wavelan-plugin.pot b/po/xfce4-wavelan-plugin.pot
index 32b8b94..3934e15 100644
--- a/po/xfce4-wavelan-plugin.pot
+++ b/po/xfce4-wavelan-plugin.pot
@@ -8,50 +8,50 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
 msgstr ""
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr ""
 
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 9e53d71..242c7db 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,51 +7,50 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-wavelan-plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-02 20:33+0100\n"
+"POT-Creation-Date: 2010-11-15 11:17+0900\n"
 "PO-Revision-Date: 2009-05-13 11:34+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"
 
-#: ../panel-plugin/wavelan.c:149
-#, c-format
+#: ../panel-plugin/wavelan.c:146
 msgid "No carrier signal"
 msgstr "没有信号"
 
-#: ../panel-plugin/wavelan.c:168
+#: ../panel-plugin/wavelan.c:165
 msgid "No device configured"
 msgstr "没有已配置设备"
 
-#: ../panel-plugin/wavelan.c:483
+#: ../panel-plugin/wavelan.c:494
 msgid "Properties"
 msgstr "首选项"
 
-#: ../panel-plugin/wavelan.c:499
+#: ../panel-plugin/wavelan.c:510
 msgid "Wavelan Plugin Options"
 msgstr "Wavelan 插件选项"
 
-#: ../panel-plugin/wavelan.c:515
+#: ../panel-plugin/wavelan.c:526
 msgid "Interface"
 msgstr "界面"
 
-#: ../panel-plugin/wavelan.c:537
+#: ../panel-plugin/wavelan.c:547
 msgid "_Autohide when offline"
 msgstr "离线时自动隐藏(_A)"
 
-#: ../panel-plugin/wavelan.c:547
+#: ../panel-plugin/wavelan.c:557
 msgid "Autohide when no hardware present"
 msgstr "没有硬件可用时自动隐藏"
 
-#: ../panel-plugin/wavelan.c:558
+#: ../panel-plugin/wavelan.c:568
 msgid ""
 "Note: This will make it difficult to remove or configure the plugin if there "
 "is no device detected."
-msgstr ""
-"提示: 如果没有设备被检测到,移出或配置此插件将会变得困难。"
+msgstr "提示: 如果没有设备被检测到,移出或配置此插件将会变得困难。"
 
-#: ../panel-plugin/wavelan.c:566
+#: ../panel-plugin/wavelan.c:576
 msgid "Enable signal quality colors"
 msgstr "使用颜色表示信号质量"
 



More information about the Xfce4-commits mailing list