[meego-commits] 8913: Changes to Trunk:Netbook/meego-panel-devices

Rob Staudinger no_reply at build.meego.com
Wed Oct 27 07:54:46 UTC 2010


Hi,
I have made the following changes to meego-panel-devices in project Trunk:Netbook. Please review and accept ASAP.

Thank You,
Rob Staudinger

[This message was auto-generated]

---

Request #8913:

  submit:   home:robsta:branches:MeeGo:1.1:Netbook:Testing/meego-panel-devices(r1) -> Trunk:Netbook/meego-panel-devices


Message:
    None

State:   new          2010-10-27T00:54:45 robsta
Comment: None



changes files:
--------------
--- meego-panel-devices.changes
+++ meego-panel-devices.changes
@@ -0,0 +1,7 @@
+* Fri Oct 22 2010 Rob Staudinger <robsta at linux.intel.com> - 0.2.7
+Fixes BMC#3254 - Little space for device buttons in some languages
+Fixes BMC#8754 - Translation updates for 1.1
+
+* Fri Oct 15 2010 Rob Staudinger <robsta at linux.intel.com> - 0.2.6
+- Fixes: BMC#8505 - should accept "0" as suspend timeout value
+

old:
----
  meego-panel-devices-0.2.5.tar.gz

new:
----
  meego-panel-devices-0.2.7.tar.gz

spec files:
-----------
--- meego-panel-devices.spec
+++ meego-panel-devices.spec
@@ -1,13 +1,13 @@
 # 
-# Do not Edit! Generated by:
-# spectacle version 0.18
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.20
 # 
 # >> macros
 # << macros
 
 Name:       meego-panel-devices
 Summary:    Devices panel
-Version:    0.2.5
+Version:    0.2.7
 Release:    1
 Group:      System Environment/Desktop
 License:    LGPL 2.1

other changes:
--------------

++++++ meego-panel-devices-0.2.5.tar.gz -> meego-panel-devices-0.2.7.tar.gz
--- Makefile.in
+++ Makefile.in
@@ -200,6 +200,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- aclocal.m4
+++ aclocal.m4
@@ -13,8 +13,8 @@
 
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
-[m4_warning([this file was generated for autoconf 2.65.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
+[m4_warning([this file was generated for autoconf 2.67.
 You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
@@ -346,7 +346,7 @@
 
     dnl These rules are solely for the distribution goal.  While doing this
     dnl we only have to keep exactly one list of the available catalogs
-    dnl in configure.in.
+    dnl in configure.ac.
     for lang in $ALL_LINGUAS; do
       GMOFILES="$GMOFILES $lang.gmo"
       POFILES="$POFILES $lang.po"
@@ -475,7 +475,7 @@
 dnl
 dnl Now the definitions that aclocal will find
 dnl
-ifdef(glib_configure_in,[],[
+ifdef(glib_configure_ac,[],[
 AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
 AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
 ])dnl
@@ -497,8 +497,9 @@
 fi])
 
 
-# nls.m4 serial 3 (gettext-0.15)
-dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
+# nls.m4 serial 5 (gettext-0.18)
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -516,20 +517,21 @@
 dnl   Ulrich Drepper <drepper at cygnus.com>, 1995-2000.
 dnl   Bruno Haible <haible at clisp.cons.org>, 2000-2003.
 
-AC_PREREQ(2.50)
+AC_PREREQ([2.50])
 
 AC_DEFUN([AM_NLS],
 [
   AC_MSG_CHECKING([whether NLS is requested])
   dnl Default is enabled NLS
-  AC_ARG_ENABLE(nls,
+  AC_ARG_ENABLE([nls],
     [  --disable-nls           do not use Native Language Support],
     USE_NLS=$enableval, USE_NLS=yes)
-  AC_MSG_RESULT($USE_NLS)
-  AC_SUBST(USE_NLS)
+  AC_MSG_RESULT([$USE_NLS])
+  AC_SUBST([USE_NLS])
 ])
 
 # pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
+# serial 1 (pkg-config-0.24)
 # 
 # Copyright © 2004 Scott James Remnant <scott at netsplit.com>.
 #
@@ -557,7 +559,10 @@
 AC_DEFUN([PKG_PROG_PKG_CONFIG],
 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
-AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
+AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
+AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
+AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
+
 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 	AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 fi
@@ -570,7 +575,6 @@
 		AC_MSG_RESULT([no])
 		PKG_CONFIG=""
 	fi
-		
 fi[]dnl
 ])# PKG_PROG_PKG_CONFIG
 
@@ -579,34 +583,31 @@
 # Check to see whether a particular set of modules exists.  Similar
 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
 #
-#
-# Similar to PKG_CHECK_MODULES, make sure that the first instance of
-# this or PKG_CHECK_MODULES is called, or make sure to call
-# PKG_CHECK_EXISTS manually
+# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
+# only at the first occurence in configure.ac, so if the first place
+# it's called might be skipped (such as if it is within an "if", you
+# have to call PKG_CHECK_EXISTS manually
 # --------------------------------------------------------------
 AC_DEFUN([PKG_CHECK_EXISTS],
 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 if test -n "$PKG_CONFIG" && \
     AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
-  m4_ifval([$2], [$2], [:])
+  m4_default([$2], [:])
 m4_ifvaln([$3], [else
   $3])dnl
 fi])
 
-
 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
 # ---------------------------------------------
 m4_define([_PKG_CONFIG],
-[if test -n "$PKG_CONFIG"; then
-    if test -n "$$1"; then
-        pkg_cv_[]$1="$$1"
-    else
-        PKG_CHECK_EXISTS([$3],
-                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
-			 [pkg_failed=yes])
-    fi
-else
-	pkg_failed=untried
+[if test -n "$$1"; then
+    pkg_cv_[]$1="$$1"
+ elif test -n "$PKG_CONFIG"; then
+    PKG_CHECK_EXISTS([$3],
+                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
+		     [pkg_failed=yes])
+ else
+    pkg_failed=untried
 fi[]dnl
 ])# _PKG_CONFIG
 
@@ -648,16 +649,17 @@
 See the pkg-config man page for more details.])
 
 if test $pkg_failed = yes; then
+   	AC_MSG_RESULT([no])
         _PKG_SHORT_ERRORS_SUPPORTED
         if test $_pkg_short_errors_supported = yes; then
-	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
+	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
         else 
-	        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
+	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
-	ifelse([$4], , [AC_MSG_ERROR(dnl
+	m4_default([$4], [AC_MSG_ERROR(
 [Package requirements ($2) were not met:
 
 $$1_PKG_ERRORS
@@ -665,25 +667,24 @@
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.
 
-_PKG_TEXT
-])],
-		[AC_MSG_RESULT([no])
-                $4])
+_PKG_TEXT])dnl
+        ])
 elif test $pkg_failed = untried; then
-	ifelse([$4], , [AC_MSG_FAILURE(dnl
+     	AC_MSG_RESULT([no])
+	m4_default([$4], [AC_MSG_FAILURE(
 [The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
 path to pkg-config.
 
 _PKG_TEXT
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
-		[$4])
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl
+        ])
 else
 	$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 	$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
         AC_MSG_RESULT([yes])
-	ifelse([$3], , :, [$3])
+	$3
 fi[]dnl
 ])# PKG_CHECK_MODULES
 
--- build/Makefile.in
+++ build/Makefile.in
@@ -147,6 +147,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- build/config.guess
+++ build/config.guess
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 #   Free Software Foundation, Inc.
 
-timestamp='2009-06-10'
+timestamp='2009-12-30'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -27,16 +27,16 @@
 # the same distribution terms that you use for the rest of that program.
 
 
-# Originally written by Per Bothner <per at bothner.com>.
-# Please send patches to <config-patches at gnu.org>.  Submit a context
-# diff and a properly formatted ChangeLog entry.
+# Originally written by Per Bothner.  Please send patches (context
+# diff format) to <config-patches at gnu.org> and include a ChangeLog
+# entry.
 #
 # This script attempts to guess a canonical system name similar to
 # config.sub.  If it succeeds, it prints the system name on stdout, and
 # exits with 0.  Otherwise, it exits with 1.
 #
-# The plan is that this can be called by configure scripts if you
-# don't specify an explicit build system type.
+# You can get the latest version of this script from:
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
 
 me=`echo "$0" | sed -e 's,.*/,,'`
 
@@ -56,8 +56,9 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
+Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -333,6 +334,9 @@
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
 	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit ;;
+    i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
+	echo i386-pc-auroraux${UNAME_RELEASE}
+	exit ;;
     i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
 	eval $set_cc_for_build
 	SUN_ARCH="i386"
@@ -807,12 +811,12 @@
     i*:PW*:*)
 	echo ${UNAME_MACHINE}-pc-pw32
 	exit ;;
-    *:Interix*:[3456]*)
+    *:Interix*:*)
     	case ${UNAME_MACHINE} in
 	    x86)
 		echo i586-pc-interix${UNAME_RELEASE}
 		exit ;;
-	    EM64T | authenticamd | genuineintel)
+	    authenticamd | genuineintel | EM64T)
 		echo x86_64-unknown-interix${UNAME_RELEASE}
 		exit ;;
 	    IA64)
@@ -854,6 +858,20 @@
     i*86:Minix:*:*)
 	echo ${UNAME_MACHINE}-pc-minix
 	exit ;;
+    alpha:Linux:*:*)
+	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
+	  EV5)   UNAME_MACHINE=alphaev5 ;;
+	  EV56)  UNAME_MACHINE=alphaev56 ;;
+	  PCA56) UNAME_MACHINE=alphapca56 ;;
+	  PCA57) UNAME_MACHINE=alphapca56 ;;
+	  EV6)   UNAME_MACHINE=alphaev6 ;;
+	  EV67)  UNAME_MACHINE=alphaev67 ;;
+	  EV68*) UNAME_MACHINE=alphaev68 ;;
+        esac
+	objdump --private-headers /bin/sh | grep -q ld.so.1
+	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
+	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
+	exit ;;
     arm*:Linux:*:*)
 	eval $set_cc_for_build
 	if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
@@ -876,6 +894,17 @@
     frv:Linux:*:*)
     	echo frv-unknown-linux-gnu
 	exit ;;
+    i*86:Linux:*:*)
+	LIBC=gnu
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+	#ifdef __dietlibc__
+	LIBC=dietlibc
+	#endif
+EOF
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
+	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
+	exit ;;
     ia64:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
@@ -901,39 +930,18 @@
 	#endif
 	#endif
 EOF
-	eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
-	    /^CPU/{
-		s: ::g
-		p
-	    }'`"
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
 	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
 	;;
     or32:Linux:*:*)
 	echo or32-unknown-linux-gnu
 	exit ;;
-    ppc:Linux:*:*)
-	echo powerpc-unknown-linux-gnu
-	exit ;;
-    ppc64:Linux:*:*)
-	echo powerpc64-unknown-linux-gnu
-	exit ;;
-    alpha:Linux:*:*)
-	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
-	  EV5)   UNAME_MACHINE=alphaev5 ;;
-	  EV56)  UNAME_MACHINE=alphaev56 ;;
-	  PCA56) UNAME_MACHINE=alphapca56 ;;
-	  PCA57) UNAME_MACHINE=alphapca56 ;;
-	  EV6)   UNAME_MACHINE=alphaev6 ;;
-	  EV67)  UNAME_MACHINE=alphaev67 ;;
-	  EV68*) UNAME_MACHINE=alphaev68 ;;
-        esac
-	objdump --private-headers /bin/sh | grep -q ld.so.1
-	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
-	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
-	exit ;;
     padre:Linux:*:*)
 	echo sparc-unknown-linux-gnu
 	exit ;;
+    parisc64:Linux:*:* | hppa64:Linux:*:*)
+	echo hppa64-unknown-linux-gnu
+	exit ;;
     parisc:Linux:*:* | hppa:Linux:*:*)
 	# Look for CPU level
 	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
@@ -942,8 +950,11 @@
 	  *)    echo hppa-unknown-linux-gnu ;;
 	esac
 	exit ;;
-    parisc64:Linux:*:* | hppa64:Linux:*:*)
-	echo hppa64-unknown-linux-gnu
+    ppc64:Linux:*:*)
+	echo powerpc64-unknown-linux-gnu
+	exit ;;
+    ppc:Linux:*:*)
+	echo powerpc-unknown-linux-gnu
 	exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
 	echo ${UNAME_MACHINE}-ibm-linux
@@ -966,58 +977,6 @@
     xtensa*:Linux:*:*)
     	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
-    i*86:Linux:*:*)
-	# The BFD linker knows what the default object file format is, so
-	# first see if it will tell us. cd to the root directory to prevent
-	# problems with other programs or directories called `ld' in the path.
-	# Set LC_ALL=C to ensure ld outputs messages in English.
-	ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
-			 | sed -ne '/supported targets:/!d
-				    s/[ 	][ 	]*/ /g
-				    s/.*supported targets: *//
-				    s/ .*//
-				    p'`
-        case "$ld_supported_targets" in
-	  elf32-i386)
-		TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
-		;;
-	esac
-	# Determine whether the default compiler is a.out or elf
-	eval $set_cc_for_build
-	sed 's/^	//' << EOF >$dummy.c
-	#include <features.h>
-	#ifdef __ELF__
-	# ifdef __GLIBC__
-	#  if __GLIBC__ >= 2
-	LIBC=gnu
-	#  else
-	LIBC=gnulibc1
-	#  endif
-	# else
-	LIBC=gnulibc1
-	# endif
-	#else
-	#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
-	LIBC=gnu
-	#else
-	LIBC=gnuaout
-	#endif
-	#endif
-	#ifdef __dietlibc__
-	LIBC=dietlibc
-	#endif
-EOF
-	eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
-	    /^LIBC/{
-		s: ::g
-		p
-	    }'`"
-	test x"${LIBC}" != x && {
-		echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
-		exit
-	}
-	test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
-	;;
     i*86:DYNIX/ptx:4*:*)
 	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
 	# earlier versions are messed up and put the nodename in both
@@ -1247,6 +1206,16 @@
     *:Darwin:*:*)
 	UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
 	case $UNAME_PROCESSOR in
+	    i386)
+		eval $set_cc_for_build
+		if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+		  if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
+		      (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+		      grep IS_64BIT_ARCH >/dev/null
+		  then
+		      UNAME_PROCESSOR="x86_64"
+		  fi
+		fi ;;
 	    unknown) UNAME_PROCESSOR=powerpc ;;
 	esac
 	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
--- build/config.sub
+++ build/config.sub
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 #   Free Software Foundation, Inc.
 
-timestamp='2009-06-11'
+timestamp='2010-01-22'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -32,13 +32,16 @@
 
 
 # Please send patches to <config-patches at gnu.org>.  Submit a context
-# diff and a properly formatted ChangeLog entry.
+# diff and a properly formatted GNU ChangeLog entry.
 #
 # Configuration subroutine to validate and canonicalize a configuration type.
 # Supply the specified configuration type as an argument.
 # If it is invalid, we print an error message on stderr and exit with code 1.
 # Otherwise, we print the canonical config type on stdout and succeed.
 
+# You can get the latest version of this script from:
+# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
+
 # This file is supposed to be the same for all GNU packages
 # and recognize all the CPU types, system types and aliases
 # that are meaningful with *any* GNU software.
@@ -72,8 +75,9 @@
 version="\
 GNU config.sub ($timestamp)
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
+Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -149,7 +153,7 @@
 	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
 	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
 	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-	-apple | -axis | -knuth | -cray)
+	-apple | -axis | -knuth | -cray | -microblaze)
 		os=
 		basic_machine=$1
 		;;
@@ -284,6 +288,7 @@
 	| pdp10 | pdp11 | pj | pjl \
 	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
 	| pyramid \
+	| rx \
 	| score \
 	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
 	| sh64 | sh64le \
@@ -291,13 +296,14 @@
 	| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
 	| spu | strongarm \
 	| tahoe | thumb | tic4x | tic80 | tron \
+	| ubicom32 \
 	| v850 | v850e \
 	| we32k \
 	| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
 	| z8k | z80)
 		basic_machine=$basic_machine-unknown
 		;;
-	m6811 | m68hc11 | m6812 | m68hc12)
+	m6811 | m68hc11 | m6812 | m68hc12 | picochip)
 		# Motorola 68HC11/12.
 		basic_machine=$basic_machine-unknown
 		os=-none
@@ -340,7 +346,7 @@
 	| lm32-* \
 	| m32c-* | m32r-* | m32rle-* \
 	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
-	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
+	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
 	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
 	| mips16-* \
 	| mips64-* | mips64el-* \
@@ -368,15 +374,17 @@
 	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
 	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
 	| pyramid-* \
-	| romp-* | rs6000-* \
+	| romp-* | rs6000-* | rx-* \
 	| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
 	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
 	| sparclite-* \
 	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
 	| tahoe-* | thumb-* \
-	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
+	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
+	| tile-* | tilegx-* \
 	| tron-* \
+	| ubicom32-* \
 	| v850-* | v850e-* | vax-* \
 	| we32k-* \
 	| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
@@ -726,6 +734,9 @@
 		basic_machine=ns32k-utek
 		os=-sysv
 		;;
+        microblaze)
+		basic_machine=microblaze-xilinx
+		;;
 	mingw32)
 		basic_machine=i386-pc
 		os=-mingw32
@@ -1076,6 +1087,11 @@
 		basic_machine=tic6x-unknown
 		os=-coff
 		;;
+        # This must be matched before tile*.
+        tilegx*)
+		basic_machine=tilegx-unknown
+		os=-linux-gnu
+		;;
 	tile*)
 		basic_machine=tile-unknown
 		os=-linux-gnu
@@ -1247,6 +1263,9 @@
         # First match some system type aliases
         # that might get confused with valid system types.
 	# -solaris* is a basic system type, with this one exception.
+        -auroraux)
+	        os=-auroraux
+		;;
 	-solaris1 | -solaris1.*)
 		os=`echo $os | sed -e 's|solaris1|sunos4|'`
 		;;
@@ -1268,8 +1287,8 @@
 	# -sysv* is not here because it comes later, after sysvr4.
 	-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
 	      | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
-	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
-	      | -kopensolaris* \
+	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
+	      | -sym* | -kopensolaris* \
 	      | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
 	      | -aos* | -aros* \
 	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
@@ -1290,7 +1309,7 @@
 	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
 	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
 	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
-	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
+	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
 	# Remember, each alternative MUST END IN *, to match a version number.
 		;;
 	-qnx*)
@@ -1423,6 +1442,8 @@
 	-dicos*)
 		os=-dicos
 		;;
+        -nacl*)
+	        ;;
 	-none)
 		;;
 	*)
--- build/intltool.m4
+++ build/intltool.m4
@@ -172,7 +172,7 @@
 AC_DEFUN([IT_PO_SUBDIR],
 [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
 dnl
-dnl The following CONFIG_COMMANDS should be exetuted at the very end
+dnl The following CONFIG_COMMANDS should be executed at the very end
 dnl of config.status.
 AC_CONFIG_COMMANDS_PRE([
   AC_CONFIG_COMMANDS([$1/stamp-it], [
--- configure
+++ configure
@@ -1,13 +1,13 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for meego-panel-devices 0.2.5.
+# Generated by GNU Autoconf 2.67 for meego-panel-devices 0.2.7.
 #
 # Report bugs to <http://bugzilla.meego.org>.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
 #
 #
 # This configure script is free software; the Free Software Foundation
@@ -319,7 +319,7 @@
       test -d "$as_dir" && break
     done
     test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
 
 } # as_fn_mkdir_p
@@ -359,19 +359,19 @@
 fi # as_fn_arith
 
 
-# as_fn_error ERROR [LINENO LOG_FD]
-# ---------------------------------
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-# script with status $?, using 1 if that was 0.
+# script with STATUS, using 1 if that was 0.
 as_fn_error ()
 {
-  as_status=$?; test $as_status -eq 0 && as_status=1
-  if test "$3"; then
-    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   fi
-  $as_echo "$as_me: error: $1" >&2
+  $as_echo "$as_me: error: $2" >&2
   as_fn_exit $as_status
 } # as_fn_error
 
@@ -682,7 +682,7 @@
 exec 6>&1
 
 # Name of the host.
-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
 # so uname gets run too.
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 
@@ -701,8 +701,8 @@
 # Identity of this package.
 PACKAGE_NAME='meego-panel-devices'
 PACKAGE_TARNAME='meego-panel-devices'
-PACKAGE_VERSION='0.2.5'
-PACKAGE_STRING='meego-panel-devices 0.2.5'
+PACKAGE_VERSION='0.2.7'
+PACKAGE_STRING='meego-panel-devices 0.2.7'
 PACKAGE_BUGREPORT='http://bugzilla.meego.org'
 PACKAGE_URL=''
 
@@ -766,6 +766,8 @@
 GCONF_SCHEMAS_INSTALL_TRUE
 GCONF_SCHEMA_FILE_DIR
 GCONF_SCHEMA_CONFIG_SOURCE
+PKG_CONFIG_LIBDIR
+PKG_CONFIG_PATH
 PKG_CONFIG
 OTOOL64
 OTOOL
@@ -946,6 +948,8 @@
 CPPFLAGS
 CPP
 PKG_CONFIG
+PKG_CONFIG_PATH
+PKG_CONFIG_LIBDIR
 GPM_CFLAGS
 GPM_LIBS
 GVC_CFLAGS
@@ -1018,8 +1022,9 @@
   fi
 
   case $ac_option in
-  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
-  *)	ac_optarg=yes ;;
+  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+  *=)   ac_optarg= ;;
+  *)    ac_optarg=yes ;;
   esac
 
   # Accept the important Cygnus configure options, so we can diagnose typos.
@@ -1064,7 +1069,7 @@
     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      as_fn_error "invalid feature name: $ac_useropt"
+      as_fn_error $? "invalid feature name: $ac_useropt"
     ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in
@@ -1090,7 +1095,7 @@
     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      as_fn_error "invalid feature name: $ac_useropt"
+      as_fn_error $? "invalid feature name: $ac_useropt"
     ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in
@@ -1294,7 +1299,7 @@
     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      as_fn_error "invalid package name: $ac_useropt"
+      as_fn_error $? "invalid package name: $ac_useropt"
     ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in
@@ -1310,7 +1315,7 @@
     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     # Reject names that are not valid shell variable names.
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      as_fn_error "invalid package name: $ac_useropt"
+      as_fn_error $? "invalid package name: $ac_useropt"
     ac_useropt_orig=$ac_useropt
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     case $ac_user_opts in
@@ -1340,8 +1345,8 @@
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
     x_libraries=$ac_optarg ;;
 
-  -*) as_fn_error "unrecognized option: \`$ac_option'
-Try \`$0 --help' for more information."
+  -*) as_fn_error $? "unrecognized option: \`$ac_option'
+Try \`$0 --help' for more information"
     ;;
 
   *=*)
@@ -1349,7 +1354,7 @@
     # Reject names that are not valid shell variable names.
     case $ac_envvar in #(
       '' | [0-9]* | *[!_$as_cr_alnum]* )
-      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
+      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
     esac
     eval $ac_envvar=\$ac_optarg
     export $ac_envvar ;;
@@ -1367,13 +1372,13 @@
 
 if test -n "$ac_prev"; then
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
-  as_fn_error "missing argument to $ac_option"
+  as_fn_error $? "missing argument to $ac_option"
 fi
 
 if test -n "$ac_unrecognized_opts"; then
   case $enable_option_checking in
     no) ;;
-    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
+    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   esac
 fi
@@ -1396,7 +1401,7 @@
     [\\/$]* | ?:[\\/]* )  continue;;
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   esac
-  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
+  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
 done
 
 # There might be people who depend on the old broken behavior: `$host'
@@ -1410,8 +1415,8 @@
 if test "x$host_alias" != x; then
   if test "x$build_alias" = x; then
     cross_compiling=maybe
-    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
-    If a cross compiler is detected then cross compile mode will be used." >&2
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
+    If a cross compiler is detected then cross compile mode will be used" >&2
   elif test "x$build_alias" != "x$host_alias"; then
     cross_compiling=yes
   fi
@@ -1426,9 +1431,9 @@
 ac_pwd=`pwd` && test -n "$ac_pwd" &&
 ac_ls_di=`ls -di .` &&
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
-  as_fn_error "working directory cannot be determined"
+  as_fn_error $? "working directory cannot be determined"
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
-  as_fn_error "pwd does not report name of working directory"
+  as_fn_error $? "pwd does not report name of working directory"
 
 
 # Find the source files, if location was not specified.
@@ -1467,11 +1472,11 @@
 fi
 if test ! -r "$srcdir/$ac_unique_file"; then
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
-  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
+  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
 fi
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 ac_abs_confdir=`(
-	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
+	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
 	pwd)`
 # When building in place, set srcdir=.
 if test "$ac_abs_confdir" = "$ac_pwd"; then
@@ -1497,7 +1502,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures meego-panel-devices 0.2.5 to adapt to many kinds of systems.
+\`configure' configures meego-panel-devices 0.2.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1511,7 +1516,7 @@
       --help=short        display options specific to this package
       --help=recursive    display the short help of all the included packages
   -V, --version           display version information and exit
-  -q, --quiet, --silent   do not print \`checking...' messages
+  -q, --quiet, --silent   do not print \`checking ...' messages
       --cache-file=FILE   cache test results in FILE [disabled]
   -C, --config-cache      alias for \`--cache-file=config.cache'
   -n, --no-create         do not create output files
@@ -1568,7 +1573,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of meego-panel-devices 0.2.5:";;
+     short | recursive ) echo "Configuration of meego-panel-devices 0.2.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1612,6 +1617,10 @@
               you have headers in a nonstandard directory <include dir>
   CPP         C preprocessor
   PKG_CONFIG  path to pkg-config utility
+  PKG_CONFIG_PATH
+              directories to add to pkg-config's search path
+  PKG_CONFIG_LIBDIR
+              path overriding pkg-config's built-in search path
   GPM_CFLAGS  C compiler flags for GPM, overriding pkg-config
   GPM_LIBS    linker flags for GPM, overriding pkg-config
   GVC_CFLAGS  C compiler flags for GVC, overriding pkg-config
@@ -1689,10 +1698,10 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-meego-panel-devices configure 0.2.5
-generated by GNU Autoconf 2.65
+meego-panel-devices configure 0.2.7
+generated by GNU Autoconf 2.67
 
-Copyright (C) 2009 Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 _ACEOF
@@ -1795,7 +1804,7 @@
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1875,7 +1884,7 @@
     mv -f conftest.er1 conftest.err
   fi
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } >/dev/null && {
+  test $ac_status = 0; } > conftest.i && {
 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 	 test ! -s conftest.err
        }; then :
@@ -1941,10 +1950,10 @@
 ac_fn_c_check_header_mongrel ()
 {
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
+  if eval "test \"\${$3+set}\"" = set; then :
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6
 fi
 eval ac_res=\$$3
@@ -1980,7 +1989,7 @@
 else
   ac_header_preproc=no
 fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.err conftest.i conftest.$ac_ext
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
 $as_echo "$ac_header_preproc" >&6; }
 
@@ -2003,17 +2012,15 @@
 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-( cat <<\_ASBOX
-## ---------------------------------------- ##
+( $as_echo "## ---------------------------------------- ##
 ## Report this to http://bugzilla.meego.org ##
-## ---------------------------------------- ##
-_ASBOX
+## ---------------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
 esac
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6
 else
   eval "$3=\$ac_header_compiler"
@@ -2035,7 +2042,7 @@
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 $as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2066,7 +2073,7 @@
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
 $as_echo_n "checking for int$2_t... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${$3+set}\"" = set; then :
   $as_echo_n "(cached) " >&6
 else
   eval "$3=no"
@@ -2117,8 +2124,7 @@
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-       eval as_val=\$$3
-   if test "x$as_val" = x""no; then :
+       if eval test \"x\$"$3"\" = x"no"; then :
 
 else
   break
@@ -2135,8 +2141,8 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by meego-panel-devices $as_me 0.2.5, which was
-generated by GNU Autoconf 2.65.  Invocation command line was
+It was created by meego-panel-devices $as_me 0.2.7, which was
+generated by GNU Autoconf 2.67.  Invocation command line was
 
   $ $0 $@
 
@@ -2246,11 +2252,9 @@
   {
     echo
 
-    cat <<\_ASBOX
-## ---------------- ##
+    $as_echo "## ---------------- ##
 ## Cache variables. ##
-## ---------------- ##
-_ASBOX
+## ---------------- ##"
     echo
     # The following way of writing the cache mishandles newlines in values,
 (
@@ -2284,11 +2288,9 @@
 )
     echo
 
-    cat <<\_ASBOX
-## ----------------- ##
+    $as_echo "## ----------------- ##
 ## Output variables. ##
-## ----------------- ##
-_ASBOX
+## ----------------- ##"
     echo
     for ac_var in $ac_subst_vars
     do
@@ -2301,11 +2303,9 @@
     echo
 
     if test -n "$ac_subst_files"; then
-      cat <<\_ASBOX
-## ------------------- ##
+      $as_echo "## ------------------- ##
 ## File substitutions. ##
-## ------------------- ##
-_ASBOX
+## ------------------- ##"
       echo
       for ac_var in $ac_subst_files
       do
@@ -2319,11 +2319,9 @@
     fi
 
     if test -s confdefs.h; then
-      cat <<\_ASBOX
-## ----------- ##
+      $as_echo "## ----------- ##
 ## confdefs.h. ##
-## ----------- ##
-_ASBOX
+## ----------- ##"
       echo
       cat confdefs.h
       echo
@@ -2378,7 +2376,12 @@
 ac_site_file1=NONE
 ac_site_file2=NONE
 if test -n "$CONFIG_SITE"; then
-  ac_site_file1=$CONFIG_SITE
+  # We do not want a PATH search for config.site.
+  case $CONFIG_SITE in #((
+    -*)  ac_site_file1=./$CONFIG_SITE;;
+    */*) ac_site_file1=$CONFIG_SITE;;
+    *)   ac_site_file1=./$CONFIG_SITE;;
+  esac
 elif test "x$prefix" != xNONE; then
   ac_site_file1=$prefix/share/config.site
   ac_site_file2=$prefix/etc/config.site
@@ -2393,7 +2396,11 @@
     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     sed 's/^/| /' "$ac_site_file" >&5
-    . "$ac_site_file"
+    . "$ac_site_file" \
+      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "failed to load site script $ac_site_file
+See \`config.log' for more details" "$LINENO" 5 ; }
   fi
 done
 
@@ -2469,7 +2476,7 @@
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
-  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 fi
 ## -------------------- ##
 ## Main body of script. ##
@@ -2484,16 +2491,22 @@
 
 ac_aux_dir=
 for ac_dir in build "$srcdir"/build; do
-  for ac_t in install-sh install.sh shtool; do
-    if test -f "$ac_dir/$ac_t"; then
-      ac_aux_dir=$ac_dir
-      ac_install_sh="$ac_aux_dir/$ac_t -c"
-      break 2
-    fi
-  done
+  if test -f "$ac_dir/install-sh"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install-sh -c"
+    break
+  elif test -f "$ac_dir/install.sh"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install.sh -c"
+    break
+  elif test -f "$ac_dir/shtool"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/shtool install -c"
+    break
+  fi
 done
 if test -z "$ac_aux_dir"; then
-  as_fn_error "cannot find install-sh, install.sh, or shtool in build \"$srcdir\"/build" "$LINENO" 5
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in build \"$srcdir\"/build" "$LINENO" 5
 fi
 
 # These three variables are undocumented and unsupported,
@@ -2612,11 +2625,11 @@
 '
 case `pwd` in
   *[\\\"\#\$\&\'\`$am_lf]*)
-    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
+    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
 esac
 case $srcdir in
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
-    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
 esac
 
 # Do `set' in a subshell so we don't clobber the current shell's
@@ -2638,7 +2651,7 @@
       # if, for instance, CONFIG_SHELL is bash and it inherits a
       # broken ls alias from the environment.  This has actually
       # happened.  Such a system could not be considered "sane".
-      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
 alias in your environment" "$LINENO" 5
    fi
 
@@ -2648,7 +2661,7 @@
    # Ok.
    :
 else
-   as_fn_error "newly created file is older than distributed files!
+   as_fn_error $? "newly created file is older than distributed files!
 Check your system clock" "$LINENO" 5
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -2886,7 +2899,7 @@
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 set x ${MAKE-make}
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
   $as_echo_n "(cached) " >&6
 else
   cat >conftest.make <<\_ACEOF
@@ -2894,7 +2907,7 @@
 all:
 	@echo '@@@%%%=$(MAKE)=@@@%%%'
 _ACEOF
-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
 case `${MAKE-make} -f conftest.make 2>/dev/null` in
   *@@@%%%=?*=@@@%%%*)
     eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -2928,7 +2941,7 @@
   am__isrc=' -I$(srcdir)'
   # test to see if srcdir already configured
   if test -f $srcdir/config.status; then
-    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   fi
 fi
 
@@ -2944,7 +2957,7 @@
 
 # Define the identity of the package.
  PACKAGE='meego-panel-devices'
- VERSION='0.2.5'
+ VERSION='0.2.7'
 
 
 # Some tools Automake needs.
@@ -2992,7 +3005,7 @@
 
 # Make sure we can run config.sub.
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
-  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
 $as_echo_n "checking build system type... " >&6; }
@@ -3003,16 +3016,16 @@
 test "x$ac_build_alias" = x &&
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 test "x$ac_build_alias" = x &&
-  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
+  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
-  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 $as_echo "$ac_cv_build" >&6; }
 case $ac_cv_build in
 *-*-*) ;;
-*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
 esac
 build=$ac_cv_build
 ac_save_IFS=$IFS; IFS='-'
@@ -3037,7 +3050,7 @@
   ac_cv_host=$ac_cv_build
 else
   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
-    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 fi
 
 fi
@@ -3045,7 +3058,7 @@
 $as_echo "$ac_cv_host" >&6; }
 case $ac_cv_host in
 *-*-*) ;;
-*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
 esac
 host=$ac_cv_host
 ac_save_IFS=$IFS; IFS='-'
@@ -3437,8 +3450,8 @@
 
 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "no acceptable C compiler found in \$PATH
-See \`config.log' for more details." "$LINENO" 5; }
+as_fn_error $? "no acceptable C compiler found in \$PATH
+See \`config.log' for more details" "$LINENO" 5 ; }
 
 # Provide some information about the compiler.
 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -3552,9 +3565,8 @@
 
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ as_fn_set_status 77
-as_fn_error "C compiler cannot create executables
-See \`config.log' for more details." "$LINENO" 5; }; }
+as_fn_error 77 "C compiler cannot create executables
+See \`config.log' for more details" "$LINENO" 5 ; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
@@ -3596,8 +3608,8 @@
 else
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "cannot compute suffix of executables: cannot compile and link
-See \`config.log' for more details." "$LINENO" 5; }
+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details" "$LINENO" 5 ; }
 fi
 rm -f conftest conftest$ac_cv_exeext
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
@@ -3654,9 +3666,9 @@
     else
 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "cannot run C compiled programs.
+as_fn_error $? "cannot run C compiled programs.
 If you meant to cross compile, use \`--host'.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
     fi
   fi
 fi
@@ -3707,8 +3719,8 @@
 
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "cannot compute suffix of object files: cannot compile
-See \`config.log' for more details." "$LINENO" 5; }
+as_fn_error $? "cannot compute suffix of object files: cannot compile
+See \`config.log' for more details" "$LINENO" 5 ; }
 fi
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 fi
@@ -4060,7 +4072,7 @@
 
 case "$am__api_version" in
     1.01234)
-	as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
+	as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
     ;;
     *)
     ;;
@@ -4077,7 +4089,7 @@
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
     test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
-	as_fn_error "Your intltool is too old.  You need intltool 0.35.0 or later." "$LINENO" 5
+	as_fn_error $? "Your intltool is too old.  You need intltool 0.35.0 or later." "$LINENO" 5
 fi
 
 # Extract the first word of "intltool-update", so it can be a program name with args.
@@ -4201,7 +4213,7 @@
 
 
 if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
-    as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5
+    as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
 fi
 
   INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
@@ -4483,13 +4495,13 @@
 
 
 if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
-    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
+    as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
 fi
 xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
 mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
 mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
 if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
-    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
+    as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
 fi
 
 # Extract the first word of "perl", so it can be a program name with args.
@@ -4533,13 +4545,13 @@
 
 
 if test -z "$INTLTOOL_PERL"; then
-   as_fn_error "perl not found" "$LINENO" 5
+   as_fn_error $? "perl not found" "$LINENO" 5
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
 $as_echo_n "checking for perl >= 5.8.1... " >&6; }
 $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
 if test $? -ne 0; then
-   as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5
+   as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
 else
    IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
@@ -4552,7 +4564,7 @@
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
 $as_echo "ok" >&6; }
    else
-       as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5
+       as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
    fi
 fi
 
@@ -4650,7 +4662,7 @@
   # Broken: fails on valid input.
 continue
 fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.err conftest.i conftest.$ac_ext
 
   # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.
@@ -4666,11 +4678,11 @@
 ac_preproc_ok=:
 break
 fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.err conftest.i conftest.$ac_ext
 
 done
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.i conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then :
   break
 fi
@@ -4709,7 +4721,7 @@
   # Broken: fails on valid input.
 continue
 fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.err conftest.i conftest.$ac_ext
 
   # OK, works on sane cases.  Now check whether nonexistent headers
   # can be detected and how.
@@ -4725,18 +4737,18 @@
 ac_preproc_ok=:
 break
 fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.err conftest.i conftest.$ac_ext
 
 done
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest.i conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then :
 
 else
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details." "$LINENO" 5; }
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details" "$LINENO" 5 ; }
 fi
 
 ac_ext=c
@@ -4797,7 +4809,7 @@
   done
 IFS=$as_save_IFS
   if test -z "$ac_cv_path_GREP"; then
-    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   fi
 else
   ac_cv_path_GREP=$GREP
@@ -4863,7 +4875,7 @@
   done
 IFS=$as_save_IFS
   if test -z "$ac_cv_path_EGREP"; then
-    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   fi
 else
   ac_cv_path_EGREP=$EGREP
@@ -4995,8 +5007,7 @@
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
 "
-eval as_val=\$$as_ac_Header
-   if test "x$as_val" = x""yes; then :
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 _ACEOF
@@ -6074,8 +6085,8 @@
 
 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "no acceptable C compiler found in \$PATH
-See \`config.log' for more details." "$LINENO" 5; }
+as_fn_error $? "no acceptable C compiler found in \$PATH
+See \`config.log' for more details" "$LINENO" 5 ; }
 
 # Provide some information about the compiler.
 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -6817,7 +6828,7 @@
   done
 IFS=$as_save_IFS
   if test -z "$ac_cv_path_SED"; then
-    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
+    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
   fi
 else
   ac_cv_path_SED=$SED
@@ -6896,7 +6907,7 @@
   done
 IFS=$as_save_IFS
   if test -z "$ac_cv_path_FGREP"; then
-    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   fi
 else
   ac_cv_path_FGREP=$FGREP
@@ -7012,7 +7023,7 @@
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
-test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
@@ -7214,13 +7225,13 @@
 else
   lt_cv_nm_interface="BSD nm"
   echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:7217: $ac_compile\"" >&5)
+  (eval echo "\"\$as_me:7228: $ac_compile\"" >&5)
   (eval "$ac_compile" 2>conftest.err)
   cat conftest.err >&5
-  (eval echo "\"\$as_me:7220: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+  (eval echo "\"\$as_me:7231: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
   cat conftest.err >&5
-  (eval echo "\"\$as_me:7223: output\"" >&5)
+  (eval echo "\"\$as_me:7234: output\"" >&5)
   cat conftest.out >&5
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
     lt_cv_nm_interface="MS dumpbin"
@@ -8425,7 +8436,7 @@
   ;;
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 8428 "configure"' > conftest.$ac_ext
+  echo '#line 8439 "configure"' > conftest.$ac_ext
   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -9687,11 +9698,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:9690: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:9701: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:9694: \$? = $ac_status" >&5
+   echo "$as_me:9705: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -10026,11 +10037,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:10029: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:10040: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:10033: \$? = $ac_status" >&5
+   echo "$as_me:10044: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -10131,11 +10142,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:10134: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:10145: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:10138: \$? = $ac_status" >&5
+   echo "$as_me:10149: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -10186,11 +10197,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:10189: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:10200: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:10193: \$? = $ac_status" >&5
+   echo "$as_me:10204: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -12570,7 +12581,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12573 "configure"
+#line 12584 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12666,7 +12677,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12669 "configure"
+#line 12680 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12913,7 +12924,7 @@
 fi
 set dummy $CC; ac_cc=`$as_echo "$2" |
 		      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
-if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
+if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
   $as_echo_n "(cached) " >&6
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13033,6 +13044,10 @@
 
 
 
+
+
+
+
 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 	if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
@@ -13145,7 +13160,6 @@
 $as_echo "no" >&6; }
 		PKG_CONFIG=""
 	fi
-
 fi
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linguas" >&5
@@ -13205,7 +13219,7 @@
 if test "${enable_schemas_install+set}" = set; then :
   enableval=$enable_schemas_install; case ${enableval} in
        yes|no) ;;
-       *) as_fn_error "bad value ${enableval} for --enable-schemas-install" "$LINENO" 5 ;;
+       *) as_fn_error $? "bad value ${enableval} for --enable-schemas-install" "$LINENO" 5  ;;
       esac
 fi
 
@@ -13234,15 +13248,14 @@
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
-eval as_val=\$$as_ac_Header
-   if test "x$as_val" = x""yes; then :
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 _ACEOF
 
 else
 
-  as_fn_error "missing required header" "$LINENO" 5
+  as_fn_error $? "missing required header" "$LINENO" 5
 
 fi
 
@@ -13259,11 +13272,10 @@
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GPM" >&5
 $as_echo_n "checking for GPM... " >&6; }
 
-if test -n "$PKG_CONFIG"; then
-    if test -n "$GPM_CFLAGS"; then
-        pkg_cv_GPM_CFLAGS="$GPM_CFLAGS"
-    else
-        if test -n "$PKG_CONFIG" && \
+if test -n "$GPM_CFLAGS"; then
+    pkg_cv_GPM_CFLAGS="$GPM_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gpm_deps\""; } >&5
   ($PKG_CONFIG --exists --print-errors "$gpm_deps") 2>&5
   ac_status=$?
@@ -13273,15 +13285,13 @@
 else
   pkg_failed=yes
 fi
-    fi
-else
-	pkg_failed=untried
+ else
+    pkg_failed=untried
 fi
-if test -n "$PKG_CONFIG"; then
-    if test -n "$GPM_LIBS"; then
-        pkg_cv_GPM_LIBS="$GPM_LIBS"
-    else
-        if test -n "$PKG_CONFIG" && \
+if test -n "$GPM_LIBS"; then
+    pkg_cv_GPM_LIBS="$GPM_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gpm_deps\""; } >&5
   ($PKG_CONFIG --exists --print-errors "$gpm_deps") 2>&5
   ac_status=$?
@@ -13291,14 +13301,15 @@
 else
   pkg_failed=yes
 fi
-    fi
-else
-	pkg_failed=untried
+ else
+    pkg_failed=untried
 fi
 
 
 
 if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
         _pkg_short_errors_supported=yes
@@ -13306,14 +13317,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-	        GPM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gpm_deps"`
+	        GPM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$gpm_deps" 2>&1`
         else
-	        GPM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$gpm_deps"`
+	        GPM_PKG_ERRORS=`$PKG_CONFIG --print-errors "$gpm_deps" 2>&1`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$GPM_PKG_ERRORS" >&5
 
-	as_fn_error "Package requirements ($gpm_deps) were not met:
+	as_fn_error $? "Package requirements ($gpm_deps) were not met:
 
 $GPM_PKG_ERRORS
 
@@ -13322,12 +13333,13 @@
 
 Alternatively, you may set the environment variables GPM_CFLAGS
 and GPM_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
 path to pkg-config.
 
@@ -13336,13 +13348,13 @@
 See the pkg-config man page for more details.
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
 else
 	GPM_CFLAGS=$pkg_cv_GPM_CFLAGS
 	GPM_LIBS=$pkg_cv_GPM_LIBS
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
-	:
+
 fi
 
 #
@@ -13355,11 +13367,10 @@
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GVC" >&5
 $as_echo_n "checking for GVC... " >&6; }
 
-if test -n "$PKG_CONFIG"; then
-    if test -n "$GVC_CFLAGS"; then
-        pkg_cv_GVC_CFLAGS="$GVC_CFLAGS"
-    else
-        if test -n "$PKG_CONFIG" && \
+if test -n "$GVC_CFLAGS"; then
+    pkg_cv_GVC_CFLAGS="$GVC_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gvc_deps\""; } >&5
   ($PKG_CONFIG --exists --print-errors "$gvc_deps") 2>&5
   ac_status=$?
@@ -13369,15 +13380,13 @@
 else
   pkg_failed=yes
 fi
-    fi
-else
-	pkg_failed=untried
+ else
+    pkg_failed=untried
 fi
-if test -n "$PKG_CONFIG"; then
-    if test -n "$GVC_LIBS"; then
-        pkg_cv_GVC_LIBS="$GVC_LIBS"
-    else
-        if test -n "$PKG_CONFIG" && \
+if test -n "$GVC_LIBS"; then
+    pkg_cv_GVC_LIBS="$GVC_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gvc_deps\""; } >&5
   ($PKG_CONFIG --exists --print-errors "$gvc_deps") 2>&5
   ac_status=$?
@@ -13387,14 +13396,15 @@
 else
   pkg_failed=yes
 fi
-    fi
-else
-	pkg_failed=untried
+ else
+    pkg_failed=untried
 fi
 
 
 
 if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
         _pkg_short_errors_supported=yes
@@ -13402,14 +13412,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-	        GVC_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gvc_deps"`
+	        GVC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$gvc_deps" 2>&1`
         else
-	        GVC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$gvc_deps"`
+	        GVC_PKG_ERRORS=`$PKG_CONFIG --print-errors "$gvc_deps" 2>&1`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$GVC_PKG_ERRORS" >&5
 
-	as_fn_error "Package requirements ($gvc_deps) were not met:
+	as_fn_error $? "Package requirements ($gvc_deps) were not met:
 
 $GVC_PKG_ERRORS
 
@@ -13418,12 +13428,13 @@
 
 Alternatively, you may set the environment variables GVC_CFLAGS
 and GVC_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
 path to pkg-config.
 
@@ -13432,13 +13443,13 @@
 See the pkg-config man page for more details.
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
 else
 	GVC_CFLAGS=$pkg_cv_GVC_CFLAGS
 	GVC_LIBS=$pkg_cv_GVC_LIBS
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
-	:
+
 fi
 
 #
@@ -13450,11 +13461,10 @@
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MPD" >&5
 $as_echo_n "checking for MPD... " >&6; }
 
-if test -n "$PKG_CONFIG"; then
-    if test -n "$MPD_CFLAGS"; then
-        pkg_cv_MPD_CFLAGS="$MPD_CFLAGS"
-    else
-        if test -n "$PKG_CONFIG" && \
+if test -n "$MPD_CFLAGS"; then
+    pkg_cv_MPD_CFLAGS="$MPD_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gpm_deps
                   \$gvc_deps
                   clutter-1.0
@@ -13494,15 +13504,13 @@
 else
   pkg_failed=yes
 fi
-    fi
-else
-	pkg_failed=untried
+ else
+    pkg_failed=untried
 fi
-if test -n "$PKG_CONFIG"; then
-    if test -n "$MPD_LIBS"; then
-        pkg_cv_MPD_LIBS="$MPD_LIBS"
-    else
-        if test -n "$PKG_CONFIG" && \
+if test -n "$MPD_LIBS"; then
+    pkg_cv_MPD_LIBS="$MPD_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gpm_deps
                   \$gvc_deps
                   clutter-1.0
@@ -13542,14 +13550,15 @@
 else
   pkg_failed=yes
 fi
-    fi
-else
-	pkg_failed=untried
+ else
+    pkg_failed=untried
 fi
 
 
 
 if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
         _pkg_short_errors_supported=yes
@@ -13557,7 +13566,7 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-	        MPD_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gpm_deps
+	        MPD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$gpm_deps
                   $gvc_deps
                   clutter-1.0
                   clutter-gtk-0.10
@@ -13567,9 +13576,9 @@
                   libcanberra-gtk
                   libnotify
                   meego-panel >= 0.75.4
-                  mx-1.0 >= 0.99.0"`
+                  mx-1.0 >= 0.99.0" 2>&1`
         else
-	        MPD_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$gpm_deps
+	        MPD_PKG_ERRORS=`$PKG_CONFIG --print-errors "$gpm_deps
                   $gvc_deps
                   clutter-1.0
                   clutter-gtk-0.10
@@ -13579,12 +13588,12 @@
                   libcanberra-gtk
                   libnotify
                   meego-panel >= 0.75.4
-                  mx-1.0 >= 0.99.0"`
+                  mx-1.0 >= 0.99.0" 2>&1`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$MPD_PKG_ERRORS" >&5
 
-	as_fn_error "Package requirements ($gpm_deps
+	as_fn_error $? "Package requirements ($gpm_deps
                   $gvc_deps
                   clutter-1.0
                   clutter-gtk-0.10
@@ -13603,12 +13612,13 @@
 
 Alternatively, you may set the environment variables MPD_CFLAGS
 and MPD_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
 path to pkg-config.
 
@@ -13617,13 +13627,13 @@
 See the pkg-config man page for more details.
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
 else
 	MPD_CFLAGS=$pkg_cv_MPD_CFLAGS
 	MPD_LIBS=$pkg_cv_MPD_LIBS
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
-	:
+
 fi
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install test tools" >&5
@@ -13713,11 +13723,10 @@
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ECK" >&5
 $as_echo_n "checking for ECK... " >&6; }
 
-if test -n "$PKG_CONFIG"; then
-    if test -n "$ECK_CFLAGS"; then
-        pkg_cv_ECK_CFLAGS="$ECK_CFLAGS"
-    else
-        if test -n "$PKG_CONFIG" && \
+if test -n "$ECK_CFLAGS"; then
+    pkg_cv_ECK_CFLAGS="$ECK_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$eck_deps\""; } >&5
   ($PKG_CONFIG --exists --print-errors "$eck_deps") 2>&5
   ac_status=$?
@@ -13727,15 +13736,13 @@
 else
   pkg_failed=yes
 fi
-    fi
-else
-	pkg_failed=untried
+ else
+    pkg_failed=untried
 fi
-if test -n "$PKG_CONFIG"; then
-    if test -n "$ECK_LIBS"; then
-        pkg_cv_ECK_LIBS="$ECK_LIBS"
-    else
-        if test -n "$PKG_CONFIG" && \
+if test -n "$ECK_LIBS"; then
+    pkg_cv_ECK_LIBS="$ECK_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$eck_deps\""; } >&5
   ($PKG_CONFIG --exists --print-errors "$eck_deps") 2>&5
   ac_status=$?
@@ -13745,14 +13752,15 @@
 else
   pkg_failed=yes
 fi
-    fi
-else
-	pkg_failed=untried
+ else
+    pkg_failed=untried
 fi
 
 
 
 if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
         _pkg_short_errors_supported=yes
@@ -13760,14 +13768,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-	        ECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$eck_deps"`
+	        ECK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$eck_deps" 2>&1`
         else
-	        ECK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$eck_deps"`
+	        ECK_PKG_ERRORS=`$PKG_CONFIG --print-errors "$eck_deps" 2>&1`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$ECK_PKG_ERRORS" >&5
 
-	as_fn_error "Package requirements ($eck_deps) were not met:
+	as_fn_error $? "Package requirements ($eck_deps) were not met:
 
 $ECK_PKG_ERRORS
 
@@ -13776,12 +13784,13 @@
 
 Alternatively, you may set the environment variables ECK_CFLAGS
 and ECK_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
 path to pkg-config.
 
@@ -13790,13 +13799,13 @@
 See the pkg-config man page for more details.
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
 else
 	ECK_CFLAGS=$pkg_cv_ECK_CFLAGS
 	ECK_LIBS=$pkg_cv_ECK_LIBS
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
-	:
+
 fi
 
 #
@@ -13808,11 +13817,10 @@
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MPI" >&5
 $as_echo_n "checking for MPI... " >&6; }
 
-if test -n "$PKG_CONFIG"; then
-    if test -n "$MPI_CFLAGS"; then
-        pkg_cv_MPI_CFLAGS="$MPI_CFLAGS"
-    else
-        if test -n "$PKG_CONFIG" && \
+if test -n "$MPI_CFLAGS"; then
+    pkg_cv_MPI_CFLAGS="$MPI_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$eck_deps
                   clutter-1.0
                   clutter-gtk-0.10
@@ -13846,15 +13854,13 @@
 else
   pkg_failed=yes
 fi
-    fi
-else
-	pkg_failed=untried
+ else
+    pkg_failed=untried
 fi
-if test -n "$PKG_CONFIG"; then
-    if test -n "$MPI_LIBS"; then
-        pkg_cv_MPI_LIBS="$MPI_LIBS"
-    else
-        if test -n "$PKG_CONFIG" && \
+if test -n "$MPI_LIBS"; then
+    pkg_cv_MPI_LIBS="$MPI_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$eck_deps
                   clutter-1.0
                   clutter-gtk-0.10
@@ -13888,14 +13894,15 @@
 else
   pkg_failed=yes
 fi
-    fi
-else
-	pkg_failed=untried
+ else
+    pkg_failed=untried
 fi
 
 
 
 if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
         _pkg_short_errors_supported=yes
@@ -13903,7 +13910,7 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-	        MPI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$eck_deps
+	        MPI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$eck_deps
                   clutter-1.0
                   clutter-gtk-0.10
                   devkit-power-gobject
@@ -13911,9 +13918,9 @@
                   gdk-x11-2.0
                   libnotify
                   meego-panel >= 0.75.4
-                  mx-1.0"`
+                  mx-1.0" 2>&1`
         else
-	        MPI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$eck_deps
+	        MPI_PKG_ERRORS=`$PKG_CONFIG --print-errors "$eck_deps
                   clutter-1.0
                   clutter-gtk-0.10
                   devkit-power-gobject
@@ -13921,12 +13928,12 @@
                   gdk-x11-2.0
                   libnotify
                   meego-panel >= 0.75.4
-                  mx-1.0"`
+                  mx-1.0" 2>&1`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$MPI_PKG_ERRORS" >&5
 
-	as_fn_error "Package requirements ($eck_deps
+	as_fn_error $? "Package requirements ($eck_deps
                   clutter-1.0
                   clutter-gtk-0.10
                   devkit-power-gobject
@@ -13943,12 +13950,13 @@
 
 Alternatively, you may set the environment variables MPI_CFLAGS
 and MPI_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
 path to pkg-config.
 
@@ -13957,13 +13965,13 @@
 See the pkg-config man page for more details.
 
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details" "$LINENO" 5 ; }
 else
 	MPI_CFLAGS=$pkg_cv_MPI_CFLAGS
 	MPI_LIBS=$pkg_cv_MPI_LIBS
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
-	:
+
 fi
 
 #
@@ -14058,6 +14066,7 @@
 
 ac_libobjs=
 ac_ltlibobjs=
+U=
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   # 1. Remove the extension, and $U if already installed.
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
@@ -14081,11 +14090,11 @@
 fi
 
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
-  as_fn_error "conditional \"AMDEP\" was never defined.
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
-  as_fn_error "conditional \"am__fastdepCC\" was never defined.
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
 
@@ -14093,19 +14102,19 @@
 
 
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
-  as_fn_error "conditional \"am__fastdepCC\" was never defined.
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
 if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
-  as_fn_error "conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
+  as_fn_error $? "conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
 if test -z "${INSTALL_TEST_TOOLS_TRUE}" && test -z "${INSTALL_TEST_TOOLS_FALSE}"; then
-  as_fn_error "conditional \"INSTALL_TEST_TOOLS\" was never defined.
+  as_fn_error $? "conditional \"INSTALL_TEST_TOOLS\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
 if test -z "${ENABLE_CACHE_TRUE}" && test -z "${ENABLE_CACHE_FALSE}"; then
-  as_fn_error "conditional \"ENABLE_CACHE\" was never defined.
+  as_fn_error $? "conditional \"ENABLE_CACHE\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
 
@@ -14255,19 +14264,19 @@
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 
-# as_fn_error ERROR [LINENO LOG_FD]
-# ---------------------------------
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-# script with status $?, using 1 if that was 0.
+# script with STATUS, using 1 if that was 0.
 as_fn_error ()
 {
-  as_status=$?; test $as_status -eq 0 && as_status=1
-  if test "$3"; then
-    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   fi
-  $as_echo "$as_me: error: $1" >&2
+  $as_echo "$as_me: error: $2" >&2
   as_fn_exit $as_status
 } # as_fn_error
 
@@ -14463,7 +14472,7 @@
       test -d "$as_dir" && break
     done
     test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
 
 } # as_fn_mkdir_p
@@ -14516,8 +14525,8 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by meego-panel-devices $as_me 0.2.5, which was
-generated by GNU Autoconf 2.65.  Invocation command line was
+This file was extended by meego-panel-devices $as_me 0.2.7, which was
+generated by GNU Autoconf 2.67.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
@@ -14582,11 +14591,11 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-meego-panel-devices config.status 0.2.5
-configured by $0, generated by GNU Autoconf 2.65,
+meego-panel-devices config.status 0.2.7
+configured by $0, generated by GNU Autoconf 2.67,
   with options \\"\$ac_cs_config\\"
 
-Copyright (C) 2009 Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."
 
@@ -14604,11 +14613,16 @@
 while test $# != 0
 do
   case $1 in
-  --*=*)
+  --*=?*)
     ac_option=`expr "X$1" : 'X\([^=]*\)='`
     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     ac_shift=:
     ;;
+  --*=)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=
+    ac_shift=:
+    ;;
   *)
     ac_option=$1
     ac_optarg=$2
@@ -14630,6 +14644,7 @@
     $ac_shift
     case $ac_optarg in
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    '') as_fn_error $? "missing file argument" ;;
     esac
     as_fn_append CONFIG_FILES " '$ac_optarg'"
     ac_need_defaults=false;;
@@ -14642,7 +14657,7 @@
     ac_need_defaults=false;;
   --he | --h)
     # Conflict between --help and --header
-    as_fn_error "ambiguous option: \`$1'
+    as_fn_error $? "ambiguous option: \`$1'
 Try \`$0 --help' for more information.";;
   --help | --hel | -h )
     $as_echo "$ac_cs_usage"; exit ;;
@@ -14651,7 +14666,7 @@
     ac_cs_silent=: ;;
 
   # This is an error.
-  -*) as_fn_error "unrecognized option: \`$1'
+  -*) as_fn_error $? "unrecognized option: \`$1'
 Try \`$0 --help' for more information." ;;
 
   *) as_fn_append ac_config_targets " $1"
@@ -14989,7 +15004,7 @@
     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
     "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
 
-  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
   esac
 done
 
@@ -15027,7 +15042,7 @@
 {
   tmp=./conf$$-$RANDOM
   (umask 077 && mkdir "$tmp")
-} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
 
 # Set up the scripts for CONFIG_FILES section.
 # No need to generate them if there are no CONFIG_FILES.
@@ -15044,7 +15059,7 @@
 fi
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
-  ac_cs_awk_cr='\r'
+  ac_cs_awk_cr='\\r'
 else
   ac_cs_awk_cr=$ac_cr
 fi
@@ -15058,18 +15073,18 @@
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   echo "_ACEOF"
 } >conf$$subs.sh ||
-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
-ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
 ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do
   . ./conf$$subs.sh ||
-    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   if test $ac_delim_n = $ac_delim_num; then
     break
   elif $ac_last_try; then
-    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   else
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   fi
@@ -15158,20 +15173,28 @@
 else
   cat
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
-  || as_fn_error "could not setup config files machinery" "$LINENO" 5
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
 _ACEOF
 
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
 # trailing colons and then remove the whole line if VPATH becomes empty
 # (actually we leave an empty line to preserve line numbers).
 if test "x$srcdir" = x.; then
-  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
-s/:*\$(srcdir):*/:/
-s/:*\${srcdir}:*/:/
-s/:*@srcdir@:*/:/
-s/^\([^=]*=[	 ]*\):*/\1/
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
+h
+s///
+s/^/:/
+s/[	 ]*$/:/
+s/:\$(srcdir):/:/g
+s/:\${srcdir}:/:/g
+s/:@srcdir@:/:/g
+s/^:*//
 s/:*$//
+x
+s/\(=[	 ]*\).*/\1/
+G
+s/\n//
 s/^[^=]*=[	 ]*$//
 }'
 fi
@@ -15199,7 +15222,7 @@
   if test -z "$ac_t"; then
     break
   elif $ac_last_try; then
-    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
+    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
   else
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   fi
@@ -15284,7 +15307,7 @@
 _ACAWK
 _ACEOF
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-  as_fn_error "could not setup config headers machinery" "$LINENO" 5
+  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
 fi # test -n "$CONFIG_HEADERS"
 
 
@@ -15297,7 +15320,7 @@
   esac
   case $ac_mode$ac_tag in
   :[FHL]*:*);;
-  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
   :[FH]-) ac_tag=-:-;;
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   esac
@@ -15325,7 +15348,7 @@
 	   [\\/$]*) false;;
 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 	   esac ||
-	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
       esac
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
       as_fn_append ac_file_inputs " '$ac_f'"
@@ -15352,7 +15375,7 @@
 
     case $ac_tag in
     *:-:* | *:-) cat >"$tmp/stdin" \
-      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
     esac
     ;;
   esac
@@ -15489,22 +15512,22 @@
 $ac_datarootdir_hack
 "
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
-  || as_fn_error "could not create $ac_file" "$LINENO" 5
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined." >&5
+which seems to be undefined.  Please make sure it is defined" >&5
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined." >&2;}
+which seems to be undefined.  Please make sure it is defined" >&2;}
 
   rm -f "$tmp/stdin"
   case $ac_file in
   -) cat "$tmp/out" && rm -f "$tmp/out";;
   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
   esac \
-  || as_fn_error "could not create $ac_file" "$LINENO" 5
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  ;;
   :H)
   #
@@ -15515,19 +15538,19 @@
       $as_echo "/* $configure_input  */" \
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     } >"$tmp/config.h" \
-      || as_fn_error "could not create $ac_file" "$LINENO" 5
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 $as_echo "$as_me: $ac_file is unchanged" >&6;}
     else
       rm -f "$ac_file"
       mv "$tmp/config.h" "$ac_file" \
-	|| as_fn_error "could not create $ac_file" "$LINENO" 5
+	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
     fi
   else
     $as_echo "/* $configure_input  */" \
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
-      || as_fn_error "could not create -" "$LINENO" 5
+      || as_fn_error $? "could not create -" "$LINENO" 5
   fi
 # Compute "$ac_file"'s index in $config_headers.
 _am_arg="$ac_file"
@@ -16307,7 +16330,7 @@
  ;;
     "po/stamp-it":C)
     if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
-       as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
+       as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
     fi
     rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
     >"po/stamp-it.tmp"
@@ -16335,7 +16358,7 @@
 ac_clean_files=$ac_clean_files_save
 
 test $ac_write_fail = 0 ||
-  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
+  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
 
 # configure is writing to config.log, and then calls config.status.
@@ -16356,7 +16379,7 @@
   exec 5>>config.log
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   # would make configure fail if this is the last instruction.
-  $ac_cs_success || as_fn_exit $?
+  $ac_cs_success || as_fn_exit 1
 fi
 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
--- configure.ac
+++ configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT([meego-panel-devices], [0.2.5], [http://bugzilla.meego.org])
+AC_INIT([meego-panel-devices], [0.2.7], [http://bugzilla.meego.org])
 AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build])
 AM_INIT_AUTOMAKE([1.10 foreign -Wno-portability no-define])
--- data/Makefile.in
+++ data/Makefile.in
@@ -216,6 +216,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- data/icons/Makefile.in
+++ data/icons/Makefile.in
@@ -172,6 +172,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- data/meego-panel-devices.schemas.in
+++ data/meego-panel-devices.schemas.in
@@ -38,7 +38,9 @@
       <type>int</type>
       <default>300</default>
       <locale name="C">
-        <short/>
+        <short>Sleep timeout</short>
+        <long>Value of -1 means never sleep, other values are seconds
+               of continuous idle state before sleeping.</long>
       </locale>
     </schema>
   </schemalist>
--- data/theme/Makefile.in
+++ data/theme/Makefile.in
@@ -171,6 +171,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- data/theme/panel.css
+++ data/theme/panel.css
@@ -79,8 +79,21 @@
   padding: 10 20 10 18;
 }
 
-MpdDefaultDeviceTile > MxBoxLayout, MpdStorageDeviceTile > MxBoxLayout {
-  padding: 15 15 15 20;
+MpdDefaultDeviceTile, MpdStorageDeviceTile {
+  padding: 12 12 0 12;
+}
+
+MpdStorageDeviceTile > MxFrame.separator {
+  background-image: url('seperator.png');
+  padding: 18 0 0 0;
+}
+
+MpdDefaultDeviceTile > MxBoxLayout {
+  padding: 0 0 12 0;
+}
+
+MxLabel.message {
+  padding: 6 0 0 0;
 }
 
 #volume-tile-label, #brightness-tile-label {
--- egg-console-kit/Makefile.in
+++ egg-console-kit/Makefile.in
@@ -176,6 +176,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- gpm/Makefile.in
+++ gpm/Makefile.in
@@ -176,6 +176,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- gvc/Makefile.in
+++ gvc/Makefile.in
@@ -179,6 +179,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- po/cs.po
+++ po/cs.po
@@ -1,10 +1,9 @@
-#
 # Pavel, 2010, 2004.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-29 15:57+0000\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
 "PO-Revision-Date: 2004-01-01 03:38+0100\n"
 "Last-Translator: \n"
 "Language-Team: Czech <kde-i18n-doc at kde.org>\n"
@@ -21,10 +20,18 @@
 msgstr "Panel Zařízení"
 
 #: ../data/meego-panel-devices.desktop.in.in.h:2
-#: ../src/meego-panel-devices.c:160
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "Zařízení"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Překročení času spánku"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Hodnota -1 znamená, že spánek nikdy nebude, ostatní hodnoty představují sekundy nepřetržitého nečinného stavu před spaním."
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -57,44 +64,31 @@
 msgid "MeeGo Power Icon"
 msgstr "MeeGo symbol pro stav elektrické energie"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "Baterie ztrácí sílu"
 
-#: ../power-icon/src/mpd-power-icon.c:77
-msgid ""
-"I've noticed that your battery is running a bit low. If you can, it would be "
-"a good idea to plug in and top up."
-msgstr ""
-"Bylo zjištěno, že baterie ztrácí sílu. Je-li to možné, bylo by dobré ji "
-"zapojit "
-"do elektrické sítě a dobít."
+#: ../power-icon/src/mpd-power-icon.c:78
+msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
+msgstr "Bylo zjištěno, že baterie ztrácí sílu. Je-li to možné, bylo by dobré ji zapojit do elektrické sítě a dobít."
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "Baterie je téměř prázdná"
 
-#: ../power-icon/src/mpd-power-icon.c:81
-msgid ""
-"You're running quite low on battery. It'd be a good idea to save all your "
-"work and plug in as soon as you can."
-msgstr ""
-"Baterie je poměrně slabá. Opravdu by bylo dobré uložit celou vaši práci, "
-"a potom ji, jakmile to bude možné, připojit k síti a nechat ji nabít."
+#: ../power-icon/src/mpd-power-icon.c:82
+msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
+msgstr "Baterie je poměrně slabá. Opravdu by bylo dobré uložit celou vaši práci, a potom ji, jakmile to bude možné, připojit k síti a nechat ji nabít."
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "Nebezpečí!"
 
-#: ../power-icon/src/mpd-power-icon.c:86
-msgid ""
-"Sorry, your computer is about to run out of battery. I'm going to have to "
-"turn off now. Please save your work and hope to see you again soon."
-msgstr ""
-"Promiňte, ale váš počítač už je bez šťávy. Nyní bude vypnut. Uložte, "
-"prosím, všechnu svou práci a brzy na shledanou."
+#: ../power-icon/src/mpd-power-icon.c:87
+msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
+msgstr "Promiňte, ale váš počítač už je bez šťávy. Nyní bude vypnut. Uložte, prosím, všechnu svou práci a brzy na shledanou."
 
-#: ../power-icon/src/mpd-power-icon.c:429
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "Baterie"
 
@@ -102,10 +96,8 @@
 #, c-format
 msgid "If you don't decide, I'll turn off in %d second"
 msgid_plural "If you don't decide, I'll turn off in %d seconds"
-msgstr[0] ""
-"Pokud nebude přijato žádné rozhodnutí, dojde k vypnutí za %d sekundy."
-msgstr[1] ""
-"Pokud nebude přijato žádné rozhodnutí, dojde k vypnutí za %d sekund."
+msgstr[0] "Pokud nebude přijato žádné rozhodnutí, dojde k vypnutí za %d sekundy."
+msgstr[1] "Pokud nebude přijato žádné rozhodnutí, dojde k vypnutí za %d sekund."
 
 #: ../power-icon/src/mpd-shutdown-notification.c:130
 msgid "Turn off"
@@ -119,7 +111,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "Pokud nebude přijato žádné rozhodnutí, dojde k vypnutí za 30 sekund."
 
-#: ../src/meego-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "MeeGo panel Zařízení"
 
@@ -175,8 +167,7 @@
 
 #: ../src/mpd-devices-tile.c:61
 msgid "Ejecting failed, looks like an application is using it"
-msgstr ""
-"Vysunutí se nezdařilo. Vypadá to, že zařízení je používáno nějakým programem."
+msgstr "Vysunutí se nezdařilo. Vypadá to, že zařízení je používáno nějakým programem."
 
 #: ../src/mpd-devices-tile.c:423
 msgid "It is safe to unplug this device now"
@@ -184,12 +175,8 @@
 
 #: ../src/mpd-disk-tile.c:65
 #, c-format
-msgid ""
-"<span font-weight='bold'>You are using</span> <span color='%s'>%d%% of %s</"
-"span>"
-msgstr ""
-"<span font-weight='bold'>Používáte</span> <span color='%s'>%d%% z %s</"
-"span>"
+msgid "<span font-weight='bold'>You are using</span> <span color='%s'>%d%% of %s</span>"
+msgstr "<span font-weight='bold'>Používáte</span> <span color='%s'>%d%% z %s</span>"
 
 #: ../src/mpd-folder-tile.c:186
 msgid "Trash"
@@ -228,11 +215,8 @@
 
 #: ../src/mpd-storage-device-tile.c:819
 #, c-format
-msgid ""
-"<span font-weight='bold'>%s</span> using <span color='%s'>%d%% of %s</span>"
-msgstr ""
-"<span font-weight='bold'>%s</span> používá <span color='%s'>%d%% z %s</"
-"span>"
+msgid "<span font-weight='bold'>%s</span> using <span color='%s'>%d%% of %s</span>"
+msgstr "<span font-weight='bold'>%s</span> používá <span color='%s'>%d%% z %s</span>"
 
 #: ../src/mpd-storage-device-tile.c:827
 #, c-format
@@ -289,20 +273,14 @@
 #~ msgid "Meego Power Icon"
 #~ msgstr "Meego Energiesymbol"
 
-#~ msgid ""
-#~ "<span font-weight='bold'>Importing data</span> <span color='%s'>%d%%</"
-#~ "span>"
-#~ msgstr ""
-#~ "<span font-weight='bold'>Daten werden importiert</span> <span color='%s'>%"
-#~ "d%%</span>"
+#~ msgid "<span font-weight='bold'>Importing data</span> <span color='%s'>%d%%</span>"
+#~ msgstr "<span font-weight='bold'>Daten werden importiert</span> <span color='%s'>%d%%</span>"
 
 #~ msgid "Stop"
 #~ msgstr "Stop"
 
-#~ msgid ""
-#~ "%s nas been plugged in. You can use the Devices panel interact with it"
-#~ msgstr ""
-#~ "%s wurde angeschlossen. Du kannst es über das Panel Geräte benutzen."
+#~ msgid "%s nas been plugged in. You can use the Devices panel interact with it"
+#~ msgstr "%s wurde angeschlossen. Du kannst es über das Panel Geräte benutzen."
 
 #~ msgid "USB plugged in"
 #~ msgstr "USB ist angeschlossen"
--- po/de.po
+++ po/de.po
@@ -4,26 +4,33 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: meego-panel-device master\n"
-"Report-Msgid-Bugs-To: meego-de at lists.hendi.name\n"
-"POT-Creation-Date: 2010-08-02 10:00+0000\n"
-"PO-Revision-Date: 2010-08-03 15:27+0200\n"
-"Last-Translator: Hendrik Richter <hendrikr at gnome.org>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
+"PO-Revision-Date: 2010-10-20 12:01-0800\n"
+"Last-Translator: Clara Steiner-Jay <csteiner at aracnet.com>\n"
 "Language-Team: \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"
-#
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:1
+#: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
-msgstr "Panel »Geräte«"
+msgstr "Panel Geräte"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:2
-#: ../src/moblin-panel-devices.c:160
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "Geräte"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Zeitlimit für Energiesparmodus"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Ein Wert von -1 bedeutet kein Energiesparmodus, andere Werte sind Sekunden im Leerlaufzustand vor dem Energiesparmodus."
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -52,35 +59,35 @@
 msgid "System Sounds"
 msgstr "Systemklänge"
 
-#: ../power-icon/src/moblin-power-icon.c:46
+#: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
 msgstr "MeeGo-Energiesymbol"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "Ladezustand des Akkus ist niedrig"
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "Der Rechner hat nur noch wenig Energie. Bitte laden Sie falls möglich den Akku auf."
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "Ladezustand des Akkus ist sehr niedrig"
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "Der Rechner hat nur noch sehr wenig Energie. Bitte speichern Sie Ihre Arbeit und laden den Akku so bald wie möglich auf."
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "Ladezustand des Akkus ist kritisch"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
-msgstr "Der Akkuladezustand ist im kritischen Bereich. Der Rechner wird deshalb nun heruntergefahren. Bitte speicheren Sie Ihre Arbeit."
+msgstr "Der Akkuladezustand ist im kritischen Bereich. Der Rechner wird deshalb nun heruntergefahren. Bitte speichern Sie Ihre Arbeit."
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "Akku"
 
@@ -103,9 +110,9 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "Der Rechner wird in 30 Sekunden automatisch ausgeschaltet."
 
-#: ../src/moblin-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
-msgstr "MeeGo-Panel »Geräte«"
+msgstr "MeeGo-Panel Geräte"
 
 #: ../src/mpd-battery-device.c:371
 #, c-format
@@ -150,7 +157,7 @@
 "Plug in a device and it will\n"
 "be automatically detected."
 msgstr ""
-"Stöpseln Sie ein Gerät ein\n"
+"Stecken Sie ein Gerät ein\n"
 "und es wird automatisch erkannt."
 
 #: ../src/mpd-devices-pane.c:104
--- po/en_GB.po
+++ po/en_GB.po
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: MeeGo Panel Devices\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-20 17:50+0000\n"
-"PO-Revision-Date: 2010-07-20 10:52-0800\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
+"PO-Revision-Date: 2010-10-20 10:10-0800\n"
 "Last-Translator: Margie Foster <margie at linux.intel.com>\n"
 "Language-Team: British English <margie at linux.intel.com>\n"
 "MIME-Version: 1.0\n"
@@ -24,10 +24,18 @@
 msgstr "Devices panel"
 
 #: ../data/meego-panel-devices.desktop.in.in.h:2
-#: ../src/meego-panel-devices.c:163
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "devices"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Sleep timeout"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -107,7 +115,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "If you don't decide, I'll turn off in 30 seconds."
 
-#: ../src/meego-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "MeeGo Devices Panel"
 
--- po/es.po
+++ po/es.po
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-23 09:22+0000\n"
-"PO-Revision-Date: 2010-07-01 15:42-0800\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
+"PO-Revision-Date: 2010-10-20 14:15-0800\n"
 "Last-Translator: Pablo Barbecho <pablo.barbecho at ptiglobal.net>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
@@ -18,15 +18,23 @@
 "X-Poedit-Language: Spanish\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:1
+#: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
 msgstr "Panel de dispositivos"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:2
-#: ../src/moblin-panel-devices.c:160
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "dispositivos"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Tiempo de espera de para la suspensión"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Un valor igual a -1 significa que nunca se produce la suspensión. Otros valores representan los segundos de inactividad continuada antes de que se produzca la suspensión."
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -55,35 +63,35 @@
 msgid "System Sounds"
 msgstr "Sonidos del sistema"
 
-#: ../power-icon/src/moblin-power-icon.c:46
+#: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
 msgstr "Icono de energía MeeGo"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "Queda poca batería "
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "Hemos notado que la batería está un poco baja. Si puedes, enchúfala para cargarla."
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "Casi vacía"
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "Casi no queda batería. Guarda el trabajo y enchúfala en cuanto puedas."
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "¡Peligro!"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
 msgstr "El equipo se va a quedar sin batería de un momento a otro. Vamos a tener que apagarlo. Guarda tu trabajo. Esperamos verte pronto."
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "batería"
 
@@ -106,7 +114,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "Si no se decide nada, se apagará en 30 segundos."
 
-#: ../src/moblin-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "Panel de dispositivos de MeeGo"
 
@@ -142,7 +150,7 @@
 
 #: ../src/mpd-computer-pane.c:119
 msgid "Your computer"
-msgstr "El ordenador"
+msgstr "El equipo"
 
 #: ../src/mpd-computer-pane.c:128
 msgid "All settings"
@@ -256,7 +264,7 @@
 
 #: ../src/mpd-volume-tile.c:355
 msgid "Computer volume"
-msgstr "Volume del ordenador"
+msgstr "Volumen del equipo"
 
 #: ../src/mpd-volume-tile.c:371
 msgid "Mute"
--- po/fi.po
+++ po/fi.po
@@ -2,9 +2,9 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-07 09:20+0000\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
 "PO-Revision-Date: \n"
-"Last-Translator: Anna Bergman <anna.b.bergman at gmail.com>\n"
+"Last-Translator: \n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,10 +18,18 @@
 msgstr "Laitteet-paneeli"
 
 #: ../data/meego-panel-devices.desktop.in.in.h:2
-#: ../src/meego-panel-devices.c:160
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "laitteet"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Unitilan aikakatkaisu"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Arvo 1 merkitsee ei koskaan unitilaan, toiset arvot merkitsevät sekuntia yhtäjaksoista käyttämättömyyttä ennen unitilaan joutumista."
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -52,43 +60,31 @@
 
 #: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
-msgstr "MeeGo virtakuvake"
+msgstr "MeeGo-virtakuvake"
 
 #: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "Akku on lähes lopussa"
 
 #: ../power-icon/src/mpd-power-icon.c:78
-msgid ""
-"I've noticed that your battery is running a bit low. If you can, it would be "
-"a good idea to plug in and top up."
-msgstr ""
-"Huomaamme, että akkusi on tyhjentymässä. Jos vain mahdollista, kannattaisi "
-"kytkeä pistoke seinään ja ladata akku."
+msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
+msgstr "Huomaamme, että akkusi on tyhjentymässä. Jos vain mahdollista, kannattaisi kytkeä pistoke seinään ja ladata akku."
 
 #: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
-msgstr "Lähellä tyhjää"
+msgstr "Lähes tyhjä"
 
 #: ../power-icon/src/mpd-power-icon.c:82
-msgid ""
-"You're running quite low on battery. It'd be a good idea to save all your "
-"work and plug in as soon as you can."
-msgstr ""
-"Akkusi on melkein tyhjä. Voisi olla hyvä idea tallentaa kaikki työsi ja "
-"kytkeä pistoke seinään mahdollisimman pian."
+msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
+msgstr "Akkusi on melkein tyhjä. Voisi olla hyvä idea tallentaa kaikki työsi ja kytkeä pistoke seinään mahdollisimman pian."
 
 #: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "Vaara!"
 
 #: ../power-icon/src/mpd-power-icon.c:87
-msgid ""
-"Sorry, your computer is about to run out of battery. I'm going to have to "
-"turn off now. Please save your work and hope to see you again soon."
-msgstr ""
-"Sori, tietokoneesi akku on lähes tyhjä. Meidän täytyy nyt kytkeä virta pois "
-"päältä. Tallenna työsi ja toivottavasti näemme sinut pian uudelleen."
+msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
+msgstr "Sori, tietokoneesi akku on lähes tyhjä. Meidän täytyy nyt kytkeä virta pois päältä. Tallenna työsi ja toivottavasti näemme sinut pian uudelleen."
 
 #: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
@@ -113,9 +109,9 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "Jos et tee päätöstä, virta kytkeytyy pois päältä 30 sekunnissa."
 
-#: ../src/meego-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
-msgstr "MeeGo laitteet-paneeli"
+msgstr "MeeGo-laitepaneeli"
 
 #: ../src/mpd-battery-device.c:371
 #, c-format
@@ -177,11 +173,8 @@
 
 #: ../src/mpd-disk-tile.c:65
 #, c-format
-msgid ""
-"<span font-weight='bold'>You are using</span> <span color='%s'>%d%% of %s</"
-"span>"
-msgstr ""
-"<span font-weight='bold'>Käytät</span> <span color='%s'>%d%% of %s</span>"
+msgid "<span font-weight='bold'>You are using</span> <span color='%s'>%d%% of %s</span>"
+msgstr "<span font-weight='bold'>Käytät</span> <span color='%s'>%d%% of %s</span>"
 
 #: ../src/mpd-folder-tile.c:186
 msgid "Trash"
@@ -220,10 +213,8 @@
 
 #: ../src/mpd-storage-device-tile.c:819
 #, c-format
-msgid ""
-"<span font-weight='bold'>%s</span> using <span color='%s'>%d%% of %s</span>"
-msgstr ""
-"<span font-weight='bold'>%s</span> käyttää <span color='%s'>%d%% of %s</span>"
+msgid "<span font-weight='bold'>%s</span> using <span color='%s'>%d%% of %s</span>"
+msgstr "<span font-weight='bold'>%s</span> käyttää <span color='%s'>%d%% of %s</span>"
 
 #: ../src/mpd-storage-device-tile.c:827
 #, c-format
@@ -430,35 +421,35 @@
 
 #~ msgid "RAID device %s"
 #~ msgstr "RAID-laite %s"
-
 #~ msgctxt "RAID Level fallback"
+
 #~ msgid "RAID"
 #~ msgstr "RAID"
 
 #~ msgid "RAID Array"
 #~ msgstr "RAID-ryhmä"
-
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Not Attached"
 #~ msgstr "Ei liitetty"
-
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Faulty"
 #~ msgstr "Viallinen"
-
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Fully Synchronized"
 #~ msgstr "Täysin synkattu"
-
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Writemostly"
 #~ msgstr "Kirjoita enimmäkseen"
-
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Blocked"
 #~ msgstr "Estetty"
-
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Spare"
 #~ msgstr "Vara"
 
@@ -1181,67 +1172,67 @@
 
 #~ msgid "Virtual"
 #~ msgstr "Virtuaalinen"
-
 #~ msgctxt "connection name"
+
 #~ msgid "Unknown"
 #~ msgstr "Tuntematon"
 
 #~ msgid "%s at %s"
 #~ msgstr "%s kohteessa %s"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "Stripe (RAID-0)"
 #~ msgstr "Raidoitettu (RAID-0)"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-0"
 #~ msgstr "RAID-0"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "Mirror (RAID-1)"
 #~ msgstr "Peilattu (RAID-1)"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-1"
 #~ msgstr "RAID-1"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "Parity Disk (RAID-4)"
 #~ msgstr "Pariteettilevyke (RAID-4)"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-4"
 #~ msgstr "RAID-4"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "Distributed Parity (RAID-5)"
 #~ msgstr "Jaettu pariteetti (RAID-5)"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-5"
 #~ msgstr "RAID-5"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "Dual Distributed Parity (RAID-6)"
 #~ msgstr "Jaettu kaksoispariteetti (RAID-6)"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-6"
 #~ msgstr "RAID-6"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "Stripe of Mirrors (RAID-10)"
 #~ msgstr "Peilien raidoitus (RAID-10)"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-10"
 #~ msgstr "RAID-10"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "Concatenated (Linear)"
 #~ msgstr "Yhdistetty (lineaarinen)"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "Linear"
 #~ msgstr "Lineaarinen"
 
@@ -1461,8 +1452,8 @@
 
 #~ msgid "%s LVM2 Physical Volume"
 #~ msgstr "%s LVM2 fyysinen asema"
-
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID"
 #~ msgstr "RAID"
 
--- po/fr.po
+++ po/fr.po
@@ -7,9 +7,9 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-23 09:22+0000\n"
-"PO-Revision-Date: 2010-07-01 10:21-0800\n"
-"Last-Translator: David Cicognani <david.cicognani at ptiglobal.net>\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
+"PO-Revision-Date: 2010-10-19 15:34-0800\n"
+"Last-Translator: \n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,15 +18,23 @@
 "X-Poedit-Language: French\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:1
+#: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
 msgstr "Panneaux des périphériques"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:2
-#: ../src/moblin-panel-devices.c:160
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "périphériques"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Délai de veille"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Valeur de -1 signifie jamais en veille, les autres valeurs sont des secondes d'état inactif avant la mise en veille"
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -55,35 +63,35 @@
 msgid "System Sounds"
 msgstr "Sons système"
 
-#: ../power-icon/src/moblin-power-icon.c:46
+#: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
 msgstr "Icône d'alimentation MeeGo"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "Le niveau de la batterie est faible"
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "Nous avons remarqué que le niveau de votre batterie est plutôt faible. Si possible, il serait préférable de vous raccorder au secteur pour la recharger."
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "Presque vide"
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "Le niveau de la batterie est très faible. Il serait préférable de sauvegarder votre travail et de vous raccorder au secteur dès que possible."
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "Danger !"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
 msgstr "Désolé, votre batterie est bientôt épuisée. Nous allons devoir éteindre. Veuillez sauvegarder votre travail et nous espérons vous revoir bientôt."
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "batterie"
 
@@ -106,7 +114,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "Si vous ne vous décidez pas je vais m'éteindre dans 30 secondes."
 
-#: ../src/moblin-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "Panneaux des périphériques MeeGo"
 
--- po/hu.po
+++ po/hu.po
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Csanád Tóth <toth.csanad at kde.hu>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-07-20 17:50+0000\n"
+"PO-Revision-Date: 2010-09-24 07:45+0200\n"
+"Last-Translator: Csanád Tóth <toth.csanad at kde.hu>\n"
+"Language-Team: Hungarian <kde-l10n-hu at kde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 1.1\n"
+
+#: ../data/meego-panel-devices.desktop.in.in.h:1
+msgid "Devices panel"
+msgstr "Eszközök panel"
+
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:163
+msgid "devices"
+msgstr "eszközök"
+
+#. translators:
+#. * The device has been disabled
+#: ../gvc/gvc-mixer-control.c:1003
+msgid "Disabled"
+msgstr "Letiltva"
+
+#. translators:
+#. * The number of sound outputs on a particular device
+#: ../gvc/gvc-mixer-control.c:1010
+#, c-format, fuzzy
+msgid "%u Output"
+msgid_plural "%u Outputs"
+msgstr[0] "%u Output"
+
+#. translators:
+#. * The number of sound inputs on a particular device
+#: ../gvc/gvc-mixer-control.c:1020
+#, c-format
+msgid "%u Input"
+msgid_plural "%u Inputs"
+msgstr[0] ""
+
+#: ../gvc/gvc-mixer-control.c:1316
+msgid "System Sounds"
+msgstr "Rendszerhangok"
+
+#: ../power-icon/src/meego-power-icon.c:46
+msgid "MeeGo Power Icon"
+msgstr ""
+
+#: ../power-icon/src/mpd-power-icon.c:77
+msgid "Running low on battery"
+msgstr "Az akkumulátor töltöttsége alacsony"
+
+#: ../power-icon/src/mpd-power-icon.c:78
+msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
+msgstr "Az akkumulátor töltöttsége viszonylag alacsony szintet ért el. Ajánlott a hálózati töltő csatlakoztatása."
+
+#: ../power-icon/src/mpd-power-icon.c:81
+msgid "Getting close to empty"
+msgstr "Közel üres"
+
+#: ../power-icon/src/mpd-power-icon.c:82
+msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
+msgstr "Az akkumulátor töltöttsége nagyon alacsony szintet ért el. Ajánlott a végzett feladatok elmentése és a hálózati töltő csatlakoztatása."
+
+#: ../power-icon/src/mpd-power-icon.c:86
+msgid "Danger!"
+msgstr "Figyelem!"
+
+#: ../power-icon/src/mpd-power-icon.c:87
+msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
+msgstr "Az akkumulátor lemerült, ezért az eszköz kikapcsolásra kerül. Ajánlott a végzett feladatok elmentése."
+
+#: ../power-icon/src/mpd-power-icon.c:435
+msgid "battery"
+msgstr "akkumulátor"
+
+#: ../power-icon/src/mpd-shutdown-notification.c:98
+#, c-format
+msgid "If you don't decide, I'll turn off in %d second"
+msgid_plural "If you don't decide, I'll turn off in %d seconds"
+msgstr[0] ""
+
+#: ../power-icon/src/mpd-shutdown-notification.c:130
+msgid "Turn off"
+msgstr ""
+
+#: ../power-icon/src/mpd-shutdown-notification.c:184
+msgid "Would you like to turn off now?"
+msgstr ""
+
+#: ../power-icon/src/mpd-shutdown-notification.c:185
+msgid "If you don't decide, I'll turn off in 30 seconds."
+msgstr ""
+
+#: ../src/meego-panel-devices.c:121
+msgid "MeeGo Devices Panel"
+msgstr ""
+
+#: ../src/mpd-battery-device.c:371
+#, c-format
+msgid "Sorry, you don't appear to have a battery installed."
+msgstr ""
+
+#: ../src/mpd-battery-device.c:375
+#, c-format
+msgid "Your battery is charging. It is about %d%% full."
+msgstr ""
+
+#: ../src/mpd-battery-device.c:380
+#, c-format
+msgid "Your battery is being used. It is about %d%% full."
+msgstr ""
+
+#: ../src/mpd-battery-device.c:385
+#, c-format
+msgid "Your battery is fully charged and you're ready to go."
+msgstr ""
+
+#: ../src/mpd-battery-device.c:389
+#, c-format
+msgid "Sorry, it looks like your battery is broken."
+msgstr ""
+
+#. First row.
+#: ../src/mpd-brightness-tile.c:141
+msgid "Netbook brightness"
+msgstr ""
+
+#: ../src/mpd-computer-pane.c:119
+msgid "Your computer"
+msgstr ""
+
+#: ../src/mpd-computer-pane.c:128
+msgid "All settings"
+msgstr ""
+
+#: ../src/mpd-default-device-tile.c:107
+msgid ""
+"Plug in a device and it will\n"
+"be automatically detected."
+msgstr ""
+
+#: ../src/mpd-devices-pane.c:104
+msgid "Other devices"
+msgstr ""
+
+#: ../src/mpd-devices-tile.c:61
+msgid "Ejecting failed, looks like an application is using it"
+msgstr ""
+
+#: ../src/mpd-devices-tile.c:423
+msgid "It is safe to unplug this device now"
+msgstr ""
+
+#: ../src/mpd-disk-tile.c:65
+#, c-format
+msgid "<span font-weight='bold'>You are using</span> <span color='%s'>%d%% of %s</span>"
+msgstr ""
+
+#: ../src/mpd-folder-tile.c:186
+msgid "Trash"
+msgstr ""
+
+#: ../src/mpd-shell.c:126
+msgid "Devices"
+msgstr ""
+
+#: ../src/mpd-storage-device-tile.c:242
+#, c-format
+msgid "Could not run \"%s\""
+msgstr ""
+
+#: ../src/mpd-storage-device-tile.c:244
+msgid "Import error"
+msgstr ""
+
+#: ../src/mpd-storage-device-tile.c:355
+msgid "Import photos"
+msgstr ""
+
+#: ../src/mpd-storage-device-tile.c:357
+msgid "Import media"
+msgstr ""
+
+#. Eject button
+#: ../src/mpd-storage-device-tile.c:615
+msgid "Eject"
+msgstr ""
+
+#. Open button
+#: ../src/mpd-storage-device-tile.c:626
+msgid "Open"
+msgstr ""
+
+#: ../src/mpd-storage-device-tile.c:819
+#, c-format
+msgid "<span font-weight='bold'>%s</span> using <span color='%s'>%d%% of %s</span>"
+msgstr ""
+
+#: ../src/mpd-storage-device-tile.c:827
+#, c-format
+msgid "<span font-weight='bold'>%s</span>"
+msgstr ""
+
+#: ../src/mpd-volume-tile.c:113
+msgid "Turned up to 11"
+msgstr ""
+
+#: ../src/mpd-volume-tile.c:115
+msgid "Very loud"
+msgstr ""
+
+#: ../src/mpd-volume-tile.c:117
+msgid "Loud"
+msgstr ""
+
+#: ../src/mpd-volume-tile.c:119
+msgid "Fairly loud"
+msgstr ""
+
+#: ../src/mpd-volume-tile.c:121
+msgid "Middle of the road"
+msgstr ""
+
+#: ../src/mpd-volume-tile.c:123
+msgid "Fairly quiet"
+msgstr ""
+
+#: ../src/mpd-volume-tile.c:125
+msgid "Quiet"
+msgstr ""
+
+#: ../src/mpd-volume-tile.c:127
+msgid "Very quiet"
+msgstr ""
+
+#: ../src/mpd-volume-tile.c:129
+msgid "Silent"
+msgstr ""
+
+#: ../src/mpd-volume-tile.c:355
+msgid "Computer volume"
+msgstr ""
+
+#: ../src/mpd-volume-tile.c:371
+msgid "Mute"
+msgstr ""
--- po/it.po
+++ po/it.po
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-23 09:22+0000\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
 "PO-Revision-Date: \n"
 "Last-Translator: francesca godani <francesca.godani at ptiglobal.net>\n"
 "Language-Team: \n"
@@ -13,15 +13,23 @@
 "X-Poedit-Language: Italian\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:1
+#: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
 msgstr "Pannello dispositivi"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:2
-#: ../src/moblin-panel-devices.c:160
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "dispositivi"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Terminato tempo di stand by"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Il valore -1 significa mai in stand by, altri valori sono i secondi di stato di inattività prima dello stand by."
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -50,35 +58,35 @@
 msgid "System Sounds"
 msgstr "Suoni di sistema"
 
-#: ../power-icon/src/moblin-power-icon.c:46
+#: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
 msgstr "Icona dell'alimentazione di MeeGo"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "La batteria si sta scaricando"
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "Abbiamo notato che la batteria è quasi scarica. Se possibile, sarebbe una buona idea attaccare la spina e fare il pieno."
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "Quasi vuota"
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "La batteria è quasi scarica. Sarebbe una buona idea salvare tutto il lavoro e attaccare la spina il prima possibile."
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "Pericolo!"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
 msgstr "Spiacenti, il computer sta per esaurire la batteria. Stiamo per spegnere. Salvare il lavoro e arrivederci."
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "batteria"
 
@@ -101,7 +109,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "Se non ti decidi mi spengo tra 30 secondi."
 
-#: ../src/moblin-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "Pannello dispositivi di MeeGo"
 
--- po/ja.po
+++ po/ja.po
@@ -2,9 +2,9 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-23 09:22+0000\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
 "PO-Revision-Date: \n"
-"Last-Translator: \n"
+"Last-Translator: Etsuko <edc914 at gmail.com>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -13,15 +13,23 @@
 "X-Poedit-Language: Japanese\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:1
+#: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
 msgstr "デバイスパネル"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:2
-#: ../src/moblin-panel-devices.c:160
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "デバイス"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "スリープのタイムアウト"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "値が -1 というのは、スリープにならないことを示し、他の値の場合は、スリープになる前のアイドル状態の継続時間(秒)です。"
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -50,36 +58,36 @@
 msgid "System Sounds"
 msgstr "システム効果音"
 
-#: ../power-icon/src/moblin-power-icon.c:46
+#: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
 msgstr "MeeGo 電源アイコン"
 
 # translation "charge up the battery" because translation of the original English translation creates UI truncation in actual MeeGo UI.
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "バッテリーを充電してください"
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "バッテリー残量が少なくなっています。電源に接続して、バッテリーを充電してください。"
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "残量がほとんどありません"
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "バッテリー残量が非常に少なくなっています。全てのファイルを保存し、できるだけ早めに電源に接続してください。"
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "危険な状態です!"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
 msgstr "バッテリー残量がまもなくゼロになるので、コンピューターがオフになります。すべてのファイルを保存してください。"
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "バッテリー"
 
@@ -102,7 +110,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "このままの状態では、30秒後に電源がオフになります。"
 
-#: ../src/moblin-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "MeeGo デバイスパネル"
 
@@ -171,7 +179,7 @@
 
 #: ../src/mpd-folder-tile.c:186
 msgid "Trash"
-msgstr "ゴミ箱へ移動する"
+msgstr "ゴミ箱"
 
 #: ../src/mpd-shell.c:126
 msgid "Devices"
@@ -262,798 +270,544 @@
 
 #~ msgid "Netbook volume"
 #~ msgstr "ネットブックの音量"
-
 #~ msgid "Meego Power Icon"
 #~ msgstr "Meego 電源アイコン"
-
 #~ msgid ""
 #~ "<span font-weight='bold'>Importing data</span> <span color='%s'>%d%%</"
 #~ "span>"
 #~ msgstr ""
 #~ "<span font-weight='bold'>データ <span color='%s'>%d%%</span> をインポート"
 #~ "中</span>"
-
 #~ msgid "Stop"
 #~ msgstr "停止"
-
 #~ msgid ""
 #~ "%s nas been plugged in. You can use the Devices panel interact with it"
 #~ msgstr "%s が取り付けられました。デバイス・パネルで操作できます"
-
 #~ msgid "USB plugged in"
 #~ msgstr "取り付けられた USB"
-
 #~ msgid "Show"
 #~ msgstr "表示"
-
 #~ msgid "CompactFlash"
 #~ msgstr "コンパクトフラッシュ"
-
 #~ msgid "MemoryStick"
 #~ msgstr "メモリースティック"
-
 #~ msgid "SmartMedia"
 #~ msgstr "スマートメディア"
-
 #~ msgid "SecureDigital"
 #~ msgstr "SD カード"
-
 #~ msgid "SD High Capacity"
 #~ msgstr "SDHC カード"
-
 #~ msgid "Floppy"
 #~ msgstr "フロッピー"
-
 #~ msgid "Zip"
 #~ msgstr "Zip"
-
 #~ msgid "Jaz"
 #~ msgstr "Jaz"
-
 #~ msgid "CD"
 #~ msgstr "CD"
-
 #~ msgid "DVD"
 #~ msgstr "DVD"
-
 #~ msgid "Blu-Ray"
 #~ msgstr "Blu-Ray"
-
 #~ msgid "HDDVD"
 #~ msgstr "HDDVD"
-
 #~ msgid "%s Drive"
 #~ msgstr "%s ドライブ"
-
 #~ msgid "%s %s Drive"
 #~ msgstr "%s %s ドライブ"
-
 #~ msgid "%s Hard Disk"
 #~ msgstr "%s ハードディスク"
-
 #~ msgid "Hard Disk"
 #~ msgstr "ハードディスク"
-
 #~ msgid "%s Solid-State Disk"
 #~ msgstr "%s SSD"
-
 #~ msgid "Solid-State Disk"
 #~ msgstr "SSD"
-
 #~ msgid "%s Media"
 #~ msgstr "%s メディア"
-
 #~ msgid "No Media Detected"
 #~ msgstr "メディアが見つかりません"
-
 #~ msgid "MBR Partition Table"
 #~ msgstr "MBR パーティション・テーブル"
-
 #~ msgid "GUID Partition Table"
 #~ msgstr "GUID パーティション・テーブル"
-
 #~ msgid "Apple Partition Table"
 #~ msgstr "Apple パーティション・テーブル"
-
 #~ msgid "Partitioned"
 #~ msgstr "パーティション設定済み"
-
 #~ msgid "Not Partitioned"
 #~ msgstr "パーティション未設定"
-
 #~ msgid "SAS Expander"
 #~ msgstr "SAS エクスパンダ"
-
 #~ msgid "PATA Host Adapter"
 #~ msgstr "PATA ホスト・アダプタ"
-
 #~ msgid "SATA Host Adapter"
 #~ msgstr "SATA ホスト・アダプタ"
-
 #~ msgid "ATA Host Adapter"
 #~ msgstr "ATA ホスト・アダプタ"
-
 #~ msgid "SAS Host Adapter"
 #~ msgstr "SAS ホスト・アダプタ"
-
 #~ msgid "SCSI Host Adapter"
 #~ msgstr "SCSI ホスト・アダプタ"
-
 #~ msgid "Host Adapter"
 #~ msgstr "ホスト・アダプタ"
-
 #~ msgid "Volume Group"
 #~ msgstr "ボリューム・グループ"
-
 #~ msgid "%s LVM2 Volume Group"
 #~ msgstr "%s LVM2 ボリューム・グループ"
-
 #~ msgid "LVM2 Volume Group"
 #~ msgstr "LVM2 ボリューム・グループ"
-
 #~ msgid "%s Free"
 #~ msgstr "%s 未使用"
-
 #~ msgid "Unallocated Space"
 #~ msgstr "未割り当て領域"
-
 #~ msgid "LVM2 VG Unallocated Space"
 #~ msgstr "LVM2 ボリュームグループ未割り当て領域"
-
 #~ msgid "Logical Volume"
 #~ msgstr "論理ボリューム"
-
 #~ msgid "LVM2 Logical Volume"
 #~ msgstr "LVM2 論理ボリューム"
-
 #~ msgid "%s %s Array"
 #~ msgstr "%s %s アレイ"
-
 #~ msgid "%s Array"
 #~ msgstr "%s アレイ"
-
 #~ msgid "RAID Array %s (%s)"
 #~ msgstr "RAID アレイ %s (%s)"
-
 #~ msgid "RAID device %s"
 #~ msgstr "RAID デバイス %s"
 #~ msgctxt "RAID Level fallback"
-
 #~ msgid "RAID"
 #~ msgstr "RAID"
-
 #~ msgid "RAID Array"
 #~ msgstr "RAID アレイ"
 #~ msgctxt "Linux MD slave state"
-
 #~ msgid "Not Attached"
 #~ msgstr "装着されていません"
 #~ msgctxt "Linux MD slave state"
-
 #~ msgid "Faulty"
 #~ msgstr "不良"
 #~ msgctxt "Linux MD slave state"
-
 #~ msgid "Fully Synchronized"
 #~ msgstr "完全同期済み"
 #~ msgctxt "Linux MD slave state"
-
 #~ msgid "Writemostly"
 #~ msgstr "Write-mostlyモード"
 #~ msgctxt "Linux MD slave state"
-
 #~ msgid "Blocked"
 #~ msgstr "ブロックされています"
 #~ msgctxt "Linux MD slave state"
-
 #~ msgid "Spare"
 #~ msgstr "スペア"
-
 #~ msgid "Local Storage"
 #~ msgstr "ローカル・ストレージ"
-
 #~ msgid "Storage on %s"
 #~ msgstr "%s のストレージ"
-
 #~ msgid "Multipath Devices"
 #~ msgstr "マルチパス・デバイス"
-
 #~ msgid "Drives with multiple I/O paths"
 #~ msgstr "マルチプル I/O パスのドライブ"
-
 #~ msgid "Multi-disk Devices"
 #~ msgstr "マルチディスク・デバイス"
-
 #~ msgid "RAID, LVM and other logical drives"
 #~ msgstr "RAID、LVM、他の論理ドライブ"
-
 #~ msgid "Peripheral Devices"
 #~ msgstr "周辺機器"
-
 #~ msgid "USB, Firewire and other peripherals"
 #~ msgstr "USB、Firewire、他の周辺機器"
-
 #~ msgid "Error enumerating devices: %s"
 #~ msgstr "デバイスの一覧作成中にエラー: %s"
-
 #~ msgid "Error enumerating adapters: %s"
 #~ msgstr "アダプタの一覧作成中にエラー: %s"
-
 #~ msgid "Error enumerating expanders: %s"
 #~ msgstr "エクスパンダの一覧作成中にエラー: %s"
-
 #~ msgid "Error enumerating ports: %s"
 #~ msgstr "ポートの一覧作成中にエラー: %s"
-
 #~ msgid "Error listening to address `localhost:%d': %s: %s\n"
 #~ msgstr ""
 #~ "アドレス「localhost:%d」のリスン時に次のにエラーが発生しました: %s: %s\n"
-
 #~ msgid ""
 #~ "Error creating a local TCP server, tried binding to ports 9000-10000 on "
 #~ "localhost"
 #~ msgstr ""
 #~ "localhost の 9000-10000 番ポートへバインドを試行しましたが、ローカル TCP "
 #~ "サーバーの作成時にエラーが発生しました"
-
 #~ msgid "Error setting auth mechanisms on local DBusServer\n"
 #~ msgstr ""
 #~ "ローカル DBusServer 上で認証メカニズムを設定中にエラーが発生しました\n"
-
 #~ msgid "Unable to parse command-line `%s' (Malformed address?): %s"
 #~ msgstr "コマンドライン「%s」を解析できませんでした (アドレス間違い?): %s"
-
 #~ msgid "Unable to spawn ssh program: %s"
 #~ msgstr "次の ssh プログラムを起動できませんでした: %s"
-
 #~ msgid "Error reading stderr output: %s"
 #~ msgstr "標準エラー出力の読み込み中にエラー: %s"
-
 #~ msgid "Error reading stderr output: No content"
 #~ msgstr "標準エラー出力の読み込み中にエラー: 内容なし"
-
 #~ msgid "Error logging in"
 #~ msgstr "ログイン中にエラーが発生しました"
-
 #~ msgid "Error sending `%s': %s"
 #~ msgstr "「%s」の送信中にエラー: %s"
-
 #~ msgid ""
 #~ "Unexpected stderr output - expected `udisks-tcp-bridge: Waiting for "
 #~ "secret' but got `%s'"
 #~ msgstr ""
 #~ "予期せぬ標準エラー出力 - 「udisks-tcp-bridge: 秘密鍵を待機中」を予期してい"
 #~ "ましたが「%s」でした。"
-
 #~ msgid "Error passing authorization secret: %s"
 #~ msgstr "認証用秘密鍵の受け渡しでエラーが発生しました: %s"
-
 #~ msgid "Error reading stderr from: %s"
 #~ msgstr "標準エラーを以下より読み込み中にエラー: %s"
-
 #~ msgid ""
 #~ "Unexpected stderr output - expected `udisks-tcp-bridge: Attempting to "
 #~ "connect to port %d' but got `%s'"
 #~ msgstr ""
 #~ "予期せぬ標準エラー出力 - 「udisks-tcp-bridge: ポート %d への接続を試行中」"
 #~ "を予期していましたが「%s」でした。"
-
 #~ msgid "The udisks-tcp-bridge program failed to prove it was authorized: %s"
 #~ msgstr ""
 #~ "プログラム udisks-tcp-bridge が認証されていることの確認に失敗しました: %s"
-
 #~ msgid "The udisks-tcp-bridge program failed to prove it was authorized"
 #~ msgstr ""
 #~ "プログラム udisks-tcp-bridge が認証されていることの確認に失敗しました"
-
 #~ msgid "%s (%s bytes)"
 #~ msgstr "%s (%s バイト)"
-
 #~ msgid "FAT (12-bit version)"
 #~ msgstr "FAT (12 ビット版)"
-
 #~ msgid "FAT"
 #~ msgstr "FAT"
-
 #~ msgid "FAT (16-bit version)"
 #~ msgstr "FAT (16 ビット版)"
-
 #~ msgid "FAT (32-bit version)"
 #~ msgstr "FAT (32 ビット版)"
-
 #~ msgid "NTFS (version %s)"
 #~ msgstr "NTFS (バージョン %s)"
-
 #~ msgid "NTFS"
 #~ msgstr "NTFS"
-
 #~ msgid "HFS"
 #~ msgstr "HFS"
-
 #~ msgid "HFS+"
 #~ msgstr "HFS+"
-
 #~ msgid "Linux Unified Key Setup"
 #~ msgstr "Linux Unified Key Setup"
-
 #~ msgid "LUKS"
 #~ msgstr "LUKS"
-
 #~ msgid "Ext2 (version %s)"
 #~ msgstr "Ext2 (バージョン %s)"
-
 #~ msgid "Ext2"
 #~ msgstr "Ext2"
-
 #~ msgid "ext2"
 #~ msgstr "ext2"
-
 #~ msgid "Ext3 (version %s)"
 #~ msgstr "Ext3 (バージョン %s)"
-
 #~ msgid "Ext3"
 #~ msgstr "Ext3"
-
 #~ msgid "ext3"
 #~ msgstr "ext3"
-
 #~ msgid "Journal for Ext3 (version %s)"
 #~ msgstr "Ext3 ジャーナリング (バージョン %s)"
-
 #~ msgid "Journal for Ext3"
 #~ msgstr "Ext3 ジャーナリング"
-
 #~ msgid "jbd"
 #~ msgstr "jbd"
-
 #~ msgid "Ext4 (version %s)"
 #~ msgstr "Ext4 (バージョン %s)"
-
 #~ msgid "Ext4"
 #~ msgstr "Ext4"
-
 #~ msgid "ext4"
 #~ msgstr "ext4"
-
 #~ msgid "XFS (version %s)"
 #~ msgstr "XFS (バージョン %s)"
-
 #~ msgid "XFS"
 #~ msgstr "XFS"
-
 #~ msgid "xfs"
 #~ msgstr "xfs"
-
 #~ msgid "ReiserFS (version %s)"
 #~ msgstr "ReiserFS (バージョン %s)"
-
 #~ msgid "ReiserFS"
 #~ msgstr "ReiserFS"
-
 #~ msgid "reiserfs"
 #~ msgstr "reiserfs"
-
 #~ msgid "ISO 9660"
 #~ msgstr "ISO 9660"
-
 #~ msgid "iso9660"
 #~ msgstr "iso9660"
-
 #~ msgid "Universal Disk Format"
 #~ msgstr "Universal Disk Format"
-
 #~ msgid "udf"
 #~ msgstr "udf"
-
 #~ msgid "Swap Space"
 #~ msgstr "スワップ領域"
-
 #~ msgid "swap"
 #~ msgstr "スワップ"
-
 #~ msgid "LVM2 Physical Volume (version %s)"
 #~ msgstr "LVM2 物理ボリューム (バージョン %s)"
-
 #~ msgid "LVM2 Physical Volume"
 #~ msgstr "LVM2 物理ボリューム"
-
 #~ msgid "lvm2_pv"
 #~ msgstr "lvm2_pv"
-
 #~ msgid "RAID Component (version %s)"
 #~ msgstr "RAID コンポーネント (バージョン %s)"
-
 #~ msgid "RAID Component"
 #~ msgstr "RAID コンポーネント"
-
 #~ msgid "raid"
 #~ msgstr "RAID"
-
 #~ msgid "Minix"
 #~ msgstr "Minix"
-
 #~ msgid "minix"
 #~ msgstr "minix"
-
 #~ msgid "Creating File System"
 #~ msgstr "ファイル・システムを作成中"
-
 #~ msgid "Mounting File System"
 #~ msgstr "ファイル・システムをマウント中"
-
 #~ msgid "Unmounting File System"
 #~ msgstr "ファイル・システムをアンマウント中"
-
 #~ msgid "Checking File System"
 #~ msgstr "ファイル・システムをチェック中"
-
 #~ msgid "Creating LUKS Device"
 #~ msgstr "LUKS デバイスを作成中"
-
 #~ msgid "Unlocking LUKS Device"
 #~ msgstr "LUKS デバイスのロックを解除中"
-
 #~ msgid "Locking LUKS Device"
 #~ msgstr "LUKS デバイスをロック中"
-
 #~ msgid "Creating Partition Table"
 #~ msgstr "パーティション・テーブルを作成中"
-
 #~ msgid "Deleting Partition"
 #~ msgstr "パーティションを削除中"
-
 #~ msgid "Creating Partition"
 #~ msgstr "パーティションを作成中"
-
 #~ msgid "Modifying Partition"
 #~ msgstr "パーティションを変更中"
-
 #~ msgid "Setting Label for Device"
 #~ msgstr "デバイスのラベルを設定中"
-
 #~ msgid "Changing Passphrase for Encrypted LUKS Device"
 #~ msgstr "暗号化 LUKS デバイスのパスフレーズを変更中"
-
 #~ msgid "Adding Component to RAID Array"
 #~ msgstr "RAID アレイにコンポーネントを追加中"
-
 #~ msgid "Removing Component from RAID Array"
 #~ msgstr "RAID アレイからコンポーネントを取り外し中"
-
 #~ msgid "Stopping RAID Array"
 #~ msgstr "RAID アレイを停止中"
-
 #~ msgid "Starting RAID Array"
 #~ msgstr "RAID アレイを開始中"
-
 #~ msgid "Checking RAID Array"
 #~ msgstr "RAID アレイをチェック中"
-
 #~ msgid "Repairing RAID Array"
 #~ msgstr "RAID アレイを修復中"
-
 #~ msgid "Running Short SMART Self-Test"
 #~ msgstr "SMART ショート・セルフテストを実行中"
-
 #~ msgid "Running Extended SMART Self-Test"
 #~ msgstr "SMART 拡張セルフテストを実行中"
-
 #~ msgid "Running Conveyance SMART Self-Test"
 #~ msgstr "SMART 搬送セルフテストを実行中"
-
 #~ msgid "Ejecting Media"
 #~ msgstr "メディアを取り出し中"
-
 #~ msgid "Detaching Device"
 #~ msgstr "デバイスを取り外し中"
-
 #~ msgid "Forcibly Unmounting Filesystem"
 #~ msgstr "強制的にファイル・システムをアンマウント中"
-
 #~ msgid "Forcibly Locking LUKS device"
 #~ msgstr "LUKS デバイスを強制ロック中"
-
 #~ msgid "Linux Basic Data Partition"
 #~ msgstr "Linux 基本データ・パーティション"
-
 #~ msgid "Linux RAID Partition"
 #~ msgstr "Linux RAID パーティション"
-
 #~ msgid "Linux Swap Partition"
 #~ msgstr "Linux スワップ・パーティション"
-
 #~ msgid "Linux LVM Partition"
 #~ msgstr "Linux LVM パーティション"
-
 #~ msgid "Linux Reserved Partition"
 #~ msgstr "Linux 予約パーティション"
-
 #~ msgid "MBR Partition Scheme"
 #~ msgstr "MBR パーティション構成"
-
 #~ msgid "EFI System Partition"
 #~ msgstr "EFI システム・パーティション"
-
 #~ msgid "BIOS Boot Partition"
 #~ msgstr "BIOS 起動パーティション"
-
 #~ msgid "Microsoft Reserved Partition"
 #~ msgstr "Microsoft 予約パーティション"
-
 #~ msgid "Microsoft Basic Data Partition"
 #~ msgstr "Microsoft 基本データ・パーティション"
-
 #~ msgid "Microsoft LDM Metadata Partition"
 #~ msgstr "Microsoft LDM メタデータ・パーティション"
-
 #~ msgid "Microsoft LDM Data Partition"
 #~ msgstr "Microsoft LDM データ・パーティション"
-
 #~ msgid "Microsoft Windows Recovery Environment"
 #~ msgstr "Microsoft Windows リカバリ環境"
-
 #~ msgid "HP-UX Data Partition"
 #~ msgstr "HP-UX データ・パーティション"
-
 #~ msgid "HP-UX Service Partition"
 #~ msgstr "HP-UX サービス・パーティション"
-
 #~ msgid "FreeBSD Boot Partition"
 #~ msgstr "FreeBSD 起動パーティション"
-
 #~ msgid "FreeBSD Data Partition"
 #~ msgstr "FreeBSD データ・パーティション"
-
 #~ msgid "FreeBSD Swap Partition"
 #~ msgstr "FreeBSD スワップ・パーティション"
-
 #~ msgid "FreeBSD UFS Partition"
 #~ msgstr "FreeBSD UFS パーティション"
-
 #~ msgid "FreeBSD Vinum Partition"
 #~ msgstr "FreeBSD ボリューム・パーティション"
-
 #~ msgid "FreeBSD ZFS Partition"
 #~ msgstr "FreeBSD ZFS パーティション"
-
 #~ msgid "Solaris Boot Partition"
 #~ msgstr "Solaris 起動パーティション"
-
 #~ msgid "Solaris Root Partition"
 #~ msgstr "Solaris ルート・パーティション"
-
 #~ msgid "Solaris Swap Partition"
 #~ msgstr "Solaris スワップ・パーティション"
-
 #~ msgid "Solaris Backup Partition"
 #~ msgstr "Solaris バックアップ・パーティション"
-
 #~ msgid "Solaris /usr Partition"
 #~ msgstr "Solaris /usr パーティション"
-
 #~ msgid "Solaris /var Partition"
 #~ msgstr "Solaris /var パーティション"
-
 #~ msgid "Solaris /home Partition"
 #~ msgstr "Solaris /home パーティション"
-
 #~ msgid "Solaris Alternate Sector Partition"
 #~ msgstr "Solaris 代替セクタ・パーティション"
-
 #~ msgid "Solaris Reserved Partition"
 #~ msgstr "Solaris 予約パーティション"
-
 #~ msgid "Solaris Reserved Partition (2)"
 #~ msgstr "Solaris 予約パーティション (2)"
-
 #~ msgid "Solaris Reserved Partition (3)"
 #~ msgstr "Solaris 予約パーティション (3)"
-
 #~ msgid "Solaris Reserved Partition (4)"
 #~ msgstr "Solaris 予約パーティション (4)"
-
 #~ msgid "Solaris Reserved Partition (5)"
 #~ msgstr "Solaris 予約パーティション (5)"
-
 #~ msgid "Apple HFS/HFS+ Partition"
 #~ msgstr "Apple HFS/HFS+ パーティション"
-
 #~ msgid "Apple UFS Partition"
 #~ msgstr "Apple UFS パーティション"
-
 #~ msgid "Apple ZFS Partition"
 #~ msgstr "Apple ZFS パーティション"
-
 #~ msgid "Apple RAID Partition"
 #~ msgstr "Apple RAID パーティション"
-
 #~ msgid "Apple RAID Partition (Offline)"
 #~ msgstr "Apple RAID パーティション (オフライン)"
-
 #~ msgid "Apple Boot Partition"
 #~ msgstr "Apple 起動パーティション"
-
 #~ msgid "Apple Label Partition"
 #~ msgstr "Apple ラベル・パーティション"
-
 #~ msgid "Apple TV Recovery Partition"
 #~ msgstr "Apple TV リカバリ・パーティション"
-
 #~ msgid "NetBSD Swap Partition"
 #~ msgstr "NetBSD スワップ・パーティション"
-
 #~ msgid "NetBSD FFS Partition"
 #~ msgstr "NetBSD FFS パーティション"
-
 #~ msgid "NetBSD LFS Partition"
 #~ msgstr "NetBSD LFS パーティション"
-
 #~ msgid "NetBSD RAID Partition"
 #~ msgstr "NetBSD RAID パーティション"
-
 #~ msgid "NetBSD Concatenated  Partition"
 #~ msgstr "NetBSD 連結パーティション"
-
 #~ msgid "NetBSD Encrypted Partition"
 #~ msgstr "NetBSD 暗号化パーティション"
-
 #~ msgid "Apple Partition Map"
 #~ msgstr "Apple パーティション・マップ"
-
 #~ msgid "Unused Partition"
 #~ msgstr "未使用パーティション"
-
 #~ msgid "Empty Partition"
 #~ msgstr "空きパーティション"
-
 #~ msgid "Driver Partition"
 #~ msgstr "ドライバ・パーティション"
-
 #~ msgid "Driver 4.3 Partition"
 #~ msgstr "ドライバ 4.3 パーティション"
-
 #~ msgid "ProDOS file system"
 #~ msgstr "ProDOS ファイル・システム"
-
 #~ msgid "FAT 12"
 #~ msgstr "FAT 12"
-
 #~ msgid "FAT 16"
 #~ msgstr "FAT 16"
-
 #~ msgid "FAT 32"
 #~ msgstr "FAT 32"
-
 #~ msgid "FAT 16 (Windows)"
 #~ msgstr "FAT 16 (Windows)"
-
 #~ msgid "FAT 32 (Windows)"
 #~ msgstr "FAT 32 (Windows)"
-
 #~ msgid "Empty (0x00)"
 #~ msgstr "Empty (0x00)"
-
 #~ msgid "FAT12 (0x01)"
 #~ msgstr "FAT12 (0x01)"
-
 #~ msgid "FAT16 <32M (0x04)"
 #~ msgstr "FAT16 <32M (0x04)"
-
 #~ msgid "Extended (0x05)"
 #~ msgstr "拡張 (0x05)"
-
 #~ msgid "FAT16 (0x06)"
 #~ msgstr "FAT16 (0x06)"
-
 #~ msgid "HPFS/NTFS (0x07)"
 #~ msgstr "HPFS/NTFS (0x07)"
-
 #~ msgid "W95 FAT32 (0x0b)"
 #~ msgstr "W95 FAT32 (0x0b)"
-
 #~ msgid "W95 FAT32 (LBA) (0x0c)"
 #~ msgstr "W95 FAT32 (LBA) (0x0c)"
-
 #~ msgid "W95 FAT16 (LBA) (0x0e)"
 #~ msgstr "W95 FAT16 (LBA) (0x0e)"
-
 #~ msgid "W95 Ext d (LBA) (0x0f)"
 #~ msgstr "W95 拡張 (LBA) (0x0f)"
-
 #~ msgid "OPUS (0x10)"
 #~ msgstr "OPUS (0x10)"
-
 #~ msgid "Hidden FAT12 (0x11)"
 #~ msgstr "隠し属性付き FAT12 (0x11)"
-
 #~ msgid "Compaq diagnostics (0x12)"
 #~ msgstr "Compaq diagnostics (0x12)"
-
 #~ msgid "Hidden FAT16 <32M (0x14)"
 #~ msgstr "隠し属性付き FAT16 <32M (0x14)"
-
 #~ msgid "Hidden FAT16 (0x16)"
 #~ msgstr "隠し属性付き FAT16 (0x16)"
-
 #~ msgid "Hidden HPFS/NTFS (0x17)"
 #~ msgstr "隠し属性付き HPFS/NTFS (0x17)"
-
 #~ msgid "Hidden W95 FAT32 (0x1b)"
 #~ msgstr "隠し属性付き W95 FAT32 (0x1b)"
-
 #~ msgid "Hidden W95 FAT32 (LBA) (0x1c)"
 #~ msgstr "隠し属性付き W95 FAT32 (LBA) (0x1c)"
-
 #~ msgid "Hidden W95 FAT16 (LBA) (0x1e)"
 #~ msgstr "隠し属性付き W95 FAT16 (LBA) (0x1e)"
-
 #~ msgid "PartitionMagic (0x3c)"
 #~ msgstr "パーティションマジック (0x3c)"
-
 #~ msgid "Minix (0x81)"
 #~ msgstr "Minix (0x81)"
-
 #~ msgid "Linux swap (0x82)"
 #~ msgstr "Linux スワップ (0x82)"
-
 #~ msgid "Linux (0x83)"
 #~ msgstr "Linux (0x83)"
-
 #~ msgid "Hibernation (0x84)"
 #~ msgstr "ハイバネーション (0x84)"
-
 #~ msgid "Linux Extended (0x85)"
 #~ msgstr "Linux 拡張領域 (0x85)"
-
 #~ msgid "Linux LVM (0x8e)"
 #~ msgstr "Linux LVM (0x8e)"
-
 #~ msgid "Hibernation (0xa0)"
 #~ msgstr "ハイバネーション (0xa0)"
-
 #~ msgid "FreeBSD (0xa5)"
 #~ msgstr "FreeBSD (0xa5)"
-
 #~ msgid "OpenBSD (0xa6)"
 #~ msgstr "OpenBSD (0xa6)"
-
 #~ msgid "Mac OS X (0xa8)"
 #~ msgstr "Mac OS X (0xa8)"
-
 #~ msgid "Mac OS X (0xaf)"
 #~ msgstr "Mac OS X (0xaf)"
-
 #~ msgid "Solaris boot (0xbe)"
 #~ msgstr "Solaris 起動領域 (0xbe)"
-
 #~ msgid "Solaris (0xbf)"
 #~ msgstr "Solaris (0xbf)"
-
 #~ msgid "BeOS BFS (0xeb)"
 #~ msgstr "BeOS BFS (0xeb)"
-
 #~ msgid "SkyOS SkyFS (0xec)"
 #~ msgstr "SkyOS SkyFS (0xec)"
-
 #~ msgid "EFI GPT (0xee)"
 #~ msgstr "EFI GPT (0xee)"
-
 #~ msgid "EFI (FAT-12/16/32 (0xef)"
 #~ msgstr "EFI (FAT-12/16/32 (0xef)"
-
 #~ msgid "Linux RAID autodetect (0xfd)"
 #~ msgstr "Linux RAID 自動検出 (0xfd)"
-
 #~ msgid "Unknown (%s)"
 #~ msgstr "不明 (%s)"
-
 #~ msgid ""
 #~ "A popular format compatible with almost any device or system, typically "
 #~ "used for file exchange."
 #~ msgstr ""
 #~ "ほとんど全てのデバイスまたはシステムで互換性があり、特にファイル交換に使わ"
 #~ "れる一般的なフォーマットです。"
-
 #~ msgid ""
 #~ "This file system is compatible with Linux systems only and provides "
 #~ "classic UNIX file permissions support. This file system does not use a "
@@ -1062,25 +816,21 @@
 #~ "このファイル・システムは Linux システムのみ互換性があり、旧式の UNIX ファ"
 #~ "イル・パーミッションをサポートしています。このファイル・システムはジャーナ"
 #~ "ルを使用しません。"
-
 #~ msgid ""
 #~ "This file system is compatible with Linux systems only and provides "
 #~ "classic UNIX file permissions support."
 #~ msgstr ""
 #~ "このファイル・システムは Linux システムのみ互換性があり、旧式の UNIX ファ"
 #~ "イル・パーミッションをサポートしています。"
-
 #~ msgid "Swap area used by the operating system for virtual memory."
 #~ msgstr ""
 #~ "オペレーティング・システムが仮想メモリとして使用するスワップ領域です。"
-
 #~ msgid ""
 #~ "The native Windows file system. Not widely compatible with other "
 #~ "operating systems than Windows."
 #~ msgstr ""
 #~ "Windows ネイティブのファイル・システムです。Windows 以外のオペレーティン"
 #~ "グ・システムとはあまり互換性がありません。"
-
 #~ msgid ""
 #~ "Simple filesystem with low overhead and UNIX permissions support. Not "
 #~ "widely compatible with other operating systems than Linux and Minix."
@@ -1088,13 +838,10 @@
 #~ "オーバーヘッドが低く UNIX パーミッションをサポートしているシンプルなファイ"
 #~ "ル・システムです。Linux と Minix 以外の他のオペレーティングシステムとは、"
 #~ "あまり互換性がありません。"
-
 #~ msgid "No file system will be created."
 #~ msgstr "ファイルシステムは作成されません。"
-
 #~ msgid "Create an Extended Partition for logical partitions."
 #~ msgstr "論理パーティションに拡張パーティションを作成します。"
-
 #~ msgid ""
 #~ "The Master Boot Record scheme is compatible with almost any device or "
 #~ "system but has a number of limitations with respect to disk size and "
@@ -1103,7 +850,6 @@
 #~ "マスター・ブート・レコード方式はほぼ全てのデバイスやシステムと互換性があり"
 #~ "ますが、ディスク・サイズやパーティション数に関していくつかの制限がありま"
 #~ "す。"
-
 #~ msgid ""
 #~ "A legacy scheme that is incompatible with most systems except Apple "
 #~ "systems and most Linux systems. Not recommended for removable media."
@@ -1111,14 +857,12 @@
 #~ "レガシー方式は、Apple の各種システムやほとんどの Linux システムを除き、ほ"
 #~ "とんどのシステムで互換性がありません。リムーバブル・メディアへの使用はお薦"
 #~ "めしません。"
-
 #~ msgid ""
 #~ "The GUID scheme is compatible with most modern systems but may be "
 #~ "incompatible with some devices and legacy systems."
 #~ msgstr ""
 #~ "GUID 方式は、最近のほとんどのシステムと互換性がありますが、一部のデバイス"
 #~ "や旧式のシステムとは互換性がない可能性があります。"
-
 #~ msgid ""
 #~ "Marks the entire disk as unused. Use this option only if you want to "
 #~ "avoid partitioning the disk for e.g. whole disk use or floppy / Zip disks."
@@ -1126,109 +870,79 @@
 #~ "ディスク全体を未使用領域としてマークします。例えば、ディスク全体を使用する"
 #~ "場合やフロッピー/Zip ディスクのように、ディスクをパーティション分けしたく"
 #~ "ない場合のみ、このオプションを使用してください。"
-
 #~ msgid "LUKS Passphrase for UUID %s"
 #~ msgstr "UUID %s の LUKS パスフレーズ"
-
 #~ msgid "%.1f KB/s"
 #~ msgstr "%.1f KB/s"
-
 #~ msgid "%.1f MB/s"
 #~ msgstr "%.1f MB/s"
-
 #~ msgid "%.1f GB/s"
 #~ msgstr "%.1f GB/s"
-
 #~ msgid "SATA"
 #~ msgstr "SATA"
-
 #~ msgid "eSATA"
 #~ msgstr "eSATA"
-
 #~ msgid "PATA"
 #~ msgstr "PATA"
-
 #~ msgid "ATA"
 #~ msgstr "ATA"
-
 #~ msgid "SCSI"
 #~ msgstr "SCSI"
-
 #~ msgid "USB"
 #~ msgstr "USB"
-
 #~ msgid "Firewire"
 #~ msgstr "Firewire"
-
 #~ msgid "SDIO"
 #~ msgstr "SDIO"
-
 #~ msgid "Virtual"
 #~ msgstr "仮想"
 #~ msgctxt "connection name"
-
 #~ msgid "Unknown"
 #~ msgstr "不明"
-
 #~ msgid "%s at %s"
 #~ msgstr "%s %s"
 #~ msgctxt "RAID level"
-
 #~ msgid "Stripe (RAID-0)"
 #~ msgstr "ストライピング (RAID-0)"
 #~ msgctxt "RAID level"
-
 #~ msgid "RAID-0"
 #~ msgstr "RAID-0"
 #~ msgctxt "RAID level"
-
 #~ msgid "Mirror (RAID-1)"
 #~ msgstr "ミラー (RAID-1)"
 #~ msgctxt "RAID level"
-
 #~ msgid "RAID-1"
 #~ msgstr "RAID-1"
 #~ msgctxt "RAID level"
-
 #~ msgid "Parity Disk (RAID-4)"
 #~ msgstr "パリティディスク (RAID-4)"
 #~ msgctxt "RAID level"
-
 #~ msgid "RAID-4"
 #~ msgstr "RAID-4"
 #~ msgctxt "RAID level"
-
 #~ msgid "Distributed Parity (RAID-5)"
 #~ msgstr "分散パリティ (RAID-5)"
 #~ msgctxt "RAID level"
-
 #~ msgid "RAID-5"
 #~ msgstr "RAID-5"
 #~ msgctxt "RAID level"
-
 #~ msgid "Dual Distributed Parity (RAID-6)"
 #~ msgstr "二重分散パリティ (RAID-6)"
 #~ msgctxt "RAID level"
-
 #~ msgid "RAID-6"
 #~ msgstr "RAID-6"
 #~ msgctxt "RAID level"
-
 #~ msgid "Stripe of Mirrors (RAID-10)"
 #~ msgstr "ミラーのストライプ (RAID-10)"
 #~ msgctxt "RAID level"
-
 #~ msgid "RAID-10"
 #~ msgstr "RAID-10"
 #~ msgctxt "RAID level"
-
 #~ msgid "Concatenated (Linear)"
 #~ msgstr "連結 (リニア)"
 #~ msgctxt "RAID level"
-
 #~ msgid "Linear"
 #~ msgstr "リニア"
-
 #~ msgid ""
 #~ "Striped set without parity. Provides improved performance but no fault "
 #~ "tolerance. If a single disk in the array fails, the entire RAID-0 array "
@@ -1237,7 +951,6 @@
 #~ "パリティなしのストライプ・セットです。性能は優れていますが、耐障害性があり"
 #~ "ません。アレイ中の一方のディスクが故障した場合、RAID-0 アレイ全体が破損し"
 #~ "ます。"
-
 #~ msgid ""
 #~ "Mirrored set without parity. Provides fault tolerance and improved "
 #~ "performance for reading. RAID-1 arrays can sustain all but one disk "
@@ -1246,7 +959,6 @@
 #~ "パリティなしでミラーリングを行います。耐障害性があり読み込み性能に優れてい"
 #~ "ます。RAID-1 アレイは一方のディスクが故障しても故障してもデータが失われま"
 #~ "せん。"
-
 #~ msgid ""
 #~ "Striped set with parity on a single disk. Provides improved performance "
 #~ "and fault tolerance. RAID-4 arrays can sustain a single disk failure."
@@ -1254,7 +966,6 @@
 #~ "1 台のディスクにパリティをもたせたストライプ・セットです。パフォーマンスに"
 #~ "優れ、耐障害性があります。RAID-4 アレイは 1 台のディスクが故障してもデータ"
 #~ "が失われません。"
-
 #~ msgid ""
 #~ "Striped set with distributed parity. Provides improved performance and "
 #~ "fault tolerance. RAID-5 arrays can sustain a single disk failure."
@@ -1262,7 +973,6 @@
 #~ "分散パリティを持たせたストライプ・セットです。パフォーマンスに優れ、耐障害"
 #~ "性があります。RAID-5 アレイでは 1 台のディスクが故障してもデータが失われま"
 #~ "せん。"
-
 #~ msgid ""
 #~ "Striped set with dual distributed parity. Provides improved performance "
 #~ "and fault tolerance. RAID-6 arrays can sustain two disk failures."
@@ -1270,7 +980,6 @@
 #~ "二重分散パリティを持たせたストライプ・セットです。パフォーマンスに優れ、耐"
 #~ "障害性があります。RAID-6 アレイでは 2 台のディスクが故障してもデータが失わ"
 #~ "れません。"
-
 #~ msgid ""
 #~ "Striped set with distributed parity. Provides improved performance and "
 #~ "fault tolerance. RAID-10 arrays can sustain multiple drive losses so long "
@@ -1279,211 +988,143 @@
 #~ "分散パリティを持たせたストライプ・セットです。パフォーマンスに優れ、耐障害"
 #~ "性があります。RAID-10 アレイではミラーを構成する全ドライブが故障しない限"
 #~ "り、複数のドライブの故障に耐えられます。"
-
 #~ msgid "Unknown RAID level %s."
 #~ msgstr "不明な RAID レベル %s です。"
-
 #~ msgid "Disk is healthy"
 #~ msgstr "ディスクは正常です"
-
 #~ msgid "Disk was used outside of design parameters in the past"
 #~ msgstr "ディスクは過去に設計値を超過して使用されたことがあります"
-
 #~ msgid "Disk has a few bad sectors"
 #~ msgstr "ディスクにはほんの数個の不良セクタがあります"
-
 #~ msgid "DISK IS BEING USED OUTSIDE DESIGN PARAMETERS"
 #~ msgstr "ディスクは設計値を超過して使用されています"
-
 #~ msgid "Backup all data and replace the disk"
 #~ msgstr "すべてのデータをバックアップし、ディスクを交換してください"
-
 #~ msgid "DISK HAS MANY BAD SECTORS"
 #~ msgstr "ディスクに多数の不良セクタがあります"
-
 #~ msgid "DISK FAILURE IS IMMINENT"
 #~ msgstr "ディスクに故障の兆候があります"
-
 #~ msgid "Unknown"
 #~ msgstr "不明"
-
 #~ msgid "CD-ROM Disc"
 #~ msgstr "CD-ROM ディスク"
-
 #~ msgid "Blank CD-ROM Disc"
 #~ msgstr "ブランク CD-ROM ディスク"
-
 #~ msgid "CD-R Disc"
 #~ msgstr "CD-R ディスク"
-
 #~ msgid "Blank CD-R Disc"
 #~ msgstr "ブランク CD-R ディスク"
-
 #~ msgid "CD-RW Disc"
 #~ msgstr "CD-RW ディスク"
-
 #~ msgid "Blank CD-RW Disc"
 #~ msgstr "ブランク CD-RW ディスク"
-
 #~ msgid "DVD-ROM Disc"
 #~ msgstr "DVD-ROM ディスク"
-
 #~ msgid "Blank DVD-ROM Disc"
 #~ msgstr "ブランク DVD-ROM ディスク"
-
 #~ msgid "DVD-RW Disc"
 #~ msgstr "DVD-RW ディスク"
-
 #~ msgid "Blank DVD-RW Disc"
 #~ msgstr "ブランク DVD-RW ディスク"
-
 #~ msgid "DVD-RAM Disc"
 #~ msgstr "DVD-RAM ディスク"
-
 #~ msgid "Blank DVD-RAM Disc"
 #~ msgstr "ブランク DVD-RAM ディスク"
-
 #~ msgid "DVD+R Disc"
 #~ msgstr "DVD+R ディスク"
-
 #~ msgid "Blank DVD+R Disc"
 #~ msgstr "ブランク DVD+R ディスク"
-
 #~ msgid "DVD+RW Disc"
 #~ msgstr "DVD+RW ディスク"
-
 #~ msgid "Blank DVD+RW Disc"
 #~ msgstr "ブランク DVD+RW ディスク"
-
 #~ msgid "DVD+R DL Disc"
 #~ msgstr "DVD+R DL ディスク"
-
 #~ msgid "Blank DVD+R DL Disc"
 #~ msgstr "ブランク DVD+R DL ディスク"
-
 #~ msgid "DVD+RW DL Disc"
 #~ msgstr "DVD+RW DL ディスク"
-
 #~ msgid "Blank DVD+RW DL Disc"
 #~ msgstr "空の DVD+RW DL ディスク"
-
 #~ msgid "Blu-Ray Disc"
 #~ msgstr "Blu-Ray ディスク"
-
 #~ msgid "Blank Blu-Ray Disc"
 #~ msgstr "ブランク Blu-Ray ディスク"
-
 #~ msgid "Blu-Ray R Disc"
 #~ msgstr "Blu-Ray R ディスク"
-
 #~ msgid "Blank Blu-Ray R Disc"
 #~ msgstr "ブランク Blu-Ray R ディスク"
-
 #~ msgid "Blu-Ray RW Disc"
 #~ msgstr "Blu-Ray RW ディスク"
-
 #~ msgid "Blank Blu-Ray RW Disc"
 #~ msgstr "空の Blu-Ray RW ディスク"
-
 #~ msgid "HD DVD Disc"
 #~ msgstr "HD DVD ディスク"
-
 #~ msgid "Blank HD DVD Disc"
 #~ msgstr "ブランク HD DVD ディスク"
-
 #~ msgid "HD DVD-R Disc"
 #~ msgstr "HD DVD-R ディスク"
-
 #~ msgid "Blank HD DVD-R Disc"
 #~ msgstr "ブランク HD DVD-R ディスク"
-
 #~ msgid "HD DVD-RW Disc"
 #~ msgstr "HD DVD-RW ディスク"
-
 #~ msgid "Blank HD DVD-RW Disc"
 #~ msgstr "空の HD DVD-RW ディスク"
-
 #~ msgid "MO Disc"
 #~ msgstr "MO ディスク"
-
 #~ msgid "Blank MO Disc"
 #~ msgstr "ブランク MO ディスク"
-
 #~ msgid "MRW Disc"
 #~ msgstr "MRW ディスク"
-
 #~ msgid "Blank MRW Disc"
 #~ msgstr "ブランク MRW ディスク"
-
 #~ msgid "MRW/W Disc"
 #~ msgstr "MRW/W ディスク"
-
 #~ msgid "Blank MRW/W Disc"
 #~ msgstr "ブランク MRW/W ディスク"
-
 #~ msgid "Blank Optical Disc"
 #~ msgstr "ブランク光学ディスク"
-
 #~ msgid "%s Extended"
 #~ msgstr "拡張領域 %s"
-
 #~ msgid "Contains logical partitions"
 #~ msgstr "論理パーティションを含んでいます"
-
 #~ msgid "%s Encrypted"
 #~ msgstr "暗号化パーティション %s"
-
 #~ msgid "Optical Disc"
 #~ msgstr "光学ディスク"
-
 #~ msgid "%s Filesystem"
 #~ msgstr "ファイル・システム %s"
-
 #~ msgid "%s Partition Table"
 #~ msgstr "パーティション・テーブル %s"
-
 #~ msgid "%s LVM2 Physical Volume"
 #~ msgstr "LVM2 物理ボリューム %s"
 #~ msgctxt "RAID level"
-
 #~ msgid "RAID"
 #~ msgstr "RAID"
-
 #~ msgid "%s %s Component"
 #~ msgstr "%s %s コンポーネント"
-
 #~ msgid "Part of \"%s\" array"
 #~ msgstr "\"%s\" アレイの一部"
-
 #~ msgid "%s Swap Space"
 #~ msgstr "スワップ領域 %s"
-
 #~ msgid "%s Data"
 #~ msgstr "データ %s"
-
 #~ msgid "%s Unrecognized"
 #~ msgstr "未確認領域 %s"
-
 #~ msgid "Unknown or Unused"
 #~ msgstr "不明または未使用領域"
-
 #~ msgid "%s Partition"
 #~ msgstr "パーティション %s"
-
 #~ msgid "Partition %d of %s"
 #~ msgstr "パーティション %d / %s"
-
 #~ msgid "Partition %d"
 #~ msgstr "パーティション %d"
-
 #~ msgid "Whole-disk volume on %s"
 #~ msgstr "%s の全ディスク・ボリューム"
-
 #~ msgid "Whole-disk volume"
 #~ msgstr "全ディスク・ボリューム"
-
 #~ msgid "You are using %d%% of %s"
 #~ msgstr "使用量は %d%% / %s です"
-
 #~ msgid "Using %d%% of %s"
 #~ msgstr "使用量: %d%% / %s"
+
--- po/ko.po
+++ po/ko.po
@@ -2,9 +2,9 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-23 09:22+0000\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
 "PO-Revision-Date: \n"
-"Last-Translator: GLSKOR_SunKim <sunx.kim at intel.com>\n"
+"Last-Translator: Sun Kim <sunx.kim at intel.com>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -13,15 +13,23 @@
 "X-Poedit-Language: Korean\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:1
+#: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
 msgstr "장치 패널"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:2
-#: ../src/moblin-panel-devices.c:160
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "장치"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "절전 모드 시간 제한"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "-1의 값은 절전 모드 사용 불능이며, 다른 값은 절전 모드 중 두번째 연속 휴면 상태입니다. "
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -50,35 +58,35 @@
 msgid "System Sounds"
 msgstr "시스템 음향"
 
-#: ../power-icon/src/moblin-power-icon.c:46
+#: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
 msgstr "MeeGo 전원 아이콘"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "배터리 전원이 낮음"
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "배터리 전원이 낮음을 알려드립니다. 기회가 되면 충전하는 것이 좋습니다."
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "거의 비어 있습니다."
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "배터리 전원이 매우 낮습니다. 작업을 모두 저장한 다음 가능한 빨리 충전하십시오."
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "위험!"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
 msgstr "죄송합니다. 컴퓨터의 배터리 전원이 거의 다 소모되었습니다. 컴퓨터가 지금 종료될 것입니다. 작업을 저장하시고 다시 시작하시길 바랍니다."
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "배터리"
 
@@ -101,7 +109,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "결정하지 않으시면, 30초 후에 종료됩니다."
 
-#: ../src/moblin-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "MeeGo 장치 패널"
 
@@ -259,543 +267,797 @@
 
 #~ msgid "Meego Power Icon"
 #~ msgstr "Meego 전원 아이콘"
+
 #~ msgid "Netbook volume"
 #~ msgstr "넷북 볼륨"
+
 #~ msgid ""
 #~ "<span font-weight='bold'>Importing data</span> <span color='%s'>%d%%</"
 #~ "span>"
 #~ msgstr ""
 #~ "<span font-weight='bold'>데이터 들여오기</span> <span color='%s'>%d%%</"
 #~ "span>"
+
 #~ msgid "Stop"
 #~ msgstr "정지"
+
 #~ msgid ""
 #~ "%s nas been plugged in. You can use the Devices panel interact with it"
 #~ msgstr ""
 #~ "%s이(가) 플러그인되었습니다. 장치 패널을 사용하여 통신할 수 있습니다."
+
 #~ msgid "USB plugged in"
 #~ msgstr "USB가 플러그인 되었습니다."
+
 #~ msgid "Show"
 #~ msgstr "표시하기"
+
 #~ msgid "CompactFlash"
 #~ msgstr "CompactFlash"
+
 #~ msgid "MemoryStick"
 #~ msgstr "MemoryStick"
+
 #~ msgid "SmartMedia"
 #~ msgstr "SmartMedia"
+
 #~ msgid "SecureDigital"
 #~ msgstr "SecureDigital"
+
 #~ msgid "SD High Capacity"
 #~ msgstr "SD 고용량"
+
 #~ msgid "Floppy"
 #~ msgstr "플로피"
+
 #~ msgid "Zip"
 #~ msgstr "Zip"
+
 #~ msgid "Jaz"
 #~ msgstr "Jaz"
+
 #~ msgid "CD"
 #~ msgstr "CD"
+
 #~ msgid "DVD"
 #~ msgstr "DVD"
+
 #~ msgid "Blu-Ray"
 #~ msgstr "Blu-Ray"
+
 #~ msgid "HDDVD"
 #~ msgstr "HDDVD"
+
 #~ msgid "%s Drive"
 #~ msgstr "%s 드라이브"
+
 #~ msgid "%s %s Drive"
 #~ msgstr "%s %s 드라이브"
+
 #~ msgid "%s Hard Disk"
 #~ msgstr "%s 하드 디스크"
+
 #~ msgid "Hard Disk"
 #~ msgstr "하드 디스크"
+
 #~ msgid "%s Solid-State Disk"
 #~ msgstr "%s 고체 상태 디스크"
+
 #~ msgid "Solid-State Disk"
 #~ msgstr "고체 상태 디스크"
+
 #~ msgid "%s Media"
 #~ msgstr "%s 미디어"
+
 #~ msgid "No Media Detected"
 #~ msgstr "미디어가 없습니다."
+
 #~ msgid "MBR Partition Table"
 #~ msgstr "MBR 파티션 표"
+
 #~ msgid "GUID Partition Table"
 #~ msgstr "GUID 파티션 표"
+
 #~ msgid "Apple Partition Table"
 #~ msgstr "Apple 파티션 표"
+
 #~ msgid "Partitioned"
 #~ msgstr "파티션됨"
+
 #~ msgid "Not Partitioned"
 #~ msgstr "파티션되지 않음"
+
 #~ msgid "SAS Expander"
 #~ msgstr "SAS 확장기"
+
 #~ msgid "PATA Host Adapter"
 #~ msgstr "PATA 호스트 어댑터"
+
 #~ msgid "SATA Host Adapter"
 #~ msgstr "SATA 호스트 어댑터"
+
 #~ msgid "ATA Host Adapter"
 #~ msgstr "ATA 호스트 어댑터"
+
 #~ msgid "SAS Host Adapter"
 #~ msgstr "SAS 호스트 어댑터"
+
 #~ msgid "SCSI Host Adapter"
 #~ msgstr "SCSI 호스트 어댑터"
+
 #~ msgid "Host Adapter"
 #~ msgstr "호스트 어댑터"
+
 #~ msgid "Volume Group"
 #~ msgstr "볼륨 그룹"
+
 #~ msgid "%s LVM2 Volume Group"
 #~ msgstr "%s LVM2 볼륨 그룹"
+
 #~ msgid "LVM2 Volume Group"
 #~ msgstr "LVM2 볼륨 그룹"
+
 #~ msgid "%s Free"
 #~ msgstr "%s 사용 가능"
+
 #~ msgid "Unallocated Space"
 #~ msgstr "할당되지 않은 공간"
+
 #~ msgid "LVM2 VG Unallocated Space"
 #~ msgstr "LVM2 VG 할당되지 않은 공간"
+
 #~ msgid "Logical Volume"
 #~ msgstr "논리적 볼륨"
+
 #~ msgid "LVM2 Logical Volume"
 #~ msgstr "LVM2 논리적 볼륨"
+
 #~ msgid "%s %s Array"
 #~ msgstr "%s %s 어레이"
+
 #~ msgid "%s Array"
 #~ msgstr "%s 어레이"
+
 #~ msgid "RAID Array %s (%s)"
 #~ msgstr "RAID 어레이 %s (%s)"
+
 #~ msgid "RAID device %s"
 #~ msgstr "RAID 장치 %s"
 #~ msgctxt "RAID Level fallback"
+
 #~ msgid "RAID"
 #~ msgstr "RAID"
+
 #~ msgid "RAID Array"
 #~ msgstr "RAID 어레이"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Not Attached"
 #~ msgstr "부착되지 않음"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Faulty"
 #~ msgstr "오류"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Fully Synchronized"
 #~ msgstr "완전 동기화됨"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Writemostly"
 #~ msgstr "Writemostly"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Blocked"
 #~ msgstr "차단됨"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Spare"
 #~ msgstr "여분"
+
 #~ msgid "Local Storage"
 #~ msgstr "로컬 스토리지"
+
 #~ msgid "Storage on %s"
 #~ msgstr "%s의 스토리지"
+
 #~ msgid "Multipath Devices"
 #~ msgstr "다중경로 장치"
+
 #~ msgid "Drives with multiple I/O paths"
 #~ msgstr "다중 I/O 경로가 있는 장치"
+
 #~ msgid "Multi-disk Devices"
 #~ msgstr "다중 디스크 장치"
+
 #~ msgid "RAID, LVM and other logical drives"
 #~ msgstr "RAID, LVM 및 기타 논리적 드라이브"
+
 #~ msgid "Peripheral Devices"
 #~ msgstr "주변 장치"
+
 #~ msgid "USB, Firewire and other peripherals"
 #~ msgstr "USB, 파이어와이어, 및 기타 주변 기기"
+
 #~ msgid "Error enumerating devices: %s"
 #~ msgstr "장치들을 열거하는 중 오류가 발생했습니다. %s"
+
 #~ msgid "Error enumerating adapters: %s"
 #~ msgstr "어댑터들을 열거하는 중 오류가 발생했습니다. %s"
+
 #~ msgid "Error enumerating expanders: %s"
 #~ msgstr "확장기들을 열거하는 중 오류가 발생했습니다. %s"
+
 #~ msgid "Error enumerating ports: %s"
 #~ msgstr "포트들을 열거하는 중 오류가 발생했습니다. %s"
+
 #~ msgid "Error listening to address `localhost:%d': %s: %s\n"
 #~ msgstr "다음 주소를 듣는 중 오류가 발생했습니다. `localhost:%d': %s: %s\n"
+
 #~ msgid ""
 #~ "Error creating a local TCP server, tried binding to ports 9000-10000 on "
 #~ "localhost"
 #~ msgstr ""
 #~ "로컬 TCP 서버를 만드는 중 오류가 발생했습니다. 로컬호스트의 포트 9000-"
 #~ "10000으로 바인드를 시도했습니다."
+
 #~ msgid "Error setting auth mechanisms on local DBusServer\n"
 #~ msgstr ""
 #~ "로컬 DBusServer에서 인증 메커니즘을 설정하는 중 오류가 발생했습니다.\n"
+
 #~ msgid "Unable to parse command-line `%s' (Malformed address?): %s"
 #~ msgstr "명령행을 해석할 수 없습니다. `%s' (잘못된 주소일 수도 있음): %s"
+
 #~ msgid "Unable to spawn ssh program: %s"
 #~ msgstr "ssh 프로그램: %s을(를) 스폰하지 못했습니다."
+
 #~ msgid "Error reading stderr output: %s"
 #~ msgstr "stderr 출력: %s을(를) 읽지 못했습니다."
+
 #~ msgid "Error reading stderr output: No content"
 #~ msgstr "stderr 출력을 읽는 중 오류가 발생했습니다: 내용 없음"
+
 #~ msgid "Error logging in"
 #~ msgstr "로그인하는 중 오류가 발생했습니다."
+
 #~ msgid "Error sending `%s': %s"
 #~ msgstr "`%s': %s 송신 중 오류가 발생했습니다."
+
 #~ msgid ""
 #~ "Unexpected stderr output - expected `udisks-tcp-bridge: Waiting for "
 #~ "secret' but got `%s'"
 #~ msgstr ""
 #~ "예상하지 않은 stderr 출력입니다. `udisks-tcp-bridge: Waiting for "
 #~ "secret'을 예상했지만 `%s'을(를) 받았습니다."
+
 #~ msgid "Error passing authorization secret: %s"
 #~ msgstr "인증 비밀을 통과시키는 중 오류가 발생했습니다. %s"
+
 #~ msgid "Error reading stderr from: %s"
 #~ msgstr "%s에서 stderr을 읽는 중 오류가 발생했습니다."
+
 #~ msgid ""
 #~ "Unexpected stderr output - expected `udisks-tcp-bridge: Attempting to "
 #~ "connect to port %d' but got `%s'"
 #~ msgstr ""
 #~ "예상하지 않은 stderr 출력입니다. `udisks-tcp-bridge: Attempting to "
 #~ "connect to port %d'을(를) 예상했지만 `%s'을(를) 받았습니다."
+
 #~ msgid "The udisks-tcp-bridge program failed to prove it was authorized: %s"
 #~ msgstr ""
 #~ "udisks-tcp-bridge 프로그램이 인증을 받은 것을 입증하지 못했습니다. %s"
+
 #~ msgid "The udisks-tcp-bridge program failed to prove it was authorized"
 #~ msgstr "udisks-tcp-bridge 프로그램이 승인받은 것을 입증하지 못했습니다."
+
 #~ msgid "%s (%s bytes)"
 #~ msgstr "%s (%s 바이트)"
+
 #~ msgid "FAT (12-bit version)"
 #~ msgstr "FAT (12 비트 버전)"
+
 #~ msgid "FAT"
 #~ msgstr "FAT"
+
 #~ msgid "FAT (16-bit version)"
 #~ msgstr "FAT (16 비트 버전)"
+
 #~ msgid "FAT (32-bit version)"
 #~ msgstr "FAT (32 비트 버전)"
+
 #~ msgid "NTFS (version %s)"
 #~ msgstr "NTFS (버전 %s)"
+
 #~ msgid "NTFS"
 #~ msgstr "NTFS"
+
 #~ msgid "HFS"
 #~ msgstr "HFS"
+
 #~ msgid "HFS+"
 #~ msgstr "HFS+"
+
 #~ msgid "Linux Unified Key Setup"
 #~ msgstr "Linux 통합 키 설정"
+
 #~ msgid "LUKS"
 #~ msgstr "LUKS"
+
 #~ msgid "Ext2 (version %s)"
 #~ msgstr "Ext2 (버전 %s)"
+
 #~ msgid "Ext2"
 #~ msgstr "Ext2"
+
 #~ msgid "ext2"
 #~ msgstr "ext2"
+
 #~ msgid "Ext3 (version %s)"
 #~ msgstr "Ext3 (버전 %s)"
+
 #~ msgid "Ext3"
 #~ msgstr "Ext3"
+
 #~ msgid "ext3"
 #~ msgstr "ext3"
+
 #~ msgid "Journal for Ext3 (version %s)"
 #~ msgstr "Ext3 (버전 %s)의 저널"
+
 #~ msgid "Journal for Ext3"
 #~ msgstr "Ext3의 저널"
+
 #~ msgid "jbd"
 #~ msgstr "jbd"
+
 #~ msgid "Ext4 (version %s)"
 #~ msgstr "Ext4 (버전 %s)"
+
 #~ msgid "Ext4"
 #~ msgstr "Ext4"
+
 #~ msgid "ext4"
 #~ msgstr "ext4"
+
 #~ msgid "XFS (version %s)"
 #~ msgstr "XFS (버전 %s)"
+
 #~ msgid "XFS"
 #~ msgstr "XFS"
+
 #~ msgid "xfs"
 #~ msgstr "xfs"
+
 #~ msgid "ReiserFS (version %s)"
 #~ msgstr "ReiserFS (버전 %s)"
+
 #~ msgid "ReiserFS"
 #~ msgstr "ReiserFS"
+
 #~ msgid "reiserfs"
 #~ msgstr "reiserfs"
+
 #~ msgid "ISO 9660"
 #~ msgstr "ISO 9660"
+
 #~ msgid "iso9660"
 #~ msgstr "iso9660"
+
 #~ msgid "Universal Disk Format"
 #~ msgstr "유니버설 디스크 형식"
+
 #~ msgid "udf"
 #~ msgstr "udf"
+
 #~ msgid "Swap Space"
 #~ msgstr "스왑 공간"
+
 #~ msgid "swap"
 #~ msgstr "스왑"
+
 #~ msgid "LVM2 Physical Volume (version %s)"
 #~ msgstr "LVM2 물리적 볼륨 (버전 %s)"
+
 #~ msgid "LVM2 Physical Volume"
 #~ msgstr "LVM2 물리적 볼륨"
+
 #~ msgid "lvm2_pv"
 #~ msgstr "lvm2_pv"
+
 #~ msgid "RAID Component (version %s)"
 #~ msgstr "RAID 구성요소 (버전 %s)"
+
 #~ msgid "RAID Component"
 #~ msgstr "RAID 구성요소"
+
 #~ msgid "raid"
 #~ msgstr "raid"
+
 #~ msgid "Minix"
 #~ msgstr "Minix"
+
 #~ msgid "minix"
 #~ msgstr "minix"
+
 #~ msgid "Creating File System"
 #~ msgstr "파일 시스템 작성"
+
 #~ msgid "Mounting File System"
 #~ msgstr "파일 시스템 탑재"
+
 #~ msgid "Unmounting File System"
 #~ msgstr "파일 시스템 해제"
+
 #~ msgid "Checking File System"
 #~ msgstr "파일 시스템 검사"
+
 #~ msgid "Creating LUKS Device"
 #~ msgstr "LUKS 장치 작성"
+
 #~ msgid "Unlocking LUKS Device"
 #~ msgstr "LUKS 장치 잠금 풀기"
+
 #~ msgid "Locking LUKS Device"
 #~ msgstr "LUKS 장치 잠금"
+
 #~ msgid "Creating Partition Table"
 #~ msgstr "파티션 표 작성"
+
 #~ msgid "Deleting Partition"
 #~ msgstr "파티션 삭제"
+
 #~ msgid "Creating Partition"
 #~ msgstr "파티션 만들기"
+
 #~ msgid "Modifying Partition"
 #~ msgstr "파티션 수정"
+
 #~ msgid "Setting Label for Device"
 #~ msgstr "장치 라벨 설정"
+
 #~ msgid "Changing Passphrase for Encrypted LUKS Device"
 #~ msgstr "암호화된 LUKS 장치의 패스프레이즈 변경"
+
 #~ msgid "Adding Component to RAID Array"
 #~ msgstr "RAID 어레이에 구성요소 추가"
+
 #~ msgid "Removing Component from RAID Array"
 #~ msgstr "RAID 어레이에서 구성요소 제거"
+
 #~ msgid "Stopping RAID Array"
 #~ msgstr "RAID 어레이 정지"
+
 #~ msgid "Starting RAID Array"
 #~ msgstr "RAID 어레이 시작"
+
 #~ msgid "Checking RAID Array"
 #~ msgstr "RAID 어레이 검사"
+
 #~ msgid "Repairing RAID Array"
 #~ msgstr "RAID 어레이 수리"
+
 #~ msgid "Running Short SMART Self-Test"
 #~ msgstr "짧은 SMART 자체 검사 실행 중"
+
 #~ msgid "Running Extended SMART Self-Test"
 #~ msgstr "긴 SMART 자체 검사 실행 중"
+
 #~ msgid "Running Conveyance SMART Self-Test"
 #~ msgstr "운반 SMART 자체 검사 실행 중"
+
 #~ msgid "Ejecting Media"
 #~ msgstr "미디어 꺼내기"
+
 #~ msgid "Detaching Device"
 #~ msgstr "장치 떼어내기"
+
 #~ msgid "Forcibly Unmounting Filesystem"
 #~ msgstr "파일 시스템 강제 해제"
+
 #~ msgid "Forcibly Locking LUKS device"
 #~ msgstr "LUKS 장치 강제 잠금"
+
 #~ msgid "Linux Basic Data Partition"
 #~ msgstr "Linux 기본 데이터 파티션"
+
 #~ msgid "Linux RAID Partition"
 #~ msgstr "Linux RAID 파티션"
+
 #~ msgid "Linux Swap Partition"
 #~ msgstr "Linux 스왑 파티션"
+
 #~ msgid "Linux LVM Partition"
 #~ msgstr "Linux LVM 파티션"
+
 #~ msgid "Linux Reserved Partition"
 #~ msgstr "Linux 예약 파티션"
+
 #~ msgid "MBR Partition Scheme"
 #~ msgstr "MBR 파티션 구성"
+
 #~ msgid "EFI System Partition"
 #~ msgstr "EFI 시스템 파티션"
+
 #~ msgid "BIOS Boot Partition"
 #~ msgstr "BIOS 부트 파티션"
+
 #~ msgid "Microsoft Reserved Partition"
 #~ msgstr "Microsoft 예약 파티션"
+
 #~ msgid "Microsoft Basic Data Partition"
 #~ msgstr "Microsoft 기본 데이터 파티션"
+
 #~ msgid "Microsoft LDM Metadata Partition"
 #~ msgstr "Microsoft LDM 메타데이터 파티션"
+
 #~ msgid "Microsoft LDM Data Partition"
 #~ msgstr "Microsoft LDM 데이터 파티션"
+
 #~ msgid "Microsoft Windows Recovery Environment"
 #~ msgstr "Microsoft Windows 복구 환경"
+
 #~ msgid "HP-UX Data Partition"
 #~ msgstr "HP-UX 데이터 파티션"
+
 #~ msgid "HP-UX Service Partition"
 #~ msgstr "HP-UX 서비스 파티션"
+
 #~ msgid "FreeBSD Boot Partition"
 #~ msgstr "FreeBSD 부트 파티션"
+
 #~ msgid "FreeBSD Data Partition"
 #~ msgstr "FreeBSD 데이터 파티션"
+
 #~ msgid "FreeBSD Swap Partition"
 #~ msgstr "FreeBSD 스왑 파티션"
+
 #~ msgid "FreeBSD UFS Partition"
 #~ msgstr "FreeBSD UFS 파티션"
+
 #~ msgid "FreeBSD Vinum Partition"
 #~ msgstr "FreeBSD 비눔 파티션"
+
 #~ msgid "FreeBSD ZFS Partition"
 #~ msgstr "FreeBSD ZFS 파티션"
+
 #~ msgid "Solaris Boot Partition"
 #~ msgstr "Solaris 부트 파티션"
+
 #~ msgid "Solaris Root Partition"
 #~ msgstr "Solaris 루트 파티션"
+
 #~ msgid "Solaris Swap Partition"
 #~ msgstr "Solaris 스왑 파티션"
+
 #~ msgid "Solaris Backup Partition"
 #~ msgstr "Solaris 백업 파티션"
+
 #~ msgid "Solaris /usr Partition"
 #~ msgstr "Solaris /usr 파티션"
+
 #~ msgid "Solaris /var Partition"
 #~ msgstr "Solaris /var 파티션"
+
 #~ msgid "Solaris /home Partition"
 #~ msgstr "Solaris /home 파티션"
+
 #~ msgid "Solaris Alternate Sector Partition"
 #~ msgstr "Solaris 대체 섹터 파티션"
+
 #~ msgid "Solaris Reserved Partition"
 #~ msgstr "Solaris 예약 파티션"
+
 #~ msgid "Solaris Reserved Partition (2)"
 #~ msgstr "Solaris 예약 파티션 (2)"
+
 #~ msgid "Solaris Reserved Partition (3)"
 #~ msgstr "Solaris 예약 파티션 (3)"
+
 #~ msgid "Solaris Reserved Partition (4)"
 #~ msgstr "Solaris 예약 파티션 (4)"
+
 #~ msgid "Solaris Reserved Partition (5)"
 #~ msgstr "Solaris 예약 파티션 (5)"
+
 #~ msgid "Apple HFS/HFS+ Partition"
 #~ msgstr "Apple HFS/HFS+ 파티션"
+
 #~ msgid "Apple UFS Partition"
 #~ msgstr "Apple UFS 파티션"
+
 #~ msgid "Apple ZFS Partition"
 #~ msgstr "Apple ZFS 파티션"
+
 #~ msgid "Apple RAID Partition"
 #~ msgstr "Apple RAID 파티션"
+
 #~ msgid "Apple RAID Partition (Offline)"
 #~ msgstr "Apple RAID 파티션 (오프라인)"
+
 #~ msgid "Apple Boot Partition"
 #~ msgstr "Apple 부트 파티션"
+
 #~ msgid "Apple Label Partition"
 #~ msgstr "Apple 라벨 파티션"
+
 #~ msgid "Apple TV Recovery Partition"
 #~ msgstr "Apple TV 복구 파티션"
+
 #~ msgid "NetBSD Swap Partition"
 #~ msgstr "NetBSD 스왑 파티션"
+
 #~ msgid "NetBSD FFS Partition"
 #~ msgstr "NetBSD FFS 파티션"
+
 #~ msgid "NetBSD LFS Partition"
 #~ msgstr "NetBSD LFS 파티션"
+
 #~ msgid "NetBSD RAID Partition"
 #~ msgstr "NetBSD RAID 파티션"
+
 #~ msgid "NetBSD Concatenated  Partition"
 #~ msgstr "NetBSD 연결 파티션"
+
 #~ msgid "NetBSD Encrypted Partition"
 #~ msgstr "NetBSD 암호화 파티션"
+
 #~ msgid "Apple Partition Map"
 #~ msgstr "Apple 파티션 지도"
+
 #~ msgid "Unused Partition"
 #~ msgstr "사용되지 않은 파티션"
+
 #~ msgid "Empty Partition"
 #~ msgstr "빈 파티션"
+
 #~ msgid "Driver Partition"
 #~ msgstr "드라이버 파티션"
+
 #~ msgid "Driver 4.3 Partition"
 #~ msgstr "드라이버 4.3 파티션"
+
 #~ msgid "ProDOS file system"
 #~ msgstr "ProDOS 파일 시스템"
+
 #~ msgid "FAT 12"
 #~ msgstr "FAT 12"
+
 #~ msgid "FAT 16"
 #~ msgstr "FAT 16"
+
 #~ msgid "FAT 32"
 #~ msgstr "FAT 32"
+
 #~ msgid "FAT 16 (Windows)"
 #~ msgstr "FAT 16 (Windows)"
+
 #~ msgid "FAT 32 (Windows)"
 #~ msgstr "FAT 32 (Windows)"
+
 #~ msgid "Empty (0x00)"
 #~ msgstr "비어 있음 (0x00)"
+
 #~ msgid "FAT12 (0x01)"
 #~ msgstr "FAT12 (0x01)"
+
 #~ msgid "FAT16 <32M (0x04)"
 #~ msgstr "FAT16 <32M (0x04)"
+
 #~ msgid "Extended (0x05)"
 #~ msgstr "확장 (0x05)"
+
 #~ msgid "FAT16 (0x06)"
 #~ msgstr "FAT16 (0x06)"
+
 #~ msgid "HPFS/NTFS (0x07)"
 #~ msgstr "HPFS/NTFS (0x07)"
+
 #~ msgid "W95 FAT32 (0x0b)"
 #~ msgstr "W95 FAT32 (0x0b)"
+
 #~ msgid "W95 FAT32 (LBA) (0x0c)"
 #~ msgstr "W95 FAT32 (LBA) (0x0c)"
+
 #~ msgid "W95 FAT16 (LBA) (0x0e)"
 #~ msgstr "W95 FAT16 (LBA) (0x0e)"
+
 #~ msgid "W95 Ext d (LBA) (0x0f)"
 #~ msgstr "W95 Ext d (LBA) (0x0f)"
+
 #~ msgid "OPUS (0x10)"
 #~ msgstr "OPUS (0x10)"
+
 #~ msgid "Hidden FAT12 (0x11)"
 #~ msgstr "숨은 FAT12 (0x11)"
+
 #~ msgid "Compaq diagnostics (0x12)"
 #~ msgstr "Compaq 진단 (0x12)"
+
 #~ msgid "Hidden FAT16 <32M (0x14)"
 #~ msgstr "숨은 FAT16 <32M (0x14)"
+
 #~ msgid "Hidden FAT16 (0x16)"
 #~ msgstr "숨은 FAT16 (0x16)"
+
 #~ msgid "Hidden HPFS/NTFS (0x17)"
 #~ msgstr "숨은 HPFS/NTFS (0x17)"
+
 #~ msgid "Hidden W95 FAT32 (0x1b)"
 #~ msgstr "숨은 W95 FAT32 (0x1b)"
+
 #~ msgid "Hidden W95 FAT32 (LBA) (0x1c)"
 #~ msgstr "숨은 W95 FAT32 (LBA) (0x1c)"
+
 #~ msgid "Hidden W95 FAT16 (LBA) (0x1e)"
 #~ msgstr "숨은 W95 FAT16 (LBA) (0x1e)"
+
 #~ msgid "PartitionMagic (0x3c)"
 #~ msgstr "PartitionMagic (0x3c)"
+
 #~ msgid "Minix (0x81)"
 #~ msgstr "Minix (0x81)"
+
 #~ msgid "Linux swap (0x82)"
 #~ msgstr "Linux 스왑 (0x82)"
+
 #~ msgid "Linux (0x83)"
 #~ msgstr "Linux (0x83)"
+
 #~ msgid "Hibernation (0x84)"
 #~ msgstr "유휴 (0x84)"
+
 #~ msgid "Linux Extended (0x85)"
 #~ msgstr "Linux 확장 (0x85)"
+
 #~ msgid "Linux LVM (0x8e)"
 #~ msgstr "Linux LVM (0x8e)"
+
 #~ msgid "Hibernation (0xa0)"
 #~ msgstr "유휴 (0xa0)"
+
 #~ msgid "FreeBSD (0xa5)"
 #~ msgstr "FreeBSD (0xa5)"
+
 #~ msgid "OpenBSD (0xa6)"
 #~ msgstr "OpenBSD (0xa6)"
+
 #~ msgid "Mac OS X (0xa8)"
 #~ msgstr "Mac OS X (0xa8)"
+
 #~ msgid "Mac OS X (0xaf)"
 #~ msgstr "Mac OS X (0xaf)"
+
 #~ msgid "Solaris boot (0xbe)"
 #~ msgstr "Solaris 부트 (0xbe)"
+
 #~ msgid "Solaris (0xbf)"
 #~ msgstr "Solaris (0xbf)"
+
 #~ msgid "BeOS BFS (0xeb)"
 #~ msgstr "BeOS BFS (0xeb)"
+
 #~ msgid "SkyOS SkyFS (0xec)"
 #~ msgstr "SkyOS SkyFS (0xec)"
+
 #~ msgid "EFI GPT (0xee)"
 #~ msgstr "EFI GPT (0xee)"
+
 #~ msgid "EFI (FAT-12/16/32 (0xef)"
 #~ msgstr "EFI (FAT-12/16/32 (0xef)"
+
 #~ msgid "Linux RAID autodetect (0xfd)"
 #~ msgstr "Linux RAID 자동탐지 (0xfd)"
+
 #~ msgid "Unknown (%s)"
 #~ msgstr "알 수 없음 (%s)"
+
 #~ msgid ""
 #~ "A popular format compatible with almost any device or system, typically "
 #~ "used for file exchange."
 #~ msgstr ""
 #~ "거의 모든 장치 또는 시스템와 호환되는 인기 있는 포맷, 일반적으로 파일 교환"
 #~ "에 사용됩니다."
+
 #~ msgid ""
 #~ "This file system is compatible with Linux systems only and provides "
 #~ "classic UNIX file permissions support. This file system does not use a "
@@ -803,30 +1065,37 @@
 #~ msgstr ""
 #~ "이 파일 시스템은 Linux 시스템과만 호환되며 클래식한 UNIX 파일 승인 지원을 "
 #~ "제공합니다. 이 파일 시스템은 저널을 사용하지 않습니다."
+
 #~ msgid ""
 #~ "This file system is compatible with Linux systems only and provides "
 #~ "classic UNIX file permissions support."
 #~ msgstr ""
 #~ "이 파일 시스템은 Linux 시스템과만 호환되며 클래식한 UNIX 파일 승인 지원을 "
 #~ "제공합니다."
+
 #~ msgid "Swap area used by the operating system for virtual memory."
 #~ msgstr "운영 체제가 사용하는 가상 메모리를 위한 스왑 영역입니다."
+
 #~ msgid ""
 #~ "The native Windows file system. Not widely compatible with other "
 #~ "operating systems than Windows."
 #~ msgstr ""
 #~ "원래의 Windows 파일 시스템입니다. Windows가 아닌 다른 운영체제와는 크게 호"
 #~ "환되지 않습니다."
+
 #~ msgid ""
 #~ "Simple filesystem with low overhead and UNIX permissions support. Not "
 #~ "widely compatible with other operating systems than Linux and Minix."
 #~ msgstr ""
 #~ "경제적이고 UNIX 승인이 지원되는 간단한 파일 시스템입니다. Linux와 Minix가 "
 #~ "아닌 다른 운영 체제에서는 크게 호환되지 않습니다."
+
 #~ msgid "No file system will be created."
 #~ msgstr "아무 파일 시스템도 작성되지 않을 것입니다."
+
 #~ msgid "Create an Extended Partition for logical partitions."
 #~ msgstr "논리적 파티션을 위한 확장 파티션을 만듭니다."
+
 #~ msgid ""
 #~ "The Master Boot Record scheme is compatible with almost any device or "
 #~ "system but has a number of limitations with respect to disk size and "
@@ -834,18 +1103,21 @@
 #~ msgstr ""
 #~ "마스터 부트 레코드 구성은 거의 모든 장치 또는 시스템과 호환되지만, 디스크 "
 #~ "크기 및 파티션 수에 있어서 그 수가 제한되어 있습니다."
+
 #~ msgid ""
 #~ "A legacy scheme that is incompatible with most systems except Apple "
 #~ "systems and most Linux systems. Not recommended for removable media."
 #~ msgstr ""
 #~ "Apple 시스템과 대부분의 Linux 시스템을 제외한 대부분의 시스템과는 호환되"
 #~ "지 않는 레거시 구성입니다. 제거 가능한 미디어에는 권장되지 않습니다."
+
 #~ msgid ""
 #~ "The GUID scheme is compatible with most modern systems but may be "
 #~ "incompatible with some devices and legacy systems."
 #~ msgstr ""
 #~ "GUID 구성은 대부분의 현대식 시스템과 호환되지만 일부 장치 및 레거시 시스템"
 #~ "과는 호환되지 않을 수 있습니다."
+
 #~ msgid ""
 #~ "Marks the entire disk as unused. Use this option only if you want to "
 #~ "avoid partitioning the disk for e.g. whole disk use or floppy / Zip disks."
@@ -853,79 +1125,109 @@
 #~ "디스크 전체를 사용하지 않은 것으로 표시합니다. 디스크 전체 사용이나 플로"
 #~ "피 / 압축 디스크와 같이 디스크를 파티션하지 않을 경우에만 이 옵션을 사용합"
 #~ "니다."
+
 #~ msgid "LUKS Passphrase for UUID %s"
 #~ msgstr "UUID %s의 LUKS 패스프레이즈"
+
 #~ msgid "%.1f KB/s"
 #~ msgstr "%.1f KB/s"
+
 #~ msgid "%.1f MB/s"
 #~ msgstr "%.1f MB/s"
+
 #~ msgid "%.1f GB/s"
 #~ msgstr "%.1f GB/s"
+
 #~ msgid "SATA"
 #~ msgstr "SATA"
+
 #~ msgid "eSATA"
 #~ msgstr "eSATA"
+
 #~ msgid "PATA"
 #~ msgstr "PATA"
+
 #~ msgid "ATA"
 #~ msgstr "ATA"
+
 #~ msgid "SCSI"
 #~ msgstr "SCSI"
+
 #~ msgid "USB"
 #~ msgstr "USB"
+
 #~ msgid "Firewire"
 #~ msgstr "파이어와이어"
+
 #~ msgid "SDIO"
 #~ msgstr "SDIO"
+
 #~ msgid "Virtual"
 #~ msgstr "가상"
 #~ msgctxt "connection name"
+
 #~ msgid "Unknown"
 #~ msgstr "알 수 없음"
+
 #~ msgid "%s at %s"
 #~ msgstr "%s @ %s"
 #~ msgctxt "RAID level"
+
 #~ msgid "Stripe (RAID-0)"
 #~ msgstr "스트라이프 (RAID-0)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-0"
 #~ msgstr "RAID-0"
 #~ msgctxt "RAID level"
+
 #~ msgid "Mirror (RAID-1)"
 #~ msgstr "미러 (RAID-1)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-1"
 #~ msgstr "RAID-1"
 #~ msgctxt "RAID level"
+
 #~ msgid "Parity Disk (RAID-4)"
 #~ msgstr "패리티 디스크 (RAID-4)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-4"
 #~ msgstr "RAID-4"
 #~ msgctxt "RAID level"
+
 #~ msgid "Distributed Parity (RAID-5)"
 #~ msgstr "분배 패리티 (RAID-5)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-5"
 #~ msgstr "RAID-5"
 #~ msgctxt "RAID level"
+
 #~ msgid "Dual Distributed Parity (RAID-6)"
 #~ msgstr "이중 분배 패리티 (RAID-6)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-6"
 #~ msgstr "RAID-6"
 #~ msgctxt "RAID level"
+
 #~ msgid "Stripe of Mirrors (RAID-10)"
 #~ msgstr "미러 스트라이프 (RAID-10)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-10"
 #~ msgstr "RAID-10"
 #~ msgctxt "RAID level"
+
 #~ msgid "Concatenated (Linear)"
 #~ msgstr "연결됨 (선형)"
 #~ msgctxt "RAID level"
+
 #~ msgid "Linear"
 #~ msgstr "선형"
+
 #~ msgid ""
 #~ "Striped set without parity. Provides improved performance but no fault "
 #~ "tolerance. If a single disk in the array fails, the entire RAID-0 array "
@@ -934,6 +1236,7 @@
 #~ "패리티 없이 스트라이프된 세트입니다. 성능은 향상되지만 내고장성이 없습니"
 #~ "다. 어레이의 디스크에 하나라도 오류가 생기면 RAID-0 어레이 전체를 사용할 "
 #~ "수 없게 됩니다."
+
 #~ msgid ""
 #~ "Mirrored set without parity. Provides fault tolerance and improved "
 #~ "performance for reading. RAID-1 arrays can sustain all but one disk "
@@ -941,6 +1244,7 @@
 #~ msgstr ""
 #~ "패리티 없이 미러된 세트입니다. 내고장성이 있고 읽기 성능이 향상됩니다. "
 #~ "RAID-1 어레이는 디스크가 하나를 제외하고 모두 고장나도 사용이 가능합니다."
+
 #~ msgid ""
 #~ "Striped set with parity on a single disk. Provides improved performance "
 #~ "and fault tolerance. RAID-4 arrays can sustain a single disk failure."
@@ -948,18 +1252,21 @@
 #~ "단일 디스크에서 패리티로 스트라이프된 세트입니다. 성능은 향상되지만 내고장"
 #~ "성이 없습니다. RAID-4 어레이는 한 개의 디스크에 고장이 날 경우에도 사용이 "
 #~ "가능합니다."
+
 #~ msgid ""
 #~ "Striped set with distributed parity. Provides improved performance and "
 #~ "fault tolerance. RAID-5 arrays can sustain a single disk failure."
 #~ msgstr ""
 #~ "분배된 패리티로 스트라이프된 세트입니다. 성능이 향상되고 내고장성이 있습니"
 #~ "다. 디스크 하나가 고장나도 RAID-5를 사용할 수 있습니다."
+
 #~ msgid ""
 #~ "Striped set with dual distributed parity. Provides improved performance "
 #~ "and fault tolerance. RAID-6 arrays can sustain two disk failures."
 #~ msgstr ""
 #~ "이중 분배 패리티로 스트라이프된 세트입니다. 성능이 향상되고 내고장성이 있"
 #~ "습니다. 디스크 두 개가 고장나도 RAID-6 어레이를 사용할 수 있습니다."
+
 #~ msgid ""
 #~ "Striped set with distributed parity. Provides improved performance and "
 #~ "fault tolerance. RAID-10 arrays can sustain multiple drive losses so long "
@@ -968,143 +1275,211 @@
 #~ "분배된 패리티로 스트라이프된 세트입니다. 성능이 향상되고 내고장성이 있습니"
 #~ "다. 미러가 모든 드라이브를 잃지 않는 한, 드라이브가 여러 개 손실되어도 "
 #~ "RAID-10 어레이를 사용할 수 있습니다."
+
 #~ msgid "Unknown RAID level %s."
 #~ msgstr "알 수 없는 RAID 수준 %s입니다."
+
 #~ msgid "Disk is healthy"
 #~ msgstr "디스크가 양호합니다."
+
 #~ msgid "Disk was used outside of design parameters in the past"
 #~ msgstr "디스크가 이전에 디자인 매개변수 이외의 범위에서 사용되었습니다."
+
 #~ msgid "Disk has a few bad sectors"
 #~ msgstr "디스크에 몇 개의 불량 섹터가 있습니다."
+
 #~ msgid "DISK IS BEING USED OUTSIDE DESIGN PARAMETERS"
 #~ msgstr "디스크가 디자인 매개변수 밖의 범위에서 사용되고 있습니다."
+
 #~ msgid "Backup all data and replace the disk"
 #~ msgstr "모든 데이터를 백업하고 디스크를 교체합니다."
+
 #~ msgid "DISK HAS MANY BAD SECTORS"
 #~ msgstr "디스크가 불량 섹터가 많습니다."
+
 #~ msgid "DISK FAILURE IS IMMINENT"
 #~ msgstr "디스크가 곧 고장납니다."
+
 #~ msgid "Unknown"
 #~ msgstr "알 수 없음"
+
 #~ msgid "CD-ROM Disc"
 #~ msgstr "CD-ROM 디스크"
+
 #~ msgid "Blank CD-ROM Disc"
 #~ msgstr "빈 CD-ROM 디스크"
+
 #~ msgid "CD-R Disc"
 #~ msgstr "CD-R 디스크"
+
 #~ msgid "Blank CD-R Disc"
 #~ msgstr "빈 CD-R 디스크"
+
 #~ msgid "CD-RW Disc"
 #~ msgstr "CD-RW 디스크"
+
 #~ msgid "Blank CD-RW Disc"
 #~ msgstr "빈 CD-RW 디스크"
+
 #~ msgid "DVD-ROM Disc"
 #~ msgstr "DVD-ROM 디스크"
+
 #~ msgid "Blank DVD-ROM Disc"
 #~ msgstr "빈 DVD-ROM 디스크"
+
 #~ msgid "DVD-RW Disc"
 #~ msgstr "DVD-RW 디스크"
+
 #~ msgid "Blank DVD-RW Disc"
 #~ msgstr "빈 DVD-RW 디스크"
+
 #~ msgid "DVD-RAM Disc"
 #~ msgstr "DVD-RAM 디스크"
+
 #~ msgid "Blank DVD-RAM Disc"
 #~ msgstr "빈 DVD-RAM 디스크"
+
 #~ msgid "DVD+R Disc"
 #~ msgstr "DVD+R 디스크"
+
 #~ msgid "Blank DVD+R Disc"
 #~ msgstr "빈 DVD+R 디스크"
+
 #~ msgid "DVD+RW Disc"
 #~ msgstr "DVD+RW 디스크"
+
 #~ msgid "Blank DVD+RW Disc"
 #~ msgstr "빈 DVD+RW 디스크"
+
 #~ msgid "DVD+R DL Disc"
 #~ msgstr "DVD+R DL 디스크"
+
 #~ msgid "Blank DVD+R DL Disc"
 #~ msgstr "빈 DVD+R DL 디스크"
+
 #~ msgid "DVD+RW DL Disc"
 #~ msgstr "DVD+RW DL 디스크"
+
 #~ msgid "Blank DVD+RW DL Disc"
 #~ msgstr "빈 DVD+RW DL 디스크"
+
 #~ msgid "Blu-Ray Disc"
 #~ msgstr "Blu-Ray 디스크"
+
 #~ msgid "Blank Blu-Ray Disc"
 #~ msgstr "빈 Blu-Ray 디스크"
+
 #~ msgid "Blu-Ray R Disc"
 #~ msgstr "Blu-Ray R 디스크"
+
 #~ msgid "Blank Blu-Ray R Disc"
 #~ msgstr "빈 Blu-Ray R 디스크"
+
 #~ msgid "Blu-Ray RW Disc"
 #~ msgstr "Blu-Ray RW 디스크"
+
 #~ msgid "Blank Blu-Ray RW Disc"
 #~ msgstr "빈 Blu-Ray RW 디스크"
+
 #~ msgid "HD DVD Disc"
 #~ msgstr "HD DVD 디스크"
+
 #~ msgid "Blank HD DVD Disc"
 #~ msgstr "빈 HD DVD 디스크"
+
 #~ msgid "HD DVD-R Disc"
 #~ msgstr "HD DVD-R 디스크"
+
 #~ msgid "Blank HD DVD-R Disc"
 #~ msgstr "빈 HD DVD-R 디스크"
+
 #~ msgid "HD DVD-RW Disc"
 #~ msgstr "HD DVD-RW 디스크"
+
 #~ msgid "Blank HD DVD-RW Disc"
 #~ msgstr "빈 HD DVD-RW 디스크"
+
 #~ msgid "MO Disc"
 #~ msgstr "MO 디스크"
+
 #~ msgid "Blank MO Disc"
 #~ msgstr "빈 MO 디스크"
+
 #~ msgid "MRW Disc"
 #~ msgstr "MRW 디스크"
+
 #~ msgid "Blank MRW Disc"
 #~ msgstr "빈 MRW 디스크"
+
 #~ msgid "MRW/W Disc"
 #~ msgstr "MRW/W 디스크"
+
 #~ msgid "Blank MRW/W Disc"
 #~ msgstr "빈 MRW/W 디스크"
+
 #~ msgid "Blank Optical Disc"
 #~ msgstr "빈 Optical 디스크"
+
 #~ msgid "%s Extended"
 #~ msgstr "%s 확장됨"
+
 #~ msgid "Contains logical partitions"
 #~ msgstr "논리적 파티션을 포함하고 있습니다."
+
 #~ msgid "%s Encrypted"
 #~ msgstr "%s 암호화됨"
+
 #~ msgid "Optical Disc"
 #~ msgstr "광학 디스크"
+
 #~ msgid "%s Filesystem"
 #~ msgstr "%s 파일시스템"
+
 #~ msgid "%s Partition Table"
 #~ msgstr "%s 파티션 표"
+
 #~ msgid "%s LVM2 Physical Volume"
 #~ msgstr "%s LVM2 물리적 볼륨"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID"
 #~ msgstr "RAID"
+
 #~ msgid "%s %s Component"
 #~ msgstr "%s %s 구성요소"
+
 #~ msgid "Part of \"%s\" array"
 #~ msgstr "\"%s\" 어레이의 부분"
+
 #~ msgid "%s Swap Space"
 #~ msgstr "%s 스왑 공간"
+
 #~ msgid "%s Data"
 #~ msgstr "%s 데이터"
+
 #~ msgid "%s Unrecognized"
 #~ msgstr "%s 인식이 안 됨"
+
 #~ msgid "Unknown or Unused"
 #~ msgstr "알 수 없거나 사용되지 않았음"
+
 #~ msgid "%s Partition"
 #~ msgstr "%s 파티션"
+
 #~ msgid "Partition %d of %s"
 #~ msgstr "파티션 %d / %s"
+
 #~ msgid "Partition %d"
 #~ msgstr "파티션 %d"
+
 #~ msgid "Whole-disk volume on %s"
 #~ msgstr "%s의 전체 디스크 볼륨"
+
 #~ msgid "Whole-disk volume"
 #~ msgstr "전체 디스크 볼륨"
+
 #~ msgid "You are using %d%% of %s"
 #~ msgstr "사용량: %d%% / %s"
+
 #~ msgid "Using %d%% of %s"
 #~ msgstr "사용량: %d%% / %s"
-
--- po/nl.po
+++ po/nl.po
@@ -7,9 +7,9 @@
 msgstr ""
 "Project-Id-Version: meego-panel-devices\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-23 09:22+0000\n"
-"PO-Revision-Date: 2010-07-01 09:55-0800\n"
-"Last-Translator: Thomas <thomas.martens at ptiglobal.net>\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
+"PO-Revision-Date: 2010-10-19 22:00-0800\n"
+"Last-Translator: helen martin <helen.martin at ptiglobal.net>\n"
 "Language-Team: Dutch\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
@@ -18,15 +18,23 @@
 "X-Poedit-Language: Dutch\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:1
+#: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
 msgstr "Apparaten paneel"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:2
-#: ../src/moblin-panel-devices.c:160
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "apparaten"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Slaap time-out"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Waarde van -1 betekent nooit slapen, andere waarden zijn seconden continue ruststand voor het slapen gaan."
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -55,35 +63,35 @@
 msgid "System Sounds"
 msgstr "Systeemgeluid"
 
-#: ../power-icon/src/moblin-power-icon.c:46
+#: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
 msgstr "MeeGo Energie pictogram"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "De batterij is bijna leeg"
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "De batterij begint leeg te raken. Dit is een goed moment om de stroom aan te sluiten en de batterij op te laden."
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "De batterij begint leeg te raken"
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "De batterij is erg leeg. Probeer zo spoedig mogelijk om al je werk op te slaan, en de stroom aan te sluiten."
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "Gevaar!"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
 msgstr "Sorry, je batterij is bijna helemaal leeg. We sluiten nu automatisch af. Sla alsjeblieft je werk op. Tot snel!"
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "batterij"
 
@@ -106,7 +114,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "Als je niet beslist sluit ik in 30 seconden af"
 
-#: ../src/moblin-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "MeeGo Apparaten paneel"
 
@@ -261,7 +269,7 @@
 
 #: ../src/mpd-volume-tile.c:355
 msgid "Computer volume"
-msgstr "Computer geluidsvolume"
+msgstr "Geluidsvolume"
 
 #: ../src/mpd-volume-tile.c:371
 msgid "Mute"
@@ -269,71 +277,101 @@
 
 #~ msgid "Meego Power Icon"
 #~ msgstr "Meego Energie pictogram"
+
 #~ msgid "Netbook volume"
 #~ msgstr "Netbook volume"
+
 #~ msgid ""
 #~ "<span font-weight='bold'>Importing data</span> <span color='%s'>%d%%</"
 #~ "span>"
 #~ msgstr ""
 #~ "<span font-weight='bold'>Gegevens importeren</span> <span color='%s'>%d%%"
 #~ "</span>"
+
 #~ msgid "Stop"
 #~ msgstr "Stoppen"
+
 #~ msgid ""
 #~ "%s nas been plugged in. You can use the Devices panel interact with it"
 #~ msgstr ""
 #~ "%s is nu aangesloten. In het Apparaten paneel kunt u het interactief "
 #~ "gebruiken."
+
 #~ msgid "USB plugged in"
 #~ msgstr "USB is aangesloten"
+
 #~ msgid "Show"
 #~ msgstr "Weergeven"
+
 #~ msgid "CompactFlash"
 #~ msgstr "CompactFlash"
+
 #~ msgid "MemoryStick"
 #~ msgstr "MemoryStick"
+
 #~ msgid "SmartMedia"
 #~ msgstr "SmartMedia"
+
 #~ msgid "SecureDigital"
 #~ msgstr "SecureDigital"
+
 #~ msgid "SD High Capacity"
 #~ msgstr "SD High Capacity"
+
 #~ msgid "Floppy"
 #~ msgstr "Diskette"
+
 #~ msgid "Zip"
 #~ msgstr "Zip-schijf"
+
 #~ msgid "Jaz"
 #~ msgstr "Jaz-schijf"
+
 #~ msgid "CD"
 #~ msgstr "CD"
+
 #~ msgid "DVD"
 #~ msgstr "DVD"
+
 #~ msgid "Blu-Ray"
 #~ msgstr "Blu-ray"
+
 #~ msgid "HDDVD"
 #~ msgstr "Hd-dvd"
+
 #~ msgid "%s Drive"
 #~ msgstr "%s-station"
+
 #~ msgid "%s %s Drive"
 #~ msgstr "%s %s-station"
+
 #~ msgid "%s Hard Disk"
 #~ msgstr "%s Harde Schijf"
+
 #~ msgid "Hard Disk"
 #~ msgstr "Harde Schijf"
+
 #~ msgid "%s Solid-State Disk"
 #~ msgstr "%s Solid-State Schijf"
+
 #~ msgid "Solid-State Disk"
 #~ msgstr "Solid-State Schijf"
+
 #~ msgid "%s Media"
 #~ msgstr "Media van %s"
+
 #~ msgid "No Media Detected"
 #~ msgstr "Geen media in gevonden"
+
 #~ msgid "MBR Partition Table"
 #~ msgstr "MBR Partitie Tabel"
+
 #~ msgid "GUID Partition Table"
 #~ msgstr "GUID Partitie Tabel"
+
 #~ msgid "Apple Partition Table"
 #~ msgstr "Apple Partitie Tabel"
+
 #~ msgid "Not Partitioned"
 #~ msgstr "Niet gepartitioneerd"
 
@@ -409,6 +447,7 @@
 #~ msgid "RAID device %s"
 #~ msgstr "# %s (apparaat %d, inode [%d,%d,%d]): "
 #~ msgctxt "RAID Level fallback"
+
 #~ msgid "RAID"
 #~ msgstr "raid"
 
@@ -418,14 +457,17 @@
 
 #, fuzzy
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Not Attached"
 #~ msgstr "Protocolstuurprogramma is niet aangehecht"
 
 #, fuzzy
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Fully Synchronized"
 #~ msgstr "Niveau 2 is niet gesynchroniseerd"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Blocked"
 #~ msgstr "Geblokkeerd"
 
@@ -492,36 +534,50 @@
 #, fuzzy
 #~ msgid "%s (%s bytes)"
 #~ msgstr " (%s bytes)"
+
 #~ msgid "FAT (12-bit version)"
 #~ msgstr "FAT (12-bit versie)"
+
 #~ msgid "FAT"
 #~ msgstr "FAT"
+
 #~ msgid "FAT (16-bit version)"
 #~ msgstr "FAT (16-bit versie)"
+
 #~ msgid "FAT (32-bit version)"
 #~ msgstr "FAT (32-bit versie)"
+
 #~ msgid "NTFS (version %s)"
 #~ msgstr "NTFS (versie %s)"
 
 #, fuzzy
 #~ msgid "NTFS"
 #~ msgstr "NTFS"
+
 #~ msgid "HFS"
 #~ msgstr "HFS"
+
 #~ msgid "HFS+"
 #~ msgstr "HFS+"
+
 #~ msgid "LUKS"
 #~ msgstr "LUKS"
+
 #~ msgid "Ext2 (version %s)"
 #~ msgstr "Ext2 (versie %s)"
+
 #~ msgid "Ext2"
 #~ msgstr "Ext2"
+
 #~ msgid "ext2"
 #~ msgstr "ext2"
+
 #~ msgid "Ext3 (version %s)"
 #~ msgstr "Ext3 (versie %s)"
+
 #~ msgid "Ext3"
 #~ msgstr "Ext3"
+
 #~ msgid "ext3"
 #~ msgstr "ext3"
 
@@ -532,34 +588,47 @@
 #, fuzzy
 #~ msgid "Journal for Ext3"
 #~ msgstr "tijdens controle van het ext3-journal van %s"
+
 #~ msgid "jbd"
 #~ msgstr "jbd"
+
 #~ msgid "Ext4 (version %s)"
 #~ msgstr "Ext4 (versie %s)"
+
 #~ msgid "Ext4"
 #~ msgstr "Ext4"
+
 #~ msgid "ext4"
 #~ msgstr "ext4"
+
 #~ msgid "XFS (version %s)"
 #~ msgstr "XFS (versie %s)"
+
 #~ msgid "XFS"
 #~ msgstr "XFS"
+
 #~ msgid "xfs"
 #~ msgstr "xfs"
+
 #~ msgid "ReiserFS (version %s)"
 #~ msgstr "ReiserFS (versie %s)"
+
 #~ msgid "ReiserFS"
 #~ msgstr "ReiserFS"
+
 #~ msgid "reiserfs"
 #~ msgstr "reiserfs"
+
 #~ msgid "ISO 9660"
 #~ msgstr "ISO 9660"
+
 #~ msgid "iso9660"
 #~ msgstr "iso9660"
 
 #, fuzzy
 #~ msgid "Universal Disk Format"
 #~ msgstr "Schijfindeling wordt niet ondersteund"
+
 #~ msgid "udf"
 #~ msgstr "udf"
 
@@ -574,6 +643,7 @@
 #, fuzzy
 #~ msgid "LVM2 Physical Volume"
 #~ msgstr "Deelnummer-overloop"
+
 #~ msgid "lvm2_pv"
 #~ msgstr "lvm2_pv"
 
@@ -588,8 +658,10 @@
 #, fuzzy
 #~ msgid "raid"
 #~ msgstr "raid"
+
 #~ msgid "Minix"
 #~ msgstr "Minix"
+
 #~ msgid "minix"
 #~ msgstr "minix"
 
@@ -866,92 +938,136 @@
 #, fuzzy
 #~ msgid "ProDOS file system"
 #~ msgstr "Backend bestandsysteem"
+
 #~ msgid "FAT 12"
 #~ msgstr "FAT 12"
+
 #~ msgid "FAT 16"
 #~ msgstr "FAT 16"
+
 #~ msgid "FAT 32"
 #~ msgstr "FAT 32"
+
 #~ msgid "FAT 16 (Windows)"
 #~ msgstr "FAT 16 (Windows)"
+
 #~ msgid "FAT 32 (Windows)"
 #~ msgstr "FAT 32 (Windows)"
+
 #~ msgid "Empty (0x00)"
 #~ msgstr "Empty (0x00)"
+
 #~ msgid "FAT12 (0x01)"
 #~ msgstr "FAT12 (0x01)"
+
 #~ msgid "FAT16 <32M (0x04)"
 #~ msgstr "FAT16 <32M (0x04)"
+
 #~ msgid "Extended (0x05)"
 #~ msgstr "Extended (0x05)"
+
 #~ msgid "FAT16 (0x06)"
 #~ msgstr "FAT16 (0x06)"
+
 #~ msgid "HPFS/NTFS (0x07)"
 #~ msgstr "HPFS/NTFS (0x07)"
+
 #~ msgid "W95 FAT32 (0x0b)"
 #~ msgstr "W95 FAT32 (0x0b)"
+
 #~ msgid "W95 FAT32 (LBA) (0x0c)"
 #~ msgstr "W95 FAT32 (LBA) (0x0c)"
+
 #~ msgid "W95 FAT16 (LBA) (0x0e)"
 #~ msgstr "W95 FAT16 (LBA) (0x0e)"
+
 #~ msgid "W95 Ext d (LBA) (0x0f)"
 #~ msgstr "W95 Ext d (LBA) (0x0f)"
+
 #~ msgid "OPUS (0x10)"
 #~ msgstr "OPUS (0x10)"
+
 #~ msgid "Hidden FAT12 (0x11)"
 #~ msgstr "Hidden FAT12 (0x11)"
+
 #~ msgid "Compaq diagnostics (0x12)"
 #~ msgstr "Compaq diagnostics (0x12)"
+
 #~ msgid "Hidden FAT16 <32M (0x14)"
 #~ msgstr "Hidden FAT16 <32M (0x14)"
+
 #~ msgid "Hidden FAT16 (0x16)"
 #~ msgstr "Hidden FAT16 (0x16)"
+
 #~ msgid "Hidden HPFS/NTFS (0x17)"
 #~ msgstr "Hidden HPFS/NTFS (0x17)"
+
 #~ msgid "Hidden W95 FAT32 (0x1b)"
 #~ msgstr "Hidden W95 FAT32 (0x1b)"
+
 #~ msgid "Hidden W95 FAT32 (LBA) (0x1c)"
 #~ msgstr "Hidden W95 FAT32 (LBA) (0x1c)"
+
 #~ msgid "Hidden W95 FAT16 (LBA) (0x1e)"
 #~ msgstr "Hidden W95 FAT16 (LBA) (0x1e)"
+
 #~ msgid "PartitionMagic (0x3c)"
 #~ msgstr "PartitionMagic (0x3c)"
+
 #~ msgid "Minix (0x81)"
 #~ msgstr "Minix (0x81)"
+
 #~ msgid "Linux swap (0x82)"
 #~ msgstr "Linux swap (0x82)"
+
 #~ msgid "Linux (0x83)"
 #~ msgstr "Linux (0x83)"
+
 #~ msgid "Hibernation (0x84)"
 #~ msgstr "Hibernation (0x84)"
+
 #~ msgid "Linux Extended (0x85)"
 #~ msgstr "Linux Extended (0x85)"
+
 #~ msgid "Linux LVM (0x8e)"
 #~ msgstr "Linux LVM (0x8e)"
+
 #~ msgid "Hibernation (0xa0)"
 #~ msgstr "Hibernation (0xa0)"
+
 #~ msgid "FreeBSD (0xa5)"
 #~ msgstr "FreeBSD (0xa5)"
+
 #~ msgid "OpenBSD (0xa6)"
 #~ msgstr "OpenBSD (0xa6)"
+
 #~ msgid "Mac OS X (0xa8)"
 #~ msgstr "Mac OS X (0xa8)"
+
 #~ msgid "Mac OS X (0xaf)"
 #~ msgstr "Mac OS X (0xaf)"
+
 #~ msgid "Solaris boot (0xbe)"
 #~ msgstr "Solaris boot (0xbe)"
+
 #~ msgid "Solaris (0xbf)"
 #~ msgstr "Solaris (0xbf)"
+
 #~ msgid "BeOS BFS (0xeb)"
 #~ msgstr "BeOS BFS (0xeb)"
+
 #~ msgid "SkyOS SkyFS (0xec)"
 #~ msgstr "SkyOS SkyFS (0xec)"
+
 #~ msgid "EFI GPT (0xee)"
 #~ msgstr "EFI GPT (0xee)"
+
 #~ msgid "EFI (FAT-12/16/32 (0xef)"
 #~ msgstr "EFI (FAT-12/16/32 (0xef)"
+
 #~ msgid "Linux RAID autodetect (0xfd)"
 #~ msgstr "Linux RAID autodetect (0xfd)"
+
 #~ msgid "Unknown (%s)"
 #~ msgstr "Onbekend (%s)"
 
@@ -962,26 +1078,37 @@
 #, fuzzy
 #~ msgid "LUKS Passphrase for UUID %s"
 #~ msgstr "Voer wachtwoordzin voor sleutel in"
+
 #~ msgid "%.1f KB/s"
 #~ msgstr "%.1f kB"
+
 #~ msgid "%.1f MB/s"
 #~ msgstr "%.1f MB"
+
 #~ msgid "%.1f GB/s"
 #~ msgstr "%.1f GB"
+
 #~ msgid "SATA"
 #~ msgstr "SATA"
+
 #~ msgid "eSATA"
 #~ msgstr "eSATA"
+
 #~ msgid "PATA"
 #~ msgstr "PATA"
+
 #~ msgid "ATA"
 #~ msgstr "ATA"
+
 #~ msgid "SCSI"
 #~ msgstr "SCSI"
+
 #~ msgid "USB"
 #~ msgstr "USB"
+
 #~ msgid "Firewire"
 #~ msgstr "Firewire"
+
 #~ msgid "SDIO"
 #~ msgstr "SDIO"
 
@@ -991,6 +1118,7 @@
 
 #, fuzzy
 #~ msgctxt "connection name"
+
 #~ msgid "Unknown"
 #~ msgstr "Onbekend"
 
@@ -998,44 +1126,57 @@
 #~ msgid "%s at %s"
 #~ msgstr "%s op %s"
 #~ msgctxt "RAID level"
+
 #~ msgid "Stripe (RAID-0)"
 #~ msgstr "Stripe (RAID-0)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-0"
 #~ msgstr "RAID-0"
 #~ msgctxt "RAID level"
+
 #~ msgid "Mirror (RAID-1)"
 #~ msgstr "Mirror (RAID-1)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-1"
 #~ msgstr "RAID-1"
 #~ msgctxt "RAID level"
+
 #~ msgid "Parity Disk (RAID-4)"
 #~ msgstr "Parity Disk (RAID-4)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-4"
 #~ msgstr "RAID-4"
 #~ msgctxt "RAID level"
+
 #~ msgid "Distributed Parity (RAID-5)"
 #~ msgstr "Distributed Parity (RAID-5)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-5"
 #~ msgstr "RAID-5"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-6"
 #~ msgstr "RAID-6"
 #~ msgctxt "RAID level"
+
 #~ msgid "Stripe of Mirrors (RAID-10)"
 #~ msgstr "Stripe of Mirrors (RAID-10)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-10"
 #~ msgstr "RAID-10"
 
 #, fuzzy
 #~ msgctxt "RAID level"
+
 #~ msgid "Concatenated (Linear)"
 #~ msgstr "Lineaire beweging"
 #~ msgctxt "RAID level"
+
 #~ msgid "Linear"
 #~ msgstr "Lineair"
 
@@ -1050,74 +1191,109 @@
 #, fuzzy
 #~ msgid "DISK FAILURE IS IMMINENT"
 #~ msgstr "Schijf is in gebruik"
+
 #~ msgid "Unknown"
 #~ msgstr "Onbekend"
+
 #~ msgid "CD-ROM Disc"
 #~ msgstr "Cd-rom-schijf"
+
 #~ msgid "Blank CD-ROM Disc"
 #~ msgstr "Lege cd-rom-schijf"
+
 #~ msgid "CD-R Disc"
 #~ msgstr "Cd-r-schijf"
+
 #~ msgid "Blank CD-R Disc"
 #~ msgstr "Lege cd-r-schijf"
+
 #~ msgid "CD-RW Disc"
 #~ msgstr "Cd-rw-schijf"
+
 #~ msgid "Blank CD-RW Disc"
 #~ msgstr "Lege cd-rw-schijf"
+
 #~ msgid "DVD-ROM Disc"
 #~ msgstr "Dvd-rom-schijf"
+
 #~ msgid "Blank DVD-ROM Disc"
 #~ msgstr "Lege dvd-rom-schijf"
+
 #~ msgid "DVD-RW Disc"
 #~ msgstr "Dvd-rw-schijf"
+
 #~ msgid "Blank DVD-RW Disc"
 #~ msgstr "Lege dvd-rw-schijf"
+
 #~ msgid "DVD-RAM Disc"
 #~ msgstr "Dvd-ram-schijf"
+
 #~ msgid "Blank DVD-RAM Disc"
 #~ msgstr "Lege dvd-ram-schijf"
+
 #~ msgid "DVD+R Disc"
 #~ msgstr "Dvd-r-schijf"
+
 #~ msgid "Blank DVD+R Disc"
 #~ msgstr "Lege dvd-r-schijf"
+
 #~ msgid "DVD+RW Disc"
 #~ msgstr "Dvd+rw-schijf"
+
 #~ msgid "Blank DVD+RW Disc"
 #~ msgstr "Lege dvd+rw-schijf"
+
 #~ msgid "DVD+R DL Disc"
 #~ msgstr "Dvd+r DL-schijf"
+
 #~ msgid "Blank DVD+R DL Disc"
 #~ msgstr "Lege dvd+r dl-schijf"
+
 #~ msgid "DVD+RW DL Disc"
 #~ msgstr "Lege dvd+r dl-schijf"
+
 #~ msgid "Blank DVD+RW DL Disc"
 #~ msgstr "Lege hd-dvd-rw-schijf"
+
 #~ msgid "Blu-Ray Disc"
 #~ msgstr "Blu-ray-schijf"
+
 #~ msgid "Blank Blu-Ray Disc"
 #~ msgstr "Lege Blu-ray-schijf"
+
 #~ msgid "Blu-Ray R Disc"
 #~ msgstr "Blu-ray-r-schijf"
+
 #~ msgid "Blank Blu-Ray R Disc"
 #~ msgstr "Lege Blu-ray-r-schijf"
+
 #~ msgid "Blu-Ray RW Disc"
 #~ msgstr "Blu-ray-rw-schijf"
+
 #~ msgid "Blank Blu-Ray RW Disc"
 #~ msgstr "Lege Blu-ray-rw-schijf"
+
 #~ msgid "HD DVD Disc"
 #~ msgstr "Hd-dvd-schijf"
+
 #~ msgid "Blank HD DVD Disc"
 #~ msgstr "Lege hd-dvd-schijf"
+
 #~ msgid "HD DVD-R Disc"
 #~ msgstr "Hd-dvd-r-schijf"
+
 #~ msgid "Blank HD DVD-R Disc"
 #~ msgstr "Lege hd-dvd-r-schijf"
+
 #~ msgid "HD DVD-RW Disc"
 #~ msgstr "Hd-dvd-rw-schijf"
+
 #~ msgid "Blank HD DVD-RW Disc"
 #~ msgstr "Lege hd-dvd-rw-schijf"
+
 #~ msgid "MO Disc"
 #~ msgstr "MO-schijf"
+
 #~ msgid "Blank MO Disc"
 #~ msgstr "Lege MO-schijf"
 
@@ -1140,6 +1316,7 @@
 #, fuzzy
 #~ msgid "Blank Optical Disc"
 #~ msgstr "Lege cd-r-schijf"
+
 #~ msgid "%s Extended"
 #~ msgstr "%s Uitgebreid"
 
@@ -1167,6 +1344,7 @@
 #~ msgid "%s LVM2 Physical Volume"
 #~ msgstr "Deelnummer-overloop"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID"
 #~ msgstr "RAID"
 
@@ -1221,4 +1399,3 @@
 #, fuzzy
 #~ msgid "Using %d%% of %s"
 #~ msgstr "%s wordt gebruikt.\n"
-
--- po/pa.po
+++ po/pa.po
@@ -6,25 +6,37 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-20 17:50+0000\n"
-"PO-Revision-Date: 2010-07-30 08:50+0530\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
+"PO-Revision-Date: 2010-10-22 07:36+0530\n"
 "Last-Translator: A S Alam <aalam at users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-users at lists.sf.net>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.0\n"
+"X-Generator: Lokalize 1.1\n"
 
 #: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
 msgstr "ਜੰਤਰ ਪੈਨਲ"
 
 #: ../data/meego-panel-devices.desktop.in.in.h:2
-#: ../src/meego-panel-devices.c:163
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "ਜੰਤਰ"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "ਸਲੀਪ ਟਾਈਮਆਉਟ"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid ""
+"Value of -1 means never sleep, other values are seconds of continuous idle "
+"state before sleeping."
+msgstr ""
+"-1 ਦਾ ਅਰਥ ਹੈ ਕਦੇ ਵੀ ਸਲੀਪ ਨਹੀਂ, ਹੋਰ ਮੁੱਲ ਸਕਿੰਟ ਵਿੱਚ ਹਨ, ਜੋ ਸਲੀਪ ਹੋਣ ਪਹਿਲਾਂ ਵੇਹਲੇ ਹੋਣ ਦੀ ਹਾਲਤ "
+"ਦਰਸਾਉਂਦੇ ਹਨ।"
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -66,8 +78,8 @@
 "I've noticed that your battery is running a bit low. If you can, it would be "
 "a good idea to plug in and top up."
 msgstr ""
-"ਮੈਨੂੰ ਪਤਾ ਲੱਗਾ ਹੈ ਕਿ ਤੁਹਾਡੀ ਬੈਟਰੀ ਕਾਫ਼ੀ ਘੱਟ ਗਈ ਹੈ। ਜੇ ਹੋ ਸਕੇ ਤਾਂ ਪਲੱਗ ਲਗਾਉਣ "
-"ਅਤੇ ਇਸ ਨੂੰ ਚਾਰਜ ਕਰ ਲਵੋ।"
+"ਮੈਨੂੰ ਪਤਾ ਲੱਗਾ ਹੈ ਕਿ ਤੁਹਾਡੀ ਬੈਟਰੀ ਕਾਫ਼ੀ ਘੱਟ ਗਈ ਹੈ। ਜੇ ਹੋ ਸਕੇ ਤਾਂ ਪਲੱਗ ਲਗਾਉਣ ਅਤੇ ਇਸ ਨੂੰ ਚਾਰਜ ਕਰ "
+"ਲਵੋ।"
 
 #: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
@@ -78,9 +90,8 @@
 "You're running quite low on battery. It'd be a good idea to save all your "
 "work and plug in as soon as you can."
 msgstr ""
-"ਤੁਹਾਡੇ ਕੋਲ ਬੈਟਰੀ ਕਾਫ਼ੀ ਘੱਟ ਗਈ ਹੈ। ਤੁਹਾਡੇ ਸਾਰੇ ਕੰਮ ਨੂੰ ਸੰਭਾਲਣਾ ਤੇ ਜਿੰਨਾ ਵੀ "
-"ਛੇਤੀ ਹੋ ਸਕੇ "
-"ਪਲੱਗ ਲਗਾਉਣਾ ਚੰਗਾ ਰਹੇਗਾ।"
+"ਤੁਹਾਡੇ ਕੋਲ ਬੈਟਰੀ ਕਾਫ਼ੀ ਘੱਟ ਗਈ ਹੈ। ਤੁਹਾਡੇ ਸਾਰੇ ਕੰਮ ਨੂੰ ਸੰਭਾਲਣਾ ਤੇ ਜਿੰਨਾ ਵੀ ਛੇਤੀ ਹੋ ਸਕੇ ਪਲੱਗ "
+"ਲਗਾਉਣਾ ਚੰਗਾ ਰਹੇਗਾ।"
 
 #: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
@@ -91,8 +102,8 @@
 "Sorry, your computer is about to run out of battery. I'm going to have to "
 "turn off now. Please save your work and hope to see you again soon."
 msgstr ""
-"ਅਫਸੋਸ, ਤੁਹਾਡੇ ਕੰਪਿਊਟਰ ਦੀ ਬੈਟਰੀ ਲਗਭਗ ਖਤਮ ਹੋਣ ਵਾਲੀ ਹੈ। ਮੈਂ ਹੁਣ ਬੰਦ ਹੋਣ ਜਾ ਰਿਹਾ "
-"ਹਾਂ। ਆਪਣਾ ਕੰਮ ਸੰਭਾਲ ਲਵੋ ਜੀ ਤੇ ਤੁਹਾਨੂੰ ਛੇਤੀ ਹੀ ਫੇਰ ਮਿਲਦੇ ਹਾਂ।"
+"ਅਫਸੋਸ, ਤੁਹਾਡੇ ਕੰਪਿਊਟਰ ਦੀ ਬੈਟਰੀ ਲਗਭਗ ਖਤਮ ਹੋਣ ਵਾਲੀ ਹੈ। ਮੈਂ ਹੁਣ ਬੰਦ ਹੋਣ ਜਾ ਰਿਹਾ ਹਾਂ। ਆਪਣਾ ਕੰਮ "
+"ਸੰਭਾਲ ਲਵੋ ਜੀ ਤੇ ਤੁਹਾਨੂੰ ਛੇਤੀ ਹੀ ਫੇਰ ਮਿਲਦੇ ਹਾਂ।"
 
 #: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
@@ -117,7 +128,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "ਜੇ ਤੁਸੀਂ ਫੈਸਲਾ ਨਾ ਕੀਤਾ ਤਾਂ ਮੈਂ ੩੦ ਸਕਿੰਟਾਂ ਵਿੱਚ ਬੰਦ ਹੋ ਜਾਵਾਂਗਾ।"
 
-#: ../src/meego-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "ਮੀਗੋ ਜੰਤਰ ਪੈਨਲ"
 
@@ -185,8 +196,7 @@
 "<span font-weight='bold'>You are using</span> <span color='%s'>%d%% of %s</"
 "span>"
 msgstr ""
-"<span font-weight='bold'>ਤੁਸੀਂ ਵਰਤ ਰਹੇ ਹੋ</span> <span color='%s'>%d%% ਨੂੰ "
-"%s ਵਿੱਚੋਂ</"
+"<span font-weight='bold'>ਤੁਸੀਂ ਵਰਤ ਰਹੇ ਹੋ</span> <span color='%s'>%d%% ਨੂੰ %s ਵਿੱਚੋਂ</"
 "span>"
 
 #: ../src/mpd-folder-tile.c:186
@@ -226,11 +236,8 @@
 
 #: ../src/mpd-storage-device-tile.c:819
 #, c-format
-msgid ""
-"<span font-weight='bold'>%s</span> using <span color='%s'>%d%% of %s</span>"
-msgstr ""
-"<span font-weight='bold'>%s</span> <span color='%s'>%d%% "
-"%s ਵਿੱਚੋਂ</span>"
+msgid "<span font-weight='bold'>%s</span> using <span color='%s'>%d%% of %s</span>"
+msgstr "<span font-weight='bold'>%s</span> <span color='%s'>%d%% %s ਵਿੱਚੋਂ</span>"
 
 #: ../src/mpd-storage-device-tile.c:827
 #, c-format
--- po/pl.po
+++ po/pl.po
@@ -2,9 +2,9 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-19 09:25+0000\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
 "PO-Revision-Date: \n"
-"Last-Translator: Marcin Sołtysiak <marcin.p.soltysiak at gmail.com>\n"
+"Last-Translator: mekaminski <maria.kamminski at ptiglobal.net>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,10 +19,18 @@
 msgstr "Panel urządzeń"
 
 #: ../data/meego-panel-devices.desktop.in.in.h:2
-#: ../src/meego-panel-devices.c:160
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "urządzenia"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Limit czasu uśpienia"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Wartość -1 oznacza nigdy nie śpi, inne wartości są sekundami ciągłego stanu bezczynności przed do snem."
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -57,31 +65,31 @@
 msgid "MeeGo Power Icon"
 msgstr "Ikona zasilania systemu MeeGo"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "Akumulator wyczerpuje się"
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "Zauważyliśmy, że akumulator wyczerpuje się. Jeśli to możliwe, podłącz zasilanie i go naładuj."
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "Akumulator prawie wyczerpany"
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "Akumulator jest prawie wyczerpany. Dobrym pomysłem będzie zapisanie pracy i jak najszybsze podłączenie zasilania"
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "Niebezpieczeństwo!"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
 msgstr "Przepraszamy, akumulator w komputerze za chwilę się wyczerpie. Musimy teraz wyłączyć komputer. Zapisz pracę. Mamy nadzieję, że wkrótce się zobaczymy."
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "akumulator"
 
@@ -105,7 +113,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "Jeśli nie podejmiesz decyzji, komputer zostanie wyłączony za 30 sekund."
 
-#: ../src/meego-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "Panel urządzeń MeeGo"
 
--- po/pt_BR.po
+++ po/pt_BR.po
@@ -1,13 +1,12 @@
 # GLSPTB_Gabor <bechtg at gmail.com>, 2010.
 # Djavan Fagundes <djavan at syst.com.br>, 2010.
-
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-23 09:22+0000\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
 "PO-Revision-Date: \n"
-"Last-Translator: Djavan Fagundes <djavan at syst.com.br>\n"
+"Last-Translator: GLSPTB_Gabor <bechtg at gmail.com>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -17,15 +16,23 @@
 "X-Poedit-Country: BRAZIL\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:1
+#: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
 msgstr "Painel de dispositivos"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:2
-#: ../src/moblin-panel-devices.c:160
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "dispositivos"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Tempo limite de suspensão"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Valor de -1 significa nunca suspenso, outros valores são segundos em estado contínuo ocioso antes de suspensão."
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -54,35 +61,35 @@
 msgid "System Sounds"
 msgstr "Sons de sistema"
 
-#: ../power-icon/src/moblin-power-icon.c:46
+#: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
 msgstr "Ícone de energia do MeeGo"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "Carga de bateria baixa"
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "Notamos que sua bateria está com carga baixa. Se possível ligue à tomada para recarregar."
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "Está quase esgotada"
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "Notamos que sua bateria está com carga muito baixa. Seria bom salvar todo o seu trabalho e ligar à tomada o mais rápido possível."
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "Perigo!"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
 msgstr "Sinto muito, seu computador está com bateria quase esgotada. Teremos que desligar agora. Por favor, salve o seu trabalho e até logo."
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "bateria"
 
@@ -105,7 +112,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "Se você não decidir, vou desligar dentro de 30 segundos."
 
-#: ../src/moblin-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "Painel de dispositivos MeeGo"
 
--- po/ru.po
+++ po/ru.po
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-23 09:22+0000\n"
-"PO-Revision-Date: 2010-07-01 13:27-0800\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
+"PO-Revision-Date: 2010-10-19 19:27-0800\n"
 "Last-Translator: Bogdan Nosach <bogdan.nosach at ptiglobal.net>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
@@ -19,15 +19,23 @@
 "X-Poedit-SourceCharset: utf-8\n"
 "X-Poedit-Country: RUSSIAN FEDERATION\n"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:1
+#: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
 msgstr "Панель устройств"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:2
-#: ../src/moblin-panel-devices.c:160
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "устройства"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Истечение времени ожидания в спящем режиме"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Значение -1 индицирует отсутствие сна, в то время как другие значения указывают на длительность (в секундах) непрерывного режима простоя перед переходом в спящий режим."
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -56,35 +64,35 @@
 msgid "System Sounds"
 msgstr "Системные звуки"
 
-#: ../power-icon/src/moblin-power-icon.c:46
+#: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
 msgstr "Значок электропитания MeeGo"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "Заряд батареи на исходе"
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "Заряд батареи на исходе. При возможности подключите шнур питания и зарядите ее."
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "Заряд практически исчерпан"
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "Заряд батареи практически исчерпан. Сохраните результаты своей работы и как можно быстрее подключите шнур питания."
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "Внимание!"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
 msgstr "Заряд батареи исчерпан и компьютер будет выключен. Сохраните свою работу, и до скорой встречи!"
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "батарея"
 
@@ -107,7 +115,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "Если вы ничего не предпримите, компьютер отключится через 30 секунд."
 
-#: ../src/moblin-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "Панель устройств MeeGo"
 
--- po/sv.po
+++ po/sv.po
@@ -2,9 +2,9 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-23 09:22+0000\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
 "PO-Revision-Date: \n"
-"Last-Translator: Anna-Lena Schon <anna-lenax.schon at intel.com>\n"
+"Last-Translator: Petra Mathilda Klein <mathilda.klein at ptiglobal.net>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -13,15 +13,23 @@
 "X-Poedit-Language: Swedish\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:1
+#: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
 msgstr "Enhetspanel"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:2
-#: ../src/moblin-panel-devices.c:160
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "enheter"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "Timeout för viloläge"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "Ett värde av -1 betyder försätt aldrig i viloläge, andra värden är lika med sekunder av inaktivt tillstånd innan viloläge påbörjas."
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -50,35 +58,35 @@
 msgid "System Sounds"
 msgstr "Systemljud"
 
-#: ../power-icon/src/moblin-power-icon.c:46
+#: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
 msgstr "MeeGo strömikon"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "Batteriet börjar ta slut"
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "Vi har märkt att ditt batteri börjar ta slut. Om du kan vore det en bra idé att ladda det snart."
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "Nu är det nästan slut"
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "Nu är ditt batteri nästan helt slut. Det vore en god idé att spara allt ditt arbete och ansluta så snart du kan."
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "Fara!"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
 msgstr "Batteriet i datorn är nästan slut. Jag måste stänga av datorn nu. Spara ditt arbete, hoppas vi ses igen snart."
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "batteri"
 
@@ -101,7 +109,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "Om du inte bestämmer dig snart stänger jag av datorn om 30 sekunder."
 
-#: ../src/moblin-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "MeeGo enhetspanel"
 
@@ -259,543 +267,797 @@
 
 #~ msgid "Meego Power Icon"
 #~ msgstr "Meego-strömikon"
+
 #~ msgid "Netbook volume"
 #~ msgstr "Netbook-volym"
+
 #~ msgid ""
 #~ "<span font-weight='bold'>Importing data</span> <span color='%s'>%d%%</"
 #~ "span>"
 #~ msgstr ""
 #~ "<span font-weight='bold'>Importerar data</span> <span color='%s'>%d%%</"
 #~ "span>"
+
 #~ msgid "Stop"
 #~ msgstr "Stopp"
+
 #~ msgid ""
 #~ "%s nas been plugged in. You can use the Devices panel interact with it"
 #~ msgstr "%s har kopplats in. Du kan använda enhetspanelen för samverkan"
+
 #~ msgid "USB plugged in"
 #~ msgstr "USB inkopplad"
+
 #~ msgid "Show"
 #~ msgstr "Visa"
+
 #~ msgid "CompactFlash"
 #~ msgstr "CompactFlash"
+
 #~ msgid "MemoryStick"
 #~ msgstr "MemoryStick"
+
 #~ msgid "SmartMedia"
 #~ msgstr "SmartMedia"
+
 #~ msgid "SecureDigital"
 #~ msgstr "SecureDigital"
+
 #~ msgid "SD High Capacity"
 #~ msgstr "SD High Capacity"
+
 #~ msgid "Floppy"
 #~ msgstr "Diskett"
+
 #~ msgid "Zip"
 #~ msgstr "Zip"
+
 #~ msgid "Jaz"
 #~ msgstr "Jaz"
+
 #~ msgid "CD"
 #~ msgstr "Cd"
+
 #~ msgid "DVD"
 #~ msgstr "Dvd"
+
 #~ msgid "Blu-Ray"
 #~ msgstr "Blu-Ray"
+
 #~ msgid "HDDVD"
 #~ msgstr "HD DVD"
+
 #~ msgid "%s Drive"
 #~ msgstr "%s-enhet"
+
 #~ msgid "%s %s Drive"
 #~ msgstr "%s %s-enhet"
+
 #~ msgid "%s Hard Disk"
 #~ msgstr "%s-hårddisk"
+
 #~ msgid "Hard Disk"
 #~ msgstr "Hårddisk"
+
 #~ msgid "%s Solid-State Disk"
 #~ msgstr "%s SSD (Solid-State Disk)"
+
 #~ msgid "Solid-State Disk"
 #~ msgstr "SSD (Solid-State Disk)"
+
 #~ msgid "%s Media"
 #~ msgstr "%s-media"
+
 #~ msgid "No Media Detected"
 #~ msgstr "Upptäckte inga medier"
+
 #~ msgid "MBR Partition Table"
 #~ msgstr "MBR-partitionstabell"
+
 #~ msgid "GUID Partition Table"
 #~ msgstr "GUID-partitionstabell"
+
 #~ msgid "Apple Partition Table"
 #~ msgstr "Apple-partitionstabell"
+
 #~ msgid "Partitioned"
 #~ msgstr "Partitionerad"
+
 #~ msgid "Not Partitioned"
 #~ msgstr "Inte partitionerad"
+
 #~ msgid "SAS Expander"
 #~ msgstr "SAS-expanderare"
+
 #~ msgid "PATA Host Adapter"
 #~ msgstr "PATA-värdadapter"
+
 #~ msgid "SATA Host Adapter"
 #~ msgstr "SATA-värdadapter"
+
 #~ msgid "ATA Host Adapter"
 #~ msgstr "ATA-värdadapter"
+
 #~ msgid "SAS Host Adapter"
 #~ msgstr "SAS-värdadapter"
+
 #~ msgid "SCSI Host Adapter"
 #~ msgstr "SCSI-värdadapter"
+
 #~ msgid "Host Adapter"
 #~ msgstr "Värdadapter"
+
 #~ msgid "Volume Group"
 #~ msgstr "Volymgrupp"
+
 #~ msgid "%s LVM2 Volume Group"
 #~ msgstr "%s LVM2-volymgrupp"
+
 #~ msgid "LVM2 Volume Group"
 #~ msgstr "LVM2-volymgrupp"
+
 #~ msgid "%s Free"
 #~ msgstr "%s ledigt"
+
 #~ msgid "Unallocated Space"
 #~ msgstr "Ej allokerat utrymme"
+
 #~ msgid "LVM2 VG Unallocated Space"
 #~ msgstr "LVM2 VG ej allokerat utrymme"
+
 #~ msgid "Logical Volume"
 #~ msgstr "Logisk volym"
+
 #~ msgid "LVM2 Logical Volume"
 #~ msgstr "LVM2 Logisk volym"
+
 #~ msgid "%s %s Array"
 #~ msgstr "%s %s-kedja"
+
 #~ msgid "%s Array"
 #~ msgstr "%s-kedja"
+
 #~ msgid "RAID Array %s (%s)"
 #~ msgstr "RAID-kedja %s (%s)"
+
 #~ msgid "RAID device %s"
 #~ msgstr "RAID-enhet %s"
 #~ msgctxt "RAID Level fallback"
+
 #~ msgid "RAID"
 #~ msgstr "RAID"
+
 #~ msgid "RAID Array"
 #~ msgstr "RAID-kedja"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Not Attached"
 #~ msgstr "Inte ansluten"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Faulty"
 #~ msgstr "Fel"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Fully Synchronized"
 #~ msgstr "Helt synkroniserad"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Writemostly"
 #~ msgstr "Writemostly"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Blocked"
 #~ msgstr "Blockerad"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Spare"
 #~ msgstr "Reserv"
+
 #~ msgid "Local Storage"
 #~ msgstr "Lokalt lager"
+
 #~ msgid "Storage on %s"
 #~ msgstr "Lager på %s"
+
 #~ msgid "Multipath Devices"
 #~ msgstr "Enheter med flera sökvägar"
+
 #~ msgid "Drives with multiple I/O paths"
 #~ msgstr "Enheter med flera I/O-sökvägar"
+
 #~ msgid "Multi-disk Devices"
 #~ msgstr "Multidiskenheter"
+
 #~ msgid "RAID, LVM and other logical drives"
 #~ msgstr "RAID, LVM och andra logiska enheter"
+
 #~ msgid "Peripheral Devices"
 #~ msgstr "Kringutrustningsenheter"
+
 #~ msgid "USB, Firewire and other peripherals"
 #~ msgstr "USB, Firewire och annan kringutrustning"
+
 #~ msgid "Error enumerating devices: %s"
 #~ msgstr "Fel vid uppräkning av enheter: %s"
+
 #~ msgid "Error enumerating adapters: %s"
 #~ msgstr "Fel vid uppräkning av adaptrar: %s"
+
 #~ msgid "Error enumerating expanders: %s"
 #~ msgstr "Fel vid uppräkning av expanderare: %s"
+
 #~ msgid "Error enumerating ports: %s"
 #~ msgstr "Fel vid uppräkning av portar: %s"
+
 #~ msgid "Error listening to address `localhost:%d': %s: %s\n"
 #~ msgstr "Fel vid lyssning till adress 'lokalvärd:%d': %s: %s\n"
+
 #~ msgid ""
 #~ "Error creating a local TCP server, tried binding to ports 9000-10000 on "
 #~ "localhost"
 #~ msgstr ""
 #~ "Fel vid skapande av lokal TCP-server, provade bindning till portar 9000-"
 #~ "10000 på lokalvärd"
+
 #~ msgid "Error setting auth mechanisms on local DBusServer\n"
 #~ msgstr "Fel vid inställning av aukt-mekanismer på lokal DBusServer\n"
+
 #~ msgid "Unable to parse command-line `%s' (Malformed address?): %s"
 #~ msgstr "Kan inte tolka kommandorad %s (fel adressformat?): %s"
+
 #~ msgid "Unable to spawn ssh program: %s"
 #~ msgstr "Kan inte skapa ssh-program: %s"
+
 #~ msgid "Error reading stderr output: %s"
 #~ msgstr "Fel vid läsning av stderr-utmatning: %s"
+
 #~ msgid "Error reading stderr output: No content"
 #~ msgstr "Fel vid läsning av stderr-utmatning: inget innehåll"
+
 #~ msgid "Error logging in"
 #~ msgstr "Fel vid inloggning"
+
 #~ msgid "Error sending `%s': %s"
 #~ msgstr "Fel vid sändning av %s: %s"
+
 #~ msgid ""
 #~ "Unexpected stderr output - expected `udisks-tcp-bridge: Waiting for "
 #~ "secret' but got `%s'"
 #~ msgstr ""
 #~ "Oväntad stderr-utmatning - förväntade 'udisks-tcp-bridge: Väntar på "
 #~ "hemlighet', men fick %s"
+
 #~ msgid "Error passing authorization secret: %s"
 #~ msgstr "Fel vid sändning av auktoriseringshemlighet: %s"
+
 #~ msgid "Error reading stderr from: %s"
 #~ msgstr "Fel vid läsning av stderr från: %s"
+
 #~ msgid ""
 #~ "Unexpected stderr output - expected `udisks-tcp-bridge: Attempting to "
 #~ "connect to port %d' but got `%s'"
 #~ msgstr ""
 #~ "Oväntad stderr-utmatning - förväntade 'udisks-tcp-bridge': Försöker "
 #~ "ansluta till port %d' men fick %s"
+
 #~ msgid "The udisks-tcp-bridge program failed to prove it was authorized: %s"
 #~ msgstr ""
 #~ "Programmet udisks-tcp-bridge kunde inte bevisa att det var auktoriserat: %"
 #~ "s"
+
 #~ msgid "The udisks-tcp-bridge program failed to prove it was authorized"
 #~ msgstr ""
 #~ "Programmet udisks-tcp-bridge kunde inte bevisa att det var auktoriserat"
+
 #~ msgid "%s (%s bytes)"
 #~ msgstr "%s (%s byte)"
+
 #~ msgid "FAT (12-bit version)"
 #~ msgstr "FAT (12-bitarsversion)"
+
 #~ msgid "FAT"
 #~ msgstr "FAT"
+
 #~ msgid "FAT (16-bit version)"
 #~ msgstr "FAT (16-bitarsversion)"
+
 #~ msgid "FAT (32-bit version)"
 #~ msgstr "FAT (32-bitarsversion)"
+
 #~ msgid "NTFS (version %s)"
 #~ msgstr "NTFS (version %s)"
+
 #~ msgid "NTFS"
 #~ msgstr "NTFS"
+
 #~ msgid "HFS"
 #~ msgstr "HFS"
+
 #~ msgid "HFS+"
 #~ msgstr "HFS+"
+
 #~ msgid "Linux Unified Key Setup"
 #~ msgstr "Linux Unified Key Setup"
+
 #~ msgid "LUKS"
 #~ msgstr "LUKS"
+
 #~ msgid "Ext2 (version %s)"
 #~ msgstr "Ext2 (version %s)"
+
 #~ msgid "Ext2"
 #~ msgstr "Ext2"
+
 #~ msgid "ext2"
 #~ msgstr "ext2"
+
 #~ msgid "Ext3 (version %s)"
 #~ msgstr "Ext3 (version %s)"
+
 #~ msgid "Ext3"
 #~ msgstr "Ext3"
+
 #~ msgid "ext3"
 #~ msgstr "ext3"
+
 #~ msgid "Journal for Ext3 (version %s)"
 #~ msgstr "Journal för Ext3 (version %s)"
+
 #~ msgid "Journal for Ext3"
 #~ msgstr "Journal för Ext3"
+
 #~ msgid "jbd"
 #~ msgstr "jbd"
+
 #~ msgid "Ext4 (version %s)"
 #~ msgstr "Ext4 (version %s)"
+
 #~ msgid "Ext4"
 #~ msgstr "Ext4"
+
 #~ msgid "ext4"
 #~ msgstr "ext4"
+
 #~ msgid "XFS (version %s)"
 #~ msgstr "XFS (version %s)"
+
 #~ msgid "XFS"
 #~ msgstr "XFS"
+
 #~ msgid "xfs"
 #~ msgstr "xfs"
+
 #~ msgid "ReiserFS (version %s)"
 #~ msgstr "ReiserFS (version %s)"
+
 #~ msgid "ReiserFS"
 #~ msgstr "ReiserFS"
+
 #~ msgid "reiserfs"
 #~ msgstr "reiserfs"
+
 #~ msgid "ISO 9660"
 #~ msgstr "ISO 9660"
+
 #~ msgid "iso9660"
 #~ msgstr "iso9660"
+
 #~ msgid "Universal Disk Format"
 #~ msgstr "Universal Disk Format"
+
 #~ msgid "udf"
 #~ msgstr "udf"
+
 #~ msgid "Swap Space"
 #~ msgstr "Växlingsutrymme"
+
 #~ msgid "swap"
 #~ msgstr "swap"
+
 #~ msgid "LVM2 Physical Volume (version %s)"
 #~ msgstr "LVM2 fysisk volym (version %s)"
+
 #~ msgid "LVM2 Physical Volume"
 #~ msgstr "LVM2 fysisk volym"
+
 #~ msgid "lvm2_pv"
 #~ msgstr "lvm2_pv"
+
 #~ msgid "RAID Component (version %s)"
 #~ msgstr "RAID-komponent (version %s)"
+
 #~ msgid "RAID Component"
 #~ msgstr "RAID-komponent"
+
 #~ msgid "raid"
 #~ msgstr "raid"
+
 #~ msgid "Minix"
 #~ msgstr "Minix"
+
 #~ msgid "minix"
 #~ msgstr "minix"
+
 #~ msgid "Creating File System"
 #~ msgstr "Skapar filsystem"
+
 #~ msgid "Mounting File System"
 #~ msgstr "Monterar filsystem"
+
 #~ msgid "Unmounting File System"
 #~ msgstr "Demonterar filsystem"
+
 #~ msgid "Checking File System"
 #~ msgstr "Kontrollerar filsystem"
+
 #~ msgid "Creating LUKS Device"
 #~ msgstr "Skapar LUKS-enhet"
+
 #~ msgid "Unlocking LUKS Device"
 #~ msgstr "Låser upp LUKS-enhet"
+
 #~ msgid "Locking LUKS Device"
 #~ msgstr "Låser LUKS-enhet"
+
 #~ msgid "Creating Partition Table"
 #~ msgstr "Skapar partitionstabell"
+
 #~ msgid "Deleting Partition"
 #~ msgstr "Tar bort partition"
+
 #~ msgid "Creating Partition"
 #~ msgstr "Skapar partition"
+
 #~ msgid "Modifying Partition"
 #~ msgstr "Modifierar partition"
+
 #~ msgid "Setting Label for Device"
 #~ msgstr "Anger etikett för enhet"
+
 #~ msgid "Changing Passphrase for Encrypted LUKS Device"
 #~ msgstr "Ändrar lösenordsfras för krypterad LUKS-enhet"
+
 #~ msgid "Adding Component to RAID Array"
 #~ msgstr "Lägger till komponent i RAID-kedja"
+
 #~ msgid "Removing Component from RAID Array"
 #~ msgstr "Tar bort komponent från RAID-kedja"
+
 #~ msgid "Stopping RAID Array"
 #~ msgstr "Stoppar RAID-kedja"
+
 #~ msgid "Starting RAID Array"
 #~ msgstr "Startar RAID-kedja"
+
 #~ msgid "Checking RAID Array"
 #~ msgstr "Kontrollerar RAID-kedja"
+
 #~ msgid "Repairing RAID Array"
 #~ msgstr "Reparerar RAID-kedja"
+
 #~ msgid "Running Short SMART Self-Test"
 #~ msgstr "Kör kort SMART-självtest"
+
 #~ msgid "Running Extended SMART Self-Test"
 #~ msgstr "Kör utökad SMART-självtest"
+
 #~ msgid "Running Conveyance SMART Self-Test"
 #~ msgstr "Kör conveyance-SMART-självtest"
+
 #~ msgid "Ejecting Media"
 #~ msgstr "Matar ut medier"
+
 #~ msgid "Detaching Device"
 #~ msgstr "Kopplar bort enhet"
+
 #~ msgid "Forcibly Unmounting Filesystem"
 #~ msgstr "Framtvingar demontering av filsystem"
+
 #~ msgid "Forcibly Locking LUKS device"
 #~ msgstr "Framtvingar låsning av LUKS-enhet"
+
 #~ msgid "Linux Basic Data Partition"
 #~ msgstr "Linux-partition med grunddata"
+
 #~ msgid "Linux RAID Partition"
 #~ msgstr "Linux RAID-partition"
+
 #~ msgid "Linux Swap Partition"
 #~ msgstr "Linux växlingspartition"
+
 #~ msgid "Linux LVM Partition"
 #~ msgstr "Linux LVM-partition"
+
 #~ msgid "Linux Reserved Partition"
 #~ msgstr "Linux reserverad partition"
+
 #~ msgid "MBR Partition Scheme"
 #~ msgstr "MBR-partitionsschema"
+
 #~ msgid "EFI System Partition"
 #~ msgstr "EFI-systempartition"
+
 #~ msgid "BIOS Boot Partition"
 #~ msgstr "BIOS-startpartition"
+
 #~ msgid "Microsoft Reserved Partition"
 #~ msgstr "Microsoft-reserverad partition"
+
 #~ msgid "Microsoft Basic Data Partition"
 #~ msgstr "Microsoft-partition med grunddata"
+
 #~ msgid "Microsoft LDM Metadata Partition"
 #~ msgstr "Microsoft LDM-metadatapartition"
+
 #~ msgid "Microsoft LDM Data Partition"
 #~ msgstr "Microsoft LDM-datapartition"
+
 #~ msgid "Microsoft Windows Recovery Environment"
 #~ msgstr "Microsoft Windows Återställningsmiljö"
+
 #~ msgid "HP-UX Data Partition"
 #~ msgstr "HP-UX-datapartition"
+
 #~ msgid "HP-UX Service Partition"
 #~ msgstr "HP-UX-servicepartition"
+
 #~ msgid "FreeBSD Boot Partition"
 #~ msgstr "FreeBSD-startpartition"
+
 #~ msgid "FreeBSD Data Partition"
 #~ msgstr "FreeBSD-datapartition"
+
 #~ msgid "FreeBSD Swap Partition"
 #~ msgstr "FreeBSD-växlingspartition"
+
 #~ msgid "FreeBSD UFS Partition"
 #~ msgstr "FreeBSD UFS-partition"
+
 #~ msgid "FreeBSD Vinum Partition"
 #~ msgstr "FreeBSD Vinum-partition"
+
 #~ msgid "FreeBSD ZFS Partition"
 #~ msgstr "FreeBSD ZFS-partition"
+
 #~ msgid "Solaris Boot Partition"
 #~ msgstr "Solaris-startpartition"
+
 #~ msgid "Solaris Root Partition"
 #~ msgstr "Solaris-rotpartition"
+
 #~ msgid "Solaris Swap Partition"
 #~ msgstr "Solaris-växlingspartition"
+
 #~ msgid "Solaris Backup Partition"
 #~ msgstr "Solaris-säkerhetskopieringspartition"
+
 #~ msgid "Solaris /usr Partition"
 #~ msgstr "Solaris /usr-partition"
+
 #~ msgid "Solaris /var Partition"
 #~ msgstr "Solaris /var-partition"
+
 #~ msgid "Solaris /home Partition"
 #~ msgstr "Solaris /home-partition"
+
 #~ msgid "Solaris Alternate Sector Partition"
 #~ msgstr "Solaris alternativ sektorpartition"
+
 #~ msgid "Solaris Reserved Partition"
 #~ msgstr "Solaris-reserverad partition"
+
 #~ msgid "Solaris Reserved Partition (2)"
 #~ msgstr "Solaris-reserverad partition (2)"
+
 #~ msgid "Solaris Reserved Partition (3)"
 #~ msgstr "Solaris-reserverad partition (3)"
+
 #~ msgid "Solaris Reserved Partition (4)"
 #~ msgstr "Solaris-reserverad partition (4)"
+
 #~ msgid "Solaris Reserved Partition (5)"
 #~ msgstr "Solaris-reserverad partition (5)"
+
 #~ msgid "Apple HFS/HFS+ Partition"
 #~ msgstr "Apple HFS/HFS+-partition"
+
 #~ msgid "Apple UFS Partition"
 #~ msgstr "Apple UFS-partition"
+
 #~ msgid "Apple ZFS Partition"
 #~ msgstr "Apple ZFS-partition"
+
 #~ msgid "Apple RAID Partition"
 #~ msgstr "Apple RAID-partition"
+
 #~ msgid "Apple RAID Partition (Offline)"
 #~ msgstr "Apple RAID-partition (offline)"
+
 #~ msgid "Apple Boot Partition"
 #~ msgstr "Apple-startpartition"
+
 #~ msgid "Apple Label Partition"
 #~ msgstr "Apple-etikettpartition"
+
 #~ msgid "Apple TV Recovery Partition"
 #~ msgstr "Apple TV-återställningspartition"
+
 #~ msgid "NetBSD Swap Partition"
 #~ msgstr "NetBSD-växlingspartition"
+
 #~ msgid "NetBSD FFS Partition"
 #~ msgstr "NetBSD FFS-partition"
+
 #~ msgid "NetBSD LFS Partition"
 #~ msgstr "NetBSD LFS-partition"
+
 #~ msgid "NetBSD RAID Partition"
 #~ msgstr "NetBSD RAID-partition"
+
 #~ msgid "NetBSD Concatenated  Partition"
 #~ msgstr "NetBSD-sammanlänkad partition"
+
 #~ msgid "NetBSD Encrypted Partition"
 #~ msgstr "NetBSD-krypterad partition"
+
 #~ msgid "Apple Partition Map"
 #~ msgstr "Apple-partitionskarta"
+
 #~ msgid "Unused Partition"
 #~ msgstr "Oanvänd partition"
+
 #~ msgid "Empty Partition"
 #~ msgstr "Tom partition"
+
 #~ msgid "Driver Partition"
 #~ msgstr "Drivrutinspartition"
+
 #~ msgid "Driver 4.3 Partition"
 #~ msgstr "Drivrutin 4.3-partition"
+
 #~ msgid "ProDOS file system"
 #~ msgstr "ProDOS-filsystem"
+
 #~ msgid "FAT 12"
 #~ msgstr "FAT 12"
+
 #~ msgid "FAT 16"
 #~ msgstr "FAT 16"
+
 #~ msgid "FAT 32"
 #~ msgstr "FAT 32"
+
 #~ msgid "FAT 16 (Windows)"
 #~ msgstr "FAT 16 (Windows)"
+
 #~ msgid "FAT 32 (Windows)"
 #~ msgstr "FAT 32 (Windows)"
+
 #~ msgid "Empty (0x00)"
 #~ msgstr "Tom (0x00)"
+
 #~ msgid "FAT12 (0x01)"
 #~ msgstr "FAT12 (0x01)"
+
 #~ msgid "FAT16 <32M (0x04)"
 #~ msgstr "FAT16 <32M (0x04)"
+
 #~ msgid "Extended (0x05)"
 #~ msgstr "Utökad (0x05)"
+
 #~ msgid "FAT16 (0x06)"
 #~ msgstr "FAT16 (0x06)"
+
 #~ msgid "HPFS/NTFS (0x07)"
 #~ msgstr "HPFS/NTFS (0x07)"
+
 #~ msgid "W95 FAT32 (0x0b)"
 #~ msgstr "W95 FAT32 (0x0b)"
+
 #~ msgid "W95 FAT32 (LBA) (0x0c)"
 #~ msgstr "W95 FAT32 (LBA) (0x0c)"
+
 #~ msgid "W95 FAT16 (LBA) (0x0e)"
 #~ msgstr "W95 FAT16 (LBA) (0x0e)"
+
 #~ msgid "W95 Ext d (LBA) (0x0f)"
 #~ msgstr "W95 Ext d (LBA) (0x0f)"
+
 #~ msgid "OPUS (0x10)"
 #~ msgstr "OPUS (0x10)"
+
 #~ msgid "Hidden FAT12 (0x11)"
 #~ msgstr "Dold FAT12 (0x11)"
+
 #~ msgid "Compaq diagnostics (0x12)"
 #~ msgstr "Compaq-diagnostik (0x12)"
+
 #~ msgid "Hidden FAT16 <32M (0x14)"
 #~ msgstr "Dold FAT16 <32M (0x14)"
+
 #~ msgid "Hidden FAT16 (0x16)"
 #~ msgstr "Dold FAT16 (0x16)"
+
 #~ msgid "Hidden HPFS/NTFS (0x17)"
 #~ msgstr "Dold HPFS/NTFS (0x17)"
+
 #~ msgid "Hidden W95 FAT32 (0x1b)"
 #~ msgstr "Dold W95 FAT32 (0x1b)"
+
 #~ msgid "Hidden W95 FAT32 (LBA) (0x1c)"
 #~ msgstr "Dold W95 FAT32 (LBA) (0x1c)"
+
 #~ msgid "Hidden W95 FAT16 (LBA) (0x1e)"
 #~ msgstr "Dold W95 FAT16 (LBA) (0x1e)"
+
 #~ msgid "PartitionMagic (0x3c)"
 #~ msgstr "PartitionMagic (0x3c)"
+
 #~ msgid "Minix (0x81)"
 #~ msgstr "Minix (0x81)"
+
 #~ msgid "Linux swap (0x82)"
 #~ msgstr "Linux-växling (0x82)"
+
 #~ msgid "Linux (0x83)"
 #~ msgstr "Linux (0x83)"
+
 #~ msgid "Hibernation (0x84)"
 #~ msgstr "Viloläge (0x84)"
+
 #~ msgid "Linux Extended (0x85)"
 #~ msgstr "Linux utökat (0x85)"
+
 #~ msgid "Linux LVM (0x8e)"
 #~ msgstr "Linux LVM (0x8e)"
+
 #~ msgid "Hibernation (0xa0)"
 #~ msgstr "Viloläge (0xa0)"
+
 #~ msgid "FreeBSD (0xa5)"
 #~ msgstr "FreeBSD (0xa5)"
+
 #~ msgid "OpenBSD (0xa6)"
 #~ msgstr "OpenBSD (0xa6)"
+
 #~ msgid "Mac OS X (0xa8)"
 #~ msgstr "Mac OS X (0xa8)"
+
 #~ msgid "Mac OS X (0xaf)"
 #~ msgstr "Mac OS X (0xaf)"
+
 #~ msgid "Solaris boot (0xbe)"
 #~ msgstr "Solaris-start (0xbe)"
+
 #~ msgid "Solaris (0xbf)"
 #~ msgstr "Solaris (0xbf)"
+
 #~ msgid "BeOS BFS (0xeb)"
 #~ msgstr "BeOS BFS (0xeb)"
+
 #~ msgid "SkyOS SkyFS (0xec)"
 #~ msgstr "SkyOS SkyFS (0xec)"
+
 #~ msgid "EFI GPT (0xee)"
 #~ msgstr "EFI GPT (0xee)"
+
 #~ msgid "EFI (FAT-12/16/32 (0xef)"
 #~ msgstr "EFI (FAT-12/16/32 (0xef)"
+
 #~ msgid "Linux RAID autodetect (0xfd)"
 #~ msgstr "Linux RAID-autoidentifiering (0xfd)"
+
 #~ msgid "Unknown (%s)"
 #~ msgstr "Okänt (%s)"
+
 #~ msgid ""
 #~ "A popular format compatible with almost any device or system, typically "
 #~ "used for file exchange."
 #~ msgstr ""
 #~ "Ett populärt format som är kompatibelt med nästan valfri enhet och "
 #~ "valfritt system, används vanligtvis för filutbyte."
+
 #~ msgid ""
 #~ "This file system is compatible with Linux systems only and provides "
 #~ "classic UNIX file permissions support. This file system does not use a "
@@ -804,30 +1066,37 @@
 #~ "Detta filsystem är endast kompatibelt med Linux-system och "
 #~ "tillhandahåller klassiskt stöd för UNIX-filbehörigheter. Detta filsystem "
 #~ "använder ingen journal."
+
 #~ msgid ""
 #~ "This file system is compatible with Linux systems only and provides "
 #~ "classic UNIX file permissions support."
 #~ msgstr ""
 #~ "Detta filsystem är endast kompatibelt med Linux-system och "
 #~ "tillhandahåller klassiskt stöd för UNIX-filbehörigheter."
+
 #~ msgid "Swap area used by the operating system for virtual memory."
 #~ msgstr "Växlingsområdet används av operativsystemet för virtuellt minne."
+
 #~ msgid ""
 #~ "The native Windows file system. Not widely compatible with other "
 #~ "operating systems than Windows."
 #~ msgstr ""
 #~ "Ursprungligt Windows-filsystem. Inte allmänt kompatibelt med andra "
 #~ "operativsystem än Windows."
+
 #~ msgid ""
 #~ "Simple filesystem with low overhead and UNIX permissions support. Not "
 #~ "widely compatible with other operating systems than Linux and Minix."
 #~ msgstr ""
 #~ "Enkelt filsystem som upptar lite utrymme och stöd för UNIX-behörigheter. "
 #~ "Inte allmänt kompatibelt med andra operativsystem än Linux och Minix."
+
 #~ msgid "No file system will be created."
 #~ msgstr "Det skapas inget filsystem."
+
 #~ msgid "Create an Extended Partition for logical partitions."
 #~ msgstr "Skapa en utökad partition för logiska partitioner."
+
 #~ msgid ""
 #~ "The Master Boot Record scheme is compatible with almost any device or "
 #~ "system but has a number of limitations with respect to disk size and "
@@ -836,6 +1105,7 @@
 #~ "MBR-schemat (Master Boot Record) är kompatibelt med nästan valfri enhet "
 #~ "eller valfritt system men har ett antal begränsningar vad gäller "
 #~ "diskstorlek och antal partitioner."
+
 #~ msgid ""
 #~ "A legacy scheme that is incompatible with most systems except Apple "
 #~ "systems and most Linux systems. Not recommended for removable media."
@@ -843,12 +1113,14 @@
 #~ "Ett äldre schema som är inkompatibelt med flertalet system förutom Apple-"
 #~ "system och flertalet Linux-system. Rekommenderas inte för flyttbara "
 #~ "medier."
+
 #~ msgid ""
 #~ "The GUID scheme is compatible with most modern systems but may be "
 #~ "incompatible with some devices and legacy systems."
 #~ msgstr ""
 #~ "GUID-schemat är kompatibelt med flertalet moderna system men kan vara "
 #~ "inkompatibelt med vissa enheter och äldre system."
+
 #~ msgid ""
 #~ "Marks the entire disk as unused. Use this option only if you want to "
 #~ "avoid partitioning the disk for e.g. whole disk use or floppy / Zip disks."
@@ -856,79 +1128,109 @@
 #~ "Markerar hela disken som oanvänd. Använd endast detta alternativ om du "
 #~ "vill undvika partitionering av disken exempelvis för att använda hela "
 #~ "disken eller disketter/Zip-diskar."
+
 #~ msgid "LUKS Passphrase for UUID %s"
 #~ msgstr "LUKS-lösenordsfras för UUID %s"
+
 #~ msgid "%.1f KB/s"
 #~ msgstr "%.1f KB/s"
+
 #~ msgid "%.1f MB/s"
 #~ msgstr "%.1f MB/s"
+
 #~ msgid "%.1f GB/s"
 #~ msgstr "%.1f GB/s"
+
 #~ msgid "SATA"
 #~ msgstr "SATA"
+
 #~ msgid "eSATA"
 #~ msgstr "eSATA"
+
 #~ msgid "PATA"
 #~ msgstr "PATA"
+
 #~ msgid "ATA"
 #~ msgstr "ATA"
+
 #~ msgid "SCSI"
 #~ msgstr "SCSI"
+
 #~ msgid "USB"
 #~ msgstr "USB"
+
 #~ msgid "Firewire"
 #~ msgstr "Firewire"
+
 #~ msgid "SDIO"
 #~ msgstr "SDIO"
+
 #~ msgid "Virtual"
 #~ msgstr "Virtuellt"
 #~ msgctxt "connection name"
+
 #~ msgid "Unknown"
 #~ msgstr "Okänt"
+
 #~ msgid "%s at %s"
 #~ msgstr "%s på %s"
 #~ msgctxt "RAID level"
+
 #~ msgid "Stripe (RAID-0)"
 #~ msgstr "Stripe (RAID-0)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-0"
 #~ msgstr "RAID-0"
 #~ msgctxt "RAID level"
+
 #~ msgid "Mirror (RAID-1)"
 #~ msgstr "Spegel (RAID-1)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-1"
 #~ msgstr "RAID-1"
 #~ msgctxt "RAID level"
+
 #~ msgid "Parity Disk (RAID-4)"
 #~ msgstr "Paritetsdisk (RAID-4)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-4"
 #~ msgstr "RAID-4"
 #~ msgctxt "RAID level"
+
 #~ msgid "Distributed Parity (RAID-5)"
 #~ msgstr "Distribuerad paritet (RAID-5)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-5"
 #~ msgstr "RAID-5"
 #~ msgctxt "RAID level"
+
 #~ msgid "Dual Distributed Parity (RAID-6)"
 #~ msgstr "Dubbelt distribuerad paritet (RAID-6)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-6"
 #~ msgstr "RAID-6"
 #~ msgctxt "RAID level"
+
 #~ msgid "Stripe of Mirrors (RAID-10)"
 #~ msgstr "Stripe med speglar (RAID-10)"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-10"
 #~ msgstr "RAID-10"
 #~ msgctxt "RAID level"
+
 #~ msgid "Concatenated (Linear)"
 #~ msgstr "Sammanläkad (linjär)"
 #~ msgctxt "RAID level"
+
 #~ msgid "Linear"
 #~ msgstr "Linjär"
+
 #~ msgid ""
 #~ "Striped set without parity. Provides improved performance but no fault "
 #~ "tolerance. If a single disk in the array fails, the entire RAID-0 array "
@@ -937,6 +1239,7 @@
 #~ "Stripe-uppsättning utan paritet. Tillhandahåller förbättrade prestanda "
 #~ "men ingen feltolerans. Om en enda disk i kedjan misslyckas, misslyckas "
 #~ "hela RAID-0-kedjan."
+
 #~ msgid ""
 #~ "Mirrored set without parity. Provides fault tolerance and improved "
 #~ "performance for reading. RAID-1 arrays can sustain all but one disk "
@@ -945,6 +1248,7 @@
 #~ "Speglad uppsättning utan paritet. Tillhandahåller feltolerans och "
 #~ "förbättrade prestanda för läsning. RAID-1-kedjor kan klara av att alla "
 #~ "diskar utom en disk går sönder."
+
 #~ msgid ""
 #~ "Striped set with parity on a single disk. Provides improved performance "
 #~ "and fault tolerance. RAID-4 arrays can sustain a single disk failure."
@@ -952,6 +1256,7 @@
 #~ "Stripe-uppsättning med paritet på en enda disk. Tillhandahåller "
 #~ "förbättrade prestanda och feltolerans. RAID-4-kedjor kan klara av att en "
 #~ "enda disk går sönder."
+
 #~ msgid ""
 #~ "Striped set with distributed parity. Provides improved performance and "
 #~ "fault tolerance. RAID-5 arrays can sustain a single disk failure."
@@ -959,6 +1264,7 @@
 #~ "Stripe-uppsättning med distribuerad paritet. Tillhandahåller förbättrade "
 #~ "prestanda och feltolerans. RAID-5-kedjor kan klara av att en enda disk "
 #~ "går sönder."
+
 #~ msgid ""
 #~ "Striped set with dual distributed parity. Provides improved performance "
 #~ "and fault tolerance. RAID-6 arrays can sustain two disk failures."
@@ -966,6 +1272,7 @@
 #~ "Stripe-uppsättning med dubbel distribuerad paritet. Tillhandahåller "
 #~ "förbättrade prestanda och feltolerans. RAID-6-kedjor kan klara av att två "
 #~ "diskar går sönder."
+
 #~ msgid ""
 #~ "Striped set with distributed parity. Provides improved performance and "
 #~ "fault tolerance. RAID-10 arrays can sustain multiple drive losses so long "
@@ -974,143 +1281,211 @@
 #~ "Stripe-uppsättning med distribuerad paritet. Tillhandahåller förbättrade "
 #~ "prestanda och feltolerans. RAID-10-kedjor kan klara av att förlora flera "
 #~ "diskar under förutsättning att ingen spegel förlorar alla sina enheter."
+
 #~ msgid "Unknown RAID level %s."
 #~ msgstr "Okänd RAID-nivå %s."
+
 #~ msgid "Disk is healthy"
 #~ msgstr "Disken är frisk"
+
 #~ msgid "Disk was used outside of design parameters in the past"
 #~ msgstr "Disk användes utanför designparametrarna tidigare"
+
 #~ msgid "Disk has a few bad sectors"
 #~ msgstr "Disken har ett par ogiltiga sektorer"
+
 #~ msgid "DISK IS BEING USED OUTSIDE DESIGN PARAMETERS"
 #~ msgstr "DISK ANVÄNDS UTANFÖR DESIGNPARAMETRAR"
+
 #~ msgid "Backup all data and replace the disk"
 #~ msgstr "Säkerhetskopiera alla data och byt ut disken"
+
 #~ msgid "DISK HAS MANY BAD SECTORS"
 #~ msgstr "DISK HAR MÅNGA OGILTIGA SEKTORER"
+
 #~ msgid "DISK FAILURE IS IMMINENT"
 #~ msgstr "ÖVERHÄNGANDE DISKFEL"
+
 #~ msgid "Unknown"
 #~ msgstr "Okänt"
+
 #~ msgid "CD-ROM Disc"
 #~ msgstr "CD-ROM-skiva"
+
 #~ msgid "Blank CD-ROM Disc"
 #~ msgstr "Tom CD-ROM-skiva"
+
 #~ msgid "CD-R Disc"
 #~ msgstr "CD-R-skiva"
+
 #~ msgid "Blank CD-R Disc"
 #~ msgstr "Tom CD-R-skiva"
+
 #~ msgid "CD-RW Disc"
 #~ msgstr "CD-RW-skiva"
+
 #~ msgid "Blank CD-RW Disc"
 #~ msgstr "Tom CD-RW-skiva"
+
 #~ msgid "DVD-ROM Disc"
 #~ msgstr "DVD-ROM-skiva"
+
 #~ msgid "Blank DVD-ROM Disc"
 #~ msgstr "Tom DVD-ROM-skiva"
+
 #~ msgid "DVD-RW Disc"
 #~ msgstr "DVD-RW-skiva"
+
 #~ msgid "Blank DVD-RW Disc"
 #~ msgstr "Tom DVD-RW-skiva"
+
 #~ msgid "DVD-RAM Disc"
 #~ msgstr "DVD-RAM-skiva"
+
 #~ msgid "Blank DVD-RAM Disc"
 #~ msgstr "Tom DVD-RAM-skiva"
+
 #~ msgid "DVD+R Disc"
 #~ msgstr "DVD+R-skiva"
+
 #~ msgid "Blank DVD+R Disc"
 #~ msgstr "Tom DVD+R-skiva"
+
 #~ msgid "DVD+RW Disc"
 #~ msgstr "DVD+RW-skiva"
+
 #~ msgid "Blank DVD+RW Disc"
 #~ msgstr "Tom DVD+RW-skiva"
+
 #~ msgid "DVD+R DL Disc"
 #~ msgstr "DVD+R DL-skiva"
+
 #~ msgid "Blank DVD+R DL Disc"
 #~ msgstr "Tom DVD+R DL-skiva"
+
 #~ msgid "DVD+RW DL Disc"
 #~ msgstr "DVD+RW DL-skiva"
+
 #~ msgid "Blank DVD+RW DL Disc"
 #~ msgstr "Tom DVD+RW DL-skiva"
+
 #~ msgid "Blu-Ray Disc"
 #~ msgstr "Blu-Ray-skiva"
+
 #~ msgid "Blank Blu-Ray Disc"
 #~ msgstr "Tom Blu-Ray-skiva"
+
 #~ msgid "Blu-Ray R Disc"
 #~ msgstr "Blu-Ray R-skiva"
+
 #~ msgid "Blank Blu-Ray R Disc"
 #~ msgstr "Tom Blu-Ray R-skiva"
+
 #~ msgid "Blu-Ray RW Disc"
 #~ msgstr "Blu-Ray RW-skiva"
+
 #~ msgid "Blank Blu-Ray RW Disc"
 #~ msgstr "Tom Blu-Ray RW-skiva"
+
 #~ msgid "HD DVD Disc"
 #~ msgstr "HD DVD-skiva"
+
 #~ msgid "Blank HD DVD Disc"
 #~ msgstr "Tom HD DVD-skiva"
+
 #~ msgid "HD DVD-R Disc"
 #~ msgstr "HD DVD-R-skiva"
+
 #~ msgid "Blank HD DVD-R Disc"
 #~ msgstr "Tom HD DVD-R-skiva"
+
 #~ msgid "HD DVD-RW Disc"
 #~ msgstr "HD DVD-RW-skiva"
+
 #~ msgid "Blank HD DVD-RW Disc"
 #~ msgstr "Tom HD DVD-RW-skiva"
+
 #~ msgid "MO Disc"
 #~ msgstr "MO-skiva"
+
 #~ msgid "Blank MO Disc"
 #~ msgstr "Tom MO-skiva"
+
 #~ msgid "MRW Disc"
 #~ msgstr "MRW-skiva"
+
 #~ msgid "Blank MRW Disc"
 #~ msgstr "Tom MRW-skiva"
+
 #~ msgid "MRW/W Disc"
 #~ msgstr "MRW/W-skiva"
+
 #~ msgid "Blank MRW/W Disc"
 #~ msgstr "Tom MRW/W-skiva"
+
 #~ msgid "Blank Optical Disc"
 #~ msgstr "Tom optisk skiva"
+
 #~ msgid "%s Extended"
 #~ msgstr "%s utökat"
+
 #~ msgid "Contains logical partitions"
 #~ msgstr "Innehåller logiska partitioner"
+
 #~ msgid "%s Encrypted"
 #~ msgstr "%s krypterat"
+
 #~ msgid "Optical Disc"
 #~ msgstr "Optisk skiva"
+
 #~ msgid "%s Filesystem"
 #~ msgstr "%s-filsystem"
+
 #~ msgid "%s Partition Table"
 #~ msgstr "%s-partitionstabell"
+
 #~ msgid "%s LVM2 Physical Volume"
 #~ msgstr "%s LVM2 fysisk volym"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID"
 #~ msgstr "RAID"
+
 #~ msgid "%s %s Component"
 #~ msgstr "%s %s-komponent"
+
 #~ msgid "Part of \"%s\" array"
 #~ msgstr "Del av \"%s\"-kedja"
+
 #~ msgid "%s Swap Space"
 #~ msgstr "%s-växlingsutrymme"
+
 #~ msgid "%s Data"
 #~ msgstr "%s-data"
+
 #~ msgid "%s Unrecognized"
 #~ msgstr "%s ej igenkänt"
+
 #~ msgid "Unknown or Unused"
 #~ msgstr "Okänt eller oanvänt"
+
 #~ msgid "%s Partition"
 #~ msgstr "%s-partition"
+
 #~ msgid "Partition %d of %s"
 #~ msgstr "Partition %d av %s"
+
 #~ msgid "Partition %d"
 #~ msgstr "Partition %d"
+
 #~ msgid "Whole-disk volume on %s"
 #~ msgstr "Heldiskvolym på %s"
+
 #~ msgid "Whole-disk volume"
 #~ msgstr "Heldiskvolym"
+
 #~ msgid "You are using %d%% of %s"
 #~ msgstr "Du använder %d%% av %s"
+
 #~ msgid "Using %d%% of %s"
 #~ msgstr "Använder %d%% av %s"
-
--- po/zh_TW.po
+++ po/zh_TW.po
@@ -7,9 +7,9 @@
 msgstr ""
 "Project-Id-Version: moblin-panel-devices\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-23 09:22+0000\n"
-"PO-Revision-Date: 2010-06-25 01:59+0800\n"
-"Last-Translator: Cheng-Chia Tseng <pswo10680 at gmail.com>\n"
+"POT-Creation-Date: 2010-10-19 16:51+0000\n"
+"PO-Revision-Date: 2010-10-19 20:43-0800\n"
+"Last-Translator: Wen-Hsin Moh <wenhsinm at gmail.com>\n"
 "Language-Team: Traditional Chinese <chinese-l10n at googlegroups.com>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,15 +19,23 @@
 "X-Poedit-Country: TAIWAN\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:1
+#: ../data/meego-panel-devices.desktop.in.in.h:1
 msgid "Devices panel"
 msgstr "裝置面板"
 
-#: ../data/moblin-panel-devices.desktop.in.in.h:2
-#: ../src/moblin-panel-devices.c:160
+#: ../data/meego-panel-devices.desktop.in.in.h:2
+#: ../src/meego-panel-devices.c:176
 msgid "devices"
 msgstr "裝置"
 
+#: ../data/meego-panel-devices.schemas.in.h:1
+msgid "Sleep timeout"
+msgstr "睡眠逾時"
+
+#: ../data/meego-panel-devices.schemas.in.h:2
+msgid "Value of -1 means never sleep, other values are seconds of continuous idle state before sleeping."
+msgstr "值-1表示從未在,其他值是在睡眠之前秒的連續閒置狀態。"
+
 #. translators:
 #. * The device has been disabled
 #: ../gvc/gvc-mixer-control.c:1003
@@ -56,35 +64,35 @@
 msgid "System Sounds"
 msgstr "系統音效"
 
-#: ../power-icon/src/moblin-power-icon.c:46
+#: ../power-icon/src/meego-power-icon.c:46
 msgid "MeeGo Power Icon"
 msgstr "MeeGo 電源圖示"
 
-#: ../power-icon/src/mpd-power-icon.c:76
+#: ../power-icon/src/mpd-power-icon.c:77
 msgid "Running low on battery"
 msgstr "正在以低電池量執行中"
 
-#: ../power-icon/src/mpd-power-icon.c:77
+#: ../power-icon/src/mpd-power-icon.c:78
 msgid "I've noticed that your battery is running a bit low. If you can, it would be a good idea to plug in and top up."
 msgstr "我們注意到您的電池電量有點低。如果可以的話,插入電源線然後將電池充滿會是個好點子。"
 
-#: ../power-icon/src/mpd-power-icon.c:80
+#: ../power-icon/src/mpd-power-icon.c:81
 msgid "Getting close to empty"
 msgstr "愈來愈接近沒電"
 
-#: ../power-icon/src/mpd-power-icon.c:81
+#: ../power-icon/src/mpd-power-icon.c:82
 msgid "You're running quite low on battery. It'd be a good idea to save all your work and plug in as soon as you can."
 msgstr "您的電池電量相當的低。儲存您所有的工作,然後盡快插入電源線會是個好主意!"
 
-#: ../power-icon/src/mpd-power-icon.c:85
+#: ../power-icon/src/mpd-power-icon.c:86
 msgid "Danger!"
 msgstr "危險!"
 
-#: ../power-icon/src/mpd-power-icon.c:86
+#: ../power-icon/src/mpd-power-icon.c:87
 msgid "Sorry, your computer is about to run out of battery. I'm going to have to turn off now. Please save your work and hope to see you again soon."
 msgstr "抱歉,您電腦的電池電量快用光了。我們現在就必須關閉電腦。請儲存您的工作,希望可以很快再見到您。"
 
-#: ../power-icon/src/mpd-power-icon.c:439
+#: ../power-icon/src/mpd-power-icon.c:435
 msgid "battery"
 msgstr "電池"
 
@@ -107,7 +115,7 @@
 msgid "If you don't decide, I'll turn off in 30 seconds."
 msgstr "如果您不決定,我會在 30 秒內關閉。"
 
-#: ../src/moblin-panel-devices.c:121
+#: ../src/meego-panel-devices.c:126
 msgid "MeeGo Devices Panel"
 msgstr "MeeGo 裝置面板"
 
@@ -265,639 +273,947 @@
 
 #~ msgid "Moblin Power Icon"
 #~ msgstr "Moblin 電源圖示"
+
 #~ msgid "Netbook volume"
 #~ msgstr "網路筆電靜音"
+
 #~ msgid ""
 #~ "<span font-weight='bold'>Importing data</span> <span color='%s'>%d%%</"
 #~ "span>"
 #~ msgstr ""
 #~ "<span font-weight='bold'>匯入數據</span> <span color='%s'> %d%%</span> "
+
 #~ msgid "Stop"
 #~ msgstr "停止"
+
 #~ msgid ""
 #~ "%s nas been plugged in. You can use the Devices panel interact with it"
 #~ msgstr "%s 裝置已插入。你可以使用裝置面板與它進行互動"
+
 #~ msgid "USB plugged in"
 #~ msgstr "USB 裝置已插入"
+
 #~ msgid "Show"
 #~ msgstr "顯示"
+
 #~ msgid "CompactFlash"
 #~ msgstr "CompactFlash"
+
 #~ msgid "MemoryStick"
 #~ msgstr "MemoryStick"
+
 #~ msgid "SmartMedia"
 #~ msgstr "SmartMedia"
+
 #~ msgid "SecureDigital"
 #~ msgstr "SecureDigital"
+
 #~ msgid "SD High Capacity"
 #~ msgstr "SD 高容量"
+
 #~ msgid "Floppy"
 #~ msgstr "磁碟片"
+
 #~ msgid "Zip"
 #~ msgstr "Zip"
+
 #~ msgid "Jaz"
 #~ msgstr "Jaz"
+
 #~ msgid "CD"
 #~ msgstr "CD"
+
 #~ msgid "DVD"
 #~ msgstr "DVD"
+
 #~ msgid "Blu-Ray"
 #~ msgstr "藍光"
+
 #~ msgid "HDDVD"
 #~ msgstr "HDDVD"
+
 #~ msgid "%s Drive"
 #~ msgstr "%s 磁碟"
+
 #~ msgid "%s %s Drive"
 #~ msgstr "%s %s 磁碟"
+
 #~ msgid "%s Hard Disk"
 #~ msgstr "%s 硬碟"
+
 #~ msgid "Hard Disk"
 #~ msgstr "硬碟"
+
 #~ msgid "%s Solid-State Disk"
 #~ msgstr "%s 固態硬碟"
+
 #~ msgid "Solid-State Disk"
 #~ msgstr "固態硬碟"
+
 #~ msgid "%s Media"
 #~ msgstr "%s 媒體"
+
 #~ msgid "No Media Detected"
 #~ msgstr "未偵測到媒體"
+
 #~ msgid "MBR Partition Table"
 #~ msgstr "MBR 分割表格"
+
 #~ msgid "GUID Partition Table"
 #~ msgstr "GUID 分割表格"
+
 #~ msgid "Apple Partition Table"
 #~ msgstr "Apple 分割表格"
+
 #~ msgid "Partitioned"
 #~ msgstr "已分割"
+
 #~ msgid "Not Partitioned"
 #~ msgstr "未分割"
+
 #~ msgid "SAS Expander"
 #~ msgstr "SAS 延展器"
+
 #~ msgid "Volume Group"
 #~ msgstr "儲存區群組"
+
 #~ msgid "%s LVM2 Volume Group"
 #~ msgstr "%s LVM2 儲存區群組"
+
 #~ msgid "LVM2 Volume Group"
 #~ msgstr "LVM2 儲存區群組"
+
 #~ msgid "%s Free"
 #~ msgstr "%s 可用"
+
 #~ msgid "Unallocated Space"
 #~ msgstr "未分配的空間"
+
 #~ msgid "LVM2 VG Unallocated Space"
 #~ msgstr "LVM2 VG 未分配的空間"
+
 #~ msgid "Logical Volume"
 #~ msgstr "邏輯儲存區"
+
 #~ msgid "LVM2 Logical Volume"
 #~ msgstr "LVM2 邏輯儲存區"
+
 #~ msgid "%s %s Array"
 #~ msgstr "%s %s 陣列"
+
 #~ msgid "%s Array"
 #~ msgstr "%s 陣列"
+
 #~ msgid "RAID Array %s (%s)"
 #~ msgstr "RAID 陣列 %s (%s)"
+
 #~ msgid "RAID device %s"
 #~ msgstr "RAID 裝置 %s"
 #~ msgctxt "RAID Level fallback"
+
 #~ msgid "RAID"
 #~ msgstr "RAID"
+
 #~ msgid "RAID Array"
 #~ msgstr "RAID 陣列"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Not Attached"
 #~ msgstr "未連接"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Fully Synchronized"
 #~ msgstr "完整同步"
 #~ msgctxt "Linux MD slave state"
+
 #~ msgid "Blocked"
 #~ msgstr "阻擋"
+
 #~ msgid "Local Storage"
 #~ msgstr "本機儲存"
+
 #~ msgid "Storage on %s"
 #~ msgstr "於 %s 上的儲存"
+
 #~ msgid "Multipath Devices"
 #~ msgstr "多路徑裝置"
+
 #~ msgid "Drives with multiple I/O paths"
 #~ msgstr "有多個 I/O 路徑的磁碟"
+
 #~ msgid "Multi-disk Devices"
 #~ msgstr "多磁碟裝置"
+
 #~ msgid "RAID, LVM and other logical drives"
 #~ msgstr "RAID、LVM 與其他的邏輯磁碟"
+
 #~ msgid "Peripheral Devices"
 #~ msgstr "週邊裝置"
+
 #~ msgid "USB, Firewire and other peripherals"
 #~ msgstr "USB、Firewire 與其他的週邊裝置"
+
 #~ msgid "Error logging in"
 #~ msgstr "登入時發生錯誤"
+
 #~ msgid "Error sending `%s': %s"
 #~ msgstr "送出「%s」時發生錯誤:%s"
+
 #~ msgid "%s (%s bytes)"
 #~ msgstr "%s (%s 位元組)"
+
 #~ msgid "FAT (12-bit version)"
 #~ msgstr "FAT (12 位元版本)"
+
 #~ msgid "FAT"
 #~ msgstr "FAT"
+
 #~ msgid "FAT (16-bit version)"
 #~ msgstr "FAT (16 位元版本)"
+
 #~ msgid "FAT (32-bit version)"
 #~ msgstr "FAT (32 位元版本)"
+
 #~ msgid "NTFS (version %s)"
 #~ msgstr "NTFS (版本 %s)"
+
 #~ msgid "NTFS"
 #~ msgstr "NTFS"
+
 #~ msgid "HFS"
 #~ msgstr "HFS"
+
 #~ msgid "HFS+"
 #~ msgstr "HFS+"
+
 #~ msgid "LUKS"
 #~ msgstr "LUKS"
+
 #~ msgid "Ext2 (version %s)"
 #~ msgstr "Ext2 (版本 %s)"
+
 #~ msgid "Ext2"
 #~ msgstr "Ext2"
+
 #~ msgid "ext2"
 #~ msgstr "ext2"
+
 #~ msgid "Ext3 (version %s)"
 #~ msgstr "Ext3 (版本 %s)"
+
 #~ msgid "Ext3"
 #~ msgstr "Ext3"
+
 #~ msgid "ext3"
 #~ msgstr "ext3"
+
 #~ msgid "Journal for Ext3 (version %s)"
 #~ msgstr "Ext3 的日誌 (版本 %s)"
+
 #~ msgid "Journal for Ext3"
 #~ msgstr "Ext3 的日誌"
+
 #~ msgid "jbd"
 #~ msgstr "jbd"
+
 #~ msgid "Ext4 (version %s)"
 #~ msgstr "Ext4 (版本 %s)"
+
 #~ msgid "Ext4"
 #~ msgstr "Ext4"
+
 #~ msgid "ext4"
 #~ msgstr "ext4"
+
 #~ msgid "XFS (version %s)"
 #~ msgstr "XFS (版本 %s)"
+
 #~ msgid "XFS"
 #~ msgstr "XFS"
+
 #~ msgid "xfs"
 #~ msgstr "xfs"
+
 #~ msgid "ReiserFS (version %s)"
 #~ msgstr "ReiserFS (版本 %s)"
+
 #~ msgid "ReiserFS"
 #~ msgstr "ReiserFS"
+
 #~ msgid "reiserfs"
 #~ msgstr "reiserfs"
+
 #~ msgid "ISO 9660"
 #~ msgstr "ISO 9660"
+
 #~ msgid "iso9660"
 #~ msgstr "iso9660"
+
 #~ msgid "udf"
 #~ msgstr "udf"
+
 #~ msgid "Swap Space"
 #~ msgstr "置換空間"
+
 #~ msgid "swap"
 #~ msgstr "swap"
+
 #~ msgid "LVM2 Physical Volume (version %s)"
 #~ msgstr "LVM2 實體儲存區 (版本 %s)"
+
 #~ msgid "LVM2 Physical Volume"
 #~ msgstr "LVM2 實體儲存區"
+
 #~ msgid "lvm2_pv"
 #~ msgstr "lvm2_pv"
+
 #~ msgid "RAID Component (version %s)"
 #~ msgstr "RAID 部件 (版本 %s)"
+
 #~ msgid "RAID Component"
 #~ msgstr "RAID 部件"
+
 #~ msgid "raid"
 #~ msgstr "raid"
+
 #~ msgid "Minix"
 #~ msgstr "Minix"
+
 #~ msgid "minix"
 #~ msgstr "minix"
+
 #~ msgid "Creating File System"
 #~ msgstr "正在建立檔案系統"
+
 #~ msgid "Mounting File System"
 #~ msgstr "正在掛載檔案系統"
+
 #~ msgid "Unmounting File System"
 #~ msgstr "正在卸載檔案系統"
+
 #~ msgid "Checking File System"
 #~ msgstr "正在建立檔案系統"
+
 #~ msgid "Creating LUKS Device"
 #~ msgstr "正在建立 LUKS 裝置"
+
 #~ msgid "Unlocking LUKS Device"
 #~ msgstr "正在解除 LUKS 裝置的鎖"
+
 #~ msgid "Locking LUKS Device"
 #~ msgstr "正在鎖上 LUKS 裝置"
+
 #~ msgid "Creating Partition Table"
 #~ msgstr "正在建立分割表格"
+
 #~ msgid "Deleting Partition"
 #~ msgstr "正在刪除分割區"
+
 #~ msgid "Creating Partition"
 #~ msgstr "正在建立分割區"
+
 #~ msgid "Modifying Partition"
 #~ msgstr "正在修改分割區"
+
 #~ msgid "Setting Label for Device"
 #~ msgstr "正在為裝置設定標籤"
+
 #~ msgid "Changing Passphrase for Encrypted LUKS Device"
 #~ msgstr "正在為已加密的 LUKS 裝置變更密碼"
+
 #~ msgid "Adding Component to RAID Array"
 #~ msgstr "正在加入部件到 RAID 陣列"
+
 #~ msgid "Removing Component from RAID Array"
 #~ msgstr "正在從 RAID 陣列移除部件"
+
 #~ msgid "Stopping RAID Array"
 #~ msgstr "正在停止 RAID 陣列"
+
 #~ msgid "Starting RAID Array"
 #~ msgstr "正在起始 RAID 陣列"
+
 #~ msgid "Checking RAID Array"
 #~ msgstr "正在檢查 RAID 陣列"
+
 #~ msgid "Repairing RAID Array"
 #~ msgstr "正在修復 RAID 陣列"
+
 #~ msgid "Running Short SMART Self-Test"
 #~ msgstr "正在執行簡短 SMART 自我測試"
+
 #~ msgid "Running Extended SMART Self-Test"
 #~ msgstr "正在執行擴充的 SMART 自我測試"
+
 #~ msgid "Ejecting Media"
 #~ msgstr "正在退出媒體"
+
 #~ msgid "Detaching Device"
 #~ msgstr "正在解除裝置連接"
+
 #~ msgid "Forcibly Unmounting Filesystem"
 #~ msgstr "強制卸載檔案系統"
+
 #~ msgid "Forcibly Locking LUKS device"
 #~ msgstr "強制鎖上 LUKS 裝置"
+
 #~ msgid "Linux Basic Data Partition"
 #~ msgstr "Linux 基本資料分割區"
+
 #~ msgid "Linux RAID Partition"
 #~ msgstr "Linux RAID 分割區"
+
 #~ msgid "Linux Swap Partition"
 #~ msgstr "Linux 置換分割區"
+
 #~ msgid "Linux LVM Partition"
 #~ msgstr "Linux LVM 分割區"
+
 #~ msgid "Linux Reserved Partition"
 #~ msgstr "Linux 保留的分割區"
+
 #~ msgid "MBR Partition Scheme"
 #~ msgstr "MBR 分割區規劃"
+
 #~ msgid "EFI System Partition"
 #~ msgstr "EFI 系統分割區"
+
 #~ msgid "BIOS Boot Partition"
 #~ msgstr "BIOS 開機分割區"
+
 #~ msgid "Microsoft Reserved Partition"
 #~ msgstr "微軟保留的分割區"
+
 #~ msgid "Microsoft Basic Data Partition"
 #~ msgstr "微軟基本資料分割區"
+
 #~ msgid "Microsoft LDM Metadata Partition"
 #~ msgstr "微軟 LDM 中介資料分割區"
+
 #~ msgid "Microsoft LDM Data Partition"
 #~ msgstr "微軟 LDM 資料分割區"
+
 #~ msgid "Microsoft Windows Recovery Environment"
 #~ msgstr "微軟 Windows 還原環境"
+
 #~ msgid "HP-UX Data Partition"
 #~ msgstr "HP-UX 資料分割區"
+
 #~ msgid "HP-UX Service Partition"
 #~ msgstr "HP-UX 服務分割區"
+
 #~ msgid "FreeBSD Boot Partition"
 #~ msgstr "FreeBSD 開機分割區"
+
 #~ msgid "FreeBSD Data Partition"
 #~ msgstr "FreeBSD 資料分割區"
+
 #~ msgid "FreeBSD Swap Partition"
 #~ msgstr "FreeBSD 置換分割區"
+
 #~ msgid "FreeBSD UFS Partition"
 #~ msgstr "FreeBSD UFS 分割區"
+
 #~ msgid "FreeBSD Vinum Partition"
 #~ msgstr "FreeBSD Vinum 分割區"
+
 #~ msgid "FreeBSD ZFS Partition"
 #~ msgstr "FreeBSD ZFS 分割區"
+
 #~ msgid "Solaris Boot Partition"
 #~ msgstr "Solaris 開機分割區"
+
 #~ msgid "Solaris Root Partition"
 #~ msgstr "Solaris 根分割區"
+
 #~ msgid "Solaris Swap Partition"
 #~ msgstr "Solaris 置換分割區"
+
 #~ msgid "Solaris Backup Partition"
 #~ msgstr "Solaris 備份分割區"
+
 #~ msgid "Solaris /usr Partition"
 #~ msgstr "Solaris /usr 分割區"
+
 #~ msgid "Solaris /var Partition"
 #~ msgstr "Solaris /var 分割區"
+
 #~ msgid "Solaris /home Partition"
 #~ msgstr "Solaris /home 分割區"
+
 #~ msgid "Solaris Alternate Sector Partition"
 #~ msgstr "Solaris 替代磁區分割區"
+
 #~ msgid "Solaris Reserved Partition"
 #~ msgstr "Solaris 保留的分割區"
+
 #~ msgid "Solaris Reserved Partition (2)"
 #~ msgstr "Solaris 保留的分割區 (2)"
+
 #~ msgid "Solaris Reserved Partition (3)"
 #~ msgstr "Solaris 保留的分割區 (3)"
+
 #~ msgid "Solaris Reserved Partition (4)"
 #~ msgstr "Solaris 保留的分割區 (4)"
+
 #~ msgid "Solaris Reserved Partition (5)"
 #~ msgstr "Solaris 保留的分割區 (5)"
+
 #~ msgid "Apple HFS/HFS+ Partition"
 #~ msgstr "Apple HFS/HFS+ 分割區"
+
 #~ msgid "Apple UFS Partition"
 #~ msgstr "Apple UFS 分割區"
+
 #~ msgid "Apple ZFS Partition"
 #~ msgstr "Apple ZFS 分割區"
+
 #~ msgid "Apple RAID Partition"
 #~ msgstr "Apple RAID 分割區"
+
 #~ msgid "Apple RAID Partition (Offline)"
 #~ msgstr "Apple RAID 分割區 (離線)"
+
 #~ msgid "Apple Boot Partition"
 #~ msgstr "Apple 開機分割區"
+
 #~ msgid "Apple Label Partition"
 #~ msgstr "Apple 標籤分割區"
+
 #~ msgid "Apple TV Recovery Partition"
 #~ msgstr "Apple TV 還原分割區"
+
 #~ msgid "NetBSD Swap Partition"
 #~ msgstr "NetBSD 置換分割區"
+
 #~ msgid "NetBSD FFS Partition"
 #~ msgstr "NetBSD FFS 分割區"
+
 #~ msgid "NetBSD LFS Partition"
 #~ msgstr "NetBSD LFS 分割區"
+
 #~ msgid "NetBSD RAID Partition"
 #~ msgstr "NetBSD RAID 分割區"
+
 #~ msgid "NetBSD Encrypted Partition"
 #~ msgstr "NetBSD 加密分割區"
+
 #~ msgid "Apple Partition Map"
 #~ msgstr "Apple 分割對應表"
+
 #~ msgid "Unused Partition"
 #~ msgstr "未使用的分割區"
+
 #~ msgid "Empty Partition"
 #~ msgstr "空的分割區"
+
 #~ msgid "Driver Partition"
 #~ msgstr "Driver 分割區"
+
 #~ msgid "Driver 4.3 Partition"
 #~ msgstr "Driver 4.3 分割區"
+
 #~ msgid "ProDOS file system"
 #~ msgstr "ProDOS 檔案系統"
+
 #~ msgid "FAT 12"
 #~ msgstr "FAT 12"
+
 #~ msgid "FAT 16"
 #~ msgstr "FAT 16"
+
 #~ msgid "FAT 32"
 #~ msgstr "FAT 32"
+
 #~ msgid "FAT 16 (Windows)"
 #~ msgstr "FAT 16 (Windows)"
+
 #~ msgid "FAT 32 (Windows)"
 #~ msgstr "FAT 32 (Windows)"
+
 #~ msgid "Empty (0x00)"
 #~ msgstr "空的 (0x00)"
+
 #~ msgid "FAT12 (0x01)"
 #~ msgstr "FAT12 (0x01)"
+
 #~ msgid "FAT16 <32M (0x04)"
 #~ msgstr "FAT16 <32M (0x04)"
+
 #~ msgid "Extended (0x05)"
 #~ msgstr "延伸 (0x05)"
+
 #~ msgid "FAT16 (0x06)"
 #~ msgstr "FAT16 (0x06)"
+
 #~ msgid "HPFS/NTFS (0x07)"
 #~ msgstr "HPFS/NTFS (0x07)"
+
 #~ msgid "W95 FAT32 (0x0b)"
 #~ msgstr "W95 FAT32 (0x0b)"
+
 #~ msgid "W95 FAT32 (LBA) (0x0c)"
 #~ msgstr "W95 FAT32 (LBA) (0x0c)"
+
 #~ msgid "W95 FAT16 (LBA) (0x0e)"
 #~ msgstr "W95 FAT16 (LBA) (0x0e)"
+
 #~ msgid "W95 Ext d (LBA) (0x0f)"
 #~ msgstr "W95 Ext d (LBA) (0x0f)"
+
 #~ msgid "OPUS (0x10)"
 #~ msgstr "OPUS (0x10)"
+
 #~ msgid "Hidden FAT12 (0x11)"
 #~ msgstr "隱藏的 FAT12 (0x11)"
+
 #~ msgid "Compaq diagnostics (0x12)"
 #~ msgstr "Compaq 診斷 (0x12)"
+
 #~ msgid "Hidden FAT16 <32M (0x14)"
 #~ msgstr "隱藏的 FAT16 <32M (0x14)"
+
 #~ msgid "Hidden FAT16 (0x16)"
 #~ msgstr "隱藏的 FAT16 (0x16)"
+
 #~ msgid "Hidden HPFS/NTFS (0x17)"
 #~ msgstr "隱藏的 HPFS/NTFS (0x17)"
+
 #~ msgid "Hidden W95 FAT32 (0x1b)"
 #~ msgstr "隱藏的 W95 FAT32 (0x1b)"
+
 #~ msgid "Hidden W95 FAT32 (LBA) (0x1c)"
 #~ msgstr "隱藏的 W95 FAT32 (LBA) (0x1c)"
+
 #~ msgid "Hidden W95 FAT16 (LBA) (0x1e)"
 #~ msgstr "隱藏的 W95 FAT16 (LBA) (0x1e)"
+
 #~ msgid "PartitionMagic (0x3c)"
 #~ msgstr "PartitionMagic (0x3c)"
+
 #~ msgid "Minix (0x81)"
 #~ msgstr "Minix (0x81)"
+
 #~ msgid "Linux swap (0x82)"
 #~ msgstr "Linux swap (0x82)"
+
 #~ msgid "Linux (0x83)"
 #~ msgstr "Linux (0x83)"
+
 #~ msgid "Hibernation (0x84)"
 #~ msgstr "休眠 (0x84)"
+
 #~ msgid "Linux Extended (0x85)"
 #~ msgstr "Linux 延伸 (0x85)"
+
 #~ msgid "Linux LVM (0x8e)"
 #~ msgstr "Linux LVM (0x8e)"
+
 #~ msgid "Hibernation (0xa0)"
 #~ msgstr "休眠 (0xa0)"
+
 #~ msgid "FreeBSD (0xa5)"
 #~ msgstr "FreeBSD (0xa5)"
+
 #~ msgid "OpenBSD (0xa6)"
 #~ msgstr "OpenBSD (0xa6)"
+
 #~ msgid "Mac OS X (0xa8)"
 #~ msgstr "Mac OS X (0xa8)"
+
 #~ msgid "Mac OS X (0xaf)"
 #~ msgstr "Mac OS X (0xaf)"
+
 #~ msgid "Solaris boot (0xbe)"
 #~ msgstr "Solaris boot (0xbe)"
+
 #~ msgid "Solaris (0xbf)"
 #~ msgstr "Solaris (0xbf)"
+
 #~ msgid "BeOS BFS (0xeb)"
 #~ msgstr "BeOS BFS (0xeb)"
+
 #~ msgid "SkyOS SkyFS (0xec)"
 #~ msgstr "SkyOS SkyFS (0xec)"
+
 #~ msgid "EFI GPT (0xee)"
 #~ msgstr "EFI GPT (0xee)"
+
 #~ msgid "EFI (FAT-12/16/32 (0xef)"
 #~ msgstr "EFI (FAT-12/16/32 (0xef)"
+
 #~ msgid "Linux RAID autodetect (0xfd)"
 #~ msgstr "Linux RAID 自動偵測 (0xfd)"
+
 #~ msgid "Unknown (%s)"
 #~ msgstr "不明 (%s)"
+
 #~ msgid "%.1f KB/s"
 #~ msgstr "%.1f KB/s"
+
 #~ msgid "%.1f MB/s"
 #~ msgstr "%.1f MB/s"
+
 #~ msgid "%.1f GB/s"
 #~ msgstr "%.1f GB/s"
+
 #~ msgid "SATA"
 #~ msgstr "SATA"
+
 #~ msgid "eSATA"
 #~ msgstr "eSATA"
+
 #~ msgid "PATA"
 #~ msgstr "PATA"
+
 #~ msgid "ATA"
 #~ msgstr "ATA"
+
 #~ msgid "SCSI"
 #~ msgstr "SCSI"
+
 #~ msgid "USB"
 #~ msgstr "USB"
+
 #~ msgid "Firewire"
 #~ msgstr "Firewire"
+
 #~ msgid "SDIO"
 #~ msgstr "SDIO"
+
 #~ msgid "Virtual"
 #~ msgstr "虛擬"
 #~ msgctxt "connection name"
+
 #~ msgid "Unknown"
 #~ msgstr "不明"
+
 #~ msgid "%s at %s"
 #~ msgstr "%s 於 %s"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-0"
 #~ msgstr "RAID-0"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-1"
 #~ msgstr "RAID-1"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-4"
 #~ msgstr "RAID-4"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-5"
 #~ msgstr "RAID-5"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-6"
 #~ msgstr "RAID-6"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID-10"
 #~ msgstr "RAID-10"
 #~ msgctxt "RAID level"
+
 #~ msgid "Linear"
 #~ msgstr "線性"
+
 #~ msgid "Unknown RAID level %s."
 #~ msgstr "不明的 RAID 層級 %s。"
+
 #~ msgid "Disk is healthy"
 #~ msgstr "磁碟處於健康狀態"
+
 #~ msgid "Disk has a few bad sectors"
 #~ msgstr "磁碟有一些磁區損壞"
+
 #~ msgid "Backup all data and replace the disk"
 #~ msgstr "備份所有資料並取代磁碟"
+
 #~ msgid "DISK HAS MANY BAD SECTORS"
 #~ msgstr "磁碟有許多磁區損壞"
+
 #~ msgid "Unknown"
 #~ msgstr "不明"
+
 #~ msgid "CD-ROM Disc"
 #~ msgstr "CD-ROM 碟片"
+
 #~ msgid "Blank CD-ROM Disc"
 #~ msgstr "空白 CD-ROM 碟片"
+
 #~ msgid "CD-R Disc"
 #~ msgstr "CD-R 碟片"
+
 #~ msgid "Blank CD-R Disc"
 #~ msgstr "空白 CD-R 碟片"
+
 #~ msgid "CD-RW Disc"
 #~ msgstr "CD-RW 碟片"
+
 #~ msgid "Blank CD-RW Disc"
 #~ msgstr "空白 CD-RW 碟片"
+
 #~ msgid "DVD-ROM Disc"
 #~ msgstr "DVD-ROM 碟片"
+
 #~ msgid "Blank DVD-ROM Disc"
 #~ msgstr "空白 DVD-ROM 碟片"
+
 #~ msgid "DVD-RW Disc"
 #~ msgstr "DVD-RW 碟片"
+
 #~ msgid "Blank DVD-RW Disc"
 #~ msgstr "空白 DVD-RW 碟片"
+
 #~ msgid "DVD-RAM Disc"
 #~ msgstr "DVD-RAM 碟片"
+
 #~ msgid "Blank DVD-RAM Disc"
 #~ msgstr "空白 DVD-RAM 碟片"
+
 #~ msgid "DVD+R Disc"
 #~ msgstr "DVD+R 碟片"
+
 #~ msgid "Blank DVD+R Disc"
 #~ msgstr "空白 DVD+R 碟片"
+
 #~ msgid "DVD+RW Disc"
 #~ msgstr "DVD+RW 碟片"
+
 #~ msgid "Blank DVD+RW Disc"
 #~ msgstr "空白 DVD+RW 碟片"
+
 #~ msgid "DVD+R DL Disc"
 #~ msgstr "DVD+R 雙層碟片"
+
 #~ msgid "Blank DVD+R DL Disc"
 #~ msgstr "空白 DVD+R 雙層碟片"
+
 #~ msgid "DVD+RW DL Disc"
 #~ msgstr "DVD+RW 雙層碟片"
+
 #~ msgid "Blank DVD+RW DL Disc"
 #~ msgstr "空白 DVD+RW 雙層碟片"
+
 #~ msgid "Blu-Ray Disc"
 #~ msgstr "藍光碟片"
+
 #~ msgid "Blank Blu-Ray Disc"
 #~ msgstr "空白藍光碟片"
+
 #~ msgid "Blu-Ray R Disc"
 #~ msgstr "藍光 R 碟片"
+
 #~ msgid "Blank Blu-Ray R Disc"
 #~ msgstr "空白藍光 R 碟片"
+
 #~ msgid "Blu-Ray RW Disc"
 #~ msgstr "藍光 RW 碟片"
+
 #~ msgid "Blank Blu-Ray RW Disc"
 #~ msgstr "空白藍光 RW 碟片"
+
 #~ msgid "HD DVD Disc"
 #~ msgstr "HD DVD 碟片"
+
 #~ msgid "Blank HD DVD Disc"
 #~ msgstr "空白 HD DVD 碟片"
+
 #~ msgid "HD DVD-R Disc"
 #~ msgstr "HD DVD-R 碟片"
+
 #~ msgid "Blank HD DVD-R Disc"
 #~ msgstr "空白 HD DVD-R 碟片"
+
 #~ msgid "HD DVD-RW Disc"
 #~ msgstr "HD DVD-RW 碟片"
+
 #~ msgid "Blank HD DVD-RW Disc"
 #~ msgstr "空白 HD DVD-RW 碟片"
+
 #~ msgid "MO Disc"
 #~ msgstr "MO 碟片"
+
 #~ msgid "Blank MO Disc"
 #~ msgstr "空白 MO 碟片"
+
 #~ msgid "MRW Disc"
 #~ msgstr "MRW 碟片"
+
 #~ msgid "Blank MRW Disc"
 #~ msgstr "空白 MRW 碟片"
+
 #~ msgid "MRW/W Disc"
 #~ msgstr "MRW/W 碟片"
+
 #~ msgid "Blank MRW/W Disc"
 #~ msgstr "空白 MRW/W 碟片"
+
 #~ msgid "Blank Optical Disc"
 #~ msgstr "空白光碟"
+
 #~ msgid "%s Extended"
 #~ msgstr "%s 延伸"
+
 #~ msgid "Contains logical partitions"
 #~ msgstr "包含邏輯分割區"
+
 #~ msgid "%s Encrypted"
 #~ msgstr "%s 加密"
+
 #~ msgid "Optical Disc"
 #~ msgstr "光碟"
+
 #~ msgid "%s Filesystem"
 #~ msgstr "%s 檔案系統"
+
 #~ msgid "%s Partition Table"
 #~ msgstr "%s 分割表格"
+
 #~ msgid "%s LVM2 Physical Volume"
 #~ msgstr "%s LVM2 實體儲存區"
 #~ msgctxt "RAID level"
+
 #~ msgid "RAID"
 #~ msgstr "RAID"
+
 #~ msgid "%s %s Component"
 #~ msgstr "%s %s 部件"
+
 #~ msgid "Part of \"%s\" array"
 #~ msgstr "「%s」陣列的部份"
+
 #~ msgid "%s Swap Space"
 #~ msgstr "%s 置換空間"
+
 #~ msgid "%s Data"
 #~ msgstr "%s 資料"
+
 #~ msgid "%s Unrecognized"
 #~ msgstr "%s 無法辨識"
+
 #~ msgid "Unknown or Unused"
 #~ msgstr "不明或未使用"
+
 #~ msgid "%s Partition"
 #~ msgstr "%s 分割區"
+
 #~ msgid "Partition %d of %s"
 #~ msgstr "分割區 %d / %s"
+
 #~ msgid "Partition %d"
 #~ msgstr "分割區 %d"
+
 #~ msgid "Whole-disk volume on %s"
 #~ msgstr "%s 上的整個磁碟儲存區"
+
 #~ msgid "Whole-disk volume"
 #~ msgstr "整個磁碟儲存區"
+
 #~ msgid "You are using %d%% of %s"
 #~ msgstr "您正使用 %d%%,共 %s"
+
 #~ msgid "Using %d%% of %s"
 #~ msgstr "正使用 %d%%,共 %s"
-
--- power-icon/Makefile.in
+++ power-icon/Makefile.in
@@ -186,6 +186,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- power-icon/data/Makefile.in
+++ power-icon/data/Makefile.in
@@ -214,6 +214,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- power-icon/data/theme/Makefile.in
+++ power-icon/data/theme/Makefile.in
@@ -171,6 +171,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- power-icon/src/Makefile.in
+++ power-icon/src/Makefile.in
@@ -186,6 +186,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- power-icon/src/mpd-idle-manager.c
+++ power-icon/src/mpd-idle-manager.c
@@ -108,10 +108,13 @@
   }
 
   suspend_idle_time = mpd_conf_get_suspend_idle_time (priv->conf);
-  if (suspend_idle_time > 0)
+  if (suspend_idle_time >= 0)
   {
+    /* suspend after given time (but after at least 15 secs to
+     * give everyone else the chance to do what they want when going
+     * idle */
     priv->suspend_source_id =
-      g_timeout_add_seconds (suspend_idle_time,
+      g_timeout_add_seconds (MAX (15, suspend_idle_time),
                              (GSourceFunc) _suspend_timer_elapsed_cb,
                              self);
   }
--- power-icon/tests/Makefile.in
+++ power-icon/tests/Makefile.in
@@ -225,6 +225,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- src/Makefile.in
+++ src/Makefile.in
@@ -190,6 +190,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- src/mpd-storage-device-tile.c
+++ src/mpd-storage-device-tile.c
@@ -81,16 +81,13 @@
 typedef struct
 {
   /* Managed by clutter */
+  ClutterActor              *table;
   ClutterActor              *icon;
-  ClutterActor              *vbox;
   ClutterActor              *label;
   ClutterActor              *meter;
-  ClutterActor              *button_box;
-  /* Inside button_box. */
   ClutterActor              *eject;
   ClutterActor              *open;
   ClutterActor              *import;
-  /* Alternative to button_box. */
   ClutterActor              *message;
 
   /* Data */
@@ -140,9 +137,11 @@
                                   percentage / 100.);
   }
 
-  g_object_set (priv->meter,
-                "visible", available_size > 0,
-                NULL);
+  if (available_size == 0)
+  {
+    g_object_set (priv->meter, "visible", false, NULL);
+    mx_table_child_set_row_span (MX_TABLE (priv->table), priv->label, 2);
+  }
 }
 
 static void
@@ -551,93 +550,142 @@
 mpd_storage_device_tile_init (MpdStorageDeviceTile *self)
 {
   MpdStorageDeviceTilePrivate *priv = GET_PRIVATE (self);
-  ClutterActor  *hbox;
+  ClutterText   *text;
   ClutterActor  *separator;
 
-  mx_box_layout_set_orientation (MX_BOX_LAYOUT (self), MX_ORIENTATION_VERTICAL);
+  mx_box_layout_set_orientation (MX_BOX_LAYOUT (self),
+                                 MX_ORIENTATION_VERTICAL);
+  mx_box_layout_set_enable_animations (MX_BOX_LAYOUT (self), true);
 
-  hbox = mx_box_layout_new ();
-  mx_box_layout_set_spacing (MX_BOX_LAYOUT (hbox),
-                             MPD_STORAGE_DEVICE_TILE_SPACING);
-  clutter_container_add_actor (CLUTTER_CONTAINER (self), hbox);
+  priv->table = mx_table_new ();
+  mx_table_set_column_spacing (MX_TABLE (priv->table), 5);
+  mx_box_layout_add_actor_with_properties (MX_BOX_LAYOUT (self), priv->table, -1,
+                                           "x-fill", true,
+                                           NULL);
+/*
+   0      1           2
+  +--------------------------+ Table
+0 |      | Text      |  Open |
+1 | Icon | Progress  | Eject |
+  +------+-----------+-------+ Vbox
+2 | <message> .. Import data |
+  +--------------------------+
+3 | ======================== |
+  +--------------------------+
+*/
+
+  /*
+   * Column 0: icon
+   */
 
-  /* 1st column: icon */
   priv->icon = clutter_texture_new ();
   clutter_actor_set_size (priv->icon,
                           MPD_STORAGE_DEVICE_TILE_ICON_SIZE,
                           MPD_STORAGE_DEVICE_TILE_ICON_SIZE);
-  clutter_container_add_actor (CLUTTER_CONTAINER (hbox), priv->icon);
-  clutter_container_child_set (CLUTTER_CONTAINER (hbox), priv->icon,
-                               "expand", false,
-                               "x-align", MX_ALIGN_START,
-                               "x-fill", false,
-                               "y-align", MX_ALIGN_START,
-                               "y-fill", false,
-                               NULL);
-
-  /* 2nd column: text, free space */
-  priv->vbox = mx_box_layout_new ();
-  mx_box_layout_set_enable_animations (MX_BOX_LAYOUT (priv->vbox), true);
-  mx_box_layout_set_spacing (MX_BOX_LAYOUT (priv->vbox),
-                             MPD_STORAGE_DEVICE_TILE_VBOX_SPACING);
-  mx_box_layout_set_orientation (MX_BOX_LAYOUT (priv->vbox),
-                                 MX_ORIENTATION_VERTICAL);
-  clutter_container_add_actor (CLUTTER_CONTAINER (hbox), priv->vbox);
+  mx_table_add_actor_with_properties (MX_TABLE (priv->table), priv->icon, 0, 0,
+                                      "row-span", 2,
+                                      "column-span", 1,
+                                      "x-align", MX_ALIGN_START,
+                                      "x-expand", false,
+                                      "x-fill", false,
+                                      "y-align", MX_ALIGN_MIDDLE,
+                                      "y-expand", false,
+                                      "y-fill", false,
+                                      NULL);
+
+  /*
+   * Column 1
+   */
 
+  /* Text */
   priv->label = mx_label_new ();
-  clutter_container_add_actor (CLUTTER_CONTAINER (priv->vbox),
-                               priv->label);
+  clutter_actor_set_width (priv->label, 200.0);
+  text = (ClutterText *) mx_label_get_clutter_text (MX_LABEL (priv->label));
+  clutter_text_set_line_wrap (text, true);
+  clutter_text_set_line_wrap_mode (text, PANGO_WRAP_WORD);
+  clutter_text_set_single_line_mode (text, false);
+  clutter_text_set_ellipsize (text, PANGO_ELLIPSIZE_END);
+  mx_table_add_actor_with_properties (MX_TABLE (priv->table), priv->label, 0, 1,
+                                      "x-align", MX_ALIGN_START,
+                                      "x-expand", true,
+                                      "x-fill", true,
+                                      "y-align", MX_ALIGN_MIDDLE,
+                                      "y-expand", false,
+                                      "y-fill", false,
+                                      NULL);
 
-  /* Progress bar */
+  /* Progress */
   priv->meter = mx_progress_bar_new ();
-  clutter_container_add_actor (CLUTTER_CONTAINER (priv->vbox),
-                               priv->meter);
-
-  /* Button box */
-  priv->button_box = mx_box_layout_new ();
-  mx_box_layout_set_spacing (MX_BOX_LAYOUT (priv->button_box),
-                             MPD_STORAGE_DEVICE_TILE_BUTTON_BOX_SPACING);
-  clutter_container_add_actor (CLUTTER_CONTAINER (priv->vbox),
-                               priv->button_box);
+  mx_table_add_actor_with_properties (MX_TABLE (priv->table), priv->meter, 1, 1,
+                                      "x-align", MX_ALIGN_START,
+                                      "x-expand", true,
+                                      "x-fill", true,
+                                      "y-align", MX_ALIGN_MIDDLE,
+                                      "y-expand", false,
+                                      "y-fill", false,
+                                      NULL);
+
+  /*
+   * Column 2: buttons
+   */
 
-  /* Import button */
-  priv->import = mx_button_new ();
-  g_signal_connect (priv->import, "clicked",
-                    G_CALLBACK (_import_clicked_cb), self);
-  clutter_container_add_actor (CLUTTER_CONTAINER (priv->button_box),
-                                priv->import);
-  clutter_container_child_set (CLUTTER_CONTAINER (priv->button_box),
-                                priv->import,
-                                "x-fill", true,
-                                NULL);
+  /* Open button */
+  priv->open = mx_button_new_with_label (_("Open"));
+  g_signal_connect (priv->open, "clicked",
+                    G_CALLBACK (_open_clicked_cb), self);
+  mx_table_add_actor_with_properties (MX_TABLE (priv->table), priv->open, 0, 2,
+                                      "x-align", MX_ALIGN_END,
+                                      "x-expand", false,
+                                      "x-fill", true,
+                                      "y-align", MX_ALIGN_END,
+                                      "y-expand", false,
+                                      "y-fill", false,
+                                      NULL);
 
   /* Eject button */
   priv->eject = mx_button_new_with_label (_("Eject"));
   g_signal_connect (priv->eject, "clicked",
                     G_CALLBACK (_eject_clicked_cb), self);
-  clutter_container_add_actor (CLUTTER_CONTAINER (priv->button_box),
-                               priv->eject);
-  clutter_container_child_set (CLUTTER_CONTAINER (priv->button_box),
-                               priv->eject,
-                               "x-fill", true,
-                               NULL);
+  mx_table_add_actor_with_properties (MX_TABLE (priv->table), priv->eject, 1, 2,
+                                      "x-align", MX_ALIGN_END,
+                                      "x-expand", false,
+                                      "x-fill", true,
+                                      "y-align", MX_ALIGN_MIDDLE,
+                                      "y-expand", false,
+                                      "y-fill", false,
+                                      NULL);
+
+  /*
+   * Row 2
+   */
 
-  /* Open button */
-  priv->open = mx_button_new_with_label (_("Open"));
-  g_signal_connect (priv->open, "clicked",
-                    G_CALLBACK (_open_clicked_cb), self);
-  clutter_container_add_actor (CLUTTER_CONTAINER (priv->button_box),
-                               priv->open);
-  clutter_container_child_set (CLUTTER_CONTAINER (priv->button_box),
-                               priv->open,
-                               "x-fill", true,
-                               NULL);
+  /* Import button */
+  priv->import = mx_button_new ();
+  clutter_actor_set_name (priv->import, "import");
+  g_signal_connect (priv->import, "clicked",
+                    G_CALLBACK (_import_clicked_cb), self);
+  mx_box_layout_add_actor_with_properties (MX_BOX_LAYOUT (self), priv->import,
+                                           -1,
+                                           "expand", false,
+                                           "x-align", MX_ALIGN_END,
+                                           "x-fill", false,
+                                           NULL);
+
+  /*
+   * 4th row: separator
+   */
 
   /* Separator */
-  separator = mx_icon_new ();
-  clutter_actor_set_height (separator, 1.0);
+  separator = mx_frame_new ();
   mx_stylable_set_style_class (MX_STYLABLE (separator), "separator");
-  clutter_container_add_actor (CLUTTER_CONTAINER (self), separator);
+  mx_box_layout_add_actor_with_properties (MX_BOX_LAYOUT (self), separator,
+                                           -1,
+                                           "expand", false,
+                                           "x-align", MX_ALIGN_MIDDLE,
+                                           "x-fill", true,
+                                           "y-align", MX_ALIGN_START,
+                                           "y-fill", false,
+                                           NULL);
 }
 
 ClutterActor *
@@ -864,36 +912,31 @@
 
   g_return_if_fail (MPD_IS_STORAGE_DEVICE_TILE (self));
 
-  if (replace_buttons)
-  {
-    g_object_set (priv->button_box,
-                  "visible", false,
-                  NULL);
-  }
-
   if (priv->message == NULL)
   {
     ClutterText *text;
     priv->message = mx_label_new_with_text (message);
+    mx_stylable_set_style_class (MX_STYLABLE (priv->message), "message");
     text = (ClutterText *) mx_label_get_clutter_text (MX_LABEL (priv->message));
     clutter_text_set_line_wrap (text, true);
     clutter_text_set_line_wrap_mode (text, PANGO_WRAP_WORD);
     clutter_text_set_single_line_mode (text, false);
     clutter_text_set_ellipsize (text, PANGO_ELLIPSIZE_NONE);
-    clutter_container_add_actor (CLUTTER_CONTAINER (priv->vbox), priv->message);
-    clutter_container_child_set (CLUTTER_CONTAINER (priv->vbox), priv->message,
-                                 "expand", true,
-                                 "x-fill", true,
-                                 "y-fill", false,
-                                 NULL);
-  } else
+    mx_box_layout_add_actor_with_properties (MX_BOX_LAYOUT (self), priv->message,
+                                             2,
+                                             "x-align", MX_ALIGN_MIDDLE,
+                                             NULL);
+  }
+
+  if (replace_buttons)
   {
-    mx_label_set_text (MX_LABEL (priv->message), message);
-    g_object_set (priv->message,
-                  "visible", true,
-                  NULL);
+    mx_widget_set_disabled (MX_WIDGET (priv->open), true);
+    mx_widget_set_disabled (MX_WIDGET (priv->eject), true);
+    clutter_container_remove_actor (CLUTTER_CONTAINER (self), priv->import);
   }
 
+  mx_label_set_text (MX_LABEL (priv->message), message);
+
   if (timeout_s)
   {
     g_timeout_add_seconds (timeout_s, function, data);
--- tests/Makefile.in
+++ tests/Makefile.in
@@ -241,6 +241,8 @@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKGTHEMEDIR = @PKGTHEMEDIR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POFILES = @POFILES@
 POSUB = @POSUB@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
--- tests/test-storage-device-tile.c
+++ tests/test-storage-device-tile.c
@@ -91,40 +91,20 @@
 }
 
 static void
-_find_first_cb (ClutterActor   *actor,
-                void          **child)
-{
-  if (NULL == *child)
-    *child = actor;
-}
-
-static void
-_mount_added_cb (GVolumeMonitor  *monitor,
-                 GMount          *mount,
-                 ClutterActor    *box)
+add_tile_from_mount (MxBoxLayout  *box,
+                     GMount       *mount)
 {
   GFile         *file;
   char          *name;
-  char          *path;
+  char          *uri;
   GIcon         *icon;
   GtkIconInfo   *icon_info;
   char const    *icon_file;
   ClutterActor  *tile;
-  ClutterActor  *label = NULL;
-
-  clutter_container_foreach (CLUTTER_CONTAINER (box),
-                             (ClutterCallback) _find_first_cb,
-                             &label);
-  if (MX_IS_LABEL (label))
-  {
-    clutter_actor_destroy (label);
-  } else {
-    g_debug ("Not a label");
-  }
 
   /* Mount point */
   file = g_mount_get_root (mount);
-  path = g_file_get_path (file);
+  uri = g_file_get_uri (file);
   name = g_mount_get_name (mount);
 
   /* Icon */
@@ -136,7 +116,7 @@
   icon_file = gtk_icon_info_get_filename (icon_info);
   g_debug ("%s() %s", __FUNCTION__, icon_file);
 
-  tile = mpd_storage_device_tile_new (name, path, NULL, icon_file);
+  tile = mpd_storage_device_tile_new (name, uri, NULL, icon_file);
   g_signal_connect (tile, "eject",
                     G_CALLBACK (_tile_unmount_cb), g_object_ref (mount));
   mx_box_layout_add_actor (MX_BOX_LAYOUT (box), tile, 0);
@@ -145,11 +125,39 @@
   gtk_icon_info_free (icon_info);
   g_object_unref (icon);
   g_free (name);
-  g_free (path);
+  g_free (uri);
   g_object_unref (file);
 }
 
 static void
+_find_first_cb (ClutterActor   *actor,
+                void          **child)
+{
+  if (NULL == *child)
+    *child = actor;
+}
+
+static void
+_mount_added_cb (GVolumeMonitor  *monitor,
+                 GMount          *mount,
+                 ClutterActor    *box)
+{
+  ClutterActor  *label = NULL;
+
+  clutter_container_foreach (CLUTTER_CONTAINER (box),
+                             (ClutterCallback) _find_first_cb,
+                             &label);
+  if (MX_IS_LABEL (label))
+  {
+    clutter_actor_destroy (label);
+  } else {
+    g_debug ("Not a label");
+  }
+
+  add_tile_from_mount (MX_BOX_LAYOUT (box), mount);
+}
+
+static void
 _mount_changed_cb (GVolumeMonitor *monitor,
                    GMount         *mount,
                    ClutterActor   *box)
@@ -184,8 +192,26 @@
 {
   ClutterActor    *stage;
   ClutterActor    *box;
-  ClutterActor    *label;
-  GVolumeMonitor  *monitor;
+  GOptionContext  *context;
+  char const      *uri = NULL;
+  GError          *error = NULL;
+  GOptionEntry     options[] = {
+    { "uri", 'u', 0, G_OPTION_ARG_STRING, &uri,
+      "URI to display", "<uri>" },
+    { NULL }
+  };
+
+  context = g_option_context_new ("");
+  g_option_context_add_main_entries (context, options, NULL);
+  g_option_context_add_group (context, clutter_get_option_group_without_init ());
+  if (!g_option_context_parse (context, &argc, &argv, &error))
+  {
+    g_critical ("%s %s", G_STRLOC, error->message);
+    g_clear_error (&error);
+    g_option_context_free (context);
+    return EXIT_FAILURE;
+  }
+  g_option_context_free (context);
 
   clutter_init (&argc, &argv);
   /* Just for icon theme, no widgets. */
@@ -196,21 +222,39 @@
   mx_box_layout_set_orientation (MX_BOX_LAYOUT (box), MX_ORIENTATION_VERTICAL);
   clutter_container_add_actor (CLUTTER_CONTAINER (stage), box);
 
-  monitor = g_volume_monitor_get ();
-  g_signal_connect (monitor, "mount-added",
-                    G_CALLBACK (_mount_added_cb), box);
-  g_signal_connect (monitor, "mount-changed",
-                    G_CALLBACK (_mount_changed_cb), box);
-  g_signal_connect (monitor, "mount-removed",
-                    G_CALLBACK (_mount_removed_cb), box);
+  if (uri)
+  {
+    GFile *file = g_file_new_for_uri (uri);
+    GMount *mount = g_file_find_enclosing_mount (file, NULL, &error);
+    g_object_unref (file);
+    if (error)
+    {
+      g_critical ("%s %s", G_STRLOC, error->message);
+      g_clear_error (&error);
+      return EXIT_FAILURE;      
+    }
+
+    add_tile_from_mount (MX_BOX_LAYOUT (box), mount);
 
-  label = mx_label_new_with_text ("Plug in USB storage device ...");
-  clutter_container_add_actor (CLUTTER_CONTAINER (box), label);
+  } else {
+    ClutterActor *label;
+    GVolumeMonitor *monitor = g_volume_monitor_get ();
+    g_signal_connect (monitor, "mount-added",
+                      G_CALLBACK (_mount_added_cb), box);
+    g_signal_connect (monitor, "mount-changed",
+                      G_CALLBACK (_mount_changed_cb), box);
+    g_signal_connect (monitor, "mount-removed",
+                      G_CALLBACK (_mount_removed_cb), box);
+
+    label = mx_label_new_with_text ("Plug in USB storage device ...");
+    clutter_container_add_actor (CLUTTER_CONTAINER (box), label);  
+  }
 
   clutter_actor_show_all (stage);
   clutter_main ();
 
-  g_object_unref (monitor);
+  /* Leak this, who cares 
+  g_object_unref (monitor); */
 
   return EXIT_SUCCESS;
 }

++++++ meego-panel-devices.yaml
--- meego-panel-devices.yaml
+++ meego-panel-devices.yaml
@@ -1,7 +1,7 @@
 Name: meego-panel-devices
 Summary: Devices panel
 Description: Meego devices panel
-Version: 0.2.5
+Version: 0.2.7
 Release: 1
 Group: System Environment/Desktop
 License: LGPL 2.1



More information about the MeeGo-commits mailing list