Author: benny
Date: 2006-09-02 17:13:22 +0000 (Sat, 02 Sep 2006)
New Revision: 23053

Modified:
   xfdesktop/trunk/configure.ac.in
   xfdesktop/trunk/po/ar.po
   xfdesktop/trunk/po/az.po
   xfdesktop/trunk/po/be.po
   xfdesktop/trunk/po/bg.po
   xfdesktop/trunk/po/bn_IN.po
   xfdesktop/trunk/po/ca.po
   xfdesktop/trunk/po/cs.po
   xfdesktop/trunk/po/de.po
   xfdesktop/trunk/po/el.po
   xfdesktop/trunk/po/en_GB.po
   xfdesktop/trunk/po/eo.po
   xfdesktop/trunk/po/es.po
   xfdesktop/trunk/po/es_MX.po
   xfdesktop/trunk/po/et.po
   xfdesktop/trunk/po/eu.po
   xfdesktop/trunk/po/fa.po
   xfdesktop/trunk/po/fi.po
   xfdesktop/trunk/po/fr.po
   xfdesktop/trunk/po/gl.po
   xfdesktop/trunk/po/gu.po
   xfdesktop/trunk/po/he.po
   xfdesktop/trunk/po/hi.po
   xfdesktop/trunk/po/hu.po
   xfdesktop/trunk/po/hy.po
   xfdesktop/trunk/po/it.po
   xfdesktop/trunk/po/ja.po
   xfdesktop/trunk/po/ka.po
   xfdesktop/trunk/po/ko.po
   xfdesktop/trunk/po/lt.po
   xfdesktop/trunk/po/mr.po
   xfdesktop/trunk/po/ms.po
   xfdesktop/trunk/po/nb_NO.po
   xfdesktop/trunk/po/nl.po
   xfdesktop/trunk/po/pa.po
   xfdesktop/trunk/po/pl.po
   xfdesktop/trunk/po/pt_BR.po
   xfdesktop/trunk/po/pt_PT.po
   xfdesktop/trunk/po/ro.po
   xfdesktop/trunk/po/ru.po
   xfdesktop/trunk/po/sk.po
   xfdesktop/trunk/po/sv.po
   xfdesktop/trunk/po/ta.po
   xfdesktop/trunk/po/tr.po
   xfdesktop/trunk/po/uk.po
   xfdesktop/trunk/po/vi.po
   xfdesktop/trunk/po/xfdesktop.pot
   xfdesktop/trunk/po/zh_CN.po
   xfdesktop/trunk/po/zh_TW.po
Log:
Bump version and requirements.

Modified: xfdesktop/trunk/configure.ac.in
===================================================================
--- xfdesktop/trunk/configure.ac.in     2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/configure.ac.in     2006-09-02 17:13:22 UTC (rev 23053)
@@ -4,7 +4,7 @@
 dnl
 
 dnl version info
-m4_define([xfdesktop_version], [4.3.90.2])
+m4_define([xfdesktop_version], [4.3.99.1])
 
 dnl init autoconf
 AC_INIT([xfdesktop], [xfdesktop_version], [EMAIL PROTECTED])
@@ -46,12 +46,12 @@
 XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90.2])
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2])
-XDT_CHECK_PACKAGE([LIBXFCE4MCS_CLIENT],  [libxfce4mcs-client-1.0], [4.3.90.2])
-XDT_XFCE_MCS_PLUGIN([XFCE_MCS_MANAGER], [4.3.90.2])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.1])
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.99.1])
+XDT_CHECK_PACKAGE([LIBXFCE4MCS_CLIENT],  [libxfce4mcs-client-1.0], [4.3.99.1])
+XDT_XFCE_MCS_PLUGIN([XFCE_MCS_MANAGER], [4.3.99.1])
 
-XDT_CHECK_OPTIONAL_PACKAGE([THUNAR_VFS], [thunar-vfs-1], [0.3.2], [thunar-vfs],
+XDT_CHECK_OPTIONAL_PACKAGE([THUNAR_VFS], [thunar-vfs-1], [0.4.0], [thunar-vfs],
     AC_HELP_STRING([--disable-thunar-vfs],
                    [Disable the use Thunar's VFS layer to show the desktop 
folder (default=enabled)]))
 AM_CONDITIONAL([HAVE_THUNAR_VFS], [test "x$THUNAR_VFS_FOUND" = "xyes"])
@@ -61,11 +61,11 @@
     XDT_CHECK_PACKAGE([DBUS], [dbus-glib-1], [0.34])
 fi
 
-XDT_CHECK_OPTIONAL_PACKAGE([THUNARX], [thunarx-1], [0.3.2], [thunarx],
+XDT_CHECK_OPTIONAL_PACKAGE([THUNARX], [thunarx-1], [0.4.0], [thunarx],
     AC_HELP_STRING([--disable-thunarx],
                    [Disable the use of Thunar's extension mechanism to add 
external features to the desktop icon implementation (default=enabled)]))
 
-XDT_CHECK_OPTIONAL_PACKAGE([LIBEXO], [exo-0.3], [0.3.1.8], [exo],
+XDT_CHECK_OPTIONAL_PACKAGE([LIBEXO], [exo-0.3], [0.3.1.10], [exo],
     AC_HELP_STRING([--disable-exo],
                    [Disable the use of libexo for nifty icon effects 
(default=enabled)]))
 
@@ -106,7 +106,7 @@
         build_panel_plugin="no"
 else
         build_panel_plugin="yes"
-        XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.90.2])
+        XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.1])
 fi
 AM_CONDITIONAL([BUILD_PANEL_PLUGIN], [test "x$build_panel_plugin" = "xyes"])
 

Modified: xfdesktop/trunk/po/ar.po
===================================================================
--- xfdesktop/trunk/po/ar.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/ar.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:06+0900\n"

Modified: xfdesktop/trunk/po/az.po
===================================================================
--- xfdesktop/trunk/po/az.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/az.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:09+0900\n"

Modified: xfdesktop/trunk/po/be.po
===================================================================
--- xfdesktop/trunk/po/be.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/be.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:10+0900\n"

Modified: xfdesktop/trunk/po/bg.po
===================================================================
--- xfdesktop/trunk/po/bg.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/bg.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-08-18 22:49+0900\n"

Modified: xfdesktop/trunk/po/bn_IN.po
===================================================================
--- xfdesktop/trunk/po/bn_IN.po 2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/bn_IN.po 2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-04-06 19:28+0530\n"

Modified: xfdesktop/trunk/po/ca.po
===================================================================
--- xfdesktop/trunk/po/ca.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/ca.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -7,7 +7,7 @@
 # Pau Rul·lan Ferragut <[EMAIL PROTECTED]> 2005, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-05-13 21:56+0200\n"

Modified: xfdesktop/trunk/po/cs.po
===================================================================
--- xfdesktop/trunk/po/cs.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/cs.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-08-18 23:29+0100\n"

Modified: xfdesktop/trunk/po/de.po
===================================================================
--- xfdesktop/trunk/po/de.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/de.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-25 09:54+0200\n"
 "PO-Revision-Date: 2006-08-25 09:54+0200\n"

Modified: xfdesktop/trunk/po/el.po
===================================================================
--- xfdesktop/trunk/po/el.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/el.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.1\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-27 02:32+0300\n"
 "PO-Revision-Date: 2006-08-27 02:35+0200\n"

Modified: xfdesktop/trunk/po/en_GB.po
===================================================================
--- xfdesktop/trunk/po/en_GB.po 2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/en_GB.po 2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2004-12-03 18:06+0200\n"

Modified: xfdesktop/trunk/po/eo.po
===================================================================
--- xfdesktop/trunk/po/eo.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/eo.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-10 07:28+0900\n"

Modified: xfdesktop/trunk/po/es.po
===================================================================
--- xfdesktop/trunk/po/es.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/es.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-11-10 01:10-0500\n"

Modified: xfdesktop/trunk/po/es_MX.po
===================================================================
--- xfdesktop/trunk/po/es_MX.po 2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/es_MX.po 2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-08-18 22:52+0900\n"

Modified: xfdesktop/trunk/po/et.po
===================================================================
--- xfdesktop/trunk/po/et.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/et.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:13+0900\n"

Modified: xfdesktop/trunk/po/eu.po
===================================================================
--- xfdesktop/trunk/po/eu.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/eu.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -7,7 +7,7 @@
 # Piarres Beobide  <[EMAIL PROTECTED]>, 2004, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: eu\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-08-15 23:18+0200\n"

Modified: xfdesktop/trunk/po/fa.po
===================================================================
--- xfdesktop/trunk/po/fa.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/fa.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:14+0900\n"

Modified: xfdesktop/trunk/po/fi.po
===================================================================
--- xfdesktop/trunk/po/fi.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/fi.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 18:09+0300\n"
 "PO-Revision-Date: 2005-08-15 18:15+0300\n"

Modified: xfdesktop/trunk/po/fr.po
===================================================================
--- xfdesktop/trunk/po/fr.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/fr.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-08-15 22:03+0100\n"

Modified: xfdesktop/trunk/po/gl.po
===================================================================
--- xfdesktop/trunk/po/gl.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/gl.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -6,7 +6,7 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop4\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: FULL NAME <[EMAIL PROTECTED]>\n"
 "POT-Creation-Date: 2006-06-15 18:01+0000\n"
 "PO-Revision-Date: 2006-08-17 16:47+0000\n"
@@ -1148,4 +1148,4 @@
 
 #: ../settings/xfce-backdrop-settings.desktop.in.h:3
 msgid "Xfce 4 Desktop Settings"
-msgstr ""
\ No newline at end of file
+msgstr ""

Modified: xfdesktop/trunk/po/gu.po
===================================================================
--- xfdesktop/trunk/po/gu.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/gu.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:16+0900\n"

Modified: xfdesktop/trunk/po/he.po
===================================================================
--- xfdesktop/trunk/po/he.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/he.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -8,7 +8,7 @@
 # Yuval Tanny <[EMAIL PROTECTED]>, 2004, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: he\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-09-02 04:42+0300\n"

Modified: xfdesktop/trunk/po/hi.po
===================================================================
--- xfdesktop/trunk/po/hi.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/hi.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:17+0900\n"

Modified: xfdesktop/trunk/po/hu.po
===================================================================
--- xfdesktop/trunk/po/hu.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/hu.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-09-02 10:00+0100\n"

Modified: xfdesktop/trunk/po/hy.po
===================================================================
--- xfdesktop/trunk/po/hy.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/hy.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:18+0900\n"

Modified: xfdesktop/trunk/po/it.po
===================================================================
--- xfdesktop/trunk/po/it.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/it.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-21 12:36+0100\n"

Modified: xfdesktop/trunk/po/ja.po
===================================================================
--- xfdesktop/trunk/po/ja.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/ja.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -8,7 +8,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-05-21 11:51+0900\n"

Modified: xfdesktop/trunk/po/ka.po
===================================================================
--- xfdesktop/trunk/po/ka.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/ka.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "POT-Creation-Date: \n"
 "PO-Revision-Date: 2006-08-24 23:48+0400\n"
 "Last-Translator: Dimitri Gogelia <[EMAIL PROTECTED]>\n"

Modified: xfdesktop/trunk/po/ko.po
===================================================================
--- xfdesktop/trunk/po/ko.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/ko.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-04-15 05:51+0900\n"

Modified: xfdesktop/trunk/po/lt.po
===================================================================
--- xfdesktop/trunk/po/lt.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/lt.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:19+0900\n"

Modified: xfdesktop/trunk/po/mr.po
===================================================================
--- xfdesktop/trunk/po/mr.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/mr.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:20+0900\n"

Modified: xfdesktop/trunk/po/ms.po
===================================================================
--- xfdesktop/trunk/po/ms.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/ms.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:20+0900\n"

Modified: xfdesktop/trunk/po/nb_NO.po
===================================================================
--- xfdesktop/trunk/po/nb_NO.po 2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/nb_NO.po 2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-08-18 22:57+0900\n"

Modified: xfdesktop/trunk/po/nl.po
===================================================================
--- xfdesktop/trunk/po/nl.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/nl.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-08-18 22:58+0900\n"

Modified: xfdesktop/trunk/po/pa.po
===================================================================
--- xfdesktop/trunk/po/pa.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/pa.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:21+0900\n"

Modified: xfdesktop/trunk/po/pl.po
===================================================================
--- xfdesktop/trunk/po/pl.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/pl.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-05-27 13:02+0200\n"

Modified: xfdesktop/trunk/po/pt_BR.po
===================================================================
--- xfdesktop/trunk/po/pt_BR.po 2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/pt_BR.po 2006-09-02 17:13:22 UTC (rev 23053)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-07-16 02:24-0300\n"

Modified: xfdesktop/trunk/po/pt_PT.po
===================================================================
--- xfdesktop/trunk/po/pt_PT.po 2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/pt_PT.po 2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-08-18 23:00+0900\n"

Modified: xfdesktop/trunk/po/ro.po
===================================================================
--- xfdesktop/trunk/po/ro.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/ro.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:22+0900\n"

Modified: xfdesktop/trunk/po/ru.po
===================================================================
--- xfdesktop/trunk/po/ru.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/ru.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-05-01 17:53+0600\n"

Modified: xfdesktop/trunk/po/sk.po
===================================================================
--- xfdesktop/trunk/po/sk.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/sk.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:24+0900\n"

Modified: xfdesktop/trunk/po/sv.po
===================================================================
--- xfdesktop/trunk/po/sv.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/sv.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.0\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-08-18 23:01+0900\n"

Modified: xfdesktop/trunk/po/ta.po
===================================================================
--- xfdesktop/trunk/po/ta.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/ta.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:24+0900\n"

Modified: xfdesktop/trunk/po/tr.po
===================================================================
--- xfdesktop/trunk/po/tr.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/tr.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:25+0900\n"

Modified: xfdesktop/trunk/po/uk.po
===================================================================
--- xfdesktop/trunk/po/uk.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/uk.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-09 22:25+0900\n"

Modified: xfdesktop/trunk/po/vi.po
===================================================================
--- xfdesktop/trunk/po/vi.po    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/vi.po    2006-09-02 17:13:22 UTC (rev 23053)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-04-26 22:41+0400\n"

Modified: xfdesktop/trunk/po/xfdesktop.pot
===================================================================
--- xfdesktop/trunk/po/xfdesktop.pot    2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/xfdesktop.pot    2006-09-02 17:13:22 UTC (rev 23053)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-15 00:03-0700\n"
+"POT-Creation-Date: 2006-09-02 19:10+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
 "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -228,8 +228,8 @@
 msgstr ""
 
 #: ../menueditor/menueditor-main-window.c:142
-#: ../src/xfdesktop-file-icon-manager.c:1402
-#: ../src/xfdesktop-special-file-icon.c:488 ../src/xfdesktop-volume-icon.c:562
+#: ../src/xfdesktop-file-icon-manager.c:1404
+#: ../src/xfdesktop-special-file-icon.c:524 ../src/xfdesktop-volume-icon.c:562
 msgid "_Open"
 msgstr ""
 
@@ -380,7 +380,7 @@
 #: ../menueditor/menueditor-main-window.c:479
 #: ../menueditor/menueditor-main-window.c:532
 #: ../menueditor/menueditor-main-window.c:630
-#: ../src/xfdesktop-file-icon-manager.c:573 ../src/xfdesktop-file-utils.c:52
+#: ../src/xfdesktop-file-icon-manager.c:575 ../src/xfdesktop-file-utils.c:52
 msgid "Question"
 msgstr ""
 
@@ -464,6 +464,11 @@
 msgid "Forget modifications"
 msgstr ""
 
+#: ../menueditor/menueditor-main-window.c:2033
+#, c-format
+msgid "Unable to open the menu file %s in write mode"
+msgstr ""
+
 #: ../modules/menu/desktop-menu-file.c:116
 #: ../modules/menu/desktop-menu-file.c:131
 #: ../panel-plugin/desktop-menu-plugin.c:773
@@ -624,8 +629,8 @@
 msgstr ""
 
 #: ../settings/appearance-settings.c:806
-#: ../src/xfdesktop-regular-file-icon.c:472
-#: ../src/xfdesktop-regular-file-icon.c:533
+#: ../src/xfdesktop-regular-file-icon.c:483
+#: ../src/xfdesktop-regular-file-icon.c:544
 msgid "Error"
 msgstr ""
 
@@ -808,70 +813,70 @@
 msgid "Custom _font size:"
 msgstr ""
 
-#: ../src/main.c:250
+#: ../src/main.c:255
 #, c-format
 msgid "This is %s version %s, running on Xfce %s.\n"
 msgstr ""
 
-#: ../src/main.c:252
+#: ../src/main.c:257
 #, c-format
 msgid "Built with GTK+ %d.%d.%d, linked with GTK+ %d.%d.%d."
 msgstr ""
 
-#: ../src/main.c:256
+#: ../src/main.c:261
 msgid "Build options:\n"
 msgstr ""
 
-#: ../src/main.c:257
+#: ../src/main.c:262
 #, c-format
 msgid "    Desktop Menu:        %s\n"
 msgstr ""
 
-#: ../src/main.c:259 ../src/main.c:266 ../src/main.c:273
+#: ../src/main.c:264 ../src/main.c:271 ../src/main.c:278
 msgid "enabled"
 msgstr ""
 
-#: ../src/main.c:261 ../src/main.c:268 ../src/main.c:275
+#: ../src/main.c:266 ../src/main.c:273 ../src/main.c:280
 msgid "disabled"
 msgstr ""
 
-#: ../src/main.c:264
+#: ../src/main.c:269
 #, c-format
 msgid "    Desktop Icons:       %s\n"
 msgstr ""
 
-#: ../src/main.c:271
+#: ../src/main.c:276
 #, c-format
 msgid "    Desktop File Icons:  %s\n"
 msgstr ""
 
-#: ../src/main.c:298
+#: ../src/main.c:305
 #, c-format
 msgid "%s: Unknown option: %s\n"
 msgstr ""
 
-#: ../src/main.c:299
+#: ../src/main.c:306
 msgid "Options are:\n"
 msgstr ""
 
-#: ../src/main.c:300
+#: ../src/main.c:307
 msgid "    --reload      Reload all settings, refresh image list\n"
 msgstr ""
 
-#: ../src/main.c:301
+#: ../src/main.c:308
 msgid "    --menu        Pop up the menu (at the current mouse position)\n"
 msgstr ""
 
-#: ../src/main.c:302
+#: ../src/main.c:309
 msgid ""
 "    --windowlist  Pop up the window list (at the current mouse position)\n"
 msgstr ""
 
-#: ../src/main.c:303
+#: ../src/main.c:310
 msgid "    --quit        Cause xfdesktop to quit\n"
 msgstr ""
 
-#: ../src/main.c:318
+#: ../src/main.c:325
 #, c-format
 msgid "%s is not running.\n"
 msgstr ""
@@ -900,7 +905,7 @@
 msgid "_Remove Workspace '%s'"
 msgstr ""
 
-#: ../src/xfce-desktop.c:552
+#: ../src/xfce-desktop.c:542
 msgid "Desktop"
 msgstr ""
 
@@ -912,7 +917,7 @@
 
 #: ../src/xfdesktop-file-icon-manager.c:246
 #: ../src/xfdesktop-file-icon-manager.c:255
-#: ../src/xfdesktop-file-icon-manager.c:894
+#: ../src/xfdesktop-file-icon-manager.c:896
 msgid "Create Folder Failed"
 msgstr ""
 
@@ -928,201 +933,200 @@
 msgstr ""
 
 #. printf is to be translator-friendly
-#: ../src/xfdesktop-file-icon-manager.c:364
-#: ../src/xfdesktop-file-icon-manager.c:695
-#: ../src/xfdesktop-file-icon-manager.c:729
-#: ../src/xfdesktop-file-icon-manager.c:1328
+#: ../src/xfdesktop-file-icon-manager.c:366
+#: ../src/xfdesktop-file-icon-manager.c:697
+#: ../src/xfdesktop-file-icon-manager.c:731
+#: ../src/xfdesktop-file-icon-manager.c:1330
 #: ../src/xfdesktop-volume-icon.c:536
 #, c-format
 msgid "Unable to launch \"%s\":"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:366
-#: ../src/xfdesktop-file-icon-manager.c:697
-#: ../src/xfdesktop-file-icon-manager.c:732
-#: ../src/xfdesktop-file-icon-manager.c:928
-#: ../src/xfdesktop-file-icon-manager.c:1330
-#: ../src/xfdesktop-special-file-icon.c:436
-#: ../src/xfdesktop-special-file-icon.c:465 ../src/xfdesktop-volume-icon.c:538
+#: ../src/xfdesktop-file-icon-manager.c:368
+#: ../src/xfdesktop-file-icon-manager.c:699
+#: ../src/xfdesktop-file-icon-manager.c:734
+#: ../src/xfdesktop-file-icon-manager.c:930
+#: ../src/xfdesktop-file-icon-manager.c:1332
+#: ../src/xfdesktop-volume-icon.c:538
 msgid "Launch Error"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:368 ../src/xfdesktop-volume-icon.c:541
+#: ../src/xfdesktop-file-icon-manager.c:370 ../src/xfdesktop-volume-icon.c:541
 msgid "The associated application could not be found or executed."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:495
+#: ../src/xfdesktop-file-icon-manager.c:497
 #, c-format
 msgid "Rename \"%s\""
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:502
-#: ../src/xfdesktop-file-icon-manager.c:966
-#: ../src/xfdesktop-file-icon-manager.c:1057
-#: ../src/xfdesktop-file-icon-manager.c:1068
+#: ../src/xfdesktop-file-icon-manager.c:504
+#: ../src/xfdesktop-file-icon-manager.c:968
+#: ../src/xfdesktop-file-icon-manager.c:1059
+#: ../src/xfdesktop-file-icon-manager.c:1070
 msgid "Enter the new name:"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:504
+#: ../src/xfdesktop-file-icon-manager.c:506
 msgid "Rename"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:570
+#: ../src/xfdesktop-file-icon-manager.c:572
 #, c-format
 msgid "Are you sure that you want to delete \"%s\"?"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:575
-#: ../src/xfdesktop-file-icon-manager.c:595
+#: ../src/xfdesktop-file-icon-manager.c:577
+#: ../src/xfdesktop-file-icon-manager.c:597
 msgid "If you delete a file, it is permanently lost."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:589
+#: ../src/xfdesktop-file-icon-manager.c:591
 #, c-format
 msgid "Are you sure you want to delete the following %d files?"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:592
+#: ../src/xfdesktop-file-icon-manager.c:594
 msgid "Delete Multiple Files"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:734
+#: ../src/xfdesktop-file-icon-manager.c:736
 msgid ""
 "This feature requires a file manager service present (such as that supplied "
 "by Thunar)."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:827
+#: ../src/xfdesktop-file-icon-manager.c:829
 #, c-format
 msgid "_Open With \"%s\""
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:830
+#: ../src/xfdesktop-file-icon-manager.c:832
 #, c-format
 msgid "Open With \"%s\""
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:891
+#: ../src/xfdesktop-file-icon-manager.c:893
 #, c-format
 msgid "Unable to create folder named \"%s\":"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:930
+#: ../src/xfdesktop-file-icon-manager.c:932
 msgid ""
 "Unable to launch \"exo-desktop-item-edit\", which is required to create and "
 "edit launchers and links on the desktop."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:963
+#: ../src/xfdesktop-file-icon-manager.c:965
 msgid "Create New Folder"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:967
+#: ../src/xfdesktop-file-icon-manager.c:969
 msgid "New Folder"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:968
-#: ../src/xfdesktop-file-icon-manager.c:1059
-#: ../src/xfdesktop-file-icon-manager.c:1070
+#: ../src/xfdesktop-file-icon-manager.c:970
+#: ../src/xfdesktop-file-icon-manager.c:1061
+#: ../src/xfdesktop-file-icon-manager.c:1072
 msgid "Create"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1004
+#: ../src/xfdesktop-file-icon-manager.c:1006
 #, c-format
 msgid "Unable to create file named \"%s\":"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1007
+#: ../src/xfdesktop-file-icon-manager.c:1009
 msgid "Create File Failed"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1046
+#: ../src/xfdesktop-file-icon-manager.c:1048
 #, c-format
 msgid "Create Document from template \"%s\""
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1065
+#: ../src/xfdesktop-file-icon-manager.c:1067
 msgid "Create Empty File"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1069
+#: ../src/xfdesktop-file-icon-manager.c:1071
 msgid "New Empty File"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1102
+#: ../src/xfdesktop-file-icon-manager.c:1104
 #, c-format
 msgid "Unable to create file \"%s\":"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1103
+#: ../src/xfdesktop-file-icon-manager.c:1105
 msgid "Create Error"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1387
+#: ../src/xfdesktop-file-icon-manager.c:1389
 msgid "_Open all"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1417
+#: ../src/xfdesktop-file-icon-manager.c:1419
 msgid "_Execute"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1434
+#: ../src/xfdesktop-file-icon-manager.c:1436
 msgid "_Edit Launcher"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1474
+#: ../src/xfdesktop-file-icon-manager.c:1476
 msgid "Open With"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1504
+#: ../src/xfdesktop-file-icon-manager.c:1506
 msgid "Open With Other _Application..."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1604
+#: ../src/xfdesktop-file-icon-manager.c:1606
 msgid "_Rename..."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1620
+#: ../src/xfdesktop-file-icon-manager.c:1622
 #: ../src/xfdesktop-volume-icon.c:612
 msgid "_Properties..."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1637
+#: ../src/xfdesktop-file-icon-manager.c:1639
 msgid "Des_ktop"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1656
+#: ../src/xfdesktop-file-icon-manager.c:1658
 msgid "Create _Launcher..."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1677
+#: ../src/xfdesktop-file-icon-manager.c:1679
 msgid "Create _URL Link..."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1694
+#: ../src/xfdesktop-file-icon-manager.c:1696
 msgid "Create _Folder..."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1736
+#: ../src/xfdesktop-file-icon-manager.c:1738
 msgid "_Empty File"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1777
+#: ../src/xfdesktop-file-icon-manager.c:1779
 msgid "Desktop _Settings..."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:1786
+#: ../src/xfdesktop-file-icon-manager.c:1788
 msgid "_Desktop Properties..."
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:2794
-#: ../src/xfdesktop-regular-file-icon.c:349
+#: ../src/xfdesktop-file-icon-manager.c:2839
+#: ../src/xfdesktop-regular-file-icon.c:350
 #, c-format
 msgid "Failed to run \"%s\":"
 msgstr ""
 
-#: ../src/xfdesktop-file-icon-manager.c:2796
-#: ../src/xfdesktop-regular-file-icon.c:351
+#: ../src/xfdesktop-file-icon-manager.c:2841
+#: ../src/xfdesktop-regular-file-icon.c:352
 msgid "Run Error"
 msgstr ""
 
@@ -1185,11 +1189,17 @@
 msgstr ""
 
 #: ../src/xfdesktop-file-properties-dialog.c:412
-#: ../src/xfdesktop-regular-file-icon.c:450
-#: ../src/xfdesktop-special-file-icon.c:404 ../src/xfdesktop-volume-icon.c:391
+#: ../src/xfdesktop-regular-file-icon.c:451
+#: ../src/xfdesktop-special-file-icon.c:411 ../src/xfdesktop-volume-icon.c:391
 msgid "%s (%"
 msgstr ""
 
+#: ../src/xfdesktop-file-properties-dialog.c:412
+#: ../src/xfdesktop-regular-file-icon.c:451
+#: ../src/xfdesktop-special-file-icon.c:411 ../src/xfdesktop-volume-icon.c:391
+msgid " Bytes)"
+msgstr ""
+
 #. permissions tab
 #: ../src/xfdesktop-file-properties-dialog.c:427
 msgid "Permissions"
@@ -1244,8 +1254,8 @@
 msgid "link to %s"
 msgstr ""
 
-#: ../src/xfdesktop-regular-file-icon.c:453
-#: ../src/xfdesktop-special-file-icon.c:407 ../src/xfdesktop-volume-icon.c:394
+#: ../src/xfdesktop-regular-file-icon.c:454
+#: ../src/xfdesktop-special-file-icon.c:414 ../src/xfdesktop-volume-icon.c:394
 #, c-format
 msgid ""
 "Kind: %s\n"
@@ -1253,36 +1263,30 @@
 "Size: %s"
 msgstr ""
 
-#: ../src/xfdesktop-regular-file-icon.c:530
+#: ../src/xfdesktop-regular-file-icon.c:541
 #, c-format
 msgid "Failed to rename \"%s\" to \"%s\":"
 msgstr ""
 
-#: ../src/xfdesktop-special-file-icon.c:233
+#: ../src/xfdesktop-special-file-icon.c:240
 msgid "Home"
 msgstr ""
 
-#: ../src/xfdesktop-special-file-icon.c:437
-msgid "Unable to open the trash."
+#: ../src/xfdesktop-special-file-icon.c:429
+msgid "Trash Error"
 msgstr ""
 
-#: ../src/xfdesktop-special-file-icon.c:438
-msgid ""
-"Viewing the contents of the trash requires a file manager that supports the "
-"Xfce trash service, such as Thunar."
+#: ../src/xfdesktop-special-file-icon.c:431
+msgid "Unable to contact the Xfce Trash service."
 msgstr ""
 
-#: ../src/xfdesktop-special-file-icon.c:466
-msgid "Unable to empty the trash."
-msgstr ""
-
-#: ../src/xfdesktop-special-file-icon.c:467
+#: ../src/xfdesktop-special-file-icon.c:432
 msgid ""
-"Emptying the trash requires a file manager that supports the Xfce trash "
+"Make sure you have a file manager installed that supports the Xfce Trash "
 "service, such as Thunar."
 msgstr ""
 
-#: ../src/xfdesktop-special-file-icon.c:499
+#: ../src/xfdesktop-special-file-icon.c:535
 msgid "_Empty Trash"
 msgstr ""
 

Modified: xfdesktop/trunk/po/zh_CN.po
===================================================================
--- xfdesktop/trunk/po/zh_CN.po 2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/zh_CN.po 2006-09-02 17:13:22 UTC (rev 23053)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2005-10-21 22:04+0900\n"

Modified: xfdesktop/trunk/po/zh_TW.po
===================================================================
--- xfdesktop/trunk/po/zh_TW.po 2006-09-02 17:07:07 UTC (rev 23052)
+++ xfdesktop/trunk/po/zh_TW.po 2006-09-02 17:13:22 UTC (rev 23053)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfdesktop 4.3.90.2\n"
+"Project-Id-Version: xfdesktop 4.3.99.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-08-15 00:03-0700\n"
 "PO-Revision-Date: 2006-08-20 01:23+0800\n"

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to