summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2006-09-02 15:35:39 +0000
committerBenedikt Meurer <benny@xfce.org>2006-09-02 15:35:39 +0000
commit794a891b0812fb0853005f8a0a7345c3866b555d (patch)
tree2306417cce1675e69e2cdcdb174a748953faf7e1
parent94c134d0a4057cf973a55e9e81822568c3c5d5e8 (diff)
Bump version and requirements.xfce-4.4rc1
(Old svn revision: 23031)
-rw-r--r--config/Makefile.am6
-rw-r--r--configure.ac.in14
-rw-r--r--panel/Makefile.am1
-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/xfce4-panel.pot220
-rw-r--r--po/zh_CN.po2
-rw-r--r--po/zh_TW.po2
51 files changed, 158 insertions, 179 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
index e567d0b6..abf7b46a 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -1,4 +1,8 @@
-conf_in_files = $(wildcard $(srcdir)/*.rc.in)
+conf_in_files = \
+ launcher-7.rc.in \
+ launcher-8.rc.in \
+ launcher-9.rc.in \
+ launcher-10.rc.in
conf_files = $(conf_in_files:.rc.in=.rc)
diff --git a/configure.ac.in b/configure.ac.in
index 31d92602..41e72869 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,10 +11,10 @@ m4_define([libxfce4panel_verinfo], [2:0:1])
dnl panel version info
m4_define([xfce4_panel_version_major], [4])
m4_define([xfce4_panel_version_minor], [3])
-m4_define([xfce4_panel_version_micro], [90])
-m4_define([xfce4_panel_version_nano], [2]) dnl leave this empty to have no nano version
+m4_define([xfce4_panel_version_micro], [99])
+m4_define([xfce4_panel_version_nano], [1]) dnl leave this empty to have no nano version
m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [svn])
+m4_define([xfce4_panel_version_tag], [])
m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(), [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [svn], [xfce4_panel_version_tag()-xfce4_panel_version_build()], [xfce4_panel_version_tag()])])
@@ -71,11 +71,11 @@ XDT_CHECK_LIBX11_REQUIRE
XDT_CHECK_LIBSM
dnl Check for required packages
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90.2])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.1])
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2])
-XDT_CHECK_PACKAGE(LIBXFCE4MCS_MANAGER, libxfce4mcs-manager-1.0, 4.3.90.2)
-XFCE_MCS_PLUGIN([XFCE_MCS_MANAGER], [4.3.90.2])
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.99.1])
+XDT_CHECK_PACKAGE(LIBXFCE4MCS_MANAGER, libxfce4mcs-manager-1.0, 4.3.99.1)
+XFCE_MCS_PLUGIN([XFCE_MCS_MANAGER], [4.3.99.1])
dnl Check for optional packages
XDT_CHECK_OPTIONAL_PACKAGE([LIBSTARTUP_NOTIFICATION],
diff --git a/panel/Makefile.am b/panel/Makefile.am
index 708c46c1..04f85dbf 100644
--- a/panel/Makefile.am
+++ b/panel/Makefile.am
@@ -2,6 +2,7 @@
bin_SCRIPTS = @DUMMY_SCRIPTS@
EXTRA_SCRIPTS = xftaskbar4 xfce4-iconbox
+EXTRA_DIST = $(EXTRA_SCRIPTS)
bin_PROGRAMS = xfce4-panel
diff --git a/po/ar.po b/po/ar.po
index d87fec54..81203a7c 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:15+0900\n"
diff --git a/po/az.po b/po/az.po
index 80908666..d0aa98df 100644
--- a/po/az.po
+++ b/po/az.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:16+0900\n"
diff --git a/po/be.po b/po/be.po
index 6c1d0a12..4e8e8edd 100644
--- a/po/be.po
+++ b/po/be.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:16+0900\n"
diff --git a/po/bg.po b/po/bg.po
index d987f87d..ea296181 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-08-21 17:27+0900\n"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index e9efb916..97dcb39c 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:17+0900\n"
diff --git a/po/ca.po b/po/ca.po
index 5e33b2e8..d0315ff0 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -6,7 +6,7 @@
# Pau Rul.lan Ferragut <paurullan@bulma.net> 2005, 2006
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-05-13 22:16+0200\n"
diff --git a/po/cs.po b/po/cs.po
index e756388c..0c4cd551 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-08-18 22:37+0100\n"
diff --git a/po/de.po b/po/de.po
index 7cd493f8..507351f8 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.28\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-25 18:48+0200\n"
"PO-Revision-Date: 2006-08-27 19:28+0200\n"
diff --git a/po/el.po b/po/el.po
index 1484ef95..ac800e50 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.1\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-08-24 18:15+0200\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index e9aed03d..4206458a 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:21+0900\n"
diff --git a/po/eo.po b/po/eo.po
index 1ca09fef..4e47ff04 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-08-03 04:10+0300\n"
diff --git a/po/es.po b/po/es.po
index 57925d51..c2634f4f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-11-07 22:12+0900\n"
diff --git a/po/es_MX.po b/po/es_MX.po
index 5862aced..c061ac74 100644
--- a/po/es_MX.po
+++ b/po/es_MX.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-08-18 01:08+0900\n"
diff --git a/po/et.po b/po/et.po
index 38e96ae6..43e7c697 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-04-13 14:16+0300\n"
diff --git a/po/eu.po b/po/eu.po
index 718bc5e2..df4685d7 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@
# Piarres Beobide Egaña <pi@beobide.net>, 2004, 2005, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: eu\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-08-12 22:23+0200\n"
diff --git a/po/fa.po b/po/fa.po
index c98cb3e2..30f32259 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:25+0900\n"
diff --git a/po/fi.po b/po/fi.po
index 78dba533..5612b758 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 21:35+0300\n"
"PO-Revision-Date: 2006-08-12 21:36+0300\n"
diff --git a/po/fr.po b/po/fr.po
index d22169a7..fd1c947a 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-08-19 18:36+0100\n"
diff --git a/po/gl.po b/po/gl.po
index 2d367c34..3be1d5ce 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2006-05-29 20:39+0000\n"
"PO-Revision-Date: 2006-06-06 12:38+0000\n"
@@ -734,4 +734,4 @@ msgstr "Este plugin non ten ningún propósito"
#: ../mcs-plugin/xfce4-panel-manager.desktop.in.h:3
msgid "Xfce 4 Panel Manager"
-msgstr "Administrador de paneis de XFCE 4" \ No newline at end of file
+msgstr "Administrador de paneis de XFCE 4"
diff --git a/po/gu.po b/po/gu.po
index e69cdf32..cfe0b951 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:29+0900\n"
diff --git a/po/he.po b/po/he.po
index 6ae6e51f..a4a94595 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: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-09-02 04:46+0300\n"
diff --git a/po/hi.po b/po/hi.po
index afce8a6b..164fd55c 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-08-21 17:43+0900\n"
diff --git a/po/hu.po b/po/hu.po
index 92da8ab8..79aa3ed2 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-09-02 09:27+0100\n"
diff --git a/po/hy.po b/po/hy.po
index afee1d48..b33d0bc4 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:31+0900\n"
diff --git a/po/it.po b/po/it.po
index 49319984..e71942eb 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-10-20 12:50+0100\n"
diff --git a/po/ja.po b/po/ja.po
index be9e268b..1c5253ce 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-05-31 21:43+0900\n"
diff --git a/po/ka.po b/po/ka.po
index 670f0bed..33f290f3 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2006-08-24 23:41+0400\n"
"Last-Translator: Dimitri Gogelia <delphi.knight@gmail.com>\n"
diff --git a/po/ko.po b/po/ko.po
index e82d1d10..69362629 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-11-02 02:03+0900\n"
diff --git a/po/lt.po b/po/lt.po
index 264f5c89..2324b242 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:34+0900\n"
diff --git a/po/mr.po b/po/mr.po
index 9b6e3cb5..38a54ff2 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:35+0900\n"
diff --git a/po/ms.po b/po/ms.po
index ce2631ce..79e3bb50 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-08-21 17:47+0900\n"
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 0f8069a5..79b534af 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-08-18 01:10+0900\n"
diff --git a/po/nl.po b/po/nl.po
index fda85d09..7d8c5606 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-08-12 17:06+0200\n"
diff --git a/po/pa.po b/po/pa.po
index b4f79c13..91d1eb95 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:36+0900\n"
diff --git a/po/pl.po b/po/pl.po
index 6d2f9838..b5b26329 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-06-08 23:00+0200\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 7b30c1b4..bcbf9059 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-06-04 23:01-0300\n"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index aae06a5a..e61c9afd 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:38+0900\n"
diff --git a/po/ro.po b/po/ro.po
index b9b6ec09..9cee29da 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:39+0900\n"
diff --git a/po/ru.po b/po/ru.po
index b7a15b66..9be3cbbc 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-04-23 15:25+0600\n"
diff --git a/po/sk.po b/po/sk.po
index 77cccaeb..c50d3620 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-03-28 16:32+0200\n"
diff --git a/po/sv.po b/po/sv.po
index e68233e8..5283d30d 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.28\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-08-21 17:48+0900\n"
diff --git a/po/ta.po b/po/ta.po
index ee2df54e..5a709566 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:42+0900\n"
diff --git a/po/tr.po b/po/tr.po
index 5055d05e..c3465712 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:43+0900\n"
diff --git a/po/uk.po b/po/uk.po
index dce9a5f0..a824d610 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2005-09-29 20:43+0900\n"
diff --git a/po/vi.po b/po/vi.po
index 55ff54df..28ac5a6b 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-04-26 01:37+0400\n"
diff --git a/po/xfce4-panel.pot b/po/xfce4-panel.pot
index e8740a6b..4436e25a 100644
--- a/po/xfce4-panel.pot
+++ b/po/xfce4-panel.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-12 17:05+0200\n"
+"POT-Creation-Date: 2006-09-02 17:22+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"
@@ -16,38 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../config/launcher-7.rc.in.h:1
-msgid "Command Prompt"
-msgstr ""
-
-#: ../config/launcher-7.rc.in.h:2
-msgid "X terminal emulator"
-msgstr ""
-
-#: ../config/launcher-8.rc.in.h:1
-msgid "Edit text files"
-msgstr ""
-
-#: ../config/launcher-8.rc.in.h:2 ../plugins/launcher/launcher-dialog.c:102
-msgid "Editor"
-msgstr ""
-
-#: ../config/launcher-9.rc.in.h:1
-msgid "File Manager"
-msgstr ""
-
-#: ../config/launcher-9.rc.in.h:2
-msgid "Manage files and folders"
-msgstr ""
-
-#: ../config/launcher-10.rc.in.h:1
-msgid "Surf the internet"
-msgstr ""
-
-#: ../config/launcher-10.rc.in.h:2
-msgid "Web Browser"
-msgstr ""
-
#. dialogs are annoying, just spit out a warning
#: ../libxfce4panel/xfce-panel-external-item.c:175
#, c-format
@@ -59,8 +27,8 @@ msgstr ""
msgid "Remove \"%s\"?"
msgstr ""
-#: ../libxfce4panel/xfce-panel-plugin-iface.c:576 ../panel/panel-app.c:750
-#: ../panel/panel-app.c:782 ../panel/panel-app.c:815
+#: ../libxfce4panel/xfce-panel-plugin-iface.c:576 ../panel/panel-app.c:851
+#: ../panel/panel-app.c:883 ../panel/panel-app.c:916
#: ../plugins/launcher/launcher.c:375 ../plugins/launcher/launcher.c:401
#: ../plugins/launcher/launcher.c:437
msgid "Xfce Panel"
@@ -102,7 +70,8 @@ msgstr ""
msgid "Add Items"
msgstr ""
-#: ../panel/panel.c:689 ../plugins/actions/actions.c:417
+#: ../panel/panel.c:689 ../plugins/actions/actions.c:280
+#: ../plugins/actions/actions.c:314 ../plugins/actions/actions.c:429
msgid "Quit"
msgstr ""
@@ -114,24 +83,24 @@ msgstr ""
msgid "About the Xfce Panel"
msgstr ""
-#: ../panel/panel-app.c:243 ../panel/panel-app.c:752
+#: ../panel/panel-app.c:229 ../panel/panel-app.c:853
msgid "Exit Xfce Panel?"
msgstr ""
-#: ../panel/panel-app.c:753
+#: ../panel/panel-app.c:854
msgid "You can't remove the last panel. Would you like to exit the program?"
msgstr ""
-#: ../panel/panel-app.c:780
+#: ../panel/panel-app.c:881
#, c-format
msgid "Remove Panel \"%d\"?"
msgstr ""
-#: ../panel/panel-app.c:784
+#: ../panel/panel-app.c:885
msgid "The selected panel and all its items will be removed."
msgstr ""
-#: ../panel/panel-app.c:823
+#: ../panel/panel-app.c:924
msgid "Developer"
msgstr ""
@@ -189,127 +158,128 @@ msgstr ""
msgid "Available Items"
msgstr ""
-#: ../panel/panel-dialogs.c:860 ../panel/panel-dialogs.c:1084
+#: ../panel/panel-dialogs.c:859 ../panel/panel-dialogs.c:1083
msgid "Normal Width"
msgstr ""
-#: ../panel/panel-dialogs.c:862 ../panel/panel-dialogs.c:1086
+#: ../panel/panel-dialogs.c:861 ../panel/panel-dialogs.c:1085
msgid "Full Width"
msgstr ""
-#: ../panel/panel-dialogs.c:868 ../panel/panel-dialogs.c:1092
+#: ../panel/panel-dialogs.c:867 ../panel/panel-dialogs.c:1091
msgid "Span Monitors"
msgstr ""
-#: ../panel/panel-dialogs.c:928 ../panel/panel-dialogs.c:1157
+#: ../panel/panel-dialogs.c:927 ../panel/panel-dialogs.c:1156
msgid "Left"
msgstr ""
-#: ../panel/panel-dialogs.c:930 ../panel/panel-dialogs.c:1159
+#: ../panel/panel-dialogs.c:929 ../panel/panel-dialogs.c:1158
msgid "Right"
msgstr ""
-#: ../panel/panel-dialogs.c:935 ../panel/panel-dialogs.c:1164
+#: ../panel/panel-dialogs.c:934 ../panel/panel-dialogs.c:1163
msgid "Top"
msgstr ""
-#: ../panel/panel-dialogs.c:937 ../panel/panel-dialogs.c:1166
+#: ../panel/panel-dialogs.c:936 ../panel/panel-dialogs.c:1165
msgid "Bottom"
msgstr ""
#. position
-#: ../panel/panel-dialogs.c:965
+#: ../panel/panel-dialogs.c:964
msgid "Position"
msgstr ""
-#: ../panel/panel-dialogs.c:979
+#: ../panel/panel-dialogs.c:978
msgid "Fixed Position"
msgstr ""
-#: ../panel/panel-dialogs.c:985
+#: ../panel/panel-dialogs.c:984
msgid "Freely Moveable"
msgstr ""
-#: ../panel/panel-dialogs.c:1100
+#: ../panel/panel-dialogs.c:1099
msgid "Auto_hide"
msgstr ""
-#: ../panel/panel-dialogs.c:1118
+#: ../panel/panel-dialogs.c:1117
msgid "Orientation:"
msgstr ""
-#: ../panel/panel-dialogs.c:1130
+#: ../panel/panel-dialogs.c:1129
msgid "Horizontal"
msgstr ""
-#: ../panel/panel-dialogs.c:1132
+#: ../panel/panel-dialogs.c:1131
msgid "Vertical"
msgstr ""
-#: ../panel/panel-dialogs.c:1141
+#: ../panel/panel-dialogs.c:1140
msgid "Handle:"
msgstr ""
-#: ../panel/panel-dialogs.c:1153
+#: ../panel/panel-dialogs.c:1152
msgid "At both sides"
msgstr ""
-#: ../panel/panel-dialogs.c:1234
+#: ../panel/panel-dialogs.c:1233
msgid "Select Monitor"
msgstr ""
#. Button Layout
-#: ../panel/panel-dialogs.c:1352 ../plugins/clock/clock.c:459
-#: ../plugins/tasklist/tasklist.c:432
-#: ../plugins/windowlist/windowlist-dialog.c:188
+#: ../panel/panel-dialogs.c:1351 ../plugins/clock/clock.c:458
+#: ../plugins/tasklist/tasklist.c:431
+#: ../plugins/windowlist/windowlist-dialog.c:187
msgid "Appearance"
msgstr ""
#. size
-#: ../panel/panel-dialogs.c:1363
+#: ../panel/panel-dialogs.c:1362
msgid "Size (pixels):"
msgstr ""
-#: ../panel/panel-dialogs.c:1386
+#: ../panel/panel-dialogs.c:1385
msgid "Transparency (%):"
msgstr ""
-#: ../panel/panel-dialogs.c:1410
+#: ../panel/panel-dialogs.c:1409
msgid "Make active panel opaque"
msgstr ""
-#: ../panel/panel-dialogs.c:1449 ../panel/panel-dialogs.c:1485
-#: ../panel/panel-dialogs.c:1510
+#: ../panel/panel-dialogs.c:1448 ../panel/panel-dialogs.c:1484
+#: ../panel/panel-dialogs.c:1509
#, c-format
msgid "Panel %d"
msgstr ""
-#: ../panel/panel-dialogs.c:1529
+#: ../panel/panel-dialogs.c:1528
msgid "Remove Panel"
msgstr ""
-#: ../panel/panel-dialogs.c:1542
+#: ../panel/panel-dialogs.c:1541
msgid "New Panel"
msgstr ""
-#: ../panel/panel-dialogs.c:1599
+#: ../panel/panel-dialogs.c:1598
#: ../mcs-plugin/xfce4-panel-manager.desktop.in.h:2
msgid "Panel Manager"
msgstr ""
-#: ../plugins/actions/actions.c:383
-msgid "Panel Actions"
+#: ../plugins/actions/actions.c:261 ../plugins/actions/actions.c:297
+#: ../plugins/actions/actions.c:430
+msgid "Lock screen"
msgstr ""
-#: ../plugins/actions/actions.c:409
-msgid "Select action type:"
+#: ../plugins/actions/actions.c:396
+msgid "Panel Actions"
msgstr ""
-#: ../plugins/actions/actions.c:418
-msgid "Lock screen"
+#: ../plugins/actions/actions.c:421
+msgid "Select action type:"
msgstr ""
-#: ../plugins/actions/actions.c:419
+#: ../plugins/actions/actions.c:431
msgid "Quit + Lock screen"
msgstr ""
@@ -330,35 +300,35 @@ msgid "Clock"
msgstr ""
#. Keep order in sync with XfceClockMode
-#: ../plugins/clock/clock.c:471
+#: ../plugins/clock/clock.c:470
msgid "Analog"
msgstr ""
-#: ../plugins/clock/clock.c:472
+#: ../plugins/clock/clock.c:471
msgid "Digital"
msgstr ""
-#: ../plugins/clock/clock.c:473
+#: ../plugins/clock/clock.c:472
msgid "LED"
msgstr ""
-#: ../plugins/clock/clock.c:478 ../plugins/systray/systray.c:400
+#: ../plugins/clock/clock.c:477 ../plugins/systray/systray.c:399
msgid "Show _frame"
msgstr ""
-#: ../plugins/clock/clock.c:485
+#: ../plugins/clock/clock.c:484
msgid "Clock Options"
msgstr ""
-#: ../plugins/clock/clock.c:493
+#: ../plugins/clock/clock.c:492
msgid "Use 24-_hour clock"
msgstr ""
-#: ../plugins/clock/clock.c:500
+#: ../plugins/clock/clock.c:499
msgid "Show AM/PM"
msgstr ""
-#: ../plugins/clock/clock.c:507
+#: ../plugins/clock/clock.c:506
msgid "Display seconds"
msgstr ""
@@ -367,11 +337,11 @@ msgstr ""
msgid "Icon Box"
msgstr ""
-#: ../plugins/iconbox/iconbox.c:830
+#: ../plugins/iconbox/iconbox.c:829
msgid "Only show minimized applications"
msgstr ""
-#: ../plugins/iconbox/iconbox.c:839
+#: ../plugins/iconbox/iconbox.c:838
msgid "Show applications of all workspaces"
msgstr ""
@@ -398,6 +368,10 @@ msgstr ""
msgid "Default"
msgstr ""
+#: ../plugins/launcher/launcher-dialog.c:102
+msgid "Editor"
+msgstr ""
+
#: ../plugins/launcher/launcher-dialog.c:103
msgid "File management"
msgstr ""
@@ -492,8 +466,8 @@ msgstr ""
msgid "Program Launcher"
msgstr ""
-#: ../plugins/launcher/launcher-dialog.c:1421
-#: ../plugins/launcher/launcher-dialog.c:1522
+#: ../plugins/launcher/launcher-dialog.c:1420
+#: ../plugins/launcher/launcher-dialog.c:1521
#, c-format
msgid ""
"Failed to run 0launch:\n"
@@ -502,30 +476,30 @@ msgid ""
"For help using Zero Install, see http://0install.net"
msgstr ""
-#: ../plugins/launcher/launcher-dialog.c:1487
+#: ../plugins/launcher/launcher-dialog.c:1486
msgid ""
"The Zero Install GUI has finished, but the launcher dialog has disappeared "
"in the meantime. Not adding launcher (but any files downloaded have not been "
"lost)."
msgstr ""
-#: ../plugins/launcher/launcher-dialog.c:1894
+#: ../plugins/launcher/launcher-dialog.c:1893
msgid "Select file"
msgstr ""
-#: ../plugins/pager/pager.c:305 ../plugins/pager/pager.desktop.in.in.h:2
+#: ../plugins/pager/pager.c:336 ../plugins/pager/pager.desktop.in.in.h:2
msgid "Pager"
msgstr ""
-#: ../plugins/pager/pager.c:334
+#: ../plugins/pager/pager.c:364
msgid "Number of rows:"
msgstr ""
-#: ../plugins/pager/pager.c:338
+#: ../plugins/pager/pager.c:368
msgid "Number of columns:"
msgstr ""
-#: ../plugins/pager/pager.c:364
+#: ../plugins/pager/pager.c:394
msgid "Switch workspaces using the mouse wheel"
msgstr ""
@@ -534,11 +508,11 @@ msgstr ""
msgid "Separator or Spacing"
msgstr ""
-#: ../plugins/separator/separator.c:277
+#: ../plugins/separator/separator.c:276
msgid "_Draw Separator"
msgstr ""
-#: ../plugins/separator/separator.c:286
+#: ../plugins/separator/separator.c:285
msgid "_Expand"
msgstr ""
@@ -564,120 +538,120 @@ msgstr ""
msgid "System Tray"
msgstr ""
-#: ../plugins/tasklist/tasklist.c:406 ../plugins/tasklist/tasklist.c:477
+#: ../plugins/tasklist/tasklist.c:406 ../plugins/tasklist/tasklist.c:476
#: ../plugins/tasklist/tasklist.desktop.in.in.h:2
msgid "Task List"
msgstr ""
-#: ../plugins/tasklist/tasklist.c:440
+#: ../plugins/tasklist/tasklist.c:439
msgid "Minimum Width:"
msgstr ""
-#: ../plugins/tasklist/tasklist.c:455
+#: ../plugins/tasklist/tasklist.c:454
msgid "Use all available space"
msgstr ""
-#: ../plugins/tasklist/tasklist.c:464
+#: ../plugins/tasklist/tasklist.c:463
msgid "Use flat buttons"
msgstr ""
-#: ../plugins/tasklist/tasklist.c:481
+#: ../plugins/tasklist/tasklist.c:480
msgid "Show tasks from _all workspaces"
msgstr ""
-#: ../plugins/tasklist/tasklist.c:491
+#: ../plugins/tasklist/tasklist.c:490
msgid "Show application _names"
msgstr ""
-#: ../plugins/tasklist/tasklist.c:505
+#: ../plugins/tasklist/tasklist.c:504
msgid "Never group tasks"
msgstr ""
-#: ../plugins/tasklist/tasklist.c:508
+#: ../plugins/tasklist/tasklist.c:507
msgid "Automatically group tasks"
msgstr ""
-#: ../plugins/tasklist/tasklist.c:511
+#: ../plugins/tasklist/tasklist.c:510
msgid "Always group tasks"
msgstr ""
-#: ../plugins/windowlist/windowlist.c:229
+#: ../plugins/windowlist/windowlist.c:238
#, c-format
msgid "Are you sure you want to remove workspace %d?"
msgstr ""
-#: ../plugins/windowlist/windowlist.c:230
+#: ../plugins/windowlist/windowlist.c:239
#, c-format
msgid "Are you sure you want to remove workspace '%s'?"
msgstr ""
-#: ../plugins/windowlist/windowlist.c:425
+#: ../plugins/windowlist/windowlist.c:505
#, c-format
msgid "Workspace %d"
msgstr ""
-#: ../plugins/windowlist/windowlist.c:527
-#: ../plugins/windowlist/windowlist.c:533
+#: ../plugins/windowlist/windowlist.c:617
+#: ../plugins/windowlist/windowlist.c:623
msgid "Add workspace"
msgstr ""
-#: ../plugins/windowlist/windowlist.c:546
+#: ../plugins/windowlist/windowlist.c:642
#, c-format
msgid "Remove Workspace %d"
msgstr ""
-#: ../plugins/windowlist/windowlist.c:547
+#: ../plugins/windowlist/windowlist.c:643
#, c-format
msgid "Remove Workspace '%s'"
msgstr ""
#. Windowlist Settings
#: ../plugins/windowlist/windowlist-dialog.c:121
-#: ../plugins/windowlist/windowlist-dialog.c:210
+#: ../plugins/windowlist/windowlist-dialog.c:209
#: ../plugins/windowlist/windowlist.desktop.in.in.h:2
msgid "Window List"
msgstr ""
-#: ../plugins/windowlist/windowlist-dialog.c:148
+#: ../plugins/windowlist/windowlist-dialog.c:147
msgid ""
"<i>Urgency notification</i> will blink the button when an application needs "
"attention."
msgstr ""
#. Button Urgency Notification
-#: ../plugins/windowlist/windowlist-dialog.c:155
+#: ../plugins/windowlist/windowlist-dialog.c:154
msgid "Urgency Notification"
msgstr ""
-#: ../plugins/windowlist/windowlist-dialog.c:162
+#: ../plugins/windowlist/windowlist-dialog.c:161
msgid "_Disabled"
msgstr ""
-#: ../plugins/windowlist/windowlist-dialog.c:171
+#: ../plugins/windowlist/windowlist-dialog.c:170
msgid "For _other workspaces"
msgstr ""
-#: ../plugins/windowlist/windowlist-dialog.c:180
+#: ../plugins/windowlist/windowlist-dialog.c:179
msgid "For _all workspaces"
msgstr ""
-#: ../plugins/windowlist/windowlist-dialog.c:194
+#: ../plugins/windowlist/windowlist-dialog.c:193
msgid "_Icon button"
msgstr ""
-#: ../plugins/windowlist/windowlist-dialog.c:201
+#: ../plugins/windowlist/windowlist-dialog.c:200
msgid "A_rrow button"
msgstr ""
-#: ../plugins/windowlist/windowlist-dialog.c:219
+#: ../plugins/windowlist/windowlist-dialog.c:218
msgid "Show _windows from all workspaces"
msgstr ""
-#: ../plugins/windowlist/windowlist-dialog.c:228
+#: ../plugins/windowlist/windowlist-dialog.c:227
msgid "Show a_pplication icons"
msgstr ""
-#: ../plugins/windowlist/windowlist-dialog.c:237
+#: ../plugins/windowlist/windowlist-dialog.c:236
msgid "Show wor_kspace actions"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 8668626d..9074a0de 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,7 +9,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-04-20 21:45+0800\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index b4431b65..7c233df0 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: xfce4-panel 4.3.90.2\n"
+"Project-Id-Version: xfce4-panel 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-12 17:05+0200\n"
"PO-Revision-Date: 2006-08-12 11:12+0800\n"