[Xfce4-commits] xfce4-embed-plugin:master Got rid of desktop.in.in hack.

2012-02-15 Thread David Schneider
Updating branch refs/heads/master
 to 84f2dab01c3b83541b98cbd225d0297377ee80ce (commit)
   from d917a3a17873aebc8c92aa047bb42ba66d37d9a1 (commit)

commit 84f2dab01c3b83541b98cbd225d0297377ee80ce
Author: David Schneider dnschn...@gmail.com
Date:   Wed Feb 15 01:05:15 2012 -0800

Got rid of desktop.in.in hack.

 panel-plugin/Makefile.am   |   14 ++
 .../{embed.desktop.in.in = embed.desktop.in}  |0
 po/POTFILES.in |2 +-
 3 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 09c400d..5b41120 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -47,25 +47,15 @@ libembed_la_LIBADD = \
 desktopdir =   \
$(datadir)/xfce4/panel/plugins
 
-desktop_in_in_files =  \
-   embed.desktop.in.in
-
-desktop_in_files = \
-   $(desktop_in_in_files:.desktop.in.in=.desktop.in)
-
-$(desktop_in_files): $(desktop_in_in_files)
-   sed -e s,\@libdir\@,$(libdir),g  $  $@
-
 desktop_DATA = \
-   $(desktop_in_files:.desktop.in=.desktop)
+   embed.desktop
 
 @INTLTOOL_DESKTOP_RULE@
 
 EXTRA_DIST =   \
-   $(desktop_in_in_files)
+   embed.desktop.in
 
 CLEANFILES =   \
-   $(desktop_in_files) \
$(desktop_DATA)
 
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/panel-plugin/embed.desktop.in.in b/panel-plugin/embed.desktop.in
similarity index 100%
rename from panel-plugin/embed.desktop.in.in
rename to panel-plugin/embed.desktop.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8b77e8c..c7d1250 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,3 +1,3 @@
 panel-plugin/embed.c
 panel-plugin/embed-dialogs.c
-panel-plugin/embed.desktop.in.in
+panel-plugin/embed.desktop.in
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-systemload-plugin:master Got rid of unneeded desktop.in.in hack.

2012-02-15 Thread David Schneider
Updating branch refs/heads/master
 to dd836eb551b46d73214eb0eb0c5aa28875cbe114 (commit)
   from e7dd0c5e6fa4c70c3fbe8ff3ba9752f3123e9255 (commit)

commit dd836eb551b46d73214eb0eb0c5aa28875cbe114
Author: David Schneider dnschn...@gmail.com
Date:   Wed Feb 15 00:55:14 2012 -0800

Got rid of unneeded desktop.in.in hack.

 panel-plugin/Makefile.am   |   14 ++
 ...temload.desktop.in.in = systemload.desktop.in} |0
 po/POTFILES.in |2 +-
 3 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index a37f6a6..a6d1849 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -46,25 +46,15 @@ libsystemload_la_LIBADD =   
\
 desktopdir =   \
$(datadir)/xfce4/panel/plugins
 
-desktop_in_in_files =  \
-   systemload.desktop.in.in
-
-desktop_in_files = \
-   $(desktop_in_in_files:.desktop.in.in=.desktop.in)
-
-$(desktop_in_files): $(desktop_in_in_files)
-   sed -e s,\@libdir\@,$(libdir),g  $  $@
-
 desktop_DATA = \
-   $(desktop_in_files:.desktop.in=.desktop)
+   systemload.desktop
 
 @INTLTOOL_DESKTOP_RULE@
 
 EXTRA_DIST =   \
-   $(desktop_in_in_files)
+   systemload.desktop.in
 
 CLEANFILES =   \
-   $(desktop_in_files) \
$(desktop_DATA)
 
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/panel-plugin/systemload.desktop.in.in 
b/panel-plugin/systemload.desktop.in
similarity index 100%
rename from panel-plugin/systemload.desktop.in.in
rename to panel-plugin/systemload.desktop.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 76a872c..d12aa7c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,5 +2,5 @@ panel-plugin/cpu.c
 panel-plugin/systemload.c
 panel-plugin/uptime.c
 panel-plugin/memswap.c
-panel-plugin/systemload.desktop.in.in
+panel-plugin/systemload.desktop.in
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-systemload-plugin:master Fix desktop install directory.

2012-02-15 Thread David Schneider
Updating branch refs/heads/master
 to e7dd0c5e6fa4c70c3fbe8ff3ba9752f3123e9255 (commit)
   from d065ef4b8d4e8d6fe69c5a64b7539a78484d77a6 (commit)

commit e7dd0c5e6fa4c70c3fbe8ff3ba9752f3123e9255
Author: David Schneider dnschn...@gmail.com
Date:   Wed Feb 15 00:29:56 2012 -0800

Fix desktop install directory.

 panel-plugin/Makefile.am |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index c588600..a37f6a6 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -44,7 +44,7 @@ libsystemload_la_LIBADD = 
\
 # Desktop file
 #
 desktopdir =   \
-   $(datadir)/xfce4/panel-plugins
+   $(datadir)/xfce4/panel/plugins
 
 desktop_in_in_files =  \
systemload.desktop.in.in
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mpc-plugin:master Compile the plugin as a module.

2012-02-15 Thread Landry Breuil
Updating branch refs/heads/master
 to 11e6ebca679265ff5fb4e2cda585d8a26f3c99c1 (commit)
   from 8cff2d09308edb3eddef2ecd199b0ec96660c758 (commit)

commit 11e6ebca679265ff5fb4e2cda585d8a26f3c99c1
Author: Landry Breuil lan...@xfce.org
Date:   Wed Feb 15 10:26:09 2012 +0100

Compile the plugin as a module.

- Switch from _PROGRAMS to _LTLIBRARIES
- Register the plugin as not external
- Rename .desktop.in.in to .desktop.in since there's no path
 replacement dance anymore

 configure.ac.in|4 ++
 panel-plugin/Makefile.am   |   35 +---
 panel-plugin/xfce4-mpc-plugin.c|2 +-
 ...n.desktop.in.in = xfce4-mpc-plugin.desktop.in} |4 +-
 4 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index c6877ba..f559c95 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -30,6 +30,10 @@ AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_INTLTOOL
 
+dnl Initialize libtool
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
 dnl Check for standard header files
 AC_HEADER_STDC
 
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index a99f218..fc478a2 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,24 +1,30 @@
 plugindir = $(libdir)/xfce4/panel/plugins
-plugin_PROGRAMS = xfce4-mpc-plugin
+plugin_LTLIBRARIES = libmpc.la
 
-xfce4_mpc_plugin_CFLAGS =  \
+libmpc_la_CFLAGS = \
-DPACKAGE_LOCALE_DIR=\$(localedir)\   \
@EXO_CFLAGS@\
@LIBXFCE4UI_CFLAGS@ \
@LIBXFCE4PANEL_CFLAGS@
 
-xfce4_mpc_plugin_LDADD =   \
+libmpc_la_LIBADD = \
@EXO_LIBS@  \
@LIBXFCE4UI_LIBS@   \
@LIBXFCE4PANEL_LIBS@
 
+libmpc_la_LDFLAGS = \
+   -avoid-version \
+   -module \
+   -no-undefined \
+   -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
+   $(PLATFORM_LDFLAGS)
 
-xfce4_mpc_plugin_SOURCES = xfce4-mpc-plugin.c xfce4-mpc-plugin.h
+libmpc_la_SOURCES = xfce4-mpc-plugin.c xfce4-mpc-plugin.h
 if USE_LIBMPD
-xfce4_mpc_plugin_CFLAGS += @LIBMPD_CFLAGS@
-xfce4_mpc_plugin_LDADD += @LIBMPD_LIBS@
+libmpc_la_CFLAGS += @LIBMPD_CFLAGS@
+libmpc_la_LIBADD += @LIBMPD_LIBS@
 else
-xfce4_mpc_plugin_SOURCES += simple-libmpd.c simple-libmpd.h
+libmpc_la_SOURCES += simple-libmpd.c simple-libmpd.h
 endif
 
 # .desktop file
@@ -28,21 +34,12 @@ endif
 # We also need to let intltool merge the translated fields, so we add an
 # additional level of indirection: a name.desktop.in.in file.
 # 
-desktop_in_in_files = xfce4-mpc-plugin.desktop.in.in
-desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
+desktop_in_files = xfce4-mpc-plugin.desktop.in

 desktopdir = $(datadir)/xfce4/panel/plugins
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
-# get full path into .desktop file
-%.desktop.in: %.desktop.in.in
-   sed -e s^@PLUGIN_PATH@^$(libdir)/xfce4/panel/plugins^ \
-   $  $@
-   
-EXTRA_DIST =   \
-   $(desktop_in_in_files)
-
-DISTCLEANFILES =   \
-   $(desktop_DATA) $(desktop_in_files)
+EXTRA_DIST = $(desktop_in_files)
 
+DISTCLEANFILES = $(desktop_DATA)
diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c
index 2febf64..aefad7f 100644
--- a/panel-plugin/xfce4-mpc-plugin.c
+++ b/panel-plugin/xfce4-mpc-plugin.c
@@ -840,5 +840,5 @@ mpc_construct (XfcePanelPlugin * plugin)
 
 
 /* register the plugin */
-XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL (mpc_construct);
+XFCE_PANEL_PLUGIN_REGISTER (mpc_construct);
 
diff --git a/panel-plugin/xfce4-mpc-plugin.desktop.in.in 
b/panel-plugin/xfce4-mpc-plugin.desktop.in
similarity index 69%
rename from panel-plugin/xfce4-mpc-plugin.desktop.in.in
rename to panel-plugin/xfce4-mpc-plugin.desktop.in
index 77227a7..74acb9a 100644
--- a/panel-plugin/xfce4-mpc-plugin.desktop.in.in
+++ b/panel-plugin/xfce4-mpc-plugin.desktop.in
@@ -3,6 +3,6 @@ Type=X-XFCE-PanelPlugin
 Encoding=UTF-8
 _Name=MPD Client Plugin
 _Comment=A client for MPD, The Music Player Daemon
-Icon=xfce-multimedia
+Icon=application-multimedia
 X-XFCE-Internal=FALSE
-X-XFCE-Exec=@PLUGIN_PATH@/xfce4-mpc-plugin
+X-XFCE-Module=mpc
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mpc-plugin:master Fix typo in icon name

2012-02-15 Thread Landry Breuil
Updating branch refs/heads/master
 to 663738bfccec0b391d59825ea059e4fe74e831bf (commit)
   from 60c7bb4b20de31103ca4f3906164cc904bdea2d0 (commit)

commit 663738bfccec0b391d59825ea059e4fe74e831bf
Author: Landry Breuil lan...@xfce.org
Date:   Wed Feb 15 10:45:55 2012 +0100

Fix typo in icon name

 panel-plugin/xfce4-mpc-plugin.desktop.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/xfce4-mpc-plugin.desktop.in 
b/panel-plugin/xfce4-mpc-plugin.desktop.in
index 74acb9a..5b06128 100644
--- a/panel-plugin/xfce4-mpc-plugin.desktop.in
+++ b/panel-plugin/xfce4-mpc-plugin.desktop.in
@@ -3,6 +3,6 @@ Type=X-XFCE-PanelPlugin
 Encoding=UTF-8
 _Name=MPD Client Plugin
 _Comment=A client for MPD, The Music Player Daemon
-Icon=application-multimedia
+Icon=applications-multimedia
 X-XFCE-Internal=FALSE
 X-XFCE-Module=mpc
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mpc-plugin:master Add program-name property to about dialog

2012-02-15 Thread Landry Breuil
Updating branch refs/heads/master
 to b9e5b4a11f6f7f0792d44a28ca858cf25732634c (commit)
   from 663738bfccec0b391d59825ea059e4fe74e831bf (commit)

commit b9e5b4a11f6f7f0792d44a28ca858cf25732634c
Author: Landry Breuil lan...@xfce.org
Date:   Wed Feb 15 10:57:17 2012 +0100

Add program-name property to about dialog

That way, it doesn't say 'about wrapper', since it defaults
to g_get_application_name()...

 panel-plugin/xfce4-mpc-plugin.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c
index aefad7f..c4a0eeb 100644
--- a/panel-plugin/xfce4-mpc-plugin.c
+++ b/panel-plugin/xfce4-mpc-plugin.c
@@ -776,6 +776,7 @@ mpc_show_about(XfcePanelPlugin *plugin, t_mpc* mpc)
   logo, icon,
   license, xfce_get_license_text (XFCE_LICENSE_TEXT_BSD),
   version, PACKAGE_VERSION,
+  program-name, PACKAGE_NAME,
   comments, _(A simple panel-plugin client for Music Player Daemon),
   website, 
http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;,
   copyright, _(Copyright (c) 2006-2011 Landry Breuil\n),
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mpc-plugin:master Update copyright years/e-mail address

2012-02-15 Thread Landry Breuil
Updating branch refs/heads/master
 to 4ed85a6e0e3301a76550f1dde310d76158e11ba1 (commit)
   from b9e5b4a11f6f7f0792d44a28ca858cf25732634c (commit)

commit 4ed85a6e0e3301a76550f1dde310d76158e11ba1
Author: Landry Breuil lan...@xfce.org
Date:   Wed Feb 15 11:01:28 2012 +0100

Update copyright years/e-mail address

 panel-plugin/simple-libmpd.c|2 +-
 panel-plugin/simple-libmpd.h|2 +-
 panel-plugin/xfce4-mpc-plugin.c |6 +++---
 panel-plugin/xfce4-mpc-plugin.h |2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/panel-plugin/simple-libmpd.c b/panel-plugin/simple-libmpd.c
index a7b3cb3..277a704 100644
--- a/panel-plugin/simple-libmpd.c
+++ b/panel-plugin/simple-libmpd.c
@@ -1,6 +1,6 @@
 /* simple-libmpd.c
  *
- * Copyright (c) 2006-2010 Landry Breuil (landry at fr.homeunix.org / gaston 
at gcu.info)
+ * Copyright (c) 2006-2012 Landry Breuil landry at xfce.org
  * This code is licenced under a BSD-style licence.
  * (OpenBSD variant modeled after the ISC licence)
  * All rights reserved.
diff --git a/panel-plugin/simple-libmpd.h b/panel-plugin/simple-libmpd.h
index 405fd40..0d6701c 100644
--- a/panel-plugin/simple-libmpd.h
+++ b/panel-plugin/simple-libmpd.h
@@ -1,6 +1,6 @@
 /* simple-libmpd.h
  *
- * Copyright (c) 2006-2010 Landry Breuil (landry at fr.homeunix.org / gaston 
at gcu.info)
+ * Copyright (c) 2006-2012 Landry Breuil landry at xfce.org
  * This code is licenced under a BSD-style licence.
  * (OpenBSD variant modeled after the ISC licence)
  * All rights reserved.
diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c
index c4a0eeb..75db1d3 100644
--- a/panel-plugin/xfce4-mpc-plugin.c
+++ b/panel-plugin/xfce4-mpc-plugin.c
@@ -1,6 +1,6 @@
 /* xfce4-mpc-plugin.c
  *
- * Copyright (c) 2006-2011 Landry Breuil landry at rhaalovely.net
+ * Copyright (c) 2006-2012 Landry Breuil landry at xfce.org
  * This code is licensed under a BSD-style license.
  * (OpenBSD variant modeled after the ISC license)
  * All rights reserved.
@@ -766,7 +766,7 @@ static void
 mpc_show_about(XfcePanelPlugin *plugin, t_mpc* mpc)
 {
GdkPixbuf *icon;
-   const gchar *auth[] = { Landry Breuil landry at rhaalovely.net, NULL };
+   const gchar *auth[] = { Landry Breuil landry at xfce.org, NULL };
icon = xfce_panel_pixbuf_from_source(applications-multimedia, NULL, 32);
 #if !GTK_CHECK_VERSION (2, 18, 0)
gtk_about_dialog_set_email_hook (exo_gtk_url_about_dialog_hook, NULL, NULL);
@@ -779,7 +779,7 @@ mpc_show_about(XfcePanelPlugin *plugin, t_mpc* mpc)
   program-name, PACKAGE_NAME,
   comments, _(A simple panel-plugin client for Music Player Daemon),
   website, 
http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;,
-  copyright, _(Copyright (c) 2006-2011 Landry Breuil\n),
+  copyright, _(Copyright (c) 2006-2012 Landry Breuil\n),
   authors, auth, NULL);
 
if(icon)
diff --git a/panel-plugin/xfce4-mpc-plugin.h b/panel-plugin/xfce4-mpc-plugin.h
index be34b00..8619881 100644
--- a/panel-plugin/xfce4-mpc-plugin.h
+++ b/panel-plugin/xfce4-mpc-plugin.h
@@ -1,6 +1,6 @@
 /* xfce4-mpc-plugin.h
  *
- * Copyright (c) 2006-2011 Landry Breuil landry at rhaalovely.net
+ * Copyright (c) 2006-2012 Landry Breuil landry at xfce.org
  * This code is licenced under a BSD-style licence.
  * (OpenBSD variant modeled after the ISC licence)
  * All rights reserved.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mpc-plugin:master Updates for 0.4.1 release

2012-02-15 Thread Landry Breuil
Updating branch refs/heads/master
 to af907a5f739f0f7ff628b08355d930487735342e (commit)
   from 4ed85a6e0e3301a76550f1dde310d76158e11ba1 (commit)

commit af907a5f739f0f7ff628b08355d930487735342e
Author: Landry Breuil lan...@xfce.org
Date:   Wed Feb 15 11:19:54 2012 +0100

Updates for 0.4.1 release

 ChangeLog   |5 +
 README  |4 ++--
 configure.ac.in |4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 032e426..4837bb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+15-02-2012 Landry Breuil landry at rhaalovely.net
+   * release 0.4.1
+   * build plugin as a module
+   * add nrows handling/mode-changed callback for panel  4.9
+
 12-02-2012 Landry Breuil landry at rhaalovely.net
* release 0.4.0
* port from libxfcegui4 to libxfce4ui
diff --git a/README b/README
index c16c23f..50357a7 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ Features :
 
 To build it, you have two options :
 - against libmpd libraries :
-Get'em from your OS' repository/ports, or from source here : 
http://cms.qballcow.nl
+Get'em from your OS' repository/ports, or from source
 It will be autodetected by pkg-config.
 If libmpd is not installed in a standard directory, use 
--with-libmpd=path_to_libmpd.
 - without libmpd, using simple-libmpd :
@@ -25,7 +25,7 @@ If libmpd is not found, it will be used as a fallback (or if 
you specify --witho
 ./configure  make  su -c make install should suffice in most cases.
 
 If it crashes, recompile it with --enable-debug=full, add it to the panel, 
attach gdb to it
-(gdb -p `pidof xfce4-mpc-plugin` , continue) and report a bug with a complete 
backtrace.
+(gdb -p `pgrep -f libmpc` , continue) and report a bug with a complete 
backtrace.
 
 This little piece of code is licensed under a BSD-style licence.
 (OpenBSD variant modeled after the ISC licence)
diff --git a/configure.ac.in b/configure.ac.in
index f559c95..846d7f0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,13 +5,13 @@ dnl
 
 m4_define([mpc_version_major], [0])
 m4_define([mpc_version_minor], [4])
-m4_define([mpc_version_micro], [0])
+m4_define([mpc_version_micro], [1])
 m4_define([mpc_version_tag], []) # Leave empty for releases
 m4_define([mpc_version_build], [@REVISION@])
 m4_define([mpc_version], 
[mpc_version_major().mpc_version_minor().mpc_version_micro()ifelse(mpc_version_tag(),
 [], [], [mpc_version_tag()-mpc_version_build()])])
 
 AC_INIT([xfce4-mpc-plugin], [mpc_version],
-   [lan...@rhaalovely.net])
+   [lan...@xfce.org])
 
 MPC_VERSION=mpc_version()
 AM_INIT_AUTOMAKE([xfce4-mpc-plugin], [$MPC_VERSION], [-Wall -Werror foreign])
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mpc-plugin|xfce4-mpc-plugin-0.4.1 Creating annotated tag xfce4-mpc-plugin-0.4.1

2012-02-15 Thread Landry Breuil
Updating annotated tag refs/tags/xfce4-mpc-plugin-0.4.1
 as new annotated tag
 to 837b628fc45475a856b056943a4a82275f1bda02 (tag)
   succeeds xfce4-mpc-plugin-0.4.0-6-g4ed85a6
  tagged by Landry Breuil lan...@xfce.org
 on 2012-02-15 11:20 +0100

Landry Breuil (1):
  Updates for 0.4.1 release

___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master l10n: Updated Kazakh (kk) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 8751ea5ebb3f6e0fca21965e5d009fac6a92dff8 (commit)
   from eaa809afca5430cbc42625db96b26b0818a089f0 (commit)

commit 8751ea5ebb3f6e0fca21965e5d009fac6a92dff8
Author: Bauzhan Muftakhidinov baurthefi...@gmail.com
Date:   Wed Feb 15 14:01:38 2012 +0100

l10n: Updated Kazakh (kk) translation to 100%

New status: 274 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/kk.po |  173 +-
 1 files changed, 93 insertions(+), 80 deletions(-)

diff --git a/po/kk.po b/po/kk.po
index 31d41d2..b7ffeeb 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -2,19 +2,19 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Baurzhan Muftakhidinov baurthefi...@gmail.com, 2009.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: trunk\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-01-16 16:35+0100\n
+POT-Creation-Date: 2012-02-15 09:15+\n
 PO-Revision-Date: 2010-08-03 09:54+0600\n
 Last-Translator: Baurzhan Muftakhidinov baurthefi...@gmail.com\n
 Language-Team: Kazakh kk...@googlegroups.com\n
-Language: kk\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: kk\n
 Plural-Forms: nplurals=1; plural=0\n
 
 #: ../exo/exo-cell-renderer-ellipsized-text.c:131
@@ -534,8 +534,8 @@ msgstr   --strip-comments  XML файлдарынан түсіндірмеле
 msgid   --strip-content   Remove node contents from XML files\n
 msgstr   --strip-content   XML файлдарынан node құрамасын өшіру\n
 
-#: ../exo-csource/main.c:304 ../exo-desktop-item-edit/main.c:177
-#: ../exo-open/main.c:471
+#: ../exo-csource/main.c:304 ../exo-desktop-item-edit/main.c:193
+#: ../exo-open/main.c:483
 #, c-format
 msgid 
 Copyright (c) %s\n
@@ -550,8 +550,8 @@ msgstr 
 Benedikt Meurer be...@xfce.org жазған.\n
 \n
 
-#: ../exo-csource/main.c:308 ../exo-desktop-item-edit/main.c:181
-#: ../exo-open/main.c:475
+#: ../exo-csource/main.c:308 ../exo-desktop-item-edit/main.c:197
+#: ../exo-open/main.c:487
 #, c-format
 msgid 
 %s comes with ABSOLUTELY NO WARRANTY,\n
@@ -565,8 +565,8 @@ msgstr 
 GNU Lesser General Public License аясында тарата аласыз.\n
 \n
 
-#: ../exo-csource/main.c:312 ../exo-desktop-item-edit/main.c:185
-#: ../exo-open/main.c:479
+#: ../exo-csource/main.c:312 ../exo-desktop-item-edit/main.c:201
+#: ../exo-open/main.c:491
 #, c-format
 msgid Please report bugs to %s.\n
 msgstr Ақаулықтар жөнінде хабарлаңыз: %s.\n
@@ -611,37 +611,44 @@ msgstr Shell скриптері
 msgid Create Launcher b%s/b
 msgstr b%s/b жөнелткішін жасау
 
-#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to 
avoid mnemonic conflicts
+#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to
+#. avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:297
 msgid _Name:
 msgstr _Аты:
 
-#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to 
avoid mnemonic conflicts
+#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to
+#. avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:313
 msgid C_omment:
 msgstr А_нықтамасы:
 
-#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic 
conflicts
+#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic
+#. conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:329
 msgid Comm_and:
 msgstr Ко_манда:
 
-#. TRANSLATORS: Label in Create Link dialog, make sure to avoid mnemonic 
conflicts
+#. TRANSLATORS: Label in Create Link dialog, make sure to avoid mnemonic
+#. conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:344
 msgid _URL:
 msgstr _URL:
 
-#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic 
conflicts
+#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic
+#. conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:360
 msgid Working _Directory:
 msgstr Жұмыс _бумасы:
 
-#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to 
avoid mnemonic conflicts
+#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to
+#. avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:389
 msgid _Icon:
 msgstr Таңба_ша:
 
-#. TRANSLATORS: Label for the icon button in Create Launcher/Create Link 
dialog if no icon selected
+#. TRANSLATORS: Label for the icon button in Create Launcher/Create Link
+#. dialog if no icon selected
 #. setup a label to tell that no icon was selected
 #: ../exo-desktop-item-edit/exo-die-editor.c:406
 #: ../exo-desktop-item-edit/exo-die-editor.c:1233
@@ -652,9 +659,11 @@ msgstr Таңбашасы жоқ
 msgid Options:
 msgstr Опциялар:
 
-#. TRANSLATORS: Check button label in Create Launcher dialog, make sure to 
avoid mnemonic conflicts
-#. *  and sync your translations with the translations in Thunar 

[Xfce4-commits] xfce4-embed-plugin:master Bump XDT requirement to 4.9.1.

2012-02-15 Thread David Schneider
Updating branch refs/heads/master
 to ef4d26e93f953947e77408c33d57f6853827f304 (commit)
   from 84f2dab01c3b83541b98cbd225d0297377ee80ce (commit)

commit ef4d26e93f953947e77408c33d57f6853827f304
Author: David Schneider dnschn...@gmail.com
Date:   Wed Feb 15 15:29:09 2012 -0800

Bump XDT requirement to 4.9.1.

 autogen.sh |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index c49d180..cee3080 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,5 +29,5 @@ EOF
   exit 1
 }
 
-XDT_AUTOGEN_REQUIRED_VERSION=4.7.2 \
+XDT_AUTOGEN_REQUIRED_VERSION=4.9.1 \
 exec xdt-autogen $@
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-systemload-plugin:master Bump XDT requirement to 4.9.1.

2012-02-15 Thread David Schneider
Updating branch refs/heads/master
 to 22b9a3abf97892e1cee27db261b50a3656415261 (commit)
   from dd836eb551b46d73214eb0eb0c5aa28875cbe114 (commit)

commit 22b9a3abf97892e1cee27db261b50a3656415261
Author: David Schneider dnschn...@gmail.com
Date:   Wed Feb 15 15:28:20 2012 -0800

Bump XDT requirement to 4.9.1.

 autogen.sh |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 524cc63..e1eeeca 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
 # The Xfce development team. All rights reserved.
 #
 
-export XDT_AUTOGEN_REQUIRED_VERSION=4.7.0
+export XDT_AUTOGEN_REQUIRED_VERSION=4.9.1
 
 (type xdt-autogen) /dev/null 21 || {
   cat 2 EOF
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mpc-plugin:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 1e0099b28d5781d7ae6b2d15a6cf1827d801867a (commit)
   from af907a5f739f0f7ff628b08355d930487735342e (commit)

commit 1e0099b28d5781d7ae6b2d15a6cf1827d801867a
Author: Chipong Luo chipong@yahoo.com
Date:   Thu Feb 16 05:14:07 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 24 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |   13 +++--
 1 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 4834b17..57dde65 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -98,20 +98,19 @@ msgstr 重复
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:752
 msgid biCommands/i/b
-msgstr 
+msgstr bi命令/i/b
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:756
 msgid biOutputs/i/b
-msgstr 
+msgstr bi输出/i/b
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:779
 msgid A simple panel-plugin client for Music Player Daemon
 msgstr 简单的音乐播放器守护进程面板插件客户端
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:781
-#, fuzzy
 msgid Copyright (c) 2006-2011 Landry Breuil\n
-msgstr 版权 2006-2008 Landry Breuil\n
+msgstr 版权 2006-2011 Landry Breuil\n
 
 #: ../panel-plugin/xfce4-mpc-plugin.desktop.in.h:1
 msgid MPD Client Plugin
@@ -120,9 +119,3 @@ msgstr MPD 客户端插件
 #: ../panel-plugin/xfce4-mpc-plugin.desktop.in.h:2
 msgid A client for MPD, The Music Player Daemon
 msgstr MPD 客户端,音乐播放器守护进程
-
-#~ msgid Xfce4 Mpc Plugin
-#~ msgstr Xfce4 Mpc 插件
-
-#~ msgid Maintainer, Original Author
-#~ msgstr 维护者,原作者
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] libxfce4ui:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to ce6f035e7c63969038fe1303a2786041dcb1a908 (commit)
   from ec6baa951a32fe09ec1e6d5d2819780a0c32837e (commit)

commit ce6f035e7c63969038fe1303a2786041dcb1a908
Author: Chipong Luo chipong@yahoo.com
Date:   Thu Feb 16 07:15:53 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 90 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 3fe1024..08b8119 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -411,7 +411,7 @@ msgstr 服务器维护者
 
 #: ../xfce4-about/contributors.h:136
 msgid Goodies supervision
-msgstr 好东西管理
+msgstr Goodies 管理
 
 #: ../xfce4-about/contributors.h:139
 msgid Translations supervision
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-embed-plugin:master l10n: Added Lithuanian language

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to df799c8642eca4800f3af51dd876744ff477faae (commit)
   from ef4d26e93f953947e77408c33d57f6853827f304 (commit)

commit df799c8642eca4800f3af51dd876744ff477faae
Author: Algimantas Margevičius gy...@mail.ru
Date:   Thu Feb 16 07:17:15 2012 +0100

l10n: Added Lithuanian language

New status: 30 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/lt.po |  176 ++
 1 files changed, 176 insertions(+), 0 deletions(-)

diff --git a/po/lt.po b/po/lt.po
new file mode 100644
index 000..3d28260
--- /dev/null
+++ b/po/lt.po
@@ -0,0 +1,176 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
+# Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
+#
+msgid 
+msgstr 
+Project-Id-Version: embed\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2012-02-16 05:15+\n
+PO-Revision-Date: 2012-02-16 08:16+0200\n
+Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
+Language-Team: Lietuvių \n
+Language: \n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
+%10010 || n%100=20) ? 1 : 2)\n
+
+#: ../panel-plugin/embed.c:48
+msgid Embed
+msgstr Įterpti
+
+#. pop out menu item, not shown by default
+#: ../panel-plugin/embed.c:244
+msgid Pop _Out
+msgstr Iššokantis _meniu
+
+#. embed menu item, shown by default.
+#: ../panel-plugin/embed.c:249
+msgid _Embed
+msgstr Į_terpti
+
+#. focus menu item, not shown by default
+#: ../panel-plugin/embed.c:255
+msgid _Focus
+msgstr _Fokusas
+
+#: ../panel-plugin/embed-dialogs.c:51
+#, c-format
+msgid Unable to open the following url: %s
+msgstr Url atverti nepavyko: %s
+
+#: ../panel-plugin/embed-dialogs.c:100
+msgid Input is valid
+msgstr Įvesta tinkamai
+
+#: ../panel-plugin/embed-dialogs.c:105
+msgid Input is invalid
+msgstr Įvesta netinkamai
+
+#: ../panel-plugin/embed-dialogs.c:316 ../panel-plugin/embed.desktop.in.h:1
+msgid Embed Plugin
+msgstr Įterpimo įskiepis
+
+#: ../panel-plugin/embed-dialogs.c:325
+msgid Application Launching
+msgstr Programos paleidimas
+
+#: ../panel-plugin/embed-dialogs.c:327
+msgid 
+If a window is not found (or there are no criteria), a command can\n
+optionally be launched. The command can either result in a window\n
+that matches the below criteria, or it can use the socket ID passed\n
+to it (
+msgstr 
+Jei langas nerastas(arba nėra kriterijų), galima paleisti\n
+nebūtiną komandą. Komanda gali būti langas kuris atitinka\n
+kriterijus esančius žemiau arba gali būti duoti ID lizdas (
+
+#: ../panel-plugin/embed-dialogs.c:333
+msgid L_aunch command
+msgstr _Paleisti komandą
+
+#: ../panel-plugin/embed-dialogs.c:334
+msgid Leave blank to not launch anything\n
+msgstr Palikite tuščią jei nenorite nieko paleisti\n
+
+#. poll_delay
+#. No UI element. Generally polling is unnecessary, unless you have a very
+#. * strange window that you're trying to match that is not uniquely
+#. * identifiable when it is mapped.
+#: ../panel-plugin/embed-dialogs.c:343
+msgid Selection Criteria
+msgstr Pasirinkimo kriterijus
+
+#: ../panel-plugin/embed-dialogs.c:345
+msgid 
+The window to embed must match all of the non-blank criteria.\n
+Leave everything blank to rely on a launch command with socket ID.
+msgstr 
+Norint jog langas būtų įterptas jis turi atitikti visu netuščius 
+kriterijus.\n
+Palikite tuščią norėdami pasikliauti paleidimo komanda ir lizdo ID.
+
+#: ../panel-plugin/embed-dialogs.c:349
+msgid _Process name
+msgstr _Proceso vardas
+
+#: ../panel-plugin/embed-dialogs.c:350
+msgid 
+Match the window's application's process name\n
+Leave blank if it is not a criterion
+msgstr 
+Atitikti programos lango proceso vardą.\n
+Palikite tuščią, jei tai netinkamas kriterijus
+
+#: ../panel-plugin/embed-dialogs.c:356
+msgid _Window class
+msgstr _Lango klasė
+
+#: ../panel-plugin/embed-dialogs.c:357
+msgid 
+Match the window's class\n
+Leave blank if it is not a criterion
+msgstr 
+Pagal lango klasę\n
+Palikite tuščią, jei tai netinkamas kriterijus
+
+#: ../panel-plugin/embed-dialogs.c:363
+msgid Window _title
+msgstr _Lango antraštė
+
+#: ../panel-plugin/embed-dialogs.c:364
+msgid 
+Match the window's title using a REGEX\n
+Leave blank if it is not a criterion
+msgstr 
+Pagal lango antraštę, naudojant REGEX\n
+Palikite tuščią, jei tai netinkamas kriterijus
+
+#: ../panel-plugin/embed-dialogs.c:368
+msgid Display
+msgstr Ekranas
+
+#: ../panel-plugin/embed-dialogs.c:371
+msgid _Label format
+msgstr _Etiketės formatas
+
+#: ../panel-plugin/embed-dialogs.c:372
+msgid Leave blank to hide the label\n
+msgstr Palikite tuščią jei nenorite matyti etiketės\n
+
+#: ../panel-plugin/embed-dialogs.c:377
+msgid Label 

[Xfce4-commits] xfce4-power-manager:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 20a8781bae60b7004bd73bde16113e5d8e2f62d5 (commit)
   from 814e12d1f2a14fbbaf0c29d8553a7f4383cc724f (commit)

commit 20a8781bae60b7004bd73bde16113e5d8e2f62d5
Author: Chipong Luo chipong@yahoo.com
Date:   Thu Feb 16 07:18:23 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 211 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index b2c4f86..f8b5d91 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -695,7 +695,7 @@ msgstr 
 \n
 Xfce 电源管理器 %s\n
 \n
-Xfce 好东西项目的一部分\n
+Xfce Goodies 项目的一部分\n
 http://goodies.xfce.org\n;
 \n
 以 GNU GPL 授权。\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:andrzejr/plugin Creating branch andrzejr/plugin

2012-02-15 Thread Andrzej
Updating branch refs/heads/andrzejr/plugin
 as new branch
 to f59b76ccf43ce3c3a72a4e1159b9abfd8232aa46 (commit)

Branches are created implicitly by pushing. This mail only exists to 
let you know that there was code pushed to 

  refs/heads/andrzejr/plugin

for the first time. Mails for the commits that lead to the creation 
of the branch will follow after this mail.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:andrzejr/plugin main: add --daemon option

2012-02-15 Thread Andrzej
Updating branch refs/heads/andrzejr/plugin
 to 77a2881a3fb79ecbf07728ea71c527f90a59cca8 (commit)
   from 23eb637b28440ce773685d72900631cc781f61f6 (commit)

commit 77a2881a3fb79ecbf07728ea71c527f90a59cca8
Author: Andrzej ndrwr...@gmail.com
Date:   Wed Feb 15 21:44:08 2012 +0900

main: add --daemon option

 src/main.c |9 +++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c
index d7b2e5d..bd9a379 100644
--- a/src/main.c
+++ b/src/main.c
@@ -59,6 +59,7 @@ static gbooleanopt_version = FALSE;
 static gbooleanopt_replace = FALSE;
 static gbooleanopt_quit = FALSE;
 static gbooleanopt_disable_server = FALSE;
+static gbooleanopt_daemon = FALSE;
 static GSList *windows = NULL;
 static gbooleanservice_owner = FALSE;
 static XfceAppfinderModel *model_cache = NULL;
@@ -77,6 +78,7 @@ static GOptionEntry option_entries[] =
   { replace, 'r', 0, G_OPTION_ARG_NONE, opt_replace, N_(Replace the 
existing service), NULL },
   { quit, 'q', 0, G_OPTION_ARG_NONE, opt_quit, N_(Quit all instances), 
NULL },
   { disable-server, 0, 0, G_OPTION_ARG_NONE, opt_disable_server, N_(Do not 
try to use or become a D-Bus service), NULL },
+  { daemon, 0, 0, G_OPTION_ARG_NONE, opt_daemon, N_(Start a D-Bus service 
without opening any windows.), NULL },
   { NULL }
 };
 
@@ -557,8 +559,11 @@ main (gint argc, gchar **argv)
   appfinder_refcount_debug_init ();
 #endif
 
-  /* create initial window */
-  appfinder_window_new (NULL, !opt_collapsed);
+  if (G_LIKELY (!opt_daemon))
+{
+  /* create initial window */
+  appfinder_window_new (NULL, !opt_collapsed);
+}
 
   APPFINDER_DEBUG (enter mainloop);
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master l10n: Updated Chinese (China) (zh_CN) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 4f7cae766b33c76c4b6452f3383d54f2e8489b2b (commit)
   from 3bc1b5cdfaac0ccb2c21a5658b1fcd9b48f01dbc (commit)

commit 4f7cae766b33c76c4b6452f3383d54f2e8489b2b
Author: Chipong Luo chipong@yahoo.com
Date:   Thu Feb 16 07:20:17 2012 +0100

l10n: Updated Chinese (China) (zh_CN) translation to 100%

New status: 184 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_CN.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index b5b3f26..a498606 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -310,7 +310,7 @@ msgstr 
 \n
 Parole 媒体播放器 %s\n
 \n
-Xfce 好东西项目的一部分\n
+Xfce Goodies 项目的一部分\n
 http://goodies.xfce.org\n;
 \n
 以 GNU GPL 发布。\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:andrzejr/plugin added a DBus .service file.

2012-02-15 Thread Andrzej
Updating branch refs/heads/andrzejr/plugin
 to e067ae4df00114a30912f31eab9de5bd9dc27c20 (commit)
   from 77a2881a3fb79ecbf07728ea71c527f90a59cca8 (commit)

commit e067ae4df00114a30912f31eab9de5bd9dc27c20
Author: Andrzej ndrwr...@gmail.com
Date:   Wed Feb 15 21:45:56 2012 +0900

added a DBus .service file.

 data/Makefile.am   |6 ++
 data/org.xfce.AppFinder.service.in |3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/data/Makefile.am b/data/Makefile.am
index 2d232b4..0c9a3ad 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,6 +6,12 @@ apps_in_files = \
 apps_DATA = $(apps_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+servicedir = $(datadir)/dbus-1/services
+service_in_files = org.xfce.AppFinder.service.in
+service_DATA = $(service_in_files:.service.in=.service)
+%.service: %.service.in
+   $(AM_V_GEN) sed -e s,\@bindir\@,$(bindir),g  $  $@
+
 EXTRA_DIST = \
$(apps_in_files)
 
diff --git a/data/org.xfce.AppFinder.service.in 
b/data/org.xfce.AppFinder.service.in
new file mode 100644
index 000..0e292f2
--- /dev/null
+++ b/data/org.xfce.AppFinder.service.in
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.xfce.Appfinder
+Exec=@bindir@/xfce4-appfinder --daemon
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-embed-plugin:master Fixed untranslatable strings.

2012-02-15 Thread David Schneider
Updating branch refs/heads/master
 to 10b08cd1fc42378f7ab45b46bd2a8ecdf5742939 (commit)
   from df799c8642eca4800f3af51dd876744ff477faae (commit)

commit 10b08cd1fc42378f7ab45b46bd2a8ecdf5742939
Author: David Schneider dnschn...@gmail.com
Date:   Wed Feb 15 22:49:41 2012 -0800

Fixed untranslatable strings.

 panel-plugin/embed-dialogs.c |   23 +++
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/panel-plugin/embed-dialogs.c b/panel-plugin/embed-dialogs.c
index 4ce251c..27e30cc 100644
--- a/panel-plugin/embed-dialogs.c
+++ b/panel-plugin/embed-dialogs.c
@@ -304,6 +304,7 @@ void
 embed_configure (XfcePanelPlugin *plugin, EmbedPlugin *embed)
 {
   GtkWidget *dialog, *content, *table;
+  gchar *text;
 
   /* block the plugin menu */
   xfce_panel_plugin_block_menu (plugin);
@@ -323,16 +324,20 @@ embed_configure (XfcePanelPlugin *plugin, EmbedPlugin 
*embed)
   content = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
 
   table = add_frame (content, 2, _(Application Launching));
-  add_label (table, 0, NULL,
+  text = g_strdup_printf (
   _(If a window is not found (or there are no criteria), a command can\n
 optionally be launched. The command can either result in a window\n
 that matches the below criteria, or it can use the socket ID passed\n
-to it ( EMBED_LAUNCH_CMD_SOCKET ) to embed itself automatically.));
+to it (%s) to embed itself automatically.), EMBED_LAUNCH_CMD_SOCKET);
+  add_label (table, 0, NULL, text);
+  g_free (text);
   /* launch_cmd */
+  text = g_strdup_printf (
+  _(Leave blank to not launch anything\n
+%s expands to the socket ID), EMBED_LAUNCH_CMD_SOCKET);
   add_entry (embed, table, 1, embed-launch_cmd, TRUE, 
embed_launch_cmd_changed,
-   _(L_aunch command),
-   _(Leave blank to not launch anything\n
- EMBED_LAUNCH_CMD_SOCKET  expands to the socket ID));
+   _(L_aunch command), text);
+  g_free (text);
 
   /* poll_delay */
   /* No UI element. Generally polling is unnecessary, unless you have a very
@@ -367,10 +372,12 @@ embed_configure (XfcePanelPlugin *plugin, EmbedPlugin 
*embed)
 
   table = add_frame (content, 3, _(Display));
   /* label_fmt */
+  text = g_strdup_printf (
+  _(Leave blank to hide the label\n
+%s expands to the embedded window's title), EMBED_LABEL_FMT_TITLE);
   add_entry (embed, table, 0, embed-label_fmt, FALSE, embed_label_fmt_changed,
-   _(_Label format),
-   _(Leave blank to hide the label\n
- EMBED_LABEL_FMT_TITLE  expands to the embedded window's title));
+   _(_Label format), text);
+  g_free (text);
 
   /* label font */
   add_fontbutton (embed, table, 1, embed-label_font, embed_label_font_changed,
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-systemload-plugin:master l10n: Updated Danish (da) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 1f805f3c224f6f6aad0622ce2e42d970b0d3e894 (commit)
   from 22b9a3abf97892e1cee27db261b50a3656415261 (commit)

commit 1f805f3c224f6f6aad0622ce2e42d970b0d3e894
Author: Per Kongstad p_kongs...@op.pl
Date:   Thu Feb 16 08:10:35 2012 +0100

l10n: Updated Danish (da) translation to 100%

New status: 20 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/da.po |   67 -
 1 files changed, 39 insertions(+), 28 deletions(-)

diff --git a/po/da.po b/po/da.po
index d9dc21c..b87688a 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-systemload-plugin 0.4.2\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-11-13 01:24+0900\n
+POT-Creation-Date: 2012-02-16 06:51+\n
 PO-Revision-Date: 2010-11-13 23:01+0100\n
 Last-Translator: Per Kongstad p_kongs...@op.pl\n
 Language-Team: Danish da...@dansk-gruppen.dk\n
@@ -15,95 +15,106 @@ msgstr 
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: da\n
+Plural-Forms: nplurals=2; plural=(n != 1);\\n\\n\n
 X-Poedit-Language: Danish\n
 X-Poedit-SourceCharset: utf-8\n
 X-Poedit-Country: DENMARK\n
-Plural-Forms: nplurals=2; plural=(n != 1);\\n\n
 
-#: ../panel-plugin/cpu.c:62
+#: ../panel-plugin/cpu.c:63
 msgid File /proc/stat not found!
 msgstr Filen /proc/stat blev ikke fundet!
 
-#: ../panel-plugin/systemload.c:159
+#: ../panel-plugin/systemload.c:155
 #, c-format
 msgid System Load: %ld%%
 msgstr Systembelastning: %ld%%
 
-#: ../panel-plugin/systemload.c:166
+#: ../panel-plugin/systemload.c:162
 #, c-format
 msgid Memory: %ldMB of %ldMB used
 msgstr Hukommelse: %ldMB af %ldMB brugt
 
-#: ../panel-plugin/systemload.c:174
+#: ../panel-plugin/systemload.c:170
 #, c-format
 msgid Swap: %ldMB of %ldMB used
 msgstr Swap: %ldMB af %ldMB brugt
 
-#: ../panel-plugin/systemload.c:177
+#: ../panel-plugin/systemload.c:173
 #, c-format
 msgid No swap
 msgstr Ingen swap
 
-#: ../panel-plugin/systemload.c:187
+#: ../panel-plugin/systemload.c:183
 #, c-format
 msgid %d day
 msgid_plural %d days
 msgstr[0] %d dag
 msgstr[1] %d dage
 
-#: ../panel-plugin/systemload.c:195
+#: ../panel-plugin/systemload.c:191
 #, c-format
 msgid Uptime: %d day %d:%02d
 msgid_plural Uptime: %d days %d:%02d
 msgstr[0] Oppetid: %d dag %d:%02d
 msgstr[1] Oppetid: %d dage %d:%02d
 
-#: ../panel-plugin/systemload.c:722
-msgid Select color
-msgstr Vælg farve
-
-#: ../panel-plugin/systemload.c:786
+#: ../panel-plugin/systemload.c:819
 msgid CPU monitor
 msgstr CPU-overvågning
 
-#: ../panel-plugin/systemload.c:787
+#: ../panel-plugin/systemload.c:820
 msgid Memory monitor
 msgstr Hukommelsesovervågning
 
-#: ../panel-plugin/systemload.c:788
+#: ../panel-plugin/systemload.c:821
 msgid Swap monitor
 msgstr Swapovervågning
 
-#: ../panel-plugin/systemload.c:789
+#: ../panel-plugin/systemload.c:822
 msgid Uptime monitor
 msgstr Oppetidsovervågning
 
-#: ../panel-plugin/systemload.c:794
-#: ../panel-plugin/systemload.desktop.in.in.h:2
+#: ../panel-plugin/systemload.c:827 ../panel-plugin/systemload.desktop.in.h:2
 msgid System Load Monitor
 msgstr Systembelastnings-overvågning
 
-#: ../panel-plugin/systemload.c:821
-#: ../panel-plugin/systemload.c:902
-msgid Show monitor
-msgstr Vis overvågning
+#: ../panel-plugin/systemload.c:842
+msgid General
+msgstr Generelt
+
+#: ../panel-plugin/systemload.c:844
+msgid Update interval:
+msgstr Opdateringsinterval:
+
+#: ../panel-plugin/systemload.c:844 ../panel-plugin/systemload.c:849
+msgid s
+msgstr s
+
+#: ../panel-plugin/systemload.c:849
+msgid Power-saving interval:
+msgstr Strømbesparelsesinterval:
 
-#: ../panel-plugin/systemload.c:831
+#: ../panel-plugin/systemload.c:863
 msgid Text to display:
 msgstr Tekst at vise:
 
-#: ../panel-plugin/systemload.c:863
+#: ../panel-plugin/systemload.c:867
 msgid Bar color:
 msgstr Bjælkefarve:
 
-#: ../panel-plugin/uptime.c:52
+#: ../panel-plugin/uptime.c:53
 msgid File /proc/uptime not found!
 msgstr Filen /proc/uptime blev ikke fundet!
 
-#: ../panel-plugin/systemload.desktop.in.in.h:1
+#: ../panel-plugin/systemload.desktop.in.h:1
 msgid Monitor CPU load, swap usage and memory footprint
 msgstr Overvåg CPU-belastning, swapfilbrug og hukommelsesaftryk
 
+#~ msgid Select color
+#~ msgstr Vælg farve
+
+#~ msgid Show monitor
+#~ msgstr Vis overvågning
+
 #~ msgid Uptime:
 #~ msgstr Oppetid:
-
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-timer-plugin:master l10n: Updated Danish (da) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 3536962af5c4fa6b4d64079df633faf704e33625 (commit)
   from 22855e02725f2c424f37dbc2e1d88556cbf6d6e6 (commit)

commit 3536962af5c4fa6b4d64079df633faf704e33625
Author: Per Kongstad p_kongs...@op.pl
Date:   Thu Feb 16 08:11:47 2012 +0100

l10n: Updated Danish (da) translation to 100%

New status: 32 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/da.po |  114 +++--
 1 files changed, 58 insertions(+), 56 deletions(-)

diff --git a/po/da.po b/po/da.po
index 9b87ee9..4ff04bd 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,14 +7,14 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-timer-plugin 0.6\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-06 23:51+0200\n
+POT-Creation-Date: 2006-09-10 21:29+0200\n
 PO-Revision-Date: 2008-10-14 15:19+0100\n
 Last-Translator: Per Kongstad p_kongs...@op.pl\n
 Language-Team: Danish da...@dansk-gruppen.dk\n
-Language: da\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: da\n
 X-Poedit-Language: Danish\n
 X-Poedit-SourceCharset: utf-8\n
 X-Poedit-Country: DENMARK\n
@@ -34,11 +34,7 @@ msgstr %dm %ds tilbage
 msgid %ds left
 msgstr %ds tilbage
 
-#: ../src/xfcetimer.c:108
-msgid  (Paused)
-msgstr 
-
-#: ../src/xfcetimer.c:131
+#: ../src/xfcetimer.c:126
 msgid 
 Beeep! :) \n
 Time is up!
@@ -46,111 +42,105 @@ msgstr 
 Biiip! :) \n
 Tiden er gået!
 
-#: ../src/xfcetimer.c:415
-#, fuzzy
-msgid Resume timer
-msgstr Start timer
-
-#: ../src/xfcetimer.c:421 ../src/xfcetimer.c:489
+#: ../src/xfcetimer.c:424
 msgid Stop timer
 msgstr Stop timer
 
-#: ../src/xfcetimer.c:475
-msgid Pause timer
-msgstr Start timer
-
-#: ../src/xfcetimer.c:491
+#: ../src/xfcetimer.c:426
 msgid Start timer
 msgstr Start timer
 
-#: ../src/xfcetimer.c:501
+#: ../src/xfcetimer.c:436
 msgid Stop the alarm
 msgstr Stop alarmen
 
-#: ../src/xfcetimer.c:547 ../src/xfcetimer.c:622
+#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556
 #, c-format
 msgid %dh %dm %ds
 msgstr %dt %dm %ds
 
-#: ../src/xfcetimer.c:549 ../src/xfcetimer.c:624
+#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558
 #, c-format
 msgid %dm %ds
 msgstr %dm %ds
 
-#: ../src/xfcetimer.c:551 ../src/xfcetimer.c:626
+#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560
 #, c-format
 msgid %ds
 msgstr %ds
 
-#: ../src/xfcetimer.c:561 ../src/xfcetimer.c:636
+#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570
 #, c-format
 msgid At %02d:%02d
 msgstr Ved %02d:%02d
 
-#: ../src/xfcetimer.c:718
-#, fuzzy
-msgid Name:
+#: ../src/xfcetimer.c:619
+msgid Name
 msgstr Navn
 
 #. 
-#: ../src/xfcetimer.c:726
+#: ../src/xfcetimer.c:627
 msgid Enter the countdown time
 msgstr Indtast nedtællingstiden
 
-#: ../src/xfcetimer.c:729
+#: ../src/xfcetimer.c:629
 msgid Enter the time of alarm (24h format)
 msgstr Indtast tiden for alarmen (24t format)
 
-#: ../src/xfcetimer.c:741
+#: ../src/xfcetimer.c:640
 msgid h  
 msgstr t  
 
-#: ../src/xfcetimer.c:746
+#: ../src/xfcetimer.c:645
 msgid m  
 msgstr m  
 
-#: ../src/xfcetimer.c:751
+#: ../src/xfcetimer.c:650
 msgid s  
 msgstr s  
 
-#: ../src/xfcetimer.c:754
-#, fuzzy
-msgid or
+#: ../src/xfcetimer.c:653
+msgid 
+\n
+or\n
 msgstr 
 \n
 eller\n
 
-#: ../src/xfcetimer.c:777
-#, fuzzy
-msgid Command to run:
+#. **
+#: ../src/xfcetimer.c:673
+msgid 
+\n
+The command to run
 msgstr 
 \n
 Kommadoen der skal køres
 
-#: ../src/xfcetimer.c:807
+#: ../src/xfcetimer.c:699
 msgid Add new alarm
 msgstr Tilføj ny alarm
 
-#: ../src/xfcetimer.c:846
+#: ../src/xfcetimer.c:737
 msgid Edit alarm
 msgstr Redigér alarm
 
-#: ../src/xfcetimer.c:1399
-msgid Xfce 4 Timer Plugin
-msgstr Xfce4-timerindstillinger
+#: ../src/xfcetimer.c:1162
+msgid Properties
+msgstr Egenskaber
 
-#: ../src/xfcetimer.c:1411
+#: ../src/xfcetimer.c:1174
 msgid Xfce4 Timer Options
 msgstr Xfce4-timerindstillinger
 
-#: ../src/xfcetimer.c:1443
-#, fuzzy
-msgid Timer name
+#: ../src/xfcetimer.c:1205
+msgid 
+Timer\n
+name
 msgstr 
 Timer\n
 navn
 
-#: ../src/xfcetimer.c:1448
+#: ../src/xfcetimer.c:1210
 msgid 
 Countdown period /\n
 Alarm time
@@ -158,26 +148,27 @@ msgstr 
 Nedtællingsperiode /\n
 Alarmtid
 
-#: ../src/xfcetimer.c:1452
+#: ../src/xfcetimer.c:1214
 msgid Alarm command
 msgstr Alarmkommando
 
-#: ../src/xfcetimer.c:1508
-#, fuzzy
-msgid Don't display a warning  if an alarm command is set
+#: ../src/xfcetimer.c:1257
+msgid 
+Don't display the warning window\n
+if an alarm command is set
 msgstr 
 Vis ikke advarselsvinduet\n
 hvis en alarmkommando er indstillet
 
-#: ../src/xfcetimer.c:1515
+#: ../src/xfcetimer.c:1264
 msgid Repeat the alarm command:
 msgstr Gentag alarmkommandoen:
 
-#: ../src/xfcetimer.c:1522
+#: ../src/xfcetimer.c:1271
 msgid Number of repetitions
 msgstr Antal gentagelser
 
-#: ../src/xfcetimer.c:1528
+#: ../src/xfcetimer.c:1277
 msgid   Time interval (sec.)
 msgstr   Tidsinterval 

[Xfce4-commits] xfce4-mpc-plugin:master l10n: Updated Danish (da) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 4ee6166a1365405b94f0b80cc85cc838d04ffa45 (commit)
   from 1e0099b28d5781d7ae6b2d15a6cf1827d801867a (commit)

commit 4ee6166a1365405b94f0b80cc85cc838d04ffa45
Author: Per Kongstad p_kongs...@op.pl
Date:   Thu Feb 16 08:12:44 2012 +0100

l10n: Updated Danish (da) translation to 100%

New status: 24 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/da.po |   11 +--
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/po/da.po b/po/da.po
index 64443ae..61112d0 100644
--- a/po/da.po
+++ b/po/da.po
@@ -11,13 +11,13 @@ msgstr 
 PO-Revision-Date: 2009-07-30 10:22+0100\n
 Last-Translator: Per Kongstad p_kongs...@op.pl\n
 Language-Team: Danish da...@dansk-gruppen.dk\n
-Language: da\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: da\n
 X-Poedit-Language: Danish\n
-X-Poedit-Country: DENMARK\n
 X-Poedit-SourceCharset: utf-8\n
+X-Poedit-Country: DENMARK\n
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:128
 #: ../panel-plugin/xfce4-mpc-plugin.c:204
@@ -99,20 +99,19 @@ msgstr Gentag
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:752
 msgid biCommands/i/b
-msgstr 
+msgstr biKommandoer/i/b
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:756
 msgid biOutputs/i/b
-msgstr 
+msgstr biTilbagemeldinger/i/b
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:779
 msgid A simple panel-plugin client for Music Player Daemon
 msgstr Et simpelt klient-paneludvidelsesmodul til musikafspiller-dæmonen
 
 #: ../panel-plugin/xfce4-mpc-plugin.c:781
-#, fuzzy
 msgid Copyright (c) 2006-2011 Landry Breuil\n
-msgstr Copyright (c) 2006-2008 Landry Breuil\n
+msgstr Copyright (c) 2006-2011 Landry Breuil\n
 
 #: ../panel-plugin/xfce4-mpc-plugin.desktop.in.h:1
 msgid MPD Client Plugin
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-genmon-plugin:master l10n: Updated Danish (da) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 52bd34206c360e094b6e049d7a7f02acba9b6bbf (commit)
   from e431146af343c2e3cdb272af25adf9f4554d2c16 (commit)

commit 52bd34206c360e094b6e049d7a7f02acba9b6bbf
Author: Per Kongstad p_kongs...@op.pl
Date:   Thu Feb 16 08:13:51 2012 +0100

l10n: Updated Danish (da) translation to 100%

New status: 19 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/da.po |   49 +
 1 files changed, 25 insertions(+), 24 deletions(-)

diff --git a/po/da.po b/po/da.po
index 962f2c0..bc0de6e 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-genmon-plugin 3.2\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-05 17:09+\n
+POT-Creation-Date: 2012-02-16 05:24+\n
 PO-Revision-Date: 2008-10-05 21:36+0100\n
 Last-Translator: Claus Futtrup cfutt...@stofanet.dk\n
 Language-Team: Danish da...@dansk-gruppen.dk\n
@@ -22,68 +22,57 @@ msgstr 
 msgid Error in command \%s\
 msgstr Fejl i kommandoen \%s\
 
-#: ../panel-plugin/cmdspawn.c:177 ../panel-plugin/main.c:105
+#: ../panel-plugin/cmdspawn.c:177 ../panel-plugin/main.c:104
 msgid Xfce Panel
 msgstr Panelet til Xfce
 
-#: ../panel-plugin/config_gui.c:87
-msgid About...
-msgstr Om...
-
-#: ../panel-plugin/config_gui.c:103 ../panel-plugin/main.c:670
-#: ../panel-plugin/genmon.desktop.in.in.h:1
-msgid Generic Monitor
-msgstr Generisk overvågning
-
-#: ../panel-plugin/config_gui.c:116
+#: ../panel-plugin/config_gui.c:81
 msgid Command
 msgstr Kommando
 
-#: ../panel-plugin/config_gui.c:130
+#: ../panel-plugin/config_gui.c:95
 msgid Input the shell command to spawn, then press Enter
 msgstr Indtast skalkommandoen der skal køres, og tryk på Enter
 
-#: ../panel-plugin/config_gui.c:149
+#: ../panel-plugin/config_gui.c:114
 msgid Interval between 2 consecutive spawns
 msgstr Interval mellem 2 på hinanden følgende kørsler
 
-#: ../panel-plugin/config_gui.c:153
+#: ../panel-plugin/config_gui.c:118
 msgid Period (s) 
 msgstr Periode(r)
 
-#: ../panel-plugin/config_gui.c:161
+#: ../panel-plugin/config_gui.c:126
 msgid Label
 msgstr Mærkat
 
-#: ../panel-plugin/config_gui.c:166
+#: ../panel-plugin/config_gui.c:131
 msgid Tick to display label
 msgstr Markér for at vise mærkat
 
-#: ../panel-plugin/config_gui.c:175
+#: ../panel-plugin/config_gui.c:140
 msgid Input the plugin label, then press Enter
 msgstr Indtast udvidelsesmodul-mærkaten og tryk på Enter
 
-#: ../panel-plugin/config_gui.c:178
+#: ../panel-plugin/config_gui.c:143
 msgid (genmon)
 msgstr (genmon)
 
-#: ../panel-plugin/config_gui.c:187
+#: ../panel-plugin/config_gui.c:152
 msgid Press to change font
 msgstr Tryk for at ændre skrifttype
 
-#: ../panel-plugin/config_gui.c:202
+#: ../panel-plugin/config_gui.c:167
 msgid (Default font)
 msgstr (Standardskrifttype)
 
-#: ../panel-plugin/main.c:104
+#: ../panel-plugin/main.c:103
 #, c-format
 msgid Could not run \%s\
 msgstr Kunne ikke køre \%s\
 
 #: ../panel-plugin/main.c:595
-#, c-format
 msgid 
-%s %s - Generic Monitor\n
 Cyclically spawns a script/program, captures its output and displays the 
 resulting string in the panel\n
 \n
@@ -97,6 +86,11 @@ msgstr 
 (c) 2004 Roger Seguin roger_seg...@msn.com\n
 (c) 2006 Julien Devemy jujuc...@gmail.com
 
+#: ../panel-plugin/main.c:599
+#, c-format
+msgid %s %s - Generic Monitor
+msgstr %s %s - Generisk overvågning
+
 #: ../panel-plugin/main.c:613
 msgid Font Selection
 msgstr Vælg skrifttype
@@ -105,6 +99,13 @@ msgstr Vælg skrifttype
 msgid Configuration
 msgstr Konfiguration
 
+#: ../panel-plugin/main.c:668 ../panel-plugin/genmon.desktop.in.in.h:1
+msgid Generic Monitor
+msgstr Generisk overvågning
+
 #: ../panel-plugin/genmon.desktop.in.in.h:2
 msgid Show output of a command.
 msgstr Vis resultat af en kommando.
+
+#~ msgid About...
+#~ msgstr Om...
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master l10n: Updated Danish (da) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 706744777d085281792a4bae17297b648bba9b1b (commit)
   from 8751ea5ebb3f6e0fca21965e5d009fac6a92dff8 (commit)

commit 706744777d085281792a4bae17297b648bba9b1b
Author: Per Kongstad p_kongs...@op.pl
Date:   Thu Feb 16 08:20:12 2012 +0100

l10n: Updated Danish (da) translation to 100%

New status: 274 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/da.po |  173 +-
 1 files changed, 93 insertions(+), 80 deletions(-)

diff --git a/po/da.po b/po/da.po
index 21251d1..8d48a86 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2,19 +2,19 @@
 # Copyright (c) 2004-2007 os-cillation.
 # This file is distributed under the same license as the libexo package.
 # Per Kongstad p_kongs...@op.pl, 2008, 09.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: Exo 0.5.1\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-01-16 16:35+0100\n
+POT-Creation-Date: 2012-02-16 02:42+\n
 PO-Revision-Date: 2010-02-20 00:22+0100\n
 Last-Translator: Per Kongstad p_kongs...@op.pl\n
 Language-Team: Danish da...@dansk-gruppen.dk\n
-Language: da\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: da\n
 X-Poedit-Language: Danish\n
 X-Poedit-SourceCharset: utf-8\n
 X-Poedit-Country: DENMARK\n
@@ -538,8 +538,8 @@ msgstr   --strip-comments  Fjern kommentarer fra 
XML-filer\n
 msgid   --strip-content   Remove node contents from XML files\n
 msgstr   --strip-content   Fjern knudeindhold fra XML-filer (node)\n
 
-#: ../exo-csource/main.c:304 ../exo-desktop-item-edit/main.c:177
-#: ../exo-open/main.c:471
+#: ../exo-csource/main.c:304 ../exo-desktop-item-edit/main.c:193
+#: ../exo-open/main.c:483
 #, c-format
 msgid 
 Copyright (c) %s\n
@@ -554,8 +554,8 @@ msgstr 
 Skrevet af Benedikt Meurer be...@xfce.org.\n
 \n
 
-#: ../exo-csource/main.c:308 ../exo-desktop-item-edit/main.c:181
-#: ../exo-open/main.c:475
+#: ../exo-csource/main.c:308 ../exo-desktop-item-edit/main.c:197
+#: ../exo-open/main.c:487
 #, c-format
 msgid 
 %s comes with ABSOLUTELY NO WARRANTY,\n
@@ -570,8 +570,8 @@ msgstr 
 %s-kildepakken.\n
 \n
 
-#: ../exo-csource/main.c:312 ../exo-desktop-item-edit/main.c:185
-#: ../exo-open/main.c:479
+#: ../exo-csource/main.c:312 ../exo-desktop-item-edit/main.c:201
+#: ../exo-open/main.c:491
 #, c-format
 msgid Please report bugs to %s.\n
 msgstr Send venligst fejl-rapporter til %s.\n
@@ -616,37 +616,44 @@ msgstr Skalskripter
 msgid Create Launcher b%s/b
 msgstr Opret programstarter b%s/b
 
-#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to 
avoid mnemonic conflicts
+#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to
+#. avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:297
 msgid _Name:
 msgstr _Navn:
 
-#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to 
avoid mnemonic conflicts
+#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to
+#. avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:313
 msgid C_omment:
 msgstr K_ommentar:
 
-#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic 
conflicts
+#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic
+#. conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:329
 msgid Comm_and:
 msgstr Komm_ando:
 
-#. TRANSLATORS: Label in Create Link dialog, make sure to avoid mnemonic 
conflicts
+#. TRANSLATORS: Label in Create Link dialog, make sure to avoid mnemonic
+#. conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:344
 msgid _URL:
 msgstr _URL:
 
-#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic 
conflicts
+#. TRANSLATORS: Label in Create Launcher dialog, make sure to avoid mnemonic
+#. conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:360
 msgid Working _Directory:
 msgstr Arbejds_mappe:
 
-#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to 
avoid mnemonic conflicts
+#. TRANSLATORS: Label in Create Launcher/Create Link dialog, make sure to
+#. avoid mnemonic conflicts
 #: ../exo-desktop-item-edit/exo-die-editor.c:389
 msgid _Icon:
 msgstr _Ikon:
 
-#. TRANSLATORS: Label for the icon button in Create Launcher/Create Link 
dialog if no icon selected
+#. TRANSLATORS: Label for the icon button in Create Launcher/Create Link
+#. dialog if no icon selected
 #. setup a label to tell that no icon was selected
 #: ../exo-desktop-item-edit/exo-die-editor.c:406
 #: ../exo-desktop-item-edit/exo-die-editor.c:1233
@@ -657,9 +664,11 @@ msgstr Intet ikon
 msgid Options:
 msgstr Indstillinger:
 
-#. TRANSLATORS: Check button label in Create Launcher dialog, make sure to 
avoid mnemonic conflicts
-#. *  and sync your translations with the translations in Thunar 
and xfce4-panel.
-#.
+#. TRANSLATORS: Check button label in Create Launcher 

[Xfce4-commits] xfce4-settings:master l10n: Updated Danish (da) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to be8ac4226e01cb8a75149a4f6b597645d174df0c (commit)
   from 12caebc536fe3555804fed057340aa6958ebf116 (commit)

commit be8ac4226e01cb8a75149a4f6b597645d174df0c
Author: Per Kongstad p_kongs...@op.pl
Date:   Thu Feb 16 08:24:25 2012 +0100

l10n: Updated Danish (da) translation to 100%

New status: 330 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/da.po |   22 +++---
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/po/da.po b/po/da.po
index ecdeb33..ba7fcdf 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-settings 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-10 17:06+\n
+POT-Creation-Date: 2012-02-16 06:36+\n
 PO-Revision-Date: 2010-01-19 21:40+0100\n
 Last-Translator: Per Kongstad p_kongs...@op.pl\n
 Language-Team: Dansk da...@dansk-gruppen.dk\n
@@ -910,12 +910,12 @@ msgstr Variant
 msgid Shortcut command may not be empty.
 msgstr Genvejskommando må ikke være tom.
 
-#: ../dialogs/keyboard-settings/xfce-keyboard-settings.c:965
-#: ../dialogs/keyboard-settings/xfce-keyboard-settings.c:966
+#: ../dialogs/keyboard-settings/xfce-keyboard-settings.c:967
+#: ../dialogs/keyboard-settings/xfce-keyboard-settings.c:968
 msgid Reset to Defaults
 msgstr Nulstil til standardindstillinger
 
-#: ../dialogs/keyboard-settings/xfce-keyboard-settings.c:967
+#: ../dialogs/keyboard-settings/xfce-keyboard-settings.c:969
 msgid 
 This will reset all shortcuts to their default values. Do you really want to 
 do this?
@@ -923,11 +923,11 @@ msgstr 
 Dette vil nulstille alle genvejene til deres standardværdier. Vil du 
 virkelig gøre dette?
 
-#: ../dialogs/keyboard-settings/xfce-keyboard-settings.c:1032
+#: ../dialogs/keyboard-settings/xfce-keyboard-settings.c:1042
 msgid The system defaults will be restored next time you log in.
 msgstr Systemstandarder vil blive genskabt, når du logger ind næste gang.
 
-#: ../dialogs/keyboard-settings/xfce-keyboard-settings.c:1034
+#: ../dialogs/keyboard-settings/xfce-keyboard-settings.c:1044
 msgid Warning
 msgstr Advarsel
 
@@ -943,7 +943,7 @@ msgstr Brug en til_passet kommando:
 msgid 
 Use a custom command for an application that is not available from the above 
 application list.
-msgstr 
+msgstr Brug en tilpasset kommando for et program som ikke er tilgængeligt på 
programlisten.
 
 #: ../dialogs/mime-settings/xfce-mime-chooser.c:223
 msgid _Browse...
@@ -1031,7 +1031,7 @@ msgid Failed to set application \%s\ for mime type 
\%s\.
 msgstr Kunne ikke indstille program \%s\ til mime-type \%s\.
 
 #: ../dialogs/mime-settings/xfce-mime-window.c:906
-#, fuzzy, c-format
+#, c-format
 msgid 
 Are you sure you want to reset content type \%s\ to its default value?
 msgstr 
@@ -1046,7 +1046,7 @@ msgstr Spørgsmål
 msgid 
 This will remove your custom mime-association and restore the system-wide 
 default.
-msgstr 
+msgstr Dette vil fjerne dine tilpassede MIME-tilknytninger og genskabe 
systemstandarderne.
 
 #: ../dialogs/mime-settings/xfce-mime-window.c:917
 #: ../dialogs/mime-settings/xfce-mime-window.c:988
@@ -1402,12 +1402,12 @@ msgstr Overvåg %s
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:946
 msgid Watch an Xfconf channel for property changes
-msgstr 
+msgstr Overvåg en Xconf-kanal for ændring af egenskaber
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:982
 #, c-format
 msgid start monitoring channel \%s\
-msgstr 
+msgstr start overvågning af kanalen \%s\
 
 #: ../xfce4-settings-editor/xfce-settings-editor-dialog.c:1036
 msgid _Monitor
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfwm4:master l10n: Updated Danish (da) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 110a345913ebeaeca2d33977524814e73b2c68d4 (commit)
   from 4ecf4cf82517c43a662976256a89310d73993467 (commit)

commit 110a345913ebeaeca2d33977524814e73b2c68d4
Author: Per Kongstad p_kongs...@op.pl
Date:   Thu Feb 16 08:26:31 2012 +0100

l10n: Updated Danish (da) translation to 100%

New status: 232 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/da.po |   14 +-
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/po/da.po b/po/da.po
index bf2f49c..23477c8 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfwm 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-13 23:10+0100\n
+POT-Creation-Date: 2012-02-16 02:30+\n
 PO-Revision-Date: 2009-12-15 13:53+0100\n
 Last-Translator: Per Kongstad p_kongs...@op.pl\n
 Language-Team: Danish da...@dansk-gruppen.dk\n
@@ -514,24 +514,20 @@ msgid Move window to workspace 12
 msgstr Flyt vindue til arbejdsområde 12
 
 #: ../settings-dialogs/xfwm4-settings.c:281
-#, fuzzy
 msgid Tile window to the top
-msgstr Flyt vindue til venstre arbejdsområde
+msgstr Flyt vindue til toppen som flise
 
 #: ../settings-dialogs/xfwm4-settings.c:282
-#, fuzzy
 msgid Tile window to the bottom
-msgstr Fylt vindue til nedre arbejdsområde
+msgstr Flyt vindue til bunden som flise
 
 #: ../settings-dialogs/xfwm4-settings.c:283
-#, fuzzy
 msgid Tile window to the left
-msgstr Flyt vindue til venstre arbejdsområde
+msgstr Flyt vindue til venstre som flise
 
 #: ../settings-dialogs/xfwm4-settings.c:284
-#, fuzzy
 msgid Tile window to the right
-msgstr Flyt vindue til højre arbejdsområde
+msgstr Flyt vindue til højre som flise
 
 #: ../settings-dialogs/xfwm4-settings.c:285
 msgid Show desktop
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] garcon:master l10n: Updated Danish (da) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 776fb1e78431cc48679ebf03ffb9028361920100 (commit)
   from d5fc2aa53c092f6e18d25bac86db10a7eae25064 (commit)

commit 776fb1e78431cc48679ebf03ffb9028361920100
Author: Per Kongstad p_kongs...@op.pl
Date:   Thu Feb 16 08:27:53 2012 +0100

l10n: Updated Danish (da) translation to 100%

New status: 31 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/da.po |   24 
 1 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/po/da.po b/po/da.po
index cc6e2da..fbb827d 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: libxfce4menu 4.5.92\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-06-26 10:06+\n
+POT-Creation-Date: 2012-02-16 02:51+\n
 PO-Revision-Date: 2009-08-15 19:29+0100\n
 Last-Translator: Per Kongstad p_kongs...@op.pl\n
 Language-Team: Danish da...@dansk-gruppen.dk\n
@@ -60,6 +60,14 @@ msgstr Grafik
 msgid Graphics creation and manipulation applications
 msgstr Grafisk skabelses- og manipuleringsprogrammer
 
+#: ../data/xfce/xfce-hardware.directory.in.h:1
+msgid Hardware
+msgstr Hardware
+
+#: ../data/xfce/xfce-hardware.directory.in.h:2
+msgid Settings for several hardware devices
+msgstr Indstillinger for adskillige hardware-enheder
+
 #: ../data/xfce/xfce-multimedia.directory.in.h:1
 msgid Audio and video players and editors
 msgstr Lyd-, videoafpillere samt -editorer
@@ -92,6 +100,14 @@ msgstr Programmer som ikke falder indenfor andre 
kategorier
 msgid Other
 msgstr Andre
 
+#: ../data/xfce/xfce-personal.directory.in.h:1
+msgid Personal
+msgstr Personlige
+
+#: ../data/xfce/xfce-personal.directory.in.h:2
+msgid Personal settings
+msgstr Personlige indstillinger
+
 #: ../data/xfce/xfce-screensavers.directory.in.h:1
 msgid Screensaver applets
 msgstr Pauseskærmsprogrammer
@@ -116,17 +132,17 @@ msgstr System
 msgid System tools and utilities
 msgstr Systemværktøjer
 
-#: ../garcon/garcon-menu.c:709
+#: ../garcon/garcon-menu.c:706
 #, c-format
 msgid File \%s\ not found
 msgstr Filen \%s\ blev ikke fundet
 
-#: ../garcon/garcon-menu-parser.c:278
+#: ../garcon/garcon-menu-parser.c:280
 #, c-format
 msgid Could not load menu file data from %s: %s
 msgstr Kunne ikke indlæse data til menufil fra %s: %s.
 
-#: ../garcon/garcon-menu-parser.c:284
+#: ../garcon/garcon-menu-parser.c:287
 #, c-format
 msgid Could not load menu file data from %s
 msgstr Kunne ikke indlæse data til menufil fra %s
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfwm4:master l10n: Updated Kazakh (kk) translation to 100%

2012-02-15 Thread Transifex
Updating branch refs/heads/master
 to 23bbffee49a1a196078693fd00a8371ec7900f02 (commit)
   from 110a345913ebeaeca2d33977524814e73b2c68d4 (commit)

commit 23bbffee49a1a196078693fd00a8371ec7900f02
Author: Bauzhan Muftakhidinov baurthefi...@gmail.com
Date:   Thu Feb 16 08:55:42 2012 +0100

l10n: Updated Kazakh (kk) translation to 100%

New status: 232 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/kk.po |   16 ++--
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/po/kk.po b/po/kk.po
index b9904d1..d28008b 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -2,12 +2,12 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Baurzhan Muftakhidinov baurthefi...@gmail.com, 2009.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: trunk\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-02-13 23:10+0100\n
+POT-Creation-Date: 2012-02-16 02:30+\n
 PO-Revision-Date: 2011-12-17 22:52+0600\n
 Last-Translator: Baurzhan Muftakhidinov baurthefi...@gmail.com\n
 Language-Team: Kazakh kk...@googlegroups.com\n
@@ -509,24 +509,20 @@ msgid Move window to workspace 12
 msgstr Терезені 12-ші жұмыс орнына апару
 
 #: ../settings-dialogs/xfwm4-settings.c:281
-#, fuzzy
 msgid Tile window to the top
-msgstr Терезені сол жақтағы жұмыс орнына апару
+msgstr Терезені үстіге толтыру
 
 #: ../settings-dialogs/xfwm4-settings.c:282
-#, fuzzy
 msgid Tile window to the bottom
-msgstr Терезені төмендегі жұмыс орнына апару
+msgstr Терезені астыға толтыру
 
 #: ../settings-dialogs/xfwm4-settings.c:283
-#, fuzzy
 msgid Tile window to the left
-msgstr Терезені сол жақтағы жұмыс орнына апару
+msgstr Терезені сол жаққа толтыру
 
 #: ../settings-dialogs/xfwm4-settings.c:284
-#, fuzzy
 msgid Tile window to the right
-msgstr Терезені оң жақтағы жұмыс орнына апару
+msgstr Терезені оң жаққа толтыру
 
 #: ../settings-dialogs/xfwm4-settings.c:285
 msgid Show desktop
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits