summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac.in18
-rw-r--r--po/ar.po2
-rw-r--r--po/az.po2
-rw-r--r--po/be.po2
-rw-r--r--po/bg.po2
-rw-r--r--po/bn_IN.po2
-rw-r--r--po/ca.po2
-rw-r--r--po/cs.po2
-rw-r--r--po/de.po2
-rw-r--r--po/el.po2
-rw-r--r--po/en_GB.po2
-rw-r--r--po/eo.po2
-rw-r--r--po/es.po2
-rw-r--r--po/es_MX.po2
-rw-r--r--po/et.po2
-rw-r--r--po/eu.po2
-rw-r--r--po/fa.po2
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/gl.po4
-rw-r--r--po/gu.po2
-rw-r--r--po/he.po2
-rw-r--r--po/hi.po2
-rw-r--r--po/hu.po2
-rw-r--r--po/hy.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/ka.po2
-rw-r--r--po/ko.po2
-rw-r--r--po/lt.po2
-rw-r--r--po/mr.po2
-rw-r--r--po/ms.po2
-rw-r--r--po/nb_NO.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/pa.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/pt_BR.po2
-rw-r--r--po/pt_PT.po2
-rw-r--r--po/ro.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/sk.po2
-rw-r--r--po/sv.po2
-rw-r--r--po/ta.po2
-rw-r--r--po/tr.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/vi.po2
-rw-r--r--po/xfdesktop.pot204
-rw-r--r--po/zh_CN.po2
-rw-r--r--po/zh_TW.po2
49 files changed, 161 insertions, 157 deletions
diff --git a/configure.ac.in b/configure.ac.in
index f3924f89..0d4a7f0f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -4,7 +4,7 @@ dnl xfdesktop - xfce4's desktop manager
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], [bjt23@cornell.edu])
@@ -46,12 +46,12 @@ dnl required
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 @@ if test "x$THUNAR_VFS_FOUND" = "xyes"; then
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 @@ if test "x$ac_cv_enable_panel_plugin" = "xno" -o "x$build_desktop_menu" = "xno";
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"])
diff --git a/po/ar.po b/po/ar.po
index 36c793c5..710acd70 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -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"
diff --git a/po/az.po b/po/az.po
index 797cd38e..15847e53 100644
--- a/po/az.po
+++ b/po/az.po
@@ -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"
diff --git a/po/be.po b/po/be.po
index 5bd13d74..00348247 100644
--- a/po/be.po
+++ b/po/be.po
@@ -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"
diff --git a/po/bg.po b/po/bg.po
index 31fcc58e..c277fe19 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -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"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index baea49f3..3c1b832b 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -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"
diff --git a/po/ca.po b/po/ca.po
index 9ad37c24..72fc2af9 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@
# Pau Rul·lan Ferragut <paurullan@bulma.net> 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"
diff --git a/po/cs.po b/po/cs.po
index 939ae2a7..3c65ad1b 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -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"
diff --git a/po/de.po b/po/de.po
index f8c36b7e..c88d72fc 100644
--- a/po/de.po
+++ b/po/de.po
@@ -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"
diff --git a/po/el.po b/po/el.po
index bce42eec..2e46cdd1 100644
--- a/po/el.po
+++ b/po/el.po
@@ -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"
diff --git a/po/en_GB.po b/po/en_GB.po
index 8dcbde4a..82c90369 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -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"
diff --git a/po/eo.po b/po/eo.po
index 0c18dbc7..ce93c89e 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -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"
diff --git a/po/es.po b/po/es.po
index ef6d42c5..5ffb05bb 100644
--- a/po/es.po
+++ b/po/es.po
@@ -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"
diff --git a/po/es_MX.po b/po/es_MX.po
index 15ba6ed0..8109af39 100644
--- a/po/es_MX.po
+++ b/po/es_MX.po
@@ -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"
diff --git a/po/et.po b/po/et.po
index d079a0dd..ba6c993c 100644
--- a/po/et.po
+++ b/po/et.po
@@ -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"
diff --git a/po/eu.po b/po/eu.po
index cabf5427..e43b947f 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@
# Piarres Beobide <pi@beobide.net>, 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"
diff --git a/po/fa.po b/po/fa.po
index 93e9b694..e39f5441 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -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"
diff --git a/po/fi.po b/po/fi.po
index 035fbdef..9a32e47b 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -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"
diff --git a/po/fr.po b/po/fr.po
index 54457591..e99b2f2b 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -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"
diff --git a/po/gl.po b/po/gl.po
index feb4d35a..31bff58c 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -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@ADDRESS>\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 @@ msgstr ""
#: ../settings/xfce-backdrop-settings.desktop.in.h:3
msgid "Xfce 4 Desktop Settings"
-msgstr "" \ No newline at end of file
+msgstr ""
diff --git a/po/gu.po b/po/gu.po
index d6a7a07b..60f4b3c4 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -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"
diff --git a/po/he.po b/po/he.po
index 3b06352a..09f7602e 100644
--- a/po/he.po
+++ b/po/he.po
@@ -8,7 +8,7 @@
# Yuval Tanny <tanai@int.gov.il>, 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"
diff --git a/po/hi.po b/po/hi.po
index ab8c3922..fcf70e4e 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -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"
diff --git a/po/hu.po b/po/hu.po
index 2e04e177..c7e5c900 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -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"
diff --git a/po/hy.po b/po/hy.po
index e0203b66..b041f73c 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -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"
diff --git a/po/it.po b/po/it.po
index d90e9c33..2360f3cd 100644
--- a/po/it.po
+++ b/po/it.po
@@ -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"
diff --git a/po/ja.po b/po/ja.po
index 30b8e74f..ac67d1f6 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -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"
diff --git a/po/ka.po b/po/ka.po
index e88732ec..e2d68f37 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -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 <delphi.knight@gmail.com>\n"
diff --git a/po/ko.po b/po/ko.po
index f617ce43..6dda28f3 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -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"
diff --git a/po/lt.po b/po/lt.po
index bf8a7782..f76a18eb 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -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"
diff --git a/po/mr.po b/po/mr.po
index 9e133d7f..2c6942b1 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -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"
diff --git a/po/ms.po b/po/ms.po
index 561a12a8..d209821c 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -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"
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 1f9a3f6b..64429eda 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -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"
diff --git a/po/nl.po b/po/nl.po
index 463010e3..1f0d2044 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -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"
diff --git a/po/pa.po b/po/pa.po
index f013d0f3..fe856238 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -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"
diff --git a/po/pl.po b/po/pl.po
index fc5784a5..7d179d5a 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -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"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index ab921ba9..541a3e7c 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -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"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 33bc5ea6..098e140f 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -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"
diff --git a/po/ro.po b/po/ro.po
index 8f606208..e18ded58 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -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"
diff --git a/po/ru.po b/po/ru.po
index 6de9db55..b641500f 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -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"
diff --git a/po/sk.po b/po/sk.po
index 91ac4fbe..e7bd290e 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -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"
diff --git a/po/sv.po b/po/sv.po
index 83b05378..ce42416b 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -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"
diff --git a/po/ta.po b/po/ta.po
index 4f76fec0..6444835c 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -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"
diff --git a/po/tr.po b/po/tr.po
index 0b39a74d..6ae295b7 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -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"
diff --git a/po/uk.po b/po/uk.po
index 40f3b42a..bac08fa2 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -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"
diff --git a/po/vi.po b/po/vi.po
index bf77c6a0..eea93b42 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -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"
diff --git a/po/xfdesktop.pot b/po/xfdesktop.pot
index 4f08aae9..598c00c3 100644
--- a/po/xfdesktop.pot
+++ b/po/xfdesktop.pot
@@ -8,7 +8,7 @@ msgid ""
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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -228,8 +228,8 @@ msgid "Create a new empty menu"
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 @@ msgstr ""
#: ../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 @@ msgstr ""
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 @@ msgid "Unknown Error"
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 @@ msgstr ""
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 @@ msgstr ""
msgid "_Remove Workspace '%s'"
msgstr ""
-#: ../src/xfce-desktop.c:552
+#: ../src/xfce-desktop.c:542
msgid "Desktop"
msgstr ""
@@ -912,7 +917,7 @@ msgstr ""
#: ../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 @@ msgid "Please delete or rename the file."
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 @@ msgid "Size:"
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 @@ msgstr ""
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 @@ msgid ""
"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."
-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:429
+msgid "Trash Error"
msgstr ""
-#: ../src/xfdesktop-special-file-icon.c:466
-msgid "Unable to empty the trash."
+#: ../src/xfdesktop-special-file-icon.c:431
+msgid "Unable to contact the Xfce Trash service."
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 ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index a7a011e9..1a5288f7 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -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"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 48a4bac7..6ae131ce 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -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"