[Xfce4-commits] <thunar-volman:master> Updates for release.

Nick Schermer noreply at xfce.org
Sun Jan 16 17:56:01 CET 2011


Updating branch refs/heads/master
         to 03bcd6d910a1119eefc9076ba225eaea82216032 (commit)
       from d3a9ce09310201c4ddcdafc7ea082b4491087450 (commit)

commit 03bcd6d910a1119eefc9076ba225eaea82216032
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jan 16 17:52:00 2011 +0100

    Updates for release.

 NEWS                 |    5 +-
 configure.in.in      |   21 +-
 po/ar.po             |   16 +-
 po/ast.po            |   18 +-
 po/ca.po             |   18 +-
 po/cs.po             |   51 ++-
 po/da.po             |   18 +-
 po/de.po             |   18 +-
 po/el.po             |   88 +++--
 po/en_GB.po          |   62 ++-
 po/es.po             |   18 +-
 po/eu.po             |   61 ++-
 po/fi.po             |   18 +-
 po/fr.po             |   18 +-
 po/gl.po             |   66 ++--
 po/hu.po             |   60 ++--
 po/id.po             |   18 +-
 po/it.po             |   18 +-
 po/ja.po             |    2 +-
 po/kk.po             |   67 ++--
 po/lv.po             |   18 +-
 po/nb.po             |   18 +-
 po/nl.po             |   18 +-
 po/pl.po             |   18 +-
 po/pt.po             |   18 +-
 po/pt_BR.po          |   18 +-
 po/ru.po             |   61 ++-
 po/sk.po             |   58 ++-
 po/sq.po             |   18 +-
 po/sv.po             |   60 ++-
 po/tr.po             |   58 ++-
 po/ug.po             | 1096 +++++++++++++++++++++++++-------------------------
 po/uk.po             |   18 +-
 po/ur.po             |   18 +-
 po/ur_PK.po          |   18 +-
 po/zh_CN.po          |   18 +-
 po/zh_TW.po          |   36 +-
 thunar-volman/main.c |    2 +-
 38 files changed, 1230 insertions(+), 1000 deletions(-)

diff --git a/NEWS b/NEWS
index 4c15cbe..59a604d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,10 @@
-0.5.x
+0.6.0
 =====
 - Use drive-removable-media icon for the desktop entry of 
   thunar-volman-settings (bug #7079).
+- Updated translations: Turkish, Greek, Slovak, Swedish, 
+  English (United Kingdom), Japanese, Russian, Chinese, Czech.
+
 
 0.5.3
 =====
diff --git a/configure.in.in b/configure.in.in
index bceca7d..6b3af3a 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -22,23 +22,24 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([tvm_version_major], [0])
-m4_define([tvm_version_minor], [5])
-m4_define([tvm_version_micro], [3])
+m4_define([tvm_version_minor], [6])
+m4_define([tvm_version_micro], [0])
 m4_define([tvm_version_build], [@REVISION@])
-m4_define([tvm_version_tag], [git])
+m4_define([tvm_version_tag], [])
 m4_define([tvm_version], [tvm_version_major().tvm_version_minor().tvm_version_micro()ifelse(tvm_version_tag(), [git], [tvm_version_tag()-tvm_version_build()], [tvm_version_tag()])])
 
 dnl *******************************************
-dnl *** Debugging support for SVN snapshots ***
+dnl *** Debugging support for GIT snapshots ***
 dnl *******************************************
 m4_define([tvm_debug_default], [ifelse(tvm_version_tag(), [git], [full], [minimum])])
 
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2004-2010 The Thunar development team. All rights reserved.
+AC_COPYRIGHT([Copyright (c) 2004-2011 The Thunar development team. All rights reserved.
         
-Written for thunar-volman by Benedikt Meurer <benny at xfce.org>.])
+Written for thunar-volman by Benedikt Meurer <benny at xfce.org>
+and Jannis Pohlmann <jannis at xfce.org>.])
 AC_INIT([thunar-volman], [tvm_version], [http://bugzilla.xfce.org/])
 AC_PREREQ([2.50])
 AC_CANONICAL_TARGET()
@@ -91,15 +92,15 @@ XDT_I18N([@LINGUAS@])
 dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
-XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0])
+XDT_CHECK_PACKAGE([EXO], [exo-1], [0.6.0])
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.18.0])
 XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.18.0])
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.18.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
 XDT_CHECK_PACKAGE([GUDEV], [gudev-1.0], [145])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.7.0])
-XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.7.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
+XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.8.0])
 
 dnl *******************************************************
 dnl *** Optional mount notification support (libnotify) ***
diff --git a/po/ar.po b/po/ar.po
index 892a5d5..25e7573 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2008-07-15 17:29+0200\n"
 "Last-Translator: Mohamed Magdy <mohamedmk at gmail.com>\n"
 "Language-Team: Arabeyes <doc at arabeyes.org>\n"
@@ -27,25 +27,25 @@ msgid "Print version information and exit"
 msgstr ""
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr ""
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr ""
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr ""
@@ -518,7 +518,7 @@ msgid "Keyboards"
 msgstr ""
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr ""
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -526,7 +526,7 @@ msgid "Mice"
 msgstr ""
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr ""
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/ast.po b/po/ast.po
index a8e3999..6a259c4 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-07-13 19:55+0100\n"
 "Last-Translator: Marcos Antonio Alvarez Costales <marcoscostales at gmail.com>\n"
 "Language-Team: Asturian <alministradores at softastur.org>\n"
@@ -28,25 +28,25 @@ msgid "Print version information and exit"
 msgstr "Amosar la información de versión y colar"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Xestor de volúmenes de Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Por favor, informa de fallos a <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Tien d'especificar el nuevu UDI de preséu HAL con --device-added"
@@ -534,7 +534,8 @@ msgid "Keyboards"
 msgstr "Teclaos"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Executar automáticamente un programa al coneutar un te_cláu USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -542,7 +543,8 @@ msgid "Mice"
 msgstr "Mures"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Executar automáticamente un programa al coneutar un _mur USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/ca.po b/po/ca.po
index c8323b6..9f67d5d 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2008-11-30 14:28+0100\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: Catalan\n"
@@ -36,25 +36,25 @@ msgid "Print version information and exit"
 msgstr "Mostra informació sobre la versió i surt"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Gestor de volums de Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Tots els drets reservats"
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Envieu els errors a <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "No hi ha dispositiu en el camí \"%s\""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Heu d'especificar el camí dels nous dispositius amb --device-added"
@@ -527,7 +527,8 @@ msgid "Keyboards"
 msgstr "Teclats"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Executa automàticament un programa quan es connecti un _teclat USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -535,7 +536,8 @@ msgid "Mice"
 msgstr "Ratolí"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Executa automàticament un programa quan es connecti un r_atolí USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/cs.po b/po/cs.po
index 2490f0d..174dcd9 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,14 +7,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-i18-goodies\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2010-12-07 02:48+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: ../thunar-volman/main.c:59
@@ -32,28 +32,30 @@ msgid "Print version information and exit"
 msgstr "Zobrazí informace o verzi a ukončí se"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Správce svazků aplikace Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Všechna práva vyhrazena."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Prosíme, abyste chyby hlásili na adresu <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Neexistuje zažízení s cestou sysfs \"%s\""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
-msgstr "Je nutné zadat novou cestu sysfs nového zařízení pomocí přepínače --device-added"
+msgstr ""
+"Je nutné zadat novou cestu sysfs nového zařízení pomocí přepínače --device-"
+"added"
 
 #. ...so we need to prompt what to do
 #: ../thunar-volman/tvm-block-device.c:204
@@ -73,8 +75,7 @@ msgstr "Chcete importovat fotografie nebo spravovat hudbu?"
 #: ../thunar-volman/tvm-block-device.c:378
 #: ../thunar-volman/tvm-block-device.c:425
 #: ../thunar-volman/tvm-block-device.c:507
-#: ../thunar-volman/tvm-block-device.c:829
-#: ../thunar-volman/tvm-run.c:192
+#: ../thunar-volman/tvm-block-device.c:829 ../thunar-volman/tvm-run.c:192
 #: ../thunar-volman/tvm-run.c:203
 msgid "Ig_nore"
 msgstr "Ig_norovat"
@@ -98,7 +99,9 @@ msgid "A photo card has been detected"
 msgstr "Byla nalezena karta s fotografiemi"
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to your album?"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
 msgstr "Na kartě jsou fotografie. Chcete je přidat do svého alba?"
 
 #. prompt the user to execute the file
@@ -274,8 +277,7 @@ msgstr "Vložen prázdný disk DVD"
 msgid "You have inserted a blank DVD."
 msgstr "Vložili jste prázdný disk DVD."
 
-#: ../thunar-volman/tvm-run.c:191
-#: ../thunar-volman/tvm-run.c:202
+#: ../thunar-volman/tvm-run.c:191 ../thunar-volman/tvm-run.c:202
 msgid "What would you like to do?"
 msgstr "Vyberte si z následujících možností"
 
@@ -523,7 +525,8 @@ msgid "Keyboards"
 msgstr "Klávesnice"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "_Automaticky spustit program po připojení klávesnice s rozhraním USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -531,7 +534,8 @@ msgid "Mice"
 msgstr "Myši"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Automaticky spustit program po připojení _myši s rozhraním USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
@@ -552,43 +556,58 @@ msgstr "Nepodařilo se otevřít prohlížeč dokumentace"
 
 #~ msgid "Failed to open display"
 #~ msgstr "Nepodařilo se otevřít displej"
+
 #~ msgid "The Thunar development team. All rights reserved."
 #~ msgstr "Vývojový tým aplikace Thunar. Všechna práva vyhrazena."
+
 #~ msgid "Written by Benedikt Meurer <benny at xfce.org>."
 #~ msgstr "Napsal Benedikt Meurer <benny at xfce.org>."
+
 #~ msgid "The specified UDI \"%s\" is not a valid HAL device UDI"
 #~ msgstr ""
 #~ "Zadaný identifikátor zařízení (UDI) \"%s\" není platným identifikátorem "
 #~ "zařízení vrstvy HAL"
+
 #~ msgid "Encrypted volume"
 #~ msgstr "Šifrovaný svazek"
+
 #~ msgid ""
 #~ "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
 #~ msgstr ""
 #~ "<span weight=\"bold\" size=\"larger\">Připojování šifrovaného svazku...</"
 #~ "span>"
+
 #~ msgid "Setting up the crypto layer..."
 #~ msgstr "Nastavování šifrovací vrstvy..."
+
 #~ msgid "You are not privileged to setup the crypto layer"
 #~ msgstr "Nemáte oprávnění nastavovat šifrovací vrstvu"
+
 #~ msgid "Wrong password"
 #~ msgstr "Špatné heslo"
+
 #~ msgid "<span weight=\"bold\" size=\"larger\">Wrong password.</span>"
 #~ msgstr "<span weight=\"bold\" size=\"larger\">Špatné heslo.</span>"
+
 #~ msgid ""
 #~ "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
 #~ msgstr ""
 #~ "<span weight=\"bold\" size=\"larger\">Tento svazek je šifrovaný.</span>"
+
 #~ msgid "Please enter your password to decrypt and mount the volume."
 #~ msgstr "Pro odšifrování a připojení svazku zadejte heslo."
+
 #~ msgid "_Mount"
 #~ msgstr "_Připojit"
+
 #~ msgid "Failed to setup the encrypted volume"
 #~ msgstr "Nepodařilo se nastavit šifrovaný svazek"
+
 #~ msgid "Choose Disc Type"
 #~ msgstr "Zvolte typ disku"
+
 #~ msgid "Make _DVD"
 #~ msgstr "Vytvořit _DVD"
+
 #~ msgid "Removable Media"
 #~ msgstr "Vyměnitelná média"
-
diff --git a/po/da.po b/po/da.po
index 9d3a4a8..54a3bc9 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.3.80\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2008-10-14 11:14+0100\n"
 "Last-Translator: Per Kongstad <p_kongstad at op.pl>\n"
 "Language-Team: Danish <dansk at dansk-gruppen.dk>\n"
@@ -34,25 +34,25 @@ msgid "Print version information and exit"
 msgstr "Udskriv versionsinformation og afslut"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar-arkivhåndtering"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Alle rettigheder er beskyttet."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Rapportér venligst fejl til <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Der findes ikke enhed med sysfs-stien \"%s\""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Du skal angive den nye syfs sti af den nye enhed med --device-added"
@@ -527,7 +527,8 @@ msgid "Keyboards"
 msgstr "Tastaturer"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Kør automatisk et program ved tilslutning af et USB-_tastatur"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -535,7 +536,8 @@ msgid "Mice"
 msgstr "Mus"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Kør automatisk et program ved tilslutning af en USB-_mus"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/de.po b/po/de.po
index 452b124..8059ad7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2007-01-15 21:19+0100\n"
 "Last-Translator: Benedikt Meurer <benny at xfce.org>\n"
 "Language-Team: German <de at li.org>\n"
@@ -31,25 +31,25 @@ msgid "Print version information and exit"
 msgstr "Programmversion anzeigen"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar Datenträgerverwaltung"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Alle Rechte vorbehalten."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Bitte melden Sie Probleme unter <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Es existiert kein Gerät mit dem Sysfs-Pfad »%s«"
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Es muss ein Sysfs-Pfad mit --device-added angegeben werden"
@@ -524,7 +524,8 @@ msgid "Keyboards"
 msgstr "Tastaturen"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr ""
 "Automatisch ein Programm ausführen, wenn eine USB-_Tastatur eingesteckt wird"
 
@@ -533,7 +534,8 @@ msgid "Mice"
 msgstr "Mäuse"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr ""
 "Automatisch ein Programm ausführen, wenn eine USB-_Maus eingesteckt wird"
 
diff --git a/po/el.po b/po/el.po
index b74b444..481d909 100644
--- a/po/el.po
+++ b/po/el.po
@@ -9,15 +9,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman git version\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2011-01-07 18:44+0200\n"
 "Last-Translator: Spiros Georgaras <sng at hellug.gr>\n"
 "Language-Team: Greek <nls at tux.hellug.gr>\n"
+"Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Country: GREECE\n"
-"Language: el\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Poedit-Language: Greek\n"
 "X-Poedit-SourceCharset: utf-8\n"
@@ -37,28 +37,30 @@ msgid "Print version information and exit"
 msgstr "Εμφάνιση πληροφοριών έκδοσης και έξοδος"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Διαχειριστής αφαιρούμενων μονάδων του Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Όλα τα δικαιώματα διατηρούνται."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Παρακαλώ αναφέρατε σφάλματα στο <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Δεν υπάρχει συσκευή με την διαδρομή sysfs \"%s\""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
-msgstr "Πρέπει να προσδιορίσετε τη διαδρομή  sysfs των νέων συσκευών με --device-added"
+msgstr ""
+"Πρέπει να προσδιορίσετε τη διαδρομή  sysfs των νέων συσκευών με --device-"
+"added"
 
 #. ...so we need to prompt what to do
 #: ../thunar-volman/tvm-block-device.c:204
@@ -78,8 +80,7 @@ msgstr "Θέλετε να εισάγετε τις εικόνες ή να δια
 #: ../thunar-volman/tvm-block-device.c:378
 #: ../thunar-volman/tvm-block-device.c:425
 #: ../thunar-volman/tvm-block-device.c:507
-#: ../thunar-volman/tvm-block-device.c:829
-#: ../thunar-volman/tvm-run.c:192
+#: ../thunar-volman/tvm-block-device.c:829 ../thunar-volman/tvm-run.c:192
 #: ../thunar-volman/tvm-run.c:203
 msgid "Ig_nore"
 msgstr "Αγν_όηση"
@@ -103,8 +104,12 @@ msgid "A photo card has been detected"
 msgstr "Εντοπίστηκε μια κάρτα με φωτογραφίες"
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to your album?"
-msgstr "Υπάρχουν εικόνες στην κάρτα. Θέλετε να προσθέσετε τις εικόνες στο άλμπουμ σας;"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
+msgstr ""
+"Υπάρχουν εικόνες στην κάρτα. Θέλετε να προσθέσετε τις εικόνες στο άλμπουμ "
+"σας;"
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
@@ -279,8 +284,7 @@ msgstr "Εισήχθη ένα άδειο DVD"
 msgid "You have inserted a blank DVD."
 msgstr "Έχετε εισάγει ένα κενό DVD."
 
-#: ../thunar-volman/tvm-run.c:191
-#: ../thunar-volman/tvm-run.c:202
+#: ../thunar-volman/tvm-run.c:191 ../thunar-volman/tvm-run.c:202
 msgid "What would you like to do?"
 msgstr "Τι θέλετε να γίνει;"
 
@@ -373,6 +377,7 @@ msgstr "Δέσμες ενεργειών ruby"
 msgid "Shell Scripts"
 msgstr "Δέσμες ενεργειών κέλυφους"
 
+#.
 #. Storage
 #.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
@@ -419,6 +424,7 @@ msgstr "Εντολή για CD _δεδομένων:"
 msgid "Command for A_udio CDs:"
 msgstr "Εντολή για CD ή_χου:"
 
+#.
 #. Multimedia
 #.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:255
@@ -464,6 +470,7 @@ msgstr "Φορητές συσκευές μουσικής"
 msgid "Play _music files when connected"
 msgstr "Αναπαραγωγή _μουσικών αρχείων όταν συνδεθούν"
 
+#.
 #. Cameras
 #.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
@@ -478,6 +485,7 @@ msgstr "Ψηφιακές φωτογραφικές μηχανές"
 msgid "Import digital photographs when connected"
 msgstr "Εισαγωγή ψηφιακών φωτογραφιών όταν συνδεθούν "
 
+#.
 #. PDAs
 #.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
@@ -500,6 +508,7 @@ msgstr "Pocket PC"
 msgid "Sync Pocket P_C devices when connected"
 msgstr "Συγχρονισμός _συσκευών Pocket PC όταν συνδεθεί"
 
+#.
 #. Printers
 #.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
@@ -511,6 +520,7 @@ msgstr "Εκτυπωτές"
 msgid "Automatically run a program when a _printer is connected"
 msgstr "Αυτόματη εκτέλεση προγράμματος όταν συνδεθεί ένας ε_κτυπωτής"
 
+#.
 #. Input Devices
 #.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
@@ -522,15 +532,18 @@ msgid "Keyboards"
 msgstr "Πληκτρολόγια"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
-msgstr "Αυτόματη ε_κτέλεση ενός προγράμματος όταν συνδεθεί ένα πληκτρολόγιο USB"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
+msgstr ""
+"Αυτόματη ε_κτέλεση ενός προγράμματος όταν συνδεθεί ένα πληκτρολόγιο USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
 msgid "Mice"
 msgstr "Ποντίκια"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Αυτόματη εκτέλεση ενός προγράμματος όταν συνδεθεί ένα _ποντίκι usb"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
@@ -551,36 +564,61 @@ msgstr "Αποτυχία ανοίγματος του περιηγητή βοήθ
 
 #~ msgid "Failed to open display"
 #~ msgstr "Απέτυχε να ανοίξει η οθόνη"
+
 #~ msgid "The Thunar development team. All rights reserved."
-#~ msgstr "Η ομάδα ανάπτυξης του Thunar. Με την επιφύλαξη παντός νομίμου δικαιώματος."
+#~ msgstr ""
+#~ "Η ομάδα ανάπτυξης του Thunar. Με την επιφύλαξη παντός νομίμου δικαιώματος."
+
 #~ msgid "Written by Benedikt Meurer <benny at xfce.org>."
 #~ msgstr "Γράφτηκε από τον Benedikt Meurer <benny at xfce.org>."
+
 #~ msgid "The specified UDI \"%s\" is not a valid HAL device UDI"
 #~ msgstr "Το καθορισμένο UDI \"%s\" δεν είναι έγκυρο UDI συσκευής HAL"
+
 #~ msgid "Encrypted volume"
 #~ msgstr "Κρυπτογραφημένες μονάδες"
-#~ msgid "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Προσάρτηση κρυπτογραφημένης μονάδας...</span>"
+
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Προσάρτηση κρυπτογραφημένης "
+#~ "μονάδας...</span>"
+
 #~ msgid "Setting up the crypto layer..."
 #~ msgstr "Ρύθμιση του επιπέδου κρυπτογράφησης..."
+
 #~ msgid "You are not privileged to setup the crypto layer"
 #~ msgstr "Δεν έχετε τα δικαιώματα να ρυθμίσετε το επίπεδο κρυπτογράφησης"
+
 #~ msgid "Wrong password"
 #~ msgstr "Λανθασμένο συνθηματικό"
+
 #~ msgid "<span weight=\"bold\" size=\"larger\">Wrong password.</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Λανθασμένο συνθηματικό.</span>"
-#~ msgid "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Αυτή η μονάδα είναι κρυπτογραφημένη.</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Λανθασμένο συνθηματικό.</span>"
+
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Αυτή η μονάδα είναι κρυπτογραφημένη."
+#~ "</span>"
+
 #~ msgid "Please enter your password to decrypt and mount the volume."
-#~ msgstr "Παρακαλώ εισάγετε το συνθηματικό για την αποκρυπτογράφηση και προσάρτηση της μονάδας."
+#~ msgstr ""
+#~ "Παρακαλώ εισάγετε το συνθηματικό για την αποκρυπτογράφηση και προσάρτηση "
+#~ "της μονάδας."
+
 #~ msgid "_Mount"
 #~ msgstr "_Προσάρτηση"
+
 #~ msgid "Failed to setup the encrypted volume"
 #~ msgstr "Αποτυχία ρύθμισης της κρυπτογραφημένης μονάδας"
+
 #~ msgid "Choose Disc Type"
 #~ msgstr "Επιλογή τύπου δίσκου"
+
 #~ msgid "Make _DVD"
 #~ msgstr "Δημιουργία _dvd"
+
 #~ msgid "Removable Media"
 #~ msgstr "Αφαιρούμενα μέσα"
-
diff --git a/po/en_GB.po b/po/en_GB.po
index 68c7267..d22162e 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -2,21 +2,21 @@
 # Copyright (C) 2007 THE thunar-volman'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the thunar-volman package.
 # Jeff Bailes <thepizzaking at gmail.com>, 2007.
+#
+#
 #, fuzzy
-# 
-# 
 msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-08-18 11:54+1000\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: English/GB\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
 
 #: ../thunar-volman/main.c:59
 msgid "The syfs path of the newly added device"
@@ -33,25 +33,25 @@ msgid "Print version information and exit"
 msgstr "Print version information and exit"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar Volume Manager"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "All rights reserved."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Please report bugs to <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "There is no device with the sysfs path \"%s\""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Must specify the sysfs path of new devices with --device-added"
@@ -98,8 +98,12 @@ msgid "A photo card has been detected"
 msgstr "A photo card has been detected"
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to your album?"
-msgstr "There are photos on the card. Would you like to add these photos to your album?"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
+msgstr ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
@@ -367,8 +371,9 @@ msgstr "Ruby Scripts"
 msgid "Shell Scripts"
 msgstr "Shell Scripts"
 
+#.
 #. Storage
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid "Storage"
 msgstr "Storage"
@@ -413,8 +418,9 @@ msgstr "Command for _Data CDs:"
 msgid "Command for A_udio CDs:"
 msgstr "Command for A_udio CDs:"
 
+#.
 #. Multimedia
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:255
 msgid "Multimedia"
 msgstr "Multimedia"
@@ -458,8 +464,9 @@ msgstr "Portable Music Players"
 msgid "Play _music files when connected"
 msgstr "Play _music files when connected"
 
+#.
 #. Cameras
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
 msgid "Cameras"
 msgstr "Cameras"
@@ -472,8 +479,9 @@ msgstr "Digital Cameras"
 msgid "Import digital photographs when connected"
 msgstr "Import digital photographs when connected"
 
+#.
 #. PDAs
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
 msgid "PDAs"
 msgstr "PDAs"
@@ -494,8 +502,9 @@ msgstr "Pocket PCs"
 msgid "Sync Pocket P_C devices when connected"
 msgstr "Sync Pocket P_C devices when connected"
 
+#.
 #. Printers
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:528
 msgid "Printers"
@@ -505,8 +514,9 @@ msgstr "Printers"
 msgid "Automatically run a program when a _printer is connected"
 msgstr "Automatically run a program when a _printer is connected"
 
+#.
 #. Input Devices
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
 msgid "Input Devices"
 msgstr "Input Devices"
@@ -516,7 +526,8 @@ msgid "Keyboards"
 msgstr "Keyboards"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Automatically run a program when an USB _keyboard is connected"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -524,7 +535,8 @@ msgid "Mice"
 msgstr "Mice"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Automatically run a program when an USB _mouse is connected"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
@@ -558,8 +570,10 @@ msgstr "Failed to open the documentation browser"
 #~ msgid "Encrypted volume"
 #~ msgstr "Encrypted volume"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
 
 #~ msgid "Setting up the crypto layer..."
 #~ msgstr "Setting up the crypto layer..."
@@ -573,8 +587,10 @@ msgstr "Failed to open the documentation browser"
 #~ msgid "<span weight=\"bold\" size=\"larger\">Wrong password.</span>"
 #~ msgstr "<span weight=\"bold\" size=\"larger\">Wrong password.</span>"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
 
 #~ msgid "Please enter your password to decrypt and mount the volume."
 #~ msgstr "Please enter your password to decrypt and mount the volume."
diff --git a/po/es.po b/po/es.po
index 26bf3e9..2a821c5 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2008-11-02 12:45+0100\n"
 "Last-Translator: Abel Martín <abel.martin.ruiz at gmail.com>\n"
 "Language-Team: Spanish <xfce-i18n at xfce.org>\n"
@@ -32,25 +32,25 @@ msgid "Print version information and exit"
 msgstr "Mostrar la información de versión y salir"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Gestor de volúmenes de Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Por favor, informe de fallos a <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Debe especificar el nuevo UDI de dispositivo HAL con --device-added"
@@ -538,7 +538,8 @@ msgid "Keyboards"
 msgstr "Teclados"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Ejecutar automáticamente un programa al conectar un te_clado USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -546,7 +547,8 @@ msgid "Mice"
 msgstr "Ratones"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Ejecutar automáticamente un programa al conectar un _ratón USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/eu.po b/po/eu.po
index a2b9a03..fc79898 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -2,20 +2,20 @@
 # thunar-volman basque translation
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# 
+#
 # Piarres Beobide <pi at beobide.net>, 2007, 2008.
 msgid ""
 msgstr ""
 "Project-Id-Version: eu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2008-11-09 15:38+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Euskara <debian-l10n-basque at lists.debian.org>\n"
+"Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: eu\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Pootle 1.2.0\n"
 
@@ -34,25 +34,25 @@ msgid "Print version information and exit"
 msgstr "Inprimatu bertsio argibideak eta irten"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar Bolumen Kudeatzailea"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Eskubide guztiak erreserbaturik."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Programa erroreen berri eman hemen : <%s>"
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Ez dago  \"%s\" sysfs bidea duen gailurik"
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Gailu berrien sysfs-a --device-added erabiliaz ezarri behar da"
@@ -99,8 +99,11 @@ msgid "A photo card has been detected"
 msgstr "Argazki txartel bat atzeman da"
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to your album?"
-msgstr "Argazkiak daude txartelean. Argazki horiek zure albumean gehitu nahi dituzu?"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
+msgstr ""
+"Argazkiak daude txartelean. Argazki horiek zure albumean gehitu nahi dituzu?"
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
@@ -368,8 +371,9 @@ msgstr "Ruby Script-ak"
 msgid "Shell Scripts"
 msgstr "Shell Script-ak"
 
+#.
 #. Storage
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid "Storage"
 msgstr "Biltegiratzea"
@@ -414,8 +418,9 @@ msgstr "_Datu CD-entzat komandoa:"
 msgid "Command for A_udio CDs:"
 msgstr "A_udio CD-entzat komandoa:"
 
+#.
 #. Multimedia
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:255
 msgid "Multimedia"
 msgstr "Multimedia"
@@ -459,8 +464,9 @@ msgstr "Musika erreproduktore eramangarriak"
 msgid "Play _music files when connected"
 msgstr "_Musika erreproduzitu sartzerakoan"
 
+#.
 #. Cameras
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
 msgid "Cameras"
 msgstr "Kamerak"
@@ -473,8 +479,9 @@ msgstr "Kamera Digitalak"
 msgid "Import digital photographs when connected"
 msgstr "Inportatu argazki digitalak konektatzerakoan"
 
+#.
 #. PDAs
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
 msgid "PDAs"
 msgstr "PDA-k"
@@ -495,8 +502,9 @@ msgstr "Pocket PC"
 msgid "Sync Pocket P_C devices when connected"
 msgstr "Pocket P_C gailuak sinkronizatu konektatzerakoan"
 
+#.
 #. Printers
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:528
 msgid "Printers"
@@ -506,8 +514,9 @@ msgstr "Inrpimagailuak"
 msgid "Automatically run a program when a _printer is connected"
 msgstr "Automatikoki programa bat abiarazi in_primagailua konektatzerakoan"
 
+#.
 #. Input Devices
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
 msgid "Input Devices"
 msgstr "Sarrera gailuak"
@@ -517,7 +526,8 @@ msgid "Keyboards"
 msgstr "Teklatuak"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Automatikoki programa bat abiarazi USB te_klatu bat konektatzerakoan"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -525,7 +535,8 @@ msgid "Mice"
 msgstr "Sagua"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Automatikoki programa bat abiarazi USB _Sagu bat konektatzerakoan"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
@@ -559,8 +570,11 @@ msgstr "Huts dokumentazio nabigatzailea irekitzean"
 #~ msgid "Encrypted volume"
 #~ msgstr "Enkriptaturiko bolumena"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Enkriptaturiko bolumena muntatzen...</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Enkriptaturiko bolumena muntatzen..."
+#~ "</span>"
 
 #~ msgid "Setting up the crypto layer..."
 #~ msgstr "Kriptografia geruza konfiguratzen..."
@@ -574,8 +588,11 @@ msgstr "Huts dokumentazio nabigatzailea irekitzean"
 #~ msgid "<span weight=\"bold\" size=\"larger\">Wrong password.</span>"
 #~ msgstr "<span weight=\"bold\" size=\"larger\">Okerreko pasahitza.</span>"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Bolumen hau enkriptaturik dago.</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Bolumen hau enkriptaturik dago.</"
+#~ "span>"
 
 #~ msgid "Please enter your password to decrypt and mount the volume."
 #~ msgstr "Mesedez idatzi pasahitza bolumenda desenkriptatu eta muntatzeko."
diff --git a/po/fi.po b/po/fi.po
index de2510c..377ea01 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.5.x\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2010-10-17 01:03+0300\n"
 "Last-Translator: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>\n"
 "Language-Team: Finnish <None>\n"
@@ -31,25 +31,25 @@ msgid "Print version information and exit"
 msgstr "Tulosta versiotiedot ja poistu"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunarin taltionhallinta"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Kaikki oikeudet pidätetään."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Ilmoita vioista osoitteeseen <%s>"
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Sysfs-polku \"%s\" ei viittaa mihinkään laitteeseen."
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Määritä usien laitteiden sysfs-polut valitsimella --device-added"
@@ -522,7 +522,8 @@ msgid "Keyboards"
 msgstr "Näppäimistöt"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Suorita sovellus, kun USB-_näppäimistö yhdistetään"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -530,7 +531,8 @@ msgid "Mice"
 msgstr "Hiiret"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Suorita sovellus, kun USB-_hiiri yhdistetään"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/fr.po b/po/fr.po
index b69eca8..7f6a985 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2008-11-29 23:50+0100\n"
 "Last-Translator: Maximilian Schleiss <maximilian at xfce.org>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -31,25 +31,25 @@ msgid "Print version information and exit"
 msgstr "Afficher la version et quitter"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Gestionnaire de volume Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Tous droits réservés."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Veuillez envoyer vos rapports de bogues à <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Il n'y a pas de périphérique correspondant au chemin sysfs \"%s\""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr ""
@@ -525,7 +525,8 @@ msgid "Keyboards"
 msgstr "Clavier"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Exécuter une application à la connexion d'un _clavier USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -533,7 +534,8 @@ msgid "Mice"
 msgstr "Souris"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Exécuter une application à la connexion d'une _souris USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/gl.po b/po/gl.po
index d6ddb0b..267fc23 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -1,24 +1,24 @@
 # Galician translation of thunar-volman
 # Copyright (C) 2008-2009 Leandro Regueiro
 # This file is distributed under the same license as the Xfce package.
-# 
+#
 # Leandro Regueiro <leandro DOT regueiro AT gmail DOT com>, 2008, 2009.
-# 
+#
 # Proxecto Trasno - Adaptación do software libre á lingua galega:  Se desexas
 # colaborar connosco, podes atopar máis información en <http://trasno.net>
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-08-19 13:15+0100\n"
 "Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
 "Language-Team: Galician <proxecto at trasno.net>\n"
+"Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: gl\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 # UDI=Uniform Driver Interface
@@ -37,28 +37,29 @@ msgid "Print version information and exit"
 msgstr "Mostra a información da versión e sae"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Xestor de volumes de Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Todos os dereitos reservados."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Por favor comuníquelle os erros a <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Non hai ningún dispositivo con ruta sysfs \"%s\""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
-msgstr "Debe especificar a ruta sysfs dos novos dispositivos con --device-added"
+msgstr ""
+"Debe especificar a ruta sysfs dos novos dispositivos con --device-added"
 
 #. ...so we need to prompt what to do
 #: ../thunar-volman/tvm-block-device.c:204
@@ -102,7 +103,9 @@ msgid "A photo card has been detected"
 msgstr "Detectouse unha tarxeta de fotos"
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to your album?"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
 msgstr "Hai fotos na tarxeta. Desexa engadir estas fotos ó seu álbum?"
 
 #. prompt the user to execute the file
@@ -371,8 +374,9 @@ msgstr "Scripts en Ruby"
 msgid "Shell Scripts"
 msgstr "Scripts de Shell"
 
+#.
 #. Storage
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid "Storage"
 msgstr "Almacenamento"
@@ -417,8 +421,9 @@ msgstr "Comando para os CDs de _datos:"
 msgid "Command for A_udio CDs:"
 msgstr "Comando para os CDs de s_on:"
 
+#.
 #. Multimedia
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:255
 msgid "Multimedia"
 msgstr "Multimedia"
@@ -462,8 +467,9 @@ msgstr "Reprodutores de música portátiles"
 msgid "Play _music files when connected"
 msgstr "Reproducir os ficheiros de _música cando se conecten"
 
+#.
 #. Cameras
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
 msgid "Cameras"
 msgstr "Cámaras"
@@ -476,8 +482,9 @@ msgstr "Cámaras Dixitais"
 msgid "Import digital photographs when connected"
 msgstr "Importar fotografías dixitais cando se conecta"
 
+#.
 #. PDAs
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
 msgid "PDAs"
 msgstr "PDAs"
@@ -498,8 +505,9 @@ msgstr "Pocket PCs"
 msgid "Sync Pocket P_C devices when connected"
 msgstr "Sincronizar os dispositivos Pocket P_C cando se conectan"
 
+#.
 #. Printers
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:528
 msgid "Printers"
@@ -509,8 +517,9 @@ msgstr "Impresoras"
 msgid "Automatically run a program when a _printer is connected"
 msgstr "Executar un programa automaticamente cando se conecta unha _impresora"
 
+#.
 #. Input Devices
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
 msgid "Input Devices"
 msgstr "Dispositivos de entrada"
@@ -520,7 +529,8 @@ msgid "Keyboards"
 msgstr "Teclados"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Executar un programa automaticamente cando se conecta un _teclado USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -528,7 +538,8 @@ msgid "Mice"
 msgstr "Ratos"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Executar un programa automaticamente cando se conecta un _rato USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
@@ -562,8 +573,10 @@ msgstr "Produciuse un erro ó abrir o visor da documentación"
 #~ msgid "Encrypted volume"
 #~ msgstr "Volume cifrado"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Montando un volume cifrado...</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Montando un volume cifrado...</span>"
 
 #~ msgid "Setting up the crypto layer..."
 #~ msgstr "Configurando a capa de criptografía..."
@@ -575,10 +588,13 @@ msgstr "Produciuse un erro ó abrir o visor da documentación"
 #~ msgstr "Contrasinal incorrecto"
 
 #~ msgid "<span weight=\"bold\" size=\"larger\">Wrong password.</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Contrasinal incorrecto.</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Contrasinal incorrecto.</span>"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Este volume está cifrado.</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Este volume está cifrado.</span>"
 
 #~ msgid "Please enter your password to decrypt and mount the volume."
 #~ msgstr "Introduza o seu contrasinal para descifrar e montar o volume."
diff --git a/po/hu.po b/po/hu.po
index ffb00ad..6c07e2a 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,14 +8,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-26 12:03+0200\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2010-11-28 13:31+0100\n"
 "Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
 "Language-Team: Hungarian <gnome at fsf dot hu>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
 "Plural-Forms:  nplurals=2; plural=(n != 1);\n"
 "X-Generator: KBabel 1.11.4\n"
 
@@ -38,24 +38,25 @@ msgstr "Verzióinformációk kiírása és kilépés"
 msgid "Thunar Volume Manager"
 msgstr "Thunar kötetkezelő"
 
-#: ../thunar-volman/main.c:133
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Minden jog fenntartva."
 
-#: ../thunar-volman/main.c:134
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "A hibákat ide jelentse: <%s>."
 
-#: ../thunar-volman/main.c:188
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Nincs „%s” sysfs-útvonalú eszköz"
 
-#: ../thunar-volman/main.c:200
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
-msgstr "Az új eszközök sysfs-útvonalát a --device-added használatával kell megadni"
+msgstr ""
+"Az új eszközök sysfs-útvonalát a --device-added használatával kell megadni"
 
 #. ...so we need to prompt what to do
 #: ../thunar-volman/tvm-block-device.c:204
@@ -75,7 +76,7 @@ msgstr "A fényképeket szeretné importálni, vagy inkább a zenét kezelné?"
 #: ../thunar-volman/tvm-block-device.c:378
 #: ../thunar-volman/tvm-block-device.c:425
 #: ../thunar-volman/tvm-block-device.c:507
-#: ../thunar-volman/tvm-block-device.c:826 ../thunar-volman/tvm-run.c:192
+#: ../thunar-volman/tvm-block-device.c:829 ../thunar-volman/tvm-run.c:192
 #: ../thunar-volman/tvm-run.c:203
 msgid "Ig_nore"
 msgstr "K_ihagyás"
@@ -147,72 +148,72 @@ msgstr "Az automatikus megnyitás lehetősége észlelve"
 msgid "_Open"
 msgstr "_Megnyitás"
 
-#: ../thunar-volman/tvm-block-device.c:616
+#: ../thunar-volman/tvm-block-device.c:619
 msgid "CD mounted"
 msgstr "CD csatolva"
 
-#: ../thunar-volman/tvm-block-device.c:616
+#: ../thunar-volman/tvm-block-device.c:619
 msgid "DVD mounted"
 msgstr "DVD csatolva"
 
-#: ../thunar-volman/tvm-block-device.c:618
+#: ../thunar-volman/tvm-block-device.c:621
 msgid "The CD was mounted automatically"
 msgstr "A CD automatikusan csatolva"
 
-#: ../thunar-volman/tvm-block-device.c:619
+#: ../thunar-volman/tvm-block-device.c:622
 msgid "The DVD was mounted automatically"
 msgstr "A DVD automatikusan csatolva"
 
-#: ../thunar-volman/tvm-block-device.c:629
+#: ../thunar-volman/tvm-block-device.c:632
 msgid "Volume mounted"
 msgstr "Kötet csatolva"
 
-#: ../thunar-volman/tvm-block-device.c:632
+#: ../thunar-volman/tvm-block-device.c:635
 #, c-format
 msgid "The volume \"%s\" was mounted automatically"
 msgstr "A(z) „%s” kötet automatikusan csatolva"
 
-#: ../thunar-volman/tvm-block-device.c:637
+#: ../thunar-volman/tvm-block-device.c:640
 #, c-format
 msgid "The inserted volume was mounted automatically"
 msgstr "A behelyezett kötet automatikusan csatolva"
 
-#: ../thunar-volman/tvm-block-device.c:691
+#: ../thunar-volman/tvm-block-device.c:694
 #, c-format
 msgid "Unable to locate mount point"
 msgstr "A csatolási pont nem található"
 
-#: ../thunar-volman/tvm-block-device.c:737
+#: ../thunar-volman/tvm-block-device.c:740
 #, c-format
 msgid "Unable to mount the device"
 msgstr "Az eszköz nem csatolható"
 
-#: ../thunar-volman/tvm-block-device.c:746
+#: ../thunar-volman/tvm-block-device.c:749
 #, c-format
 msgid "Could not detect the volume corresponding to the device"
 msgstr "Az eszköznek megfelelő kötet nem észlelhető"
 
-#: ../thunar-volman/tvm-block-device.c:821
+#: ../thunar-volman/tvm-block-device.c:824
 msgid "Audio/Data CD"
 msgstr "Hang/adat CD"
 
-#: ../thunar-volman/tvm-block-device.c:822
+#: ../thunar-volman/tvm-block-device.c:825
 msgid "The CD in the drive contains both music and files"
 msgstr "A meghajtóban lévő CD zenét és fájlokat is tartalmaz"
 
-#: ../thunar-volman/tvm-block-device.c:824
+#: ../thunar-volman/tvm-block-device.c:827
 msgid "Would you like to listen to music or browse the files?"
 msgstr "Meg szeretné hallgatni a zenét, vagy a fájlokat böngészné?"
 
-#: ../thunar-volman/tvm-block-device.c:827
+#: ../thunar-volman/tvm-block-device.c:830
 msgid "_Browse Files"
 msgstr "Fájlok _tallózása"
 
-#: ../thunar-volman/tvm-block-device.c:828
+#: ../thunar-volman/tvm-block-device.c:831
 msgid "_Play CD"
 msgstr "_CD lejátszása"
 
-#: ../thunar-volman/tvm-block-device.c:916
+#: ../thunar-volman/tvm-block-device.c:919
 #, c-format
 msgid "Unknown block device type"
 msgstr "Ismeretlen blokkeszköztípus"
@@ -261,7 +262,7 @@ msgstr "Egér észlelve"
 msgid "A mouse was detected"
 msgstr "A rendszer egeret észlelt"
 
-#: ../thunar-volman/tvm-input-device.c:139
+#: ../thunar-volman/tvm-input-device.c:141
 #, c-format
 msgid "Unsupported input device type"
 msgstr "Nem támogatott bemenetieszköz-típus"
@@ -329,7 +330,7 @@ msgstr "Nyomtató észlelve"
 msgid "A USB printer was detected"
 msgstr "A rendszer USB-nyomtatót észlelt"
 
-#: ../thunar-volman/tvm-usb-device.c:98
+#: ../thunar-volman/tvm-usb-device.c:100
 #, c-format
 msgid "Unsupported USB device type"
 msgstr "Nem támogatott USB-eszköztípus"
@@ -527,7 +528,8 @@ msgid "Keyboards"
 msgstr "Billentyűzetek"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Program futtatása automatikusan USB-billentyű_zet csatlakoztatásakor"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -535,7 +537,8 @@ msgid "Mice"
 msgstr "Egér"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Program futtatása automatikusan USB-_egér csatlakoztatásakor"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
@@ -553,4 +556,3 @@ msgstr "Para_ncs:"
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:755
 msgid "Failed to open the documentation browser"
 msgstr "A dokumentációböngésző megnyitása meghiúsult"
-
diff --git a/po/id.po b/po/id.po
index 2312aa6..293e9bb 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2008-09-03 21:13+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <id at li.org>\n"
@@ -32,25 +32,25 @@ msgid "Print version information and exit"
 msgstr "Cetak informasi versi lalu keluar"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Manajer Volume Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Silakan laporkan kutu ke <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Harus ditentukan UDI divais HAL baru dengan --device-added"
@@ -539,7 +539,8 @@ msgid "Keyboards"
 msgstr "Papan Ketik"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Otomatis menjalankan program ketika papan _ketik USB tersambung"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -547,7 +548,8 @@ msgid "Mice"
 msgstr "Tetikus"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Otomatis menjalankan program ketika _tetikus USB tersambung"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/it.po b/po/it.po
index eca3b66..01cf11c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2010-03-26 11:30+0100\n"
 "Last-Translator: Cristian Marchi <cri.penta at gmail.com>\n"
 "Language-Team: Italian Translation Team <xfce-it-translators at googlegroups."
@@ -39,25 +39,25 @@ msgid "Print version information and exit"
 msgstr "Stampa le informazioni di versione ed esce"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Gestore dei volumi di Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Tutti i diritti riservati"
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Segnalare i problemi a <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Non c'è alcun dispositivo con il percorso sysfs \"%\""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr ""
@@ -532,7 +532,8 @@ msgid "Keyboards"
 msgstr "Tastiere"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Esegui un programma alla connessione di una _tastiera USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -540,7 +541,8 @@ msgid "Mice"
 msgstr "Mouse"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Esegui un programma alla connessione di un mo_use USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/ja.po b/po/ja.po
index d590c47..dbc20a0 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-11 22:24+0900\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2010-12-11 22:24+0900\n"
 "Last-Translator: Masato Hashimoto <cabezon.hashimoto at gmail.com>\n"
 "Language-Team: Japanese <xfce-users-jp at ml.fdiary.net>\n"
diff --git a/po/kk.po b/po/kk.po
index 8965bf5..558fdc4 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-26 12:03+0200\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2010-10-19 09:08+0600\n"
 "Last-Translator: Baurzhan Muftakhidinov <baurthefirst at gmail.com>\n"
 "Language-Team: Kazakh <kk_KZ at googlegroups.com>\n"
+"Language: kk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -35,21 +36,21 @@ msgstr "Нұсқа ақпаратын шығару мен шығу"
 msgid "Thunar Volume Manager"
 msgstr "Thunar тасушылар басқарушысы"
 
-#: ../thunar-volman/main.c:133
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Барлық құқықтары қорғалған."
 
-#: ../thunar-volman/main.c:134
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Ақаулықтар жөнінде хабарласыңыз: <%s>."
 
-#: ../thunar-volman/main.c:188
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "sysfs жолы \"%s\" болатын құрылғы жоқ"
 
-#: ../thunar-volman/main.c:200
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Жаңа құрылғылар үшін syfs жолын --device-added көмегімен көрсету керек"
@@ -72,8 +73,7 @@ msgstr "Фотоларды импорттау немесе музыканы ой
 #: ../thunar-volman/tvm-block-device.c:378
 #: ../thunar-volman/tvm-block-device.c:425
 #: ../thunar-volman/tvm-block-device.c:507
-#: ../thunar-volman/tvm-block-device.c:826
-#: ../thunar-volman/tvm-run.c:192
+#: ../thunar-volman/tvm-block-device.c:829 ../thunar-volman/tvm-run.c:192
 #: ../thunar-volman/tvm-run.c:203
 msgid "Ig_nore"
 msgstr "Ел_емеу"
@@ -97,8 +97,12 @@ msgid "A photo card has been detected"
 msgstr "Фото картасы табылды"
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to your album?"
-msgstr "Картадан фотосуреттер табылды. Осы суреттерді альбомыңызға қосуды қалайсыз ба?"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
+msgstr ""
+"Картадан фотосуреттер табылды. Осы суреттерді альбомыңызға қосуды қалайсыз "
+"ба?"
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
@@ -141,72 +145,72 @@ msgstr "Автоашу мүмкіндігі табылды"
 msgid "_Open"
 msgstr "А_шу"
 
-#: ../thunar-volman/tvm-block-device.c:616
+#: ../thunar-volman/tvm-block-device.c:619
 msgid "CD mounted"
 msgstr "CD дискі тіркелді"
 
-#: ../thunar-volman/tvm-block-device.c:616
+#: ../thunar-volman/tvm-block-device.c:619
 msgid "DVD mounted"
 msgstr "DVD дискі тіркелді"
 
-#: ../thunar-volman/tvm-block-device.c:618
+#: ../thunar-volman/tvm-block-device.c:621
 msgid "The CD was mounted automatically"
 msgstr "CD дискі автотіркелді"
 
-#: ../thunar-volman/tvm-block-device.c:619
+#: ../thunar-volman/tvm-block-device.c:622
 msgid "The DVD was mounted automatically"
 msgstr "DVD дискі автотіркелді"
 
-#: ../thunar-volman/tvm-block-device.c:629
+#: ../thunar-volman/tvm-block-device.c:632
 msgid "Volume mounted"
 msgstr "Бөлім тіркелді"
 
-#: ../thunar-volman/tvm-block-device.c:632
+#: ../thunar-volman/tvm-block-device.c:635
 #, c-format
 msgid "The volume \"%s\" was mounted automatically"
 msgstr "\"%s\" бөлімі сәтті тіркелді"
 
-#: ../thunar-volman/tvm-block-device.c:637
+#: ../thunar-volman/tvm-block-device.c:640
 #, c-format
 msgid "The inserted volume was mounted automatically"
 msgstr "Салынған диск бөлімі сәтті тіркелді"
 
-#: ../thunar-volman/tvm-block-device.c:691
+#: ../thunar-volman/tvm-block-device.c:694
 #, c-format
 msgid "Unable to locate mount point"
 msgstr "Тіркеу нүктесін анықтау мүмкін емес"
 
-#: ../thunar-volman/tvm-block-device.c:737
+#: ../thunar-volman/tvm-block-device.c:740
 #, c-format
 msgid "Unable to mount the device"
 msgstr "Құрылғыны тіркеу мүмкін емес"
 
-#: ../thunar-volman/tvm-block-device.c:746
+#: ../thunar-volman/tvm-block-device.c:749
 #, c-format
 msgid "Could not detect the volume corresponding to the device"
 msgstr "Құрылғыға сәйкес бөлім табылмады"
 
-#: ../thunar-volman/tvm-block-device.c:821
+#: ../thunar-volman/tvm-block-device.c:824
 msgid "Audio/Data CD"
 msgstr "Аудио/Мәлімет CD"
 
-#: ../thunar-volman/tvm-block-device.c:822
+#: ../thunar-volman/tvm-block-device.c:825
 msgid "The CD in the drive contains both music and files"
 msgstr "Салынған CD дискіде музыка мен файлдар бар"
 
-#: ../thunar-volman/tvm-block-device.c:824
+#: ../thunar-volman/tvm-block-device.c:827
 msgid "Would you like to listen to music or browse the files?"
 msgstr "Музыканы тындауды не файлдарды қарап шығуды қалайсыз ба?"
 
-#: ../thunar-volman/tvm-block-device.c:827
+#: ../thunar-volman/tvm-block-device.c:830
 msgid "_Browse Files"
 msgstr "_Файлдарды қарап шығу"
 
-#: ../thunar-volman/tvm-block-device.c:828
+#: ../thunar-volman/tvm-block-device.c:831
 msgid "_Play CD"
 msgstr "CD _ойнау"
 
-#: ../thunar-volman/tvm-block-device.c:916
+#: ../thunar-volman/tvm-block-device.c:919
 #, c-format
 msgid "Unknown block device type"
 msgstr "Белгісіз блоктық құрылғы түрі"
@@ -255,7 +259,7 @@ msgstr "Тышқан табылды"
 msgid "A mouse was detected"
 msgstr "Тышқан табылды"
 
-#: ../thunar-volman/tvm-input-device.c:139
+#: ../thunar-volman/tvm-input-device.c:141
 #, c-format
 msgid "Unsupported input device type"
 msgstr "Енгізу құрылғының осы түрі үшін қолдау жоқ"
@@ -273,8 +277,7 @@ msgstr "Таза DVD салынды"
 msgid "You have inserted a blank DVD."
 msgstr "Сіз бос DVD дискті салдыңыз."
 
-#: ../thunar-volman/tvm-run.c:191
-#: ../thunar-volman/tvm-run.c:202
+#: ../thunar-volman/tvm-run.c:191 ../thunar-volman/tvm-run.c:202
 msgid "What would you like to do?"
 msgstr "Не істеуді қалайсыз?"
 
@@ -324,7 +327,7 @@ msgstr "Принтер табылды"
 msgid "A USB printer was detected"
 msgstr "USB принтері табылды"
 
-#: ../thunar-volman/tvm-usb-device.c:98
+#: ../thunar-volman/tvm-usb-device.c:100
 #, c-format
 msgid "Unsupported USB device type"
 msgstr "Қолдауы жоқ USB құрылғы түрі"
@@ -522,7 +525,8 @@ msgid "Keyboards"
 msgstr "Пернетақталар"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "USB _пернетақта қосылғанда бағдарламаны автожөнелту"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -530,7 +534,8 @@ msgid "Mice"
 msgstr "Тышқандар"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "USB _тышқан қосылғанда бағдарламаны автожөнелту"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/lv.po b/po/lv.po
index 7bc4de4..0186a2a 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-10-16 15:18+0100\n"
 "Last-Translator: Rihards Prieditis <rprieditis at gmail.com>\n"
 "Language-Team: Latvian <translation-team-lv at lists.sourceforge.net>\n"
@@ -36,25 +36,25 @@ msgid "Print version information and exit"
 msgstr "Izdrukāt versijas informāciju un iziet"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar sējumu pārvaldnieks"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Lūdzu ziņojiet pa kļūdām uz<%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Jānorāda jauns HAL ierīces UDI ar --device-added"
@@ -543,7 +543,8 @@ msgid "Keyboards"
 msgstr "Klaviatūra"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Automātiski palaist programu, kad USB _klaviatūra ir pievienota"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -551,7 +552,8 @@ msgid "Mice"
 msgstr "Pele"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Automātiski palaist programu, kad USB _pele ir pievienota"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/nb.po b/po/nb.po
index da9002b..f09bc4d 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2007-07-01 20:42+0200\n"
 "Last-Translator: Terje Uriansrud <terje at uriansrud.net>\n"
 "Language-Team: Norwegian Bokmal\n"
@@ -34,25 +34,25 @@ msgid "Print version information and exit"
 msgstr "Skriv ut versjonsinformasjon og avslutt"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar enhetsbehandler"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Rapporter feil til <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Spesifisering av ny HAL enhet UDI må spesifiseres med --device-added"
@@ -542,7 +542,8 @@ msgid "Keyboards"
 msgstr "Tastatur"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Kjør et program automatisk når et USB _tastatur kobles til"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -550,7 +551,8 @@ msgid "Mice"
 msgstr "Mus"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Kjør et program automatisk når en USB _mus kobles til"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/nl.po b/po/nl.po
index b8bbfd8..0d0b32e 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-08-18 11:06-0800\n"
 "Last-Translator: Auke Kok <auke-jan.h.kok at intel.com>\n"
 "Language-Team: Dutch <vertaling at vrijschrift.org>\n"
@@ -33,25 +33,25 @@ msgid "Print version information and exit"
 msgstr "Print versie informatie en sluit af"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar Volume Beheer"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Bugs rapporteren: <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr ""
@@ -550,7 +550,8 @@ msgid "Keyboards"
 msgstr "Toetsenborden"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr ""
 "Een programma automatisch uitvoeren wanneer een _toetsenbord wordt "
 "aangesloten"
@@ -560,7 +561,8 @@ msgid "Mice"
 msgstr "Muizen"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr ""
 "Een programma automatisch uitvoeren wanneer een _muis wordt aangesloten"
 
diff --git a/po/pl.po b/po/pl.po
index 57c1fb6..fbcc110 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-03-24 17:30+0100\n"
 "Last-Translator: Piotr Sokół <piotr.sokol at 10g.pl>\n"
 "Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
@@ -34,25 +34,25 @@ msgid "Print version information and exit"
 msgstr "Wypisuje informacje o wersji i kończy"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Menedżer wolumenów programu Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Proszę zgłaszać błędy na adres <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Należy określić UDI nowego urządzenia HAL przez --device-added"
@@ -541,7 +541,8 @@ msgid "Keyboards"
 msgstr "Klawiatury"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Uruchamianie programu po podłączeniu _klawiatury USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -549,7 +550,8 @@ msgid "Mice"
 msgstr "Myszy"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Uruchamianie programu po podłączeniu _myszy USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/pt.po b/po/pt.po
index c422070..c6d635d 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.3.80\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-08-27 19:42+0100\n"
 "Last-Translator: \n"
 "Language-Team: \n"
@@ -31,25 +31,25 @@ msgid "Print version information and exit"
 msgstr "Mostrar versão e sair"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar Volume Manager"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Todos os direitos reservados."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Reporte bugs para <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Não existe qualquer dispositivo no caminho \"%s\" do sysfs "
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr ""
@@ -523,7 +523,8 @@ msgid "Keyboards"
 msgstr "Teclados"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Executar automaticamente um programa quando se liga um _teclado USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -531,7 +532,8 @@ msgid "Mice"
 msgstr "Ratos"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Executar automaticamente um programa quando se liga um _rato USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 4af0c5c..3f42057 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2008-08-30 13:32-0300\n"
 "Last-Translator: Fábio Nogueira <deb-user-ba at ubuntu.com>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
@@ -34,25 +34,25 @@ msgid "Print version information and exit"
 msgstr "Imprime as informações sobre a versão e sai"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Gerenciador de volumes Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Por favor reporte os erros para <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr ""
@@ -543,7 +543,8 @@ msgid "Keyboards"
 msgstr "Teclados"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr ""
 "Executar automaticamente um programa quando um _teclado USB for conectado"
 
@@ -552,7 +553,8 @@ msgid "Mice"
 msgstr "Mouse"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr ""
 "Executar automaticamente um programa quando um _mouse USB for conectado"
 
diff --git a/po/ru.po b/po/ru.po
index 3e5786b..14b2794 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2,19 +2,19 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Pavel Labushev <p.labushev at gmail.com>, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-02-20 12:42+0700\n"
 "Last-Translator: Pavel Labushev <p.labushev at gmail.com>\n"
 "Language-Team: Russian <xfce-i18n-ru at xfce.org>\n"
+"Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: ru\n"
 "X-Poedit-Language: Russian\n"
 "X-Poedit-Country: RUSSIAN FEDERATION\n"
 
@@ -33,28 +33,30 @@ msgid "Print version information and exit"
 msgstr "Вывести информацию о версии и завершить работу"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Менеджер томов для Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Все права защищены."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Пожалуйста, сообщайте об ошибках по адресу <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Не найдено устройства по системному пути \"%s\""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
-msgstr "Необходимо указать путь в sysfs для новых устройств с помощью ключа --device-added"
+msgstr ""
+"Необходимо указать путь в sysfs для новых устройств с помощью ключа --device-"
+"added"
 
 #. ...so we need to prompt what to do
 #: ../thunar-volman/tvm-block-device.c:204
@@ -100,7 +102,9 @@ msgid "A photo card has been detected"
 msgstr "Обнаружена флеш-карта с фотографиями"
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to your album?"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
 msgstr "На флэш-карте обнаружены фотографии. Хотите добавить их в альбом?"
 
 #. prompt the user to execute the file
@@ -374,8 +378,9 @@ msgstr "Сценарии Ruby"
 msgid "Shell Scripts"
 msgstr "Сценарии Shell"
 
+#.
 #. Storage
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid "Storage"
 msgstr "Накопители"
@@ -410,7 +415,8 @@ msgstr "Пустые CD и DVD"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:218
 msgid "_Burn a CD or DVD when a blank disc is inserted"
-msgstr "Запускать приложение для _записи дисков при обнаружении пустого CD или DVD"
+msgstr ""
+"Запускать приложение для _записи дисков при обнаружении пустого CD или DVD"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:229
 msgid "Command for _Data CDs:"
@@ -420,8 +426,9 @@ msgstr "Команда для записи _данных"
 msgid "Command for A_udio CDs:"
 msgstr "Команда для записи _аудио"
 
+#.
 #. Multimedia
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:255
 msgid "Multimedia"
 msgstr "Мультимедиа"
@@ -465,8 +472,9 @@ msgstr "Музыкальные плееры"
 msgid "Play _music files when connected"
 msgstr "Проигрывать файлы с _музыкой при подключении плеера"
 
+#.
 #. Cameras
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
 msgid "Cameras"
 msgstr "Камеры"
@@ -479,8 +487,9 @@ msgstr "Цифровые камеры"
 msgid "Import digital photographs when connected"
 msgstr "_Импортировать цифровые фотографии при подключении камеры"
 
+#.
 #. PDAs
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
 msgid "PDAs"
 msgstr "КПК"
@@ -501,8 +510,9 @@ msgstr "КПК"
 msgid "Sync Pocket P_C devices when connected"
 msgstr "Синхронизировать _КПК при подключении"
 
+#.
 #. Printers
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:528
 msgid "Printers"
@@ -512,8 +522,9 @@ msgstr "Принтеры"
 msgid "Automatically run a program when a _printer is connected"
 msgstr "Запускать приложение при подключении _принтера"
 
+#.
 #. Input Devices
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
 msgid "Input Devices"
 msgstr "Устройства ввода"
@@ -523,7 +534,8 @@ msgid "Keyboards"
 msgstr "Клавиатуры"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Запускать приложение при подключении _клавиатуры USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -531,7 +543,8 @@ msgid "Mice"
 msgstr "Мыши"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Запускать приложение при подключении _мыши USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
@@ -565,8 +578,11 @@ msgstr "Не удалось открыть обозреватель докуме
 #~ msgid "Encrypted volume"
 #~ msgstr "Зашифрованный том"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Подключение зашифрованного тома...</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Подключение зашифрованного тома...</"
+#~ "span>"
 
 #~ msgid "Setting up the crypto layer..."
 #~ msgstr "Настройка подсистемы шифрования..."
@@ -580,7 +596,8 @@ msgstr "Не удалось открыть обозреватель докуме
 #~ msgid "<span weight=\"bold\" size=\"larger\">Wrong password.</span>"
 #~ msgstr "<span weight=\"bold\" size=\"larger\">Неправильный пароль.</span>"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
 #~ msgstr "<span weight=\"bold\" size=\"larger\">Этот том зашифрован.</span>"
 
 #~ msgid "Please enter your password to decrypt and mount the volume."
diff --git a/po/sk.po b/po/sk.po
index 32d421d..1dfe6c5 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -8,14 +8,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-09-13 18:41+0200\n"
 "Last-Translator: Robert Hartl <hartl.robert at gmail.com>\n"
 "Language-Team: slovak <sk-i18n at lists.linux.sk>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8-bit\n"
-"Language: \n"
 "X-Generator: Lokalize 0.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
 
@@ -35,25 +35,25 @@ msgid "Print version information and exit"
 msgstr "Vypísať verziu a skončiť"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Správca médií Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Všetky práva vyhradené."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Prosím, chyby hláste na <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Musíte zadať nové HAL UDI zariadenia pomocou --device-added"
@@ -102,8 +102,11 @@ msgid "A photo card has been detected"
 msgstr "Bola zistená foto karta."
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to your album?"
-msgstr "Na karte sú fotografie. Chcete tieto fotografie pridať do svojho albumu?"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
+msgstr ""
+"Na karte sú fotografie. Chcete tieto fotografie pridať do svojho albumu?"
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
@@ -375,8 +378,9 @@ msgstr "Ruby skripty"
 msgid "Shell Scripts"
 msgstr "Shellové skripty"
 
+#.
 #. Storage
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid "Storage"
 msgstr "Úložisko"
@@ -421,8 +425,9 @@ msgstr "Príkaz pre _dátové CD:"
 msgid "Command for A_udio CDs:"
 msgstr "Príkaz pre A_udio CD:"
 
+#.
 #. Multimedia
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:255
 msgid "Multimedia"
 msgstr "Multimédiá"
@@ -466,8 +471,9 @@ msgstr "Prenosné prehrávače hudby"
 msgid "Play _music files when connected"
 msgstr "Prehrať _hudobné súbory pri pripojení"
 
+#.
 #. Cameras
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
 msgid "Cameras"
 msgstr "Kamery"
@@ -480,8 +486,9 @@ msgstr "Digitálne fotoaparáty"
 msgid "Import digital photographs when connected"
 msgstr "Importovať digitálne fotografie pri pripojení"
 
+#.
 #. PDAs
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
 msgid "PDAs"
 msgstr "PDA"
@@ -502,8 +509,9 @@ msgstr "Pocket PC"
 msgid "Sync Pocket P_C devices when connected"
 msgstr "Synchtonizovať zariadenia Pocket P_C pri pripojení"
 
+#.
 #. Printers
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:528
 msgid "Printers"
@@ -513,8 +521,9 @@ msgstr "Tlačiarne"
 msgid "Automatically run a program when a _printer is connected"
 msgstr "Automaticky spustiť program pri pripojení _tlačiarne"
 
+#.
 #. Input Devices
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
 msgid "Input Devices"
 msgstr "Vstupné zariadenia"
@@ -524,7 +533,8 @@ msgid "Keyboards"
 msgstr "Klávesnice"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Automaticky spustiť program pri pripojení USB _klávesnice"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -532,7 +542,8 @@ msgid "Mice"
 msgstr "Myši"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Automaticky spustiť program pri pripojení USB _myši"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
@@ -566,8 +577,11 @@ msgstr "Zlyhalo otvorenie prehliadača dokumentácie"
 #~ msgid "Encrypted volume"
 #~ msgstr "Šifrovaný zväzok"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Pripájanie šifrovaného zväzku...</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Pripájanie šifrovaného zväzku...</"
+#~ "span>"
 
 #~ msgid "Setting up the crypto layer..."
 #~ msgstr "Nastavovanie šifrovacej vrstvy..."
@@ -581,8 +595,10 @@ msgstr "Zlyhalo otvorenie prehliadača dokumentácie"
 #~ msgid "<span weight=\"bold\" size=\"larger\">Wrong password.</span>"
 #~ msgstr "<span weight=\"bold\" size=\"larger\">Nesprávne heslo.</span>"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Tento zväzok je šifrovaný.</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Tento zväzok je šifrovaný.</span>"
 
 #~ msgid "Please enter your password to decrypt and mount the volume."
 #~ msgstr "Pre odšifrovanie a pripojenie zadajte heslo."
diff --git a/po/sq.po b/po/sq.po
index 00aa642..4cb8f19 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2008-11-04 22:37+0200\n"
 "Last-Translator: Besnik Bleta <besnik at programeshqip.org>\n"
 "Language-Team: Albanian <translation-team-sq at lists.sourceforge.net>\n"
@@ -31,25 +31,25 @@ msgid "Print version information and exit"
 msgstr "Shtyp të dhëna versioni dhe dil"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Përgjegjësi i Volumit Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Ju lutem njoftoni të meta te <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Duhet të tregoni pajisjes e re HAL UDI me --device-added"
@@ -537,7 +537,8 @@ msgid "Keyboards"
 msgstr "Tastiera"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Xhiro vetvetiu një program kur lidhet një _tastierë USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -545,7 +546,8 @@ msgid "Mice"
 msgstr "Minj"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Xhiro vetvetiu një program kur lidhet një _mi USB"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/sv.po b/po/sv.po
index 485f164..332e4fb 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2,19 +2,19 @@
 # Copyright (C) 2008 Free Software Foundation, Inc.
 # This file is distributed under the same license as the thunar-volman package.
 # Daniel Nylander <po at danielnylander.se>, 2008.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-12-16 18:21+0100\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
+"Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: sv\n"
 
 #: ../thunar-volman/main.c:59
 #, fuzzy
@@ -32,25 +32,25 @@ msgid "Print version information and exit"
 msgstr "Skriv ut versionsinformation och avsluta"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Volymhanterare för Thunar"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Rapportera fel till <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Måste ange ny HAL-enhet UDI med --device-added"
@@ -98,8 +98,12 @@ msgid "A photo card has been detected"
 msgstr "Ett fotokort har upptäckts"
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to your album?"
-msgstr "Det finns foton på kortet. Vill du lägga till dessa foton till ditt fotoalbum?"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
+msgstr ""
+"Det finns foton på kortet. Vill du lägga till dessa foton till ditt "
+"fotoalbum?"
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
@@ -370,8 +374,9 @@ msgstr "Ruby-skript"
 msgid "Shell Scripts"
 msgstr "Skalskript"
 
+#.
 #. Storage
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid "Storage"
 msgstr "Lagring"
@@ -416,8 +421,9 @@ msgstr "Kommando för _data-cd:"
 msgid "Command for A_udio CDs:"
 msgstr "Kommando för l_jud-cd:"
 
+#.
 #. Multimedia
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:255
 msgid "Multimedia"
 msgstr "Multimedia"
@@ -461,8 +467,9 @@ msgstr "Bärbara musikspelare"
 msgid "Play _music files when connected"
 msgstr "Spela upp _musikfiler när ansluten"
 
+#.
 #. Cameras
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
 msgid "Cameras"
 msgstr "Kameror"
@@ -475,8 +482,9 @@ msgstr "Digitalkameror"
 msgid "Import digital photographs when connected"
 msgstr "Importera digitalfoton när ansluten"
 
+#.
 #. PDAs
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
 msgid "PDAs"
 msgstr "Handdatorer"
@@ -497,8 +505,9 @@ msgstr "Pocket PC-datorer"
 msgid "Sync Pocket P_C devices when connected"
 msgstr "Synkronisera Pocket P_C-enheter när anslutna"
 
+#.
 #. Printers
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:528
 msgid "Printers"
@@ -508,8 +517,9 @@ msgstr "Skrivare"
 msgid "Automatically run a program when a _printer is connected"
 msgstr "Kör automatiskt ett program när en _skrivare ansluts"
 
+#.
 #. Input Devices
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
 msgid "Input Devices"
 msgstr "Inmatningsenheter"
@@ -519,7 +529,8 @@ msgid "Keyboards"
 msgstr "Tangentbord"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Kör automatiskt ett program när ett USB-_tangentbord ansluts"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -527,7 +538,8 @@ msgid "Mice"
 msgstr "Möss"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Kör automatiskt ett program när en USB-_mus ansluts"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
@@ -561,8 +573,10 @@ msgstr "Misslyckades med att öppna dokumentationsvisaren"
 #~ msgid "Encrypted volume"
 #~ msgstr "Krypterad volym"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Monterar krypterad volym...</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Monterar krypterad volym...</span>"
 
 #~ msgid "Setting up the crypto layer..."
 #~ msgstr "Konfigurerar krypteringslagret..."
@@ -576,8 +590,10 @@ msgstr "Misslyckades med att öppna dokumentationsvisaren"
 #~ msgid "<span weight=\"bold\" size=\"larger\">Wrong password.</span>"
 #~ msgstr "<span weight=\"bold\" size=\"larger\">Felaktigt lösenord.</span>"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Denna volym är krypterad.</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Denna volym är krypterad.</span>"
 
 #~ msgid "Please enter your password to decrypt and mount the volume."
 #~ msgstr "Ange ditt lösenord för att dekryptera och montera volymen."
diff --git a/po/tr.po b/po/tr.po
index a7bf1f3..48a5ae7 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,17 +1,17 @@
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar volman plugin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Samed Beyribey <ras0ir at eventualis.org>\n"
 "Language-Team: Xfce TR <xfce-tr at googlegroups.com>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Country: TURKEY\n"
-"Language: \n"
 
 #: ../thunar-volman/main.c:59
 msgid "The syfs path of the newly added device"
@@ -28,25 +28,25 @@ msgid "Print version information and exit"
 msgstr "Sürüm bilgisini göster ve çık"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar Birim Yöneticisi"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Tüm hakları saklıdır."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Hataları lütfen <%s> adresine bildirin."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "\"%s\" dizininde bir sürücü bulunamadı."
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Yeni HAL aygıt UDI değeri --device-added ile belirtilmelidir"
@@ -94,8 +94,12 @@ msgid "A photo card has been detected"
 msgstr "Fotoğraf kartı tespit edildi."
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to your album?"
-msgstr "Kart üzerinde fotoğraflar bulundu. Bu fotoğrafları albüme aktarmak ister misiniz?"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
+msgstr ""
+"Kart üzerinde fotoğraflar bulundu. Bu fotoğrafları albüme aktarmak ister "
+"misiniz?"
 
 #. prompt the user to execute the file
 #. prompt the user to execute this file
@@ -366,8 +370,9 @@ msgstr "Ruby Betikleri"
 msgid "Shell Scripts"
 msgstr "Kabuk Betikleri"
 
+#.
 #. Storage
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:130
 msgid "Storage"
 msgstr "Bellek"
@@ -412,8 +417,9 @@ msgstr "_Veri CD'leri için komut:"
 msgid "Command for A_udio CDs:"
 msgstr "Müzik CD'leri için kom_ut:"
 
+#.
 #. Multimedia
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:255
 msgid "Multimedia"
 msgstr "Çoklu Ortam"
@@ -457,8 +463,9 @@ msgstr "Taşınabilir Müzik Çalarlar"
 msgid "Play _music files when connected"
 msgstr "Bağlandıklarında _müzik dosyalarını çal"
 
+#.
 #. Cameras
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:379
 msgid "Cameras"
 msgstr "Fotoğraf Makineleri"
@@ -471,8 +478,9 @@ msgstr "Sayısal Fotoğraf Makineleri"
 msgid "Import digital photographs when connected"
 msgstr "Bağlandığında fotoğrafları içeri aktar"
 
+#.
 #. PDAs
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:427
 msgid "PDAs"
 msgstr "PDA'lar"
@@ -493,8 +501,9 @@ msgstr "Cep Bilgisayarları"
 msgid "Sync Pocket P_C devices when connected"
 msgstr "_Cep bilgisayarları bağlandığında senkronize et"
 
+#.
 #. Printers
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:517
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:528
 msgid "Printers"
@@ -504,8 +513,9 @@ msgstr "Yazıcılar"
 msgid "Automatically run a program when a _printer is connected"
 msgstr "Yazıcı bağlandığında otomatik olarak uy_gulama çalıştır"
 
+#.
 #. Input Devices
-#. 
+#.
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:565
 msgid "Input Devices"
 msgstr "Girdi Aygıtları"
@@ -515,7 +525,8 @@ msgid "Keyboards"
 msgstr "Klavyeler"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "USB _klavye bağlandığında uygulama çalıştır"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -523,7 +534,8 @@ msgid "Mice"
 msgstr "Fare"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "USB fare bağlandığında uygula_ma çalıştır"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
@@ -557,8 +569,11 @@ msgstr "Doküman tarayıcı açılamadı"
 #~ msgid "Encrypted volume"
 #~ msgstr "Şifrelenmiş birim"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
-#~ msgstr "<span weight=\"bold\" size=\"larger\">Şifrelenmiş birim bağlanıyor...</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">Mounting encrypted volume...</span>"
+#~ msgstr ""
+#~ "<span weight=\"bold\" size=\"larger\">Şifrelenmiş birim bağlanıyor...</"
+#~ "span>"
 
 #~ msgid "Setting up the crypto layer..."
 #~ msgstr "Şifre katmanı ayarlanıyor..."
@@ -572,7 +587,8 @@ msgstr "Doküman tarayıcı açılamadı"
 #~ msgid "<span weight=\"bold\" size=\"larger\">Wrong password.</span>"
 #~ msgstr "<span weight=\"bold\" size=\"larger\">Yanlış parola.</span>"
 
-#~ msgid "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
+#~ msgid ""
+#~ "<span weight=\"bold\" size=\"larger\">This volume is encrypted.</span>"
 #~ msgstr "<span weight=\"bold\" size=\"larger\">Bu birim şifrelenmiş.</span>"
 
 #~ msgid "Please enter your password to decrypt and mount the volume."
diff --git a/po/ug.po b/po/ug.po
index b21f597..96ec35e 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -2,550 +2,552 @@
 # Copyright (C) 2008 Benedikt Meurer
 # This file is distributed under the same license as the PACKAGE package.
 # Gheyret T.Kenji <gheyret at gmail.com>, 2010
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: thunar-volman 0.2.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-26 12:03+0200\n"
-"PO-Revision-Date: 2008-11-09 14:59+0900\n"
-"Last-Translator: Gheyret T.Kenji <gheyret at gmail.com>\n"
-"Language-Team: Uyghur Computer Science Association <UKIJ at yahoogroups.com>\n"
-"Language: ja\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"
-
-#: ../thunar-volman/main.c:59
-msgid "The syfs path of the newly added device"
-msgstr ""
-
-#: ../thunar-volman/main.c:60
-#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:1
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:104
-msgid "Configure management of removable drives and media"
-msgstr ""
-
-#: ../thunar-volman/main.c:61
-msgid "Print version information and exit"
-msgstr "نەشر ئۇچۇرىنى كۆرسىتىپ ئاخىرلاشتۇرۇش"
-
-#. setup application name
-#: ../thunar-volman/main.c:93
-msgid "Thunar Volume Manager"
-msgstr "Thunar Volume باشقۇرغۇ"
-
-#: ../thunar-volman/main.c:133
-msgid "All rights reserved."
-msgstr "بارلىق ھوقۇقنى ساقلاپ قالىدۇ."
-
-#: ../thunar-volman/main.c:134
-#, c-format
-msgid "Please report bugs to <%s>."
-msgstr "كەمتۈكنى <%s> غا دوكلات قىلىڭ."
-
-#: ../thunar-volman/main.c:188
-#, c-format
-msgid "There is no device with the sysfs path \"%s\""
-msgstr ""
-
-#: ../thunar-volman/main.c:200
-#, c-format
-msgid "Must specify the sysfs path of new devices with --device-added"
-msgstr ""
-
-#. ...so we need to prompt what to do
-#: ../thunar-volman/tvm-block-device.c:204
-msgid "Photos and Music"
-msgstr "سۈرەت ۋە مۇزىكا"
-
-#: ../thunar-volman/tvm-block-device.c:205
-msgid "Photos were found on your portable music player"
-msgstr "ئەپلىك چالغۇڭىزدا سۈرەت بار ئىكەن"
-
-#: ../thunar-volman/tvm-block-device.c:206
-msgid "Would you like to import the photos or manage the music?"
-msgstr "سۈرەتلەرنى ئىمپورت قىلامسىز؟ ياكى مۇزىكىلارنى رەتلەمسىز؟"
-
-#: ../thunar-volman/tvm-block-device.c:208
-#: ../thunar-volman/tvm-block-device.c:277
-#: ../thunar-volman/tvm-block-device.c:378
-#: ../thunar-volman/tvm-block-device.c:425
-#: ../thunar-volman/tvm-block-device.c:507
-#: ../thunar-volman/tvm-block-device.c:826 ../thunar-volman/tvm-run.c:192
-#: ../thunar-volman/tvm-run.c:203
-msgid "Ig_nore"
-msgstr "پەرۋا قىلما(_N)"
-
-#: ../thunar-volman/tvm-block-device.c:209
-#: ../thunar-volman/tvm-block-device.c:278
-msgid "Import _Photos"
-msgstr "سۈرەتلەرنى ئىمپورت قىل(_P)"
-
-#: ../thunar-volman/tvm-block-device.c:210
-msgid "Manage _Music"
-msgstr "مۇزىكىلارنى رەتلە(_M)"
-
-#. ask the user to import photos
-#: ../thunar-volman/tvm-block-device.c:273
-msgid "Photo Import"
-msgstr "سۈرەتلەرنى ئىمپورت قىلىش"
-
-#: ../thunar-volman/tvm-block-device.c:274
-msgid "A photo card has been detected"
-msgstr "سۈرەت كارتىسى ئۆچۈرۈلگەن"
-
-#: ../thunar-volman/tvm-block-device.c:275
-msgid ""
-"There are photos on the card. Would you like to add these photos to your "
-"album?"
-msgstr ""
-
-#. prompt the user to execute the file
-#. prompt the user to execute this file
-#: ../thunar-volman/tvm-block-device.c:373
-#: ../thunar-volman/tvm-block-device.c:420
-#, c-format
-msgid "Would you like to allow \"%s\" to run?"
-msgstr "\"%s\" نى ئىجرا قىلىشقا يول قويامسىز؟"
-
-#: ../thunar-volman/tvm-block-device.c:376
-#: ../thunar-volman/tvm-block-device.c:423
-msgid "Auto-Run Confirmation"
-msgstr "ئۆزلۈكىدىن ئىجرا قىلىشنى جەزملە"
-
-#: ../thunar-volman/tvm-block-device.c:377
-#: ../thunar-volman/tvm-block-device.c:424
-msgid "Auto-Run capability detected"
-msgstr "ئۆزلۈكىدىن ئىجرا قىلىدىكەن"
-
-#: ../thunar-volman/tvm-block-device.c:379
-#: ../thunar-volman/tvm-block-device.c:426
-msgid "_Allow Auto-Run"
-msgstr "ئۆزلۈكىدىن ئىجرا قىلىشقا يول قوي(_A)"
-
-#. prompt the user whether to autoopen this file
-#: ../thunar-volman/tvm-block-device.c:502
-#, c-format
-msgid "Would you like to open \"%s\"?"
-msgstr "\"%s\" نى ئاچامسىز؟"
-
-#: ../thunar-volman/tvm-block-device.c:505
-msgid "Auto-Open Confirmation"
-msgstr "ئۆزلۈكىدىن ئېچىشنى جەزملە"
-
-#: ../thunar-volman/tvm-block-device.c:506
-msgid "Auto-Open capability detected"
-msgstr "ئۆزلۈكىدىن ئېچىلىدىكەن"
-
-#: ../thunar-volman/tvm-block-device.c:508
-msgid "_Open"
-msgstr "ئاچ(_O)"
-
-#: ../thunar-volman/tvm-block-device.c:616
-msgid "CD mounted"
-msgstr "CD mount قىلىندى"
-
-#: ../thunar-volman/tvm-block-device.c:616
-msgid "DVD mounted"
-msgstr "DVD mount قىلىندى"
-
-#: ../thunar-volman/tvm-block-device.c:618
-msgid "The CD was mounted automatically"
-msgstr "CD ئۆزلۈكىدىن mount قىلىنىپتۇ"
-
-#: ../thunar-volman/tvm-block-device.c:619
-msgid "The DVD was mounted automatically"
-msgstr "DVD ئۆزلۈكىدىن mount قىلىنىپتۇ"
-
-#: ../thunar-volman/tvm-block-device.c:629
-msgid "Volume mounted"
-msgstr "Volume mount قىلىندى"
-
-#: ../thunar-volman/tvm-block-device.c:632
-#, c-format
-msgid "The volume \"%s\" was mounted automatically"
-msgstr "volume \"%s\" ئۆزلۈكىدىن mount قىلىنىپتۇ"
-
-#: ../thunar-volman/tvm-block-device.c:637
-#, c-format
-msgid "The inserted volume was mounted automatically"
-msgstr "سېلىنغان volume ئۆزلۈكىدىن mount قىلىنىپتۇ"
-
-#: ../thunar-volman/tvm-block-device.c:691
-#, c-format
-msgid "Unable to locate mount point"
-msgstr "mount نۇقتىسىنى بېكىتكىلى بولمىدى"
-
-#: ../thunar-volman/tvm-block-device.c:737
-#, c-format
-msgid "Unable to mount the device"
-msgstr "ئۈسكۈنىنى mount قىلغىلى بولمىدى"
-
-#: ../thunar-volman/tvm-block-device.c:746
-#, c-format
-msgid "Could not detect the volume corresponding to the device"
-msgstr "ئۈسكىنىگە ماس كېلىدىغان volume تېپىلمىدى"
-
-#: ../thunar-volman/tvm-block-device.c:821
-msgid "Audio/Data CD"
-msgstr "ئۈن/سانلىق-ئاساس CD"
-
-#: ../thunar-volman/tvm-block-device.c:822
-msgid "The CD in the drive contains both music and files"
-msgstr "قوزغاتقۇچتىكى CD دا مۇزىكا ۋە ھۆججەتلەر بار ئىكەن"
-
-#: ../thunar-volman/tvm-block-device.c:824
-msgid "Would you like to listen to music or browse the files?"
-msgstr "مۇزىكا ئاڭلامسىز؟ ياكى ھۆججەتلەرنى كۆرەمسىز؟"
-
-#: ../thunar-volman/tvm-block-device.c:827
-msgid "_Browse Files"
-msgstr "ھۆججەتلەرنى كور(_B)"
-
-#: ../thunar-volman/tvm-block-device.c:828
-msgid "_Play CD"
-msgstr "CD نى چال(_P)"
-
-#: ../thunar-volman/tvm-block-device.c:916
-#, c-format
-msgid "Unknown block device type"
-msgstr "نامەلۇم block ئۈسكىنە تىپى"
-
-#: ../thunar-volman/tvm-device.c:139
-#, c-format
-msgid "Device type not supported"
-msgstr "ئۈسكىنە تىپىنى بىر تەرەپ قىلالمايدۇ"
-
-#: ../thunar-volman/tvm-input-device.c:74
-msgid "input-keyboard"
-msgstr "كىرگۇزۇش-ھەرپتاختا"
-
-#: ../thunar-volman/tvm-input-device.c:75
-msgid "Keyboard detected"
-msgstr "ھەرپتاختا تېپىلدى"
-
-#: ../thunar-volman/tvm-input-device.c:76
-msgid "A keyboard was detected"
-msgstr "بىر ھەرپتاختا تېپىلدى"
-
-#: ../thunar-volman/tvm-input-device.c:86
-#: ../thunar-volman/tvm-input-device.c:100
-msgid "input-tablet"
-msgstr "كىرگۈزۈش-tablet"
-
-#: ../thunar-volman/tvm-input-device.c:87
-#: ../thunar-volman/tvm-input-device.c:101
-msgid "Tablet detected"
-msgstr "Tablet تېپىلدى"
-
-#: ../thunar-volman/tvm-input-device.c:88
-#: ../thunar-volman/tvm-input-device.c:102
-msgid "A graphics tablet was detected"
-msgstr "گرافىكىلىق Tablet تېپىلدى"
-
-#: ../thunar-volman/tvm-input-device.c:110
-msgid "input-mouse"
-msgstr "كىرگۈزۈش-چاشقىنەك"
-
-#: ../thunar-volman/tvm-input-device.c:111
-msgid "Mouse detected"
-msgstr "چاشقىنەك تېپىلدى"
-
-#: ../thunar-volman/tvm-input-device.c:112
-msgid "A mouse was detected"
-msgstr "بىر چاشقىنەك تېپىلدى"
-
-#: ../thunar-volman/tvm-input-device.c:139
-#, c-format
-msgid "Unsupported input device type"
-msgstr "تونۇمايدىغان كىرگۈزۈش ئۈسكىنە تىپى"
-
-#: ../thunar-volman/tvm-run.c:171
-#, c-format
-msgid "Autoburning of blank CDs and DVDs is disabled"
-msgstr "CD ياكى DVD  غا ئۆزلۈكىدىن يېزىش چەكلەنگەن"
-
-#: ../thunar-volman/tvm-run.c:189
-msgid "Blank DVD inserted"
-msgstr "قۇرۇق DVD سېلىندى"
-
-#: ../thunar-volman/tvm-run.c:190
-msgid "You have inserted a blank DVD."
-msgstr ""
-
-#: ../thunar-volman/tvm-run.c:191 ../thunar-volman/tvm-run.c:202
-msgid "What would you like to do?"
-msgstr "何をしますか?"
-
-#: ../thunar-volman/tvm-run.c:193
-msgid "Burn _DVD"
-msgstr ""
-
-#: ../thunar-volman/tvm-run.c:200
-msgid "Blank CD inserted"
-msgstr ""
-
-#: ../thunar-volman/tvm-run.c:201
-msgid "You have inserted a blank CD."
-msgstr ""
-
-#: ../thunar-volman/tvm-run.c:204
-msgid "Burn _Data CD"
-msgstr ""
-
-#: ../thunar-volman/tvm-run.c:205
-msgid "Burn _Audio CD"
-msgstr ""
-
-#: ../thunar-volman/tvm-run.c:229
-#, c-format
-msgid "The burn command may not be empty"
-msgstr ""
-
-#: ../thunar-volman/tvm-run.c:268
-#, c-format
-msgid "The CD player command is undefined"
-msgstr ""
-
-#: ../thunar-volman/tvm-usb-device.c:62
-msgid "Camera detected"
-msgstr ""
-
-#: ../thunar-volman/tvm-usb-device.c:63
-msgid "A photo camera was detected"
-msgstr ""
-
-#: ../thunar-volman/tvm-usb-device.c:71
-msgid "Printer detected"
-msgstr ""
-
-#: ../thunar-volman/tvm-usb-device.c:72
-msgid "A USB printer was detected"
-msgstr ""
-
-#: ../thunar-volman/tvm-usb-device.c:98
-#, c-format
-msgid "Unsupported USB device type"
-msgstr ""
-
-#. setup application name
-#: ../thunar-volman-settings/main.c:52
-msgid "Thunar Volume Manager Settings"
-msgstr ""
-
-#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:2
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:102
-msgid "Removable Drives and Media"
-msgstr "Removable ئۈسكىنە ۋە Media"
-
-#: ../thunar-volman-settings/tvm-command-entry.c:240
-msgid "Select an Application"
-msgstr "پروگرامما تاللاش"
-
-#: ../thunar-volman-settings/tvm-command-entry.c:250
-msgid "All Files"
-msgstr "ھەممە ھۆججەت"
-
-#: ../thunar-volman-settings/tvm-command-entry.c:255
-msgid "Executable Files"
-msgstr "پروگرامما(ئىجرا بولىدىغان ھۆججەت)"
-
-#: ../thunar-volman-settings/tvm-command-entry.c:270
-msgid "Perl Scripts"
-msgstr "Perl پروگراممىسى"
-
-#: ../thunar-volman-settings/tvm-command-entry.c:276
-msgid "Python Scripts"
-msgstr "Python پروگراممىسى"
-
-#: ../thunar-volman-settings/tvm-command-entry.c:282
-msgid "Ruby Scripts"
-msgstr "Ruby پروگراممىسى"
-
-#: ../thunar-volman-settings/tvm-command-entry.c:288
-msgid "Shell Scripts"
-msgstr "Shell پروگراممىسى"
-
-#.
-#. Storage
-#.
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:130
-msgid "Storage"
-msgstr "ساقلاش"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:141
-msgid "Removable Storage"
-msgstr "リムーバブルストレージ"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:158
-msgid "_Mount removable drives when hot-plugged"
-msgstr "リムーバブルドライブがホットプラグされたらマウントする(_M)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:166
-msgid "Mount removable media when _inserted"
-msgstr "リムーバブルメディアが挿入されたらマウントする(_I)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:174
-msgid "B_rowse removable media when inserted"
-msgstr "リムーバブルメディアが挿入されたら参照する(_R)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:182
-msgid "_Auto-run programs on new drives and media"
-msgstr "新しいドライブおよびメディア上のプログラムを自動実行する(_A)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:189
-msgid "Auto-open files on new drives and media"
-msgstr "يېڭى ئۈسكىنە ۋە media دىكى ھۆججەتلەر ئاپتوماتىك ئېچىلسۇن"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:201
-msgid "Blank CDs and DVDs"
-msgstr "空の CD および DVD"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:218
-msgid "_Burn a CD or DVD when a blank disc is inserted"
-msgstr "空の CD または DVD が挿入されたらディスクを作成する(_B)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:229
-msgid "Command for _Data CDs:"
-msgstr "データ CD 用コマンド(_D)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:239
-msgid "Command for A_udio CDs:"
-msgstr "オーディオ CD 用コマンド(_U)"
-
-#.
-#. Multimedia
-#.
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:255
-msgid "Multimedia"
-msgstr "Multimedia"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:266
-msgid "Audio CDs"
-msgstr "ئاۋاز چاستوتا CD"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:283
-msgid "Play _audio CDs when inserted"
-msgstr "オーディオ CD が挿入されたら再生する(_A)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:290
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:415
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:466
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:553
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:601
-msgid "_Command:"
-msgstr "بۇيرۇق(_C):"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:304
-msgid "Video CDs/DVDs"
-msgstr "ビデオ CD/DVD"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:321
-msgid "Play _video CDs and DVDs when inserted"
-msgstr "ビデオ CD および DVD が挿入されたら再生する(_V)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:329
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:367
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:505
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:640
-msgid "C_ommand:"
-msgstr "コマンド(_O):"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:343
-msgid "Portable Music Players"
-msgstr "携帯音楽プレイヤー"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:360
-msgid "Play _music files when connected"
-msgstr "接続されたら音楽ファイルを再生する(_M)"
-
-#.
-#. Cameras
-#.
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:379
-msgid "Cameras"
-msgstr "カメラ"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:390
-msgid "Digital Cameras"
-msgstr "デジタルカメラ"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:407
-msgid "Import digital photographs when connected"
-msgstr "接続されたら写真を取り込む"
-
-#.
-#. PDAs
-#.
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:427
-msgid "PDAs"
-msgstr "PDA"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:441
-msgid "Palm™"
-msgstr "Palm™"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:458
-msgid "Sync _Palm™ devices when connected"
-msgstr "Palm™ デバイスが接続されたら同期をとる(_P)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:480
-msgid "Pocket PCs"
-msgstr "Pocket PC"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:497
-msgid "Sync Pocket P_C devices when connected"
-msgstr "Pocket PC デバイスが接続されたら同期をとる(_C)"
-
-#.
-#. Printers
-#.
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:517
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:528
-msgid "Printers"
-msgstr "پرىنتېر"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:545
-msgid "Automatically run a program when a _printer is connected"
-msgstr "プリンタが接続されたら自動的にプログラムを実行する(_P)"
-
-#.
-#. Input Devices
-#.
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:565
-msgid "Input Devices"
-msgstr "كىرگۈزۈش ئۈسكۈنىسى"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:576
-msgid "Keyboards"
-msgstr "キーボード"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
-msgstr "USBキーボードが接続されたら自動的にプログラムを実行する(_K)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:615
-msgid "Mice"
-msgstr "Mice"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
-msgstr "USBマウスが接続されたら自動的にプログラムを実行する(_M)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:654
-msgid "Tablet"
-msgstr "タブレット"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:671
-msgid "Automatically run a program when a _tablet is connected"
-msgstr "タブレットが接続されたら自動的にプログラムを実行する(_T)"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:679
-msgid "Com_mand:"
-msgstr "コマンド(_M):"
-
-#: ../thunar-volman-settings/tvm-preferences-dialog.c:755
-msgid "Failed to open the documentation browser"
-msgstr "پۈتۈك كۆرگۈنى ئېچىش مەغلۇپ بولدى"
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: thunar-volman 0.2.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
+"PO-Revision-Date: 2008-11-09 14:59+0900\n"
+"Last-Translator: Gheyret T.Kenji <gheyret at gmail.com>\n"
+"Language-Team: Uyghur Computer Science Association <UKIJ at yahoogroups.com>\n"
+"Language: ja\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"
+
+#: ../thunar-volman/main.c:59
+msgid "The syfs path of the newly added device"
+msgstr ""
+
+#: ../thunar-volman/main.c:60
+#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:1
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:104
+msgid "Configure management of removable drives and media"
+msgstr ""
+
+#: ../thunar-volman/main.c:61
+msgid "Print version information and exit"
+msgstr "نەشر ئۇچۇرىنى كۆرسىتىپ ئاخىرلاشتۇرۇش"
+
+#. setup application name
+#: ../thunar-volman/main.c:93
+msgid "Thunar Volume Manager"
+msgstr "Thunar Volume باشقۇرغۇ"
+
+#: ../thunar-volman/main.c:119
+msgid "All rights reserved."
+msgstr "بارلىق ھوقۇقنى ساقلاپ قالىدۇ."
+
+#: ../thunar-volman/main.c:120
+#, c-format
+msgid "Please report bugs to <%s>."
+msgstr "كەمتۈكنى <%s> غا دوكلات قىلىڭ."
+
+#: ../thunar-volman/main.c:174
+#, c-format
+msgid "There is no device with the sysfs path \"%s\""
+msgstr ""
+
+#: ../thunar-volman/main.c:186
+#, c-format
+msgid "Must specify the sysfs path of new devices with --device-added"
+msgstr ""
+
+#. ...so we need to prompt what to do
+#: ../thunar-volman/tvm-block-device.c:204
+msgid "Photos and Music"
+msgstr "سۈرەت ۋە مۇزىكا"
+
+#: ../thunar-volman/tvm-block-device.c:205
+msgid "Photos were found on your portable music player"
+msgstr "ئەپلىك چالغۇڭىزدا سۈرەت بار ئىكەن"
+
+#: ../thunar-volman/tvm-block-device.c:206
+msgid "Would you like to import the photos or manage the music?"
+msgstr "سۈرەتلەرنى ئىمپورت قىلامسىز؟ ياكى مۇزىكىلارنى رەتلەمسىز؟"
+
+#: ../thunar-volman/tvm-block-device.c:208
+#: ../thunar-volman/tvm-block-device.c:277
+#: ../thunar-volman/tvm-block-device.c:378
+#: ../thunar-volman/tvm-block-device.c:425
+#: ../thunar-volman/tvm-block-device.c:507
+#: ../thunar-volman/tvm-block-device.c:829 ../thunar-volman/tvm-run.c:192
+#: ../thunar-volman/tvm-run.c:203
+msgid "Ig_nore"
+msgstr "پەرۋا قىلما(_N)"
+
+#: ../thunar-volman/tvm-block-device.c:209
+#: ../thunar-volman/tvm-block-device.c:278
+msgid "Import _Photos"
+msgstr "سۈرەتلەرنى ئىمپورت قىل(_P)"
+
+#: ../thunar-volman/tvm-block-device.c:210
+msgid "Manage _Music"
+msgstr "مۇزىكىلارنى رەتلە(_M)"
+
+#. ask the user to import photos
+#: ../thunar-volman/tvm-block-device.c:273
+msgid "Photo Import"
+msgstr "سۈرەتلەرنى ئىمپورت قىلىش"
+
+#: ../thunar-volman/tvm-block-device.c:274
+msgid "A photo card has been detected"
+msgstr "سۈرەت كارتىسى ئۆچۈرۈلگەن"
+
+#: ../thunar-volman/tvm-block-device.c:275
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
+msgstr ""
+
+#. prompt the user to execute the file
+#. prompt the user to execute this file
+#: ../thunar-volman/tvm-block-device.c:373
+#: ../thunar-volman/tvm-block-device.c:420
+#, c-format
+msgid "Would you like to allow \"%s\" to run?"
+msgstr "\"%s\" نى ئىجرا قىلىشقا يول قويامسىز؟"
+
+#: ../thunar-volman/tvm-block-device.c:376
+#: ../thunar-volman/tvm-block-device.c:423
+msgid "Auto-Run Confirmation"
+msgstr "ئۆزلۈكىدىن ئىجرا قىلىشنى جەزملە"
+
+#: ../thunar-volman/tvm-block-device.c:377
+#: ../thunar-volman/tvm-block-device.c:424
+msgid "Auto-Run capability detected"
+msgstr "ئۆزلۈكىدىن ئىجرا قىلىدىكەن"
+
+#: ../thunar-volman/tvm-block-device.c:379
+#: ../thunar-volman/tvm-block-device.c:426
+msgid "_Allow Auto-Run"
+msgstr "ئۆزلۈكىدىن ئىجرا قىلىشقا يول قوي(_A)"
+
+#. prompt the user whether to autoopen this file
+#: ../thunar-volman/tvm-block-device.c:502
+#, c-format
+msgid "Would you like to open \"%s\"?"
+msgstr "\"%s\" نى ئاچامسىز؟"
+
+#: ../thunar-volman/tvm-block-device.c:505
+msgid "Auto-Open Confirmation"
+msgstr "ئۆزلۈكىدىن ئېچىشنى جەزملە"
+
+#: ../thunar-volman/tvm-block-device.c:506
+msgid "Auto-Open capability detected"
+msgstr "ئۆزلۈكىدىن ئېچىلىدىكەن"
+
+#: ../thunar-volman/tvm-block-device.c:508
+msgid "_Open"
+msgstr "ئاچ(_O)"
+
+#: ../thunar-volman/tvm-block-device.c:619
+msgid "CD mounted"
+msgstr "CD mount قىلىندى"
+
+#: ../thunar-volman/tvm-block-device.c:619
+msgid "DVD mounted"
+msgstr "DVD mount قىلىندى"
+
+#: ../thunar-volman/tvm-block-device.c:621
+msgid "The CD was mounted automatically"
+msgstr "CD ئۆزلۈكىدىن mount قىلىنىپتۇ"
+
+#: ../thunar-volman/tvm-block-device.c:622
+msgid "The DVD was mounted automatically"
+msgstr "DVD ئۆزلۈكىدىن mount قىلىنىپتۇ"
+
+#: ../thunar-volman/tvm-block-device.c:632
+msgid "Volume mounted"
+msgstr "Volume mount قىلىندى"
+
+#: ../thunar-volman/tvm-block-device.c:635
+#, c-format
+msgid "The volume \"%s\" was mounted automatically"
+msgstr "volume \"%s\" ئۆزلۈكىدىن mount قىلىنىپتۇ"
+
+#: ../thunar-volman/tvm-block-device.c:640
+#, c-format
+msgid "The inserted volume was mounted automatically"
+msgstr "سېلىنغان volume ئۆزلۈكىدىن mount قىلىنىپتۇ"
+
+#: ../thunar-volman/tvm-block-device.c:694
+#, c-format
+msgid "Unable to locate mount point"
+msgstr "mount نۇقتىسىنى بېكىتكىلى بولمىدى"
+
+#: ../thunar-volman/tvm-block-device.c:740
+#, c-format
+msgid "Unable to mount the device"
+msgstr "ئۈسكۈنىنى mount قىلغىلى بولمىدى"
+
+#: ../thunar-volman/tvm-block-device.c:749
+#, c-format
+msgid "Could not detect the volume corresponding to the device"
+msgstr "ئۈسكىنىگە ماس كېلىدىغان volume تېپىلمىدى"
+
+#: ../thunar-volman/tvm-block-device.c:824
+msgid "Audio/Data CD"
+msgstr "ئۈن/سانلىق-ئاساس CD"
+
+#: ../thunar-volman/tvm-block-device.c:825
+msgid "The CD in the drive contains both music and files"
+msgstr "قوزغاتقۇچتىكى CD دا مۇزىكا ۋە ھۆججەتلەر بار ئىكەن"
+
+#: ../thunar-volman/tvm-block-device.c:827
+msgid "Would you like to listen to music or browse the files?"
+msgstr "مۇزىكا ئاڭلامسىز؟ ياكى ھۆججەتلەرنى كۆرەمسىز؟"
+
+#: ../thunar-volman/tvm-block-device.c:830
+msgid "_Browse Files"
+msgstr "ھۆججەتلەرنى كور(_B)"
+
+#: ../thunar-volman/tvm-block-device.c:831
+msgid "_Play CD"
+msgstr "CD نى چال(_P)"
+
+#: ../thunar-volman/tvm-block-device.c:919
+#, c-format
+msgid "Unknown block device type"
+msgstr "نامەلۇم block ئۈسكىنە تىپى"
+
+#: ../thunar-volman/tvm-device.c:139
+#, c-format
+msgid "Device type not supported"
+msgstr "ئۈسكىنە تىپىنى بىر تەرەپ قىلالمايدۇ"
+
+#: ../thunar-volman/tvm-input-device.c:74
+msgid "input-keyboard"
+msgstr "كىرگۇزۇش-ھەرپتاختا"
+
+#: ../thunar-volman/tvm-input-device.c:75
+msgid "Keyboard detected"
+msgstr "ھەرپتاختا تېپىلدى"
+
+#: ../thunar-volman/tvm-input-device.c:76
+msgid "A keyboard was detected"
+msgstr "بىر ھەرپتاختا تېپىلدى"
+
+#: ../thunar-volman/tvm-input-device.c:86
+#: ../thunar-volman/tvm-input-device.c:100
+msgid "input-tablet"
+msgstr "كىرگۈزۈش-tablet"
+
+#: ../thunar-volman/tvm-input-device.c:87
+#: ../thunar-volman/tvm-input-device.c:101
+msgid "Tablet detected"
+msgstr "Tablet تېپىلدى"
+
+#: ../thunar-volman/tvm-input-device.c:88
+#: ../thunar-volman/tvm-input-device.c:102
+msgid "A graphics tablet was detected"
+msgstr "گرافىكىلىق Tablet تېپىلدى"
+
+#: ../thunar-volman/tvm-input-device.c:110
+msgid "input-mouse"
+msgstr "كىرگۈزۈش-چاشقىنەك"
+
+#: ../thunar-volman/tvm-input-device.c:111
+msgid "Mouse detected"
+msgstr "چاشقىنەك تېپىلدى"
+
+#: ../thunar-volman/tvm-input-device.c:112
+msgid "A mouse was detected"
+msgstr "بىر چاشقىنەك تېپىلدى"
+
+#: ../thunar-volman/tvm-input-device.c:141
+#, c-format
+msgid "Unsupported input device type"
+msgstr "تونۇمايدىغان كىرگۈزۈش ئۈسكىنە تىپى"
+
+#: ../thunar-volman/tvm-run.c:171
+#, c-format
+msgid "Autoburning of blank CDs and DVDs is disabled"
+msgstr "CD ياكى DVD  غا ئۆزلۈكىدىن يېزىش چەكلەنگەن"
+
+#: ../thunar-volman/tvm-run.c:189
+msgid "Blank DVD inserted"
+msgstr "قۇرۇق DVD سېلىندى"
+
+#: ../thunar-volman/tvm-run.c:190
+msgid "You have inserted a blank DVD."
+msgstr ""
+
+#: ../thunar-volman/tvm-run.c:191 ../thunar-volman/tvm-run.c:202
+msgid "What would you like to do?"
+msgstr "何をしますか?"
+
+#: ../thunar-volman/tvm-run.c:193
+msgid "Burn _DVD"
+msgstr ""
+
+#: ../thunar-volman/tvm-run.c:200
+msgid "Blank CD inserted"
+msgstr ""
+
+#: ../thunar-volman/tvm-run.c:201
+msgid "You have inserted a blank CD."
+msgstr ""
+
+#: ../thunar-volman/tvm-run.c:204
+msgid "Burn _Data CD"
+msgstr ""
+
+#: ../thunar-volman/tvm-run.c:205
+msgid "Burn _Audio CD"
+msgstr ""
+
+#: ../thunar-volman/tvm-run.c:229
+#, c-format
+msgid "The burn command may not be empty"
+msgstr ""
+
+#: ../thunar-volman/tvm-run.c:268
+#, c-format
+msgid "The CD player command is undefined"
+msgstr ""
+
+#: ../thunar-volman/tvm-usb-device.c:62
+msgid "Camera detected"
+msgstr ""
+
+#: ../thunar-volman/tvm-usb-device.c:63
+msgid "A photo camera was detected"
+msgstr ""
+
+#: ../thunar-volman/tvm-usb-device.c:71
+msgid "Printer detected"
+msgstr ""
+
+#: ../thunar-volman/tvm-usb-device.c:72
+msgid "A USB printer was detected"
+msgstr ""
+
+#: ../thunar-volman/tvm-usb-device.c:100
+#, c-format
+msgid "Unsupported USB device type"
+msgstr ""
+
+#. setup application name
+#: ../thunar-volman-settings/main.c:52
+msgid "Thunar Volume Manager Settings"
+msgstr ""
+
+#: ../thunar-volman-settings/thunar-volman-settings.desktop.in.in.h:2
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:102
+msgid "Removable Drives and Media"
+msgstr "Removable ئۈسكىنە ۋە Media"
+
+#: ../thunar-volman-settings/tvm-command-entry.c:240
+msgid "Select an Application"
+msgstr "پروگرامما تاللاش"
+
+#: ../thunar-volman-settings/tvm-command-entry.c:250
+msgid "All Files"
+msgstr "ھەممە ھۆججەت"
+
+#: ../thunar-volman-settings/tvm-command-entry.c:255
+msgid "Executable Files"
+msgstr "پروگرامما(ئىجرا بولىدىغان ھۆججەت)"
+
+#: ../thunar-volman-settings/tvm-command-entry.c:270
+msgid "Perl Scripts"
+msgstr "Perl پروگراممىسى"
+
+#: ../thunar-volman-settings/tvm-command-entry.c:276
+msgid "Python Scripts"
+msgstr "Python پروگراممىسى"
+
+#: ../thunar-volman-settings/tvm-command-entry.c:282
+msgid "Ruby Scripts"
+msgstr "Ruby پروگراممىسى"
+
+#: ../thunar-volman-settings/tvm-command-entry.c:288
+msgid "Shell Scripts"
+msgstr "Shell پروگراممىسى"
+
+#.
+#. Storage
+#.
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:130
+msgid "Storage"
+msgstr "ساقلاش"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:141
+msgid "Removable Storage"
+msgstr "リムーバブルストレージ"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:158
+msgid "_Mount removable drives when hot-plugged"
+msgstr "リムーバブルドライブがホットプラグされたらマウントする(_M)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:166
+msgid "Mount removable media when _inserted"
+msgstr "リムーバブルメディアが挿入されたらマウントする(_I)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:174
+msgid "B_rowse removable media when inserted"
+msgstr "リムーバブルメディアが挿入されたら参照する(_R)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:182
+msgid "_Auto-run programs on new drives and media"
+msgstr "新しいドライブおよびメディア上のプログラムを自動実行する(_A)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:189
+msgid "Auto-open files on new drives and media"
+msgstr "يېڭى ئۈسكىنە ۋە media دىكى ھۆججەتلەر ئاپتوماتىك ئېچىلسۇن"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:201
+msgid "Blank CDs and DVDs"
+msgstr "空の CD および DVD"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:218
+msgid "_Burn a CD or DVD when a blank disc is inserted"
+msgstr "空の CD または DVD が挿入されたらディスクを作成する(_B)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:229
+msgid "Command for _Data CDs:"
+msgstr "データ CD 用コマンド(_D)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:239
+msgid "Command for A_udio CDs:"
+msgstr "オーディオ CD 用コマンド(_U)"
+
+#.
+#. Multimedia
+#.
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:255
+msgid "Multimedia"
+msgstr "Multimedia"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:266
+msgid "Audio CDs"
+msgstr "ئاۋاز چاستوتا CD"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:283
+msgid "Play _audio CDs when inserted"
+msgstr "オーディオ CD が挿入されたら再生する(_A)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:290
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:415
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:466
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:553
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:601
+msgid "_Command:"
+msgstr "بۇيرۇق(_C):"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:304
+msgid "Video CDs/DVDs"
+msgstr "ビデオ CD/DVD"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:321
+msgid "Play _video CDs and DVDs when inserted"
+msgstr "ビデオ CD および DVD が挿入されたら再生する(_V)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:329
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:367
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:505
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:640
+msgid "C_ommand:"
+msgstr "コマンド(_O):"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:343
+msgid "Portable Music Players"
+msgstr "携帯音楽プレイヤー"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:360
+msgid "Play _music files when connected"
+msgstr "接続されたら音楽ファイルを再生する(_M)"
+
+#.
+#. Cameras
+#.
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:379
+msgid "Cameras"
+msgstr "カメラ"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:390
+msgid "Digital Cameras"
+msgstr "デジタルカメラ"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:407
+msgid "Import digital photographs when connected"
+msgstr "接続されたら写真を取り込む"
+
+#.
+#. PDAs
+#.
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:427
+msgid "PDAs"
+msgstr "PDA"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:441
+msgid "Palm™"
+msgstr "Palm™"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:458
+msgid "Sync _Palm™ devices when connected"
+msgstr "Palm™ デバイスが接続されたら同期をとる(_P)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:480
+msgid "Pocket PCs"
+msgstr "Pocket PC"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:497
+msgid "Sync Pocket P_C devices when connected"
+msgstr "Pocket PC デバイスが接続されたら同期をとる(_C)"
+
+#.
+#. Printers
+#.
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:517
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:528
+msgid "Printers"
+msgstr "پرىنتېر"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:545
+msgid "Automatically run a program when a _printer is connected"
+msgstr "プリンタが接続されたら自動的にプログラムを実行する(_P)"
+
+#.
+#. Input Devices
+#.
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:565
+msgid "Input Devices"
+msgstr "كىرگۈزۈش ئۈسكۈنىسى"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:576
+msgid "Keyboards"
+msgstr "キーボード"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:593
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
+msgstr "USBキーボードが接続されたら自動的にプログラムを実行する(_K)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:615
+msgid "Mice"
+msgstr "Mice"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:632
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
+msgstr "USBマウスが接続されたら自動的にプログラムを実行する(_M)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:654
+msgid "Tablet"
+msgstr "タブレット"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:671
+msgid "Automatically run a program when a _tablet is connected"
+msgstr "タブレットが接続されたら自動的にプログラムを実行する(_T)"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:679
+msgid "Com_mand:"
+msgstr "コマンド(_M):"
+
+#: ../thunar-volman-settings/tvm-preferences-dialog.c:755
+msgid "Failed to open the documentation browser"
+msgstr "پۈتۈك كۆرگۈنى ئېچىش مەغلۇپ بولدى"
diff --git a/po/uk.po b/po/uk.po
index bbc6ffc..458b087 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2007-11-10 20:23+0200\n"
 "Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
 "Language-Team: Ukrainian <xfce-i18n at xfce.org>\n"
@@ -34,25 +34,25 @@ msgid "Print version information and exit"
 msgstr "Показати інформацію про версію і вийти"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar Керівник Томів"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "Всі права застережено."
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Будь-ласка, звітуйте про помилки для <%s>."
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "Немає пристрою з шляхом sysfs  \"%s\""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "Ви повинні вказати шлях sysfs для нових пристроїв з --device-added"
@@ -525,7 +525,8 @@ msgid "Keyboards"
 msgstr "Клавіатури"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "Автоматично запустити програму коли USB _клавіатуру під'єднано"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -533,7 +534,8 @@ msgid "Mice"
 msgstr "Миша"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "Автоматично запускати програму коли USB _миша під'єднана"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/ur.po b/po/ur.po
index 654cd90..317213c 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman.pot\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-05-14 02:39+0500\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
@@ -36,25 +36,25 @@ msgid "Print version information and exit"
 msgstr "ورژن معلومات طبع کرکے برخاست کریں"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "تھنر والیم منیجر"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "بگ <%s> رپورٹ کریں"
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "--device-added سے نئی HAL ڈیوائس UDI کا تعین لازمی ہے"
@@ -543,7 +543,8 @@ msgid "Keyboards"
 msgstr "کیبورڈ"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "یو ایس بی کیبورڈ متصل ہونے پر پروگرام خودکار طور پر چلائیں"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -551,7 +552,8 @@ msgid "Mice"
 msgstr "مائیس"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "یو ایس بی ماؤس متصل ہونے پر خودکار طور پر پروگرام چلائیں"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/ur_PK.po b/po/ur_PK.po
index 654cd90..317213c 100644
--- a/po/ur_PK.po
+++ b/po/ur_PK.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman.pot\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-05-14 02:39+0500\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmail.com>\n"
 "Language-Team: Urdu <makki.ma at gmail.com>\n"
@@ -36,25 +36,25 @@ msgid "Print version information and exit"
 msgstr "ورژن معلومات طبع کرکے برخاست کریں"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "تھنر والیم منیجر"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "بگ <%s> رپورٹ کریں"
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "--device-added سے نئی HAL ڈیوائس UDI کا تعین لازمی ہے"
@@ -543,7 +543,8 @@ msgid "Keyboards"
 msgstr "کیبورڈ"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "یو ایس بی کیبورڈ متصل ہونے پر پروگرام خودکار طور پر چلائیں"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -551,7 +552,8 @@ msgid "Mice"
 msgstr "مائیس"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "یو ایس بی ماؤس متصل ہونے پر خودکار طور پر پروگرام چلائیں"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/zh_CN.po b/po/zh_CN.po
index bfe6b00..c18ccb5 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2009-06-16 13:00+0800\n"
 "Last-Translator: Hunt Xu <huntxu at live.cn>\n"
 "Language-Team: Chinese (Simplified) <xfce-i18n at xfce.org>\n"
@@ -33,25 +33,25 @@ msgid "Print version information and exit"
 msgstr "打印版本信息并退出"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar 卷管理器"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr ""
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "请报告 bug 至 <%s>。"
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr ""
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, fuzzy, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "必须使用 --device-added 来指定新的 HAL 设备 UDI"
@@ -539,7 +539,8 @@ msgid "Keyboards"
 msgstr "键盘"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "USB 键盘连接后自动运行程序(_K)"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -547,7 +548,8 @@ msgid "Mice"
 msgstr "鼠标"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "USB 鼠标连接后自动运行程序(_M)"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 0b71200..7f3ea44 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,14 +7,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: thunar-volman 0.2.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-11-07 14:39+0100\n"
+"POT-Creation-Date: 2011-01-16 17:51+0100\n"
 "PO-Revision-Date: 2010-12-07 23:43+0800\n"
 "Last-Translator: Cheng-Chia Tseng <pswo10680 at gmail.com>\n"
 "Language-Team: Cheng-Wei Chien <e.cwchien at gmail.com>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
 "X-Poedit-Language: Chinese\n"
 "X-Poedit-Country: TAIWAN\n"
 "X-Poedit-SourceCharset: utf-8\n"
@@ -34,25 +34,25 @@ msgid "Print version information and exit"
 msgstr "列出版本資訊後離開"
 
 #. setup application name
-#: ../thunar-volman/main.c:96
+#: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
 msgstr "Thunar 儲存裝置管理員"
 
-#: ../thunar-volman/main.c:135
+#: ../thunar-volman/main.c:119
 msgid "All rights reserved."
 msgstr "保留所有權利。"
 
-#: ../thunar-volman/main.c:136
+#: ../thunar-volman/main.c:120
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "請回報錯誤至 <%s>。"
 
-#: ../thunar-volman/main.c:190
+#: ../thunar-volman/main.c:174
 #, c-format
 msgid "There is no device with the sysfs path \"%s\""
 msgstr "沒有 sysfs 路徑為「%s」的裝置"
 
-#: ../thunar-volman/main.c:202
+#: ../thunar-volman/main.c:186
 #, c-format
 msgid "Must specify the sysfs path of new devices with --device-added"
 msgstr "必須以 --device-added 來指定新裝置的 sysfs 路徑"
@@ -75,8 +75,7 @@ msgstr "您要匯入相片或管理音樂嗎?"
 #: ../thunar-volman/tvm-block-device.c:378
 #: ../thunar-volman/tvm-block-device.c:425
 #: ../thunar-volman/tvm-block-device.c:507
-#: ../thunar-volman/tvm-block-device.c:829
-#: ../thunar-volman/tvm-run.c:192
+#: ../thunar-volman/tvm-block-device.c:829 ../thunar-volman/tvm-run.c:192
 #: ../thunar-volman/tvm-run.c:203
 msgid "Ig_nore"
 msgstr "忽略(_N)"
@@ -100,7 +99,9 @@ msgid "A photo card has been detected"
 msgstr "已偵測到一張相片記憶卡"
 
 #: ../thunar-volman/tvm-block-device.c:275
-msgid "There are photos on the card. Would you like to add these photos to your album?"
+msgid ""
+"There are photos on the card. Would you like to add these photos to your "
+"album?"
 msgstr "在記憶卡中找到相片。您要將這些相片加入您的相簿嗎?"
 
 #. prompt the user to execute the file
@@ -276,8 +277,7 @@ msgstr "已置入 DVD"
 msgid "You have inserted a blank DVD."
 msgstr "您已置入一片空白 DVD。"
 
-#: ../thunar-volman/tvm-run.c:191
-#: ../thunar-volman/tvm-run.c:202
+#: ../thunar-volman/tvm-run.c:191 ../thunar-volman/tvm-run.c:202
 msgid "What would you like to do?"
 msgstr "接下來您要做什麼?"
 
@@ -525,7 +525,8 @@ msgid "Keyboards"
 msgstr "鍵盤"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:593
-msgid "Automatically run a program when an USB _keyboard is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _keyboard is connected"
 msgstr "連接 USB 鍵盤時自動執行程式(_K)"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:615
@@ -533,7 +534,8 @@ msgid "Mice"
 msgstr "滑鼠"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:632
-msgid "Automatically run a program when an USB _mouse is connected"
+#, fuzzy
+msgid "Automatically run a program when a USB _mouse is connected"
 msgstr "連接 USB 滑鼠時自動執行程式(_M)"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:654
@@ -554,18 +556,22 @@ msgstr "無法開啟文件瀏覽器"
 
 #~ msgid "Failed to open display"
 #~ msgstr "無法開啟顯示"
+
 #~ msgid "The Thunar development team. All rights reserved."
 #~ msgstr "Thunar 開發團隊。保留一切權利。"
+
 #~ msgid "Written by Benedikt Meurer <benny at xfce.org>."
 #~ msgstr "由 Benedikt Meurer 開發 <benny at xfce.org>。"
+
 #~ msgid "The specified UDI \"%s\" is not a valid HAL device UDI"
 #~ msgstr "指定的 UDI \"%s\" 並非有效的 HAL 裝置 UDI"
+
 #~ msgid "Choose Disc Type"
 #~ msgstr "請選擇光碟類型"
+
 #~ msgid "Make _DVD"
 #~ msgstr "製作 DVD (_D)"
 
 #, fuzzy
 #~ msgid "Removable Media"
 #~ msgstr "可移除裝置與媒體"
-
diff --git a/thunar-volman/main.c b/thunar-volman/main.c
index 511bca8..3449803 100644
--- a/thunar-volman/main.c
+++ b/thunar-volman/main.c
@@ -115,7 +115,7 @@ main (int    argc,
       g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, PACKAGE_VERSION, 
                xfce_version_string ());
       g_print ("%s\n", "Copyright (c) 2004-2007 Benedikt Meurer <benny at xfce.org>");
-      g_print ("%s\n", "Copyright (c)      2010 Jannis Pohlmann <jannis at xfce.org>");
+      g_print ("%s\n", "Copyright (c) 2010-2011 Jannis Pohlmann <jannis at xfce.org>");
       g_print ("\n%s\n\n", _("All rights reserved."));
       g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
       g_print ("\n");



More information about the Xfce4-commits mailing list