--- xfwm4-4.4.2.orig/config.guess +++ xfwm4-4.4.2/config.guess @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -# Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2007-07-22' +timestamp='2008-01-23' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -56,8 +56,8 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -139,23 +139,6 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -if [ "${UNAME_SYSTEM}" = "Linux" ] ; then - eval $set_cc_for_build - cat << EOF > $dummy.c - #include - #ifdef __UCLIBC__ - # ifdef __UCLIBC_CONFIG_VERSION__ - LIBC=uclibc __UCLIBC_CONFIG_VERSION__ - # else - LIBC=uclibc - # endif - #else - LIBC=gnu - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep LIBC= | sed -e 's: ::g'` -fi - # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in @@ -549,7 +532,7 @@ echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[45]) + *:AIX:*:[456]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -816,6 +799,9 @@ EM64T | authenticamd) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks @@ -850,28 +836,35 @@ echo ${UNAME_MACHINE}-pc-minix exit ;; arm*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-gnu + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) - echo cris-axis-linux-${LIBC} + echo cris-axis-linux-gnu exit ;; crisv32:Linux:*:*) - echo crisv32-axis-linux-${LIBC} + echo crisv32-axis-linux-gnu exit ;; frv:Linux:*:*) - echo frv-unknown-linux-${LIBC} + echo frv-unknown-linux-gnu exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; mips:Linux:*:*) eval $set_cc_for_build @@ -894,7 +887,7 @@ s: ::g p }'`" - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) eval $set_cc_for_build @@ -917,16 +910,16 @@ s: ::g p }'`" - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) - echo or32-unknown-linux-${LIBC} + echo or32-unknown-linux-gnu exit ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-${LIBC} + echo powerpc-unknown-linux-gnu exit ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-${LIBC} + echo powerpc64-unknown-linux-gnu exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -939,40 +932,40 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null - if test "$?" = 0 ; then LIBC="gnulibc1" ; fi - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; - PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; - *) echo hppa-unknown-linux-${LIBC} ;; + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; esac exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-${LIBC} + echo hppa64-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-${LIBC} + echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) - echo x86_64-unknown-linux-${LIBC} + echo x86_64-unknown-linux-gnu exit ;; - xtensa:Linux:*:*) - echo xtensa-unknown-linux-${LIBC} + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so @@ -987,22 +980,20 @@ p'` case "$ld_supported_targets" in elf32-i386) - TENTATIVE="${UNAME_MACHINE}-pc-linux-${LIBC}" + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ;; a.out-i386-linux) - echo "${UNAME_MACHINE}-pc-linux-${LIBC}aout" + echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit ;; coff-i386) - echo "${UNAME_MACHINE}-pc-linux-${LIBC}coff" + echo "${UNAME_MACHINE}-pc-linux-gnucoff" exit ;; "") # Either a pre-BFD a.out linker (linux-gnuoldld) or # one that does not give us useful --help. - echo "${UNAME_MACHINE}-pc-linux-${LIBC}oldld" + echo "${UNAME_MACHINE}-pc-linux-gnuoldld" exit ;; esac - # This should get integrated into the C code below, but now we hack - if [ "$LIBC" != "gnu" ] ; then echo "$TENTATIVE" && exit 0 ; fi # Determine whether the default compiler is a.out or elf eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c @@ -1493,9 +1484,9 @@ the operating system you are using. It is advised that you download the most up to date version of the config scripts from - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run ($0) is already up to date, please send the following data and any information you think might be --- xfwm4-4.4.2.orig/config.sub +++ xfwm4-4.4.2/config.sub @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -# Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2007-06-28' +timestamp='2008-01-16' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -72,8 +72,8 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -244,7 +244,7 @@ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | bfin \ | c4x | clipper \ - | d10v | d30v | dlx | dsp16xx | dvp \ + | d10v | d30v | dlx | dsp16xx \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ @@ -277,7 +277,7 @@ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | score \ - | sh | sh[1234] | sh[24]a | sh[24]a*eb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ @@ -358,7 +358,7 @@ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[24]a*eb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ @@ -369,10 +369,14 @@ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ - | xstormy16-* | xtensa-* \ + | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-*) ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -443,6 +447,14 @@ basic_machine=ns32k-sequent os=-dynix ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; c90) basic_machine=c90-cray os=-unicos @@ -668,6 +680,14 @@ basic_machine=m68k-isi os=-sysv ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; m88k-omron*) basic_machine=m88k-omron ;; @@ -694,24 +714,6 @@ basic_machine=m68k-atari os=-mint ;; - mipsEE* | ee | ps2) - basic_machine=mips64r5900el-scei - case $os in - -linux*) - ;; - *) - os=-elf - ;; - esac - ;; - iop) - basic_machine=mipsel-scei - os=-irx - ;; - dvp) - basic_machine=dvp-scei - os=-elf - ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; @@ -831,6 +833,14 @@ basic_machine=i860-intel os=-osf ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; pbd) basic_machine=sparc-tti ;; @@ -1039,6 +1049,10 @@ basic_machine=tic6x-unknown os=-coff ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; tx39) basic_machine=mipstx39-unknown ;; @@ -1244,7 +1258,7 @@ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -irx*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) --- xfwm4-4.4.2.orig/debian/postinst +++ xfwm4-4.4.2/debian/postinst @@ -0,0 +1,15 @@ +#!/bin/sh -e + +# install alternatives links + +if [ "$1" = "configure" ]; then + update-alternatives --install /usr/bin/x-window-manager \ + x-window-manager /usr/bin/xfwm4 60 --slave \ + /usr/share/man/man1/x-window-manager.1.gz \ + x-window-manager.1.gz /usr/share/man/man1/xfwm4.1.gz + +fi + +#DEBHELPER# + +exit 0 --- xfwm4-4.4.2.orig/debian/watch +++ xfwm4-4.4.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.xfce.org/archive/xfce-(.*)/src/ \ + xfwm4-(\d+\.\d+.\d+)\.tar\.bz2 --- xfwm4-4.4.2.orig/debian/control +++ xfwm4-4.4.2/debian/control @@ -0,0 +1,27 @@ +Source: xfwm4 +Section: x11 +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian Xfce Maintainers +Uploaders: Emanuele Rocca , Simon Huggins , Yves-Alexis Perez +Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev (>= 2.10.6), libxft-dev, xfce4-mcs-manager-dev (>= 4.4.2), quilt, libxdamage-dev, libxrender-dev, libxcomposite-dev, libxfixes-dev, chrpath +Standards-Version: 3.7.3 +Homepage: http://www.xfce.org/ +Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfwm4/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfwm4/ + +Package: xfwm4 +Architecture: any +Depends: ${shlibs:Depends} +Recommends: xfwm4-themes, xfce4-mcs-manager (>= 4.4.2-3), librsvg2-common +Suggests: xfce4 +Provides: x-window-manager +Description: window manager of the Xfce project + This package contains xfwm4 which is the window manager for Xfce4. It is + designed to run with the rest of Xfce4 but makes a capable window manager + for GNOME or KDE. + . + Install xfwm4 if you want a small, resource saving window manager which + complies to the standards defined at http://www.freedesktop.org/. Without + xfce4 installed this only gives you a window manager not the full + environment. --- xfwm4-4.4.2.orig/debian/prerm +++ xfwm4-4.4.2/debian/prerm @@ -0,0 +1,12 @@ +#!/bin/sh -e + +# remove alternatives links + +if [ "$1" = "remove" ]; then + update-alternatives --remove x-window-manager /usr/bin/xfwm4 + +fi + +#DEBHELPER# + +exit 0 --- xfwm4-4.4.2.orig/debian/lintian +++ xfwm4-4.4.2/debian/lintian @@ -0,0 +1,4 @@ +#xfwm4 use xfce-mcs-manager to manage its settings. +xfwm4: desktop-command-not-in-package +#Xfce doesn't have its FD.O category yet. +xfwm4: desktop-entry-invalid-category --- xfwm4-4.4.2.orig/debian/compat +++ xfwm4-4.4.2/debian/compat @@ -0,0 +1 @@ +4 --- xfwm4-4.4.2.orig/debian/rules +++ xfwm4-4.4.2/debian/rules @@ -0,0 +1,100 @@ +#!/usr/bin/make -f + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +patch: patch-stamp +patch-stamp: + dh_testdir + QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 + touch patch-stamp + +unpatch: + dh_testdir + QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 + rm -rf .pc patch-stamp + +configure: patch configure-stamp +configure-stamp: + + dh_testdir + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --enable-final --enable-compositor + touch configure-stamp + +build: build-stamp +build-stamp: configure + + dh_testdir + $(MAKE) + touch build-stamp + +clean: clean-patched unpatch +clean-patched: + + dh_testdir + dh_testroot + + -rm -f configure-stamp build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + -test -r /usr/share/misc/config.sub && \ + cp -f /usr/share/misc/config.sub config.sub + -test -r /usr/share/misc/config.guess && \ + cp -f /usr/share/misc/config.guess config.guess + + dh_clean + +install: build + + dh_testdir + dh_testroot + dh_clean -k + + $(MAKE) install DESTDIR=`pwd`/debian/xfwm4 + + rm -f `pwd`/debian/xfwm4/usr/lib/xfce4/mcs-plugins/*.la + rm -f `pwd`/debian/xfwm4/usr/lib/xfce4/mcs-plugins/*.a + + install -d `pwd`/debian/xfwm4/usr/share/man/man1 + install `pwd`/debian/xfwm4.1 `pwd`/debian/xfwm4/usr/share/man/man1 + + chrpath -d -k `pwd`/debian/xfwm4/usr/bin/* \ + `pwd`/debian/xfwm4/usr/lib/xfce4/mcs-plugins/* + + install -D -p -o root -g root -m 644 `pwd`/debian/lintian \ + `pwd`/debian/xfwm4/usr/share/lintian/overrides/xfwm4 + + for desktop in `pwd`/debian/xfwm4/usr/share/applications/xfce-*-settings.desktop; do \ + echo "NoDisplay=true" >> $$desktop; \ + done + +binary-indep: build install +binary-arch: build install + + dh_testdir + dh_testroot + + dh_installdocs -a README TODO + dh_installmenu -a + + dh_installchangelogs ChangeLog -a + dh_strip -a + dh_compress -a + + dh_fixperms -a + dh_installdeb -a + + dh_shlibdeps -a + dh_gencontrol -a + + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- xfwm4-4.4.2.orig/debian/xfwm4.menu +++ xfwm4-4.4.2/debian/xfwm4.menu @@ -0,0 +1,2 @@ +?package(xfwm4): needs="wm" section="Window Managers" command="xfwm4" \ + title="XFwm" longtitle="Xfce Window Manager" hints="Window manager" --- xfwm4-4.4.2.orig/debian/changelog +++ xfwm4-4.4.2/debian/changelog @@ -0,0 +1,587 @@ +xfwm4 (4.4.2-5ubuntu2) intrepid; urgency=low + + * Translations: cherry-pick from upstream 4.4 svn branch: + - Urdu, Indonesian, Danish translations added + - Polish, Spanish, Albanian, Finnish, Latvian translations updated. + * New patch debian/patches/99_update_translations.patch created and enabled + for this. + + -- Lionel Le Folgoc Tue, 21 Oct 2008 19:04:41 +0200 + +xfwm4 (4.4.2-5ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/control: adhere to DebianMaintainerField + - debian/xfwm4.1: update bug reporting address (LP instead of Debian BTS). + * debian/rules: keep the .desktop installed, but add "NoDisplay=true" to hide + them by default + + -- Lionel Le Folgoc Tue, 20 May 2008 21:54:47 +0200 + +xfwm4 (4.4.2-5) unstable; urgency=low + + * switch to triggers: + - debian/{postinst,prerm}: remove xfce-mcs-manager refresh. + - debian/control: version the Recommends: on xfce4-mcs-manager. + * debian/control: + - remove Martin Loschwitz from Uploaders. + - drop Conflicts/Replaces against old xfwm4-themes not in Etch. + + -- Yves-Alexis Perez Sun, 18 May 2008 19:58:55 +0200 + +xfwm4 (4.4.2-4ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable, remaning Ubuntu changes: + - debian/rules: drop uneeded mcs-manager desktop files + - debian/control: adhere to DebianMaintainerField + - debian/xfwm4.1: update bug reporting address (LP instead of Debian BTS). + * debian/patches/03_compositing-overlay.patch added in 4.4.2-4 revision closes + LP: #191503. + + -- Lionel Le Folgoc Sun, 18 May 2008 12:54:05 +0200 + +xfwm4 (4.4.2-4) unstable; urgency=low + + * debian/patches: + - 01_filter-grab-ungrab-events added, prevents redrawing the frame twice. + (Xfce r26363). + - 02_exit-on-selectionclear added, improve “--replace” protocol. + (Xfce #2374 and r26585). + - 03_compositing-overlay added, fix compositing with overlay + windows (video players and screensavers). + Xfce #3849, taken from r26691. closes: #476396 + - 04_fix-automaximize-on-move added. (Xfce r26966) + - 01_awn-focus moved to 05_awn-focus. + * debian/copyright: update dates. + + -- Yves-Alexis Perez Sat, 17 May 2008 16:58:28 +0200 + +xfwm4 (4.4.2-3ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - debian/rules: drop uneeded mcs-manager desktop files + - debian/control: adhere to DebianMaintainerField + - debian/xfwm4.1: update bug reporting address (LP instead of Debian BTS). + + -- Gauvain Pocentek Mon, 12 May 2008 05:39:55 +0200 + +xfwm4 (4.4.2-3) unstable; urgency=low + + * debian/patches: 01_awn-focus added, fix focus problems with + avant-window-navigator in some cases. Xfce #3439. closes: #463647 + + -- Yves-Alexis Perez Fri, 28 Mar 2008 23:52:59 +0100 + +xfwm4 (4.4.2-2ubuntu1) hardy; urgency=low + + * Merge from Debian Unstable, remaining Ubuntu changes: + - debian/rules: drop uneeded mcs-manager desktop files + - debian/control: adhere to DebianMaintainerField + - debian/patches: + + 01_dock-window-fix.patch: fix a bug that prevents windows to be focused + while running awn (LP #130480,#162117) + + series: refreshed + - debian/xfwm4.1: update bug reporting address (LP instead of Debian BTS). + + -- Lionel Le Folgoc Sun, 09 Mar 2008 12:00:22 +0100 + +xfwm4 (4.4.2-2) unstable; urgency=low + + * debian/watch: narrow regexp so we don't match xfwm4-themes. Thanks + Antonio Terceiro. closes: #462462 + * debian/control: + - updated my email address. + - updated standards version to 3.7.3 (no changes needed). + * debian/copyright: use © sign. + + -- Yves-Alexis Perez Sun, 02 Mar 2008 01:18:01 +0100 + +xfwm4 (4.4.2-1ubuntu3) hardy; urgency=low + + * debian/patches/series: add 01_dock-window-fix.patch. + * debian/rules: + - drop xfce.mk and use debian rules file + - drop uneeded mcs-manager desktop files. + * debian/control: drop cdbs & autotools-dev, put back quilt & chrpath. + + -- Lionel Le Folgoc Sat, 16 Feb 2008 13:11:39 +0100 + +xfwm4 (4.4.2-1ubuntu2) hardy; urgency=low + + * debian/patches/01_dock-window-fix.patch: fix a bug that prevents windows + to be focused while running awn. (LP: #130480,#162117) + * Bump Standards-Version to 3.7.3. + + -- Lionel Le Folgoc Sat, 15 Dec 2007 12:49:34 +0100 + +xfwm4 (4.4.2-1ubuntu1) hardy; urgency=low + + * Merge from Debian Unstable, remaining Ubuntu changes: + - use our xfce.mk class + - debian/control: + + bump debhelper b-d to (>= 5), add autotools-dev & cdbs and drop chrpath and quilt + + Vcs-* fields updated + + update Maintainer and add an Original-Maintainer field + - debian/compat: bump to 5 + - debian/xfwm4.1: update bug reporting (LP instead of Debian BTS). + + -- Lionel Le Folgoc Fri, 07 Dec 2007 20:01:38 +0100 + +xfwm4 (4.4.2-1) unstable; urgency=low + + [ Simon Huggins ] + * Use kill -s to keep Hurd and lintian happy at the same time. + * debian/control: Move fake Homepage field to a real one now dpkg + supports it. + * Add Vcs-* headers to debian/control + + [ Yves-Alexis Perez ] + * New upstream release. + * debian/patches: + - 01_xfwm4-fix-transient-windows.patch removed, included upstream. + - 02_fix-xfwm4-hang.patch removed, included upstream. + * debian/rules: fix parallel builds. + + -- Yves-Alexis Perez Sun, 02 Dec 2007 11:33:02 +0100 + +xfwm4 (4.4.1-3ubuntu1) hardy; urgency=low + + * Merge from Debian Unstable, remaining Ubuntu changes: + - use cdbs + - drop chrpath and quilt build-deps + - update Maintainer and add an Original-Maintainer field + - Drop debian/patches/series since we use simple-patchsys + - Homepage, XS-Vcs-Bzr & XS-Vcs-Browser fields added + - debian/compat: bump to 5 + - debian/xfwm4.1: update bug reporting (LP instead of Debian BTS). + * Drop annoying delta with Debian: rename debian/patches/00_fix_xfwm4_hang.patch + to debian/patches/02_fix-xfwm4-hang.patch. + * debian/control: use Vcs-* instead of XS-Vcs-*. + + -- Lionel Le Folgoc Sat, 24 Nov 2007 20:08:14 +0100 + +xfwm4 (4.4.1-3) unstable; urgency=high + + * debian/xfwm4.1: update bugs reporting in manpage. + * debian/xfwm4.menu: switch to new menu policy. + * debian/postinst: use posix kill -s to avoid problems on hurd. + * debian/rules: enable output of distclean target. + * debian/lintian: ignore safe lintian warnings. + * debian/patches/02_fix-xfwm-hang.patch added to fix deadlock with gtk 2.12 + urgency=high because gtk 2.12 entered archive so we need to reach testing + before it does. + + -- Yves-Alexis Perez Fri, 21 Sep 2007 08:43:40 +0200 + +xfwm4 (4.4.1-2ubuntu3) hardy; urgency=low + + * debian/control: + - b-ds updated & cleaned + - Homepage, XS-Vcs-Bzr & XS-Vcs-Browser fields added. + * debian/compat: bump to 5. + * debian/README.Debian: dropped. + * debian/xfwm4.1: update bug reporting (LP instead of a mail address). + * debian/postinst, debian/prerm: updated, use kill -s instead of pkill. + * debian/rules: remove *.{l,}a files. + + -- Lionel Le Folgoc Tue, 30 Oct 2007 13:16:12 +0100 + +xfwm4 (4.4.1-2ubuntu2) gutsy; urgency=low + + * debian/patches/00_fix_xfwm4_hang.patch: fixes system freeze when linked + with gtk2 2.11.x (see Xfce #3346). (LP: #123463) + + -- Lionel Le Folgoc Tue, 31 Jul 2007 20:53:06 +0200 + +xfwm4 (4.4.1-2ubuntu1) gutsy; urgency=low + + * Merge from Debian Unstable, remaining Ubuntu changes: + - use cdbs + - drop chrpath build dep + - update Maintainer and add an Original-Maintainer field. + * Drop quilt and debian/patches/series since we use simple-patchsys. + * Clean a bit the diff (removed config.{guess,sub}). + + -- Lionel Le Folgoc Fri, 29 Jun 2007 19:49:45 +0200 + +xfwm4 (4.4.1-2) unstable; urgency=low + + * debian/patches: 01_xfwm4-fix-transient-windows.patch added to correct + behavior with transient windows. closes: #367616 + * switch from dpatch to quilt. + + -- Yves-Alexis Perez Tue, 26 Jun 2007 23:41:22 +0200 + +xfwm4 (4.4.1-1ubuntu1) gutsy; urgency=low + + * Merge from debian unstable, remaining changes: + - Use cdbs + - drop chrpath and dpatch build deps + * 01_keysym_svn_backport: dropped (fixed upstream) + + -- Gauvain Pocentek Sat, 5 May 2007 13:14:50 +0200 + +xfwm4 (4.4.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: added versionned build-dep against gtk 2.10. + * debian/copyright: update copyright holders. + + -- Yves-Alexis Perez Sun, 15 Apr 2007 15:28:17 +0100 + +xfwm4 (4.4.0-1) experimental; urgency=low + + (Yves-Alexis Perez) + * New upstream release. closes: #390462, #379442, #380639 + * debian/control: + - updated build-deps against Xfce 4.4. + - recommends librsvg2-common so svg icons are preferred over png ones. + + (Emanuele Rocca) + * debian/rules: s/theme=microdeck2/theme=curve/ removed to keep upstream's + /usr/share/xfwm4/defaults + + -- Yves-Alexis Perez Mon, 29 Jan 2007 12:08:33 +0100 + +xfwm4 (4.4.0-0ubuntu2) feisty; urgency=low + + * 01_keysym_svn_backport.patch: backport svn patch (r24971) to + add support for keycode when no keysym is available + * debian/control: update Maintainer and add an Original-Maintainer + field + + -- Gauvain Pocentek Sat, 24 Feb 2007 18:24:06 +0100 + +xfwm4 (4.4.0-0ubuntu1) feisty; urgency=low + + * New upstream release + + -- Gauvain Pocentek Tue, 23 Jan 2007 10:51:48 +0100 + +xfwm4 (4.3.99.2svn+r24167-0ubuntu1) feisty; urgency=low + + * New upstream svn snapshot + Closes LP #61424 + + -- Gauvain Pocentek Fri, 22 Dec 2006 18:37:36 +0100 + +xfwm4 (4.3.99.2svn+r23785-0ubuntu1) feisty; urgency=low + + * New upstream svn snapshot, post RC2 + * Make compositor work again (LP #69602) + + -- Gauvain Pocentek Thu, 9 Nov 2006 16:01:08 +0100 + +xfwm4 (4.3.99.2-1) unstable; urgency=low + + * New upstream release. + * debian/control: updated build-deps against Xfce 4.4RC2 (4.3.99.2). + + -- Yves-Alexis Perez Thu, 16 Nov 2006 16:37:06 +0100 + +xfwm4 (4.3.99.1svn+r23334-0ubuntu1) edgy; urgency=low + + * Upstream svn snapshot. Bugfixes including LP #64918 + + -- Jani Monoses Tue, 10 Oct 2006 08:32:37 +0300 + +xfwm4 (4.3.99.1svn+r23289-0ubuntu1) edgy; urgency=low + + * Upstream svn snapshot + - add new default theme + - fixes a few bugs including LP #64115 + + -- Jani Monoses Thu, 5 Oct 2006 14:43:15 +0300 + +xfwm4 (4.3.99.1svn+r23137-0ubuntu1) edgy; urgency=low + + * Upstream svn snapshot (post 4.4RC1) + * Bump library depends + + -- Jani Monoses Wed, 13 Sep 2006 13:46:21 +0300 + +xfwm4 (4.3.99.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: updated build-dep against Xfce 4.4RC1 (4.3.99.1). + * Cycle windows keybinding is back. Closes: #370310 + + -- Yves-Alexis Perez Sat, 23 Sep 2006 13:43:51 +0100 + +xfwm4 (4.3.90.2-2) unstable; urgency=low + + * Add upstream patch to fix mouse focus grab. + See http://bugzilla.xfce.org/show_bug.cgi?id=2022 + + -- Yves-Alexis Perez Tue, 25 Jul 2006 09:59:09 +0200 + +xfwm4 (4.3.90.2-1) unstable; urgency=low + + (Yves-Alexis Perez) + * New upstream release. + * debian/postinst: fixed install on hurd by not using pkill. + * debian/control: updated standards version to 3.7.2. + (Simon Huggins) + * Add rpath fixes. + + -- Yves-Alexis Perez Mon, 10 Jul 2006 19:26:50 +0200 + +xfwm4 (4.3.90.2-0ubuntu3) edgy; urgency=low + + * Add patch from upstream which fixes an ugly mouse grabbing bug in beta2 + + -- Jani Monoses Thu, 13 Jul 2006 12:01:47 +0300 + +xfwm4 (4.3.90.2-0ubuntu2) edgy; urgency=low + + * Bump library dependencies to 4.3.90.2 + * Bump standards version to 3.7.2 + + -- Jani Monoses Wed, 12 Jul 2006 14:58:10 +0300 + +xfwm4 (4.3.90.2-0ubuntu1) edgy; urgency=low + + * New upstream release, Xfce 4.4 beta2 + + -- Jani Monoses Tue, 11 Jul 2006 10:44:20 +0300 + +xfwm4 (4.3.90.1svn+r21712-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot: fix crash when editing workspace name, + fix for windows which have below/ontop property being mistaken + for legacy apps trying to achieve fullscreen mode. + + -- Jani Monoses Thu, 18 May 2006 13:57:12 +0300 + +xfwm4 (4.3.90.1svn+r21633-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (bugfixes, translations, UI and icon theme fixes) + + -- Jani Monoses Fri, 12 May 2006 18:59:16 +0300 + +xfwm4 (4.3.90.1svn+r21146-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot (4.4 beta1) + + -- Jani Monoses Sat, 22 Apr 2006 10:45:26 +0300 + +xfwm4 (4.3.90.1-1) unstable; urgency=low + + * New upstream release + + -- Yves-Alexis Perez Wed, 03 May 2006 18:35:05 +0100 + +xfwm4 (4.3.0svn+r20625-0ubuntu2) dapper; urgency=low + + * Bump xfwm4-themes version which is in Replace/Conflict to reflect + recent upstream moves (thanks Gauvain Pocentek) + + -- Jani Monoses Wed, 29 Mar 2006 14:43:56 +0300 + +xfwm4 (4.3.0svn+r20625-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * Use xfce CDBS class and provide POT file + + -- Jani Monoses Wed, 29 Mar 2006 09:32:31 +0300 + +xfwm4 (4.3.0svn+r20258-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * Switch to CDBS + * Add gettext domain to desktop files + * Reenable compositor + + -- Jani Monoses Tue, 7 Mar 2006 14:21:58 +0200 + +xfwm4 (4.3.0svn+r20220-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + + -- Jani Monoses Sun, 5 Mar 2006 00:20:34 +0200 + +xfwm4 (4.3.0svn+r19925-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + + -- Jani Monoses Sat, 18 Feb 2006 19:33:06 +0200 + +xfwm4 (4.3.0svn+r19872-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * Bump all depends to 4.3 + + -- Jani Monoses Wed, 15 Feb 2006 16:24:17 +0200 + +xfwm4 (4.3.0svn+r19775-0ubuntu1) dapper; urgency=low + + * Upstream svn snapshot + * UVF exception granted + + -- Jani Monoses Wed, 15 Feb 2006 12:52:09 +0200 + +xfwm4 (4.2.3.2-2) unstable; urgency=low + + * Add patch to fix moving windows to other workspaces closes: #341058 + + -- Simon Huggins Thu, 05 Jan 2006 00:41:18 +0000 + +xfwm4 (4.2.3.2-1) unstable; urgency=low + + * New Upstream Release + * Send xfce-mcs-manager a SIGUSR1 so it notices the plugin. + + -- Yves-Alexis Perez Sun, 06 Nov 2005 22:01:12 +0100 + +xfwm4 (4.2.2-1) unstable; urgency=low + + * New Upstream Release + * Remove Build-Depends on libstartup-notification0-dev as this should be + satisfied via libxfce4gui-dev now + * Change suite to unstable + + -- Simon Huggins Sat, 18 Jun 2005 09:45:36 +0100 + +xfwm4 (4.2.1-1) experimental; urgency=low + + * ML: New Upstream Release (Xfce 4.2.1) + * ML: Upload to experimental to prevents problems with NEW packages + * ML: debian/control: Added/fixed Maintainer/Uploaders fields + + -- Martin Loschwitz Sat, 19 Mar 2005 13:02:00 +0100 + +xfwm4 (4.2.0-2) experimental; urgency=low + + * Add --enable-final to configure. + * Add a Homepage: to the description + + -- Simon Huggins Sun, 16 Jan 2005 17:01:33 +0000 + +xfwm4 (4.2.0-1) experimental; urgency=low + + * New Upstream Release + + -- Simon Huggins Sat, 15 Jan 2005 13:41:19 +0000 + +xfwm4 (4.1.99.1-1) experimental; urgency=low + + * ML: New Upstream Release (4.1.99.1 alias XFce4 4.2 RC1) + * ML: rules: example.xfwm4rc is gone, don't try to install it + + -- Martin Loschwitz Fri, 19 Nov 2004 17:23:00 +0100 + +xfwm4 (4.0.6-1) unstable; urgency=low + + * New upstream release + * Remove Norbert Tretkowski as requested + * Improve description + * Suggests: xfce4 + + -- Simon Huggins Sat, 24 Jul 2004 18:29:50 +0100 + +xfwm4 (4.0.5-1) unstable; urgency=low + + * New upstream release + * Update upstream's libtool + * Correct path in manpage + * Add recommends on xfce4-mcs-manager the settings manager + * Add depends on libstartup-notification0 + + -- Simon Huggins Sun, 02 May 2004 19:12:09 +0100 + +xfwm4 (4.0.3.1-2) unstable; urgency=low + + * Update libtool + * Just adding Daniel wasn't enough. Add self to Uploaders so katie doesn't + think this is an NMU again. + + -- Simon Huggins Tue, 09 Mar 2004 13:56:19 +0000 + +xfwm4 (4.0.3.1-1) unstable; urgency=low + + * New upstream release + * Add Daniel Silverstone to Uploaders as approved by + madkiss + * Add a manpage for xfwm4 referring to the packaged docs + closes: #226032, #188734 + * Remove .la and .a files from mcs-plugins dir + * Quote needs in menu for lintian + * Thanks to Daniel for checking and uploading these packages + + -- Simon Huggins Wed, 25 Feb 2004 12:11:05 +0000 + +xfwm4 (4.0.2-2) unstable; urgency=low + + * Fixed Recommends/Replaces stuff in debian/control + + -- Martin Loschwitz Sat, 27 Dec 2003 12:25:00 +0100 + +xfwm4 (4.0.2-1) unstable; urgency=low + + * Acknowledging NMU (Closes:#211804) + * New Upstream release + + -- Martin Loschwitz Fri, 26 Dec 2003 16:17:00 +0100 + +xfwm4 (4.0.0.final-1.1) unstable; urgency=low + + * NMU + * remove --slave part from "update-alternatives --remove" in prerm + (Closes:#211804) + + -- Guido Guenther Thu, 20 Nov 2003 12:14:48 +0100 + +xfwm4 (4.0.0.final-1) unstable; urgency=low + + * New Upstream release. + * New Co-Maintainer: Norbert Tretkowski. + * Various cleanups in debian/ subdirectory. + * Deleted xfwm4-themes, has its own source package now. + * Bumped Standards-Version to 3.6.1 (no changes). + + -- Martin Loschwitz Tue, 29 Sep 2003 16:58:00 +0200 + +xfwm4 (4.0.0+cvs.20030421-1) unstable; urgency=low + + * New CVS checkout (2003-04-21) + + -- Martin Loschwitz Mon, 21 Apr 2003 19:33:00 +0100 + +xfwm4 (4.0.0+cvs.20030301-1) unstable; urgency=low + + * New CVS checkout (Using Xfce CVS, 2003-03-01) + * Official release (really this time!) (last release was never made public) + * debian/control: Changed Maintainer e-mail address + + -- Martin Loschwitz Sat, 01 Mar 2003 14:09:00 +0100 + +xfwm4 (4.0.0+cvs.20030216-1) unstable; urgency=low + + * New CVS checkout (Using Xfce CVS, 2003-02-16) + * Official release (last release was never made public) + + -- Martin Loschwitz Sun, 16 Feb 2003 12:57:00 +0100 + +xfwm4 (4.0.0+cvs.20030119-1) unstable; urgency=low + + * New CVS checkout (Using Xfce4 cvs, 2003-01-19) + * debian/control: Use Xft2 + * debian/control: Build depend on libxfce4-mcs + * debian/control: Suggest xfce-mce-manager + + -- Martin Loschwitz Sun, 19 Jan 2003 14:52:00 +0100 + +xfwm4 (4.0.0+cvs.20021222-1) unstable; urgency=low + + * New CVS checkout (Using Xfce4 cvs, 2002-12-22) + * debian/rules: Install example configuration file into doc-dir + * debian/control: Changed some Recommends: to Suggests: + * debian/xfwm4-themes.install: Added new theme koynacity + + -- Martin Loschwitz Sun, 22 Dec 2002 14:09:00 +0100 + +xfwm4 (4.0.0+cvs.20021127-1) unstable; urgency=low + + * Initial Release. (Closes: #166641) + + -- Martin Loschwitz Wed, 27 Nov 2002 15:14:00 +0100 --- xfwm4-4.4.2.orig/debian/README.Debian +++ xfwm4-4.4.2/debian/README.Debian @@ -0,0 +1,9 @@ +[Added by Martin Loschwitz at 19 Jan 2003] + +As of xfwm4-4.0.0+cvs.20031901, the behaviour of Xfwm4 has changed. +In order to move it into background (aka "daemon mode"), appending +& to the program call won't work anymore. You should pass --daemon +to xfwm4 to start it in daemon mode. Please change your local config +files to reflect these changes. + + -- Martin Loschwitz Sun, 19 Jan 2003 15:05:00 +0100 --- xfwm4-4.4.2.orig/debian/xfwm4.1 +++ xfwm4-4.4.2/debian/xfwm4.1 @@ -0,0 +1,18 @@ +.\" Copyright (C) 2004 Simon Huggins +.TH XFWM4 "1" "February 2004" "xfwm4 0.1" "User Commands" +.SH NAME +xfwm4 \- XFce 4 Window Manager +.SH SYNOPSIS +.B xfwm4 +.SH DESCRIPTION +.PP +Starts the XFce 4 window manager. +.SH SEE ALSO +Upstream documentation in /usr/share/xfce4/doc/C/xfwm4.html +.SH "REPORTING BUGS" +Report bugs to . +.SH COPYRIGHT +Copyright \(co 2004 Simon Huggins +.br +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --- xfwm4-4.4.2.orig/debian/copyright +++ xfwm4-4.4.2/debian/copyright @@ -0,0 +1,54 @@ +This package was debianized by Martin Loschwitz on +Fri, 11 Oct 2002 13:08:04 +0200. + +You can fetch xfwm4 from http://www.xfce.org/ + +Upstream Author is Olivier Fourdan , but different +portions of code are based on the work of the following projects: + + Oroborus: Ken Lynch + Metacity: Havoc Pennington + Sawfish: John Harper + +The "kindaker" theme is based on a KDE theme called "Keramik" by: + + Keramik style: + -------------- + Malte Starostik (malte@kde.org) + + Keramik decorations: + -------------------- + Fredrik Hoglund (fredrik@kde.org) + + +xfwm4 is © 2002-2008 Olivier Fourdan +mypixmap.c contains code (c) 2001 Ken Lynch +original xpm load routines are from gdk-pixbuf: + © 1999 Mark Crichton + © 1999 The Free Software Foundation +mcs-plugin is © 2002-2003 Jasper Huijsmans, with: + xfwm4_shortcuteditor © 2004 Jean François Wauthy + +Translations are © 2002-2006 The Xfce development team except: + gl.po © 2006 Canonical Ltd, and Rosetta Contributors 2006 + +Manual is: +© 2004 François Le Clainche +© 2004 Jasper Huijsmans +Copyright: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + +On Debian systems, the complete text of the GNU General Public +License can be found in `/usr/share/common-licenses/GPL'. --- xfwm4-4.4.2.orig/debian/patches/01_filter-grab-ungrab-events.patch +++ xfwm4-4.4.2/debian/patches/01_filter-grab-ungrab-events.patch @@ -0,0 +1,190 @@ +Index: xfce_4_4/src/client.c +=================================================================== +--- xfce_4_4/src/client.c (revision 26362) ++++ xfce_4_4/src/client.c (revision 26363) +@@ -121,7 +121,7 @@ + }; + + /* Forward decl */ +-static void ++static void + clientUpdateIconPix (Client * c); + + Display * +@@ -348,8 +348,8 @@ + if (FLAG_TEST (c->xfwm_flags, XFWM_FLAG_VISIBLE)) + { + c->blink_timeout_id = +- g_timeout_add_full (G_PRIORITY_DEFAULT, +- CLIENT_BLINK_TIMEOUT, ++ g_timeout_add_full (G_PRIORITY_DEFAULT, ++ CLIENT_BLINK_TIMEOUT, + (GtkFunction) urgent_cb, + (gpointer) c, NULL); + } +@@ -1183,11 +1183,11 @@ + values.events = True; + + c->xsync_alarm = XSyncCreateAlarm (display_info->dpy, +- XSyncCACounter | +- XSyncCADelta | +- XSyncCAEvents | +- XSyncCATestType | +- XSyncCAValue | ++ XSyncCACounter | ++ XSyncCADelta | ++ XSyncCAEvents | ++ XSyncCATestType | ++ XSyncCAValue | + XSyncCAValueType, + &values); + return (c->xsync_alarm != None); +@@ -1258,9 +1258,9 @@ + TRACE ("entering clientXSyncResetTimeout"); + + clientXSyncClearTimeout (c); +- c->xsync_timeout_id = g_timeout_add_full (G_PRIORITY_DEFAULT, +- CLIENT_XSYNC_TIMEOUT, +- (GtkFunction) clientXSyncTimeout, ++ c->xsync_timeout_id = g_timeout_add_full (G_PRIORITY_DEFAULT, ++ CLIENT_XSYNC_TIMEOUT, ++ (GtkFunction) clientXSyncTimeout, + (gpointer) c, NULL); + } + +@@ -1634,7 +1634,7 @@ + update_icon_idle_cb (gpointer data) + { + Client *c; +- ++ + TRACE ("entering update_icon_idle_cb"); + + c = (Client *) data; +@@ -1659,7 +1659,7 @@ + + if (c->icon_timeout_id == 0) + { +- c->icon_timeout_id = g_idle_add_full (G_PRIORITY_DEFAULT_IDLE, ++ c->icon_timeout_id = g_idle_add_full (G_PRIORITY_DEFAULT_IDLE, + update_icon_idle_cb, c, NULL); + } + } +@@ -1925,7 +1925,7 @@ + } + } + +- /* ++ /* + Initialize "old" fields once the position is ensured, to avoid + initially maximized or fullscreen windows being placed offscreen + once de-maximized +@@ -2590,7 +2590,7 @@ + for (index = screen_info->windows_stack; index; index = g_list_next (index)) + { + Client *c = (Client *) index->data; +- if ((c->type & WINDOW_REGULAR_FOCUSABLE) ++ if ((c->type & WINDOW_REGULAR_FOCUSABLE) + && !FLAG_TEST (c->flags, CLIENT_FLAG_ICONIFIED | CLIENT_FLAG_SKIP_TASKBAR)) + { + FLAG_SET (c->xfwm_flags, XFWM_FLAG_WAS_SHOWN); +@@ -2643,7 +2643,7 @@ + } + else + { +- TRACE ("Setting WM_STATE_DEMANDS_ATTENTION flag on \"%s\" (0x%lx)", c->name, c->window); ++ TRACE ("Setting WM_STATE_DEMANDS_ATTENTION flag on \"%s\" (0x%lx)", c->name, c->window); + FLAG_SET (c->flags, CLIENT_FLAG_DEMANDS_ATTENTION); + clientSetNetState (c); + } +@@ -2779,7 +2779,7 @@ + wc.y = c->y; + mask |= (CWX | CWY); + } +- ++ + if (FLAG_TEST (c->xfwm_flags, XFWM_FLAG_VISIBLE)) + { + c->ignore_unmap++; +@@ -4064,7 +4064,7 @@ + + g1 = myScreenGrabKeyboard (screen_info, myDisplayGetCurrentTime (display_info)); + g2 = myScreenGrabPointer (screen_info, ButtonMotionMask | ButtonReleaseMask, +- myDisplayGetCursorMove (display_info), ++ myDisplayGetCursorMove (display_info), + myDisplayGetCurrentTime (display_info)); + if (!g1 || !g2) + { +@@ -4470,7 +4470,7 @@ + || (!clientCkeckTitle (c) && (frame_y < screen_info->margins [STRUTS_TOP]))) + { + temp = c->y + c->height; +- c->y = CLAMP (c->y, screen_info->margins [STRUTS_TOP] + frame_top, ++ c->y = CLAMP (c->y, screen_info->margins [STRUTS_TOP] + frame_top, + MAX (disp_max_y - min_visible, screen_info->height - screen_info->margins [STRUTS_BOTTOM] - min_visible)); + clientSetHeight (c, temp - c->y); + c->y = temp - c->height; +@@ -4956,32 +4956,39 @@ + status = EVENT_FILTER_STOP; + pressed = TRUE; + +- if (xevent->type == EnterNotify) ++ switch (xevent->type) + { +- c->button_pressed[b] = TRUE; +- frameDraw (c, FALSE); ++ case EnterNotify: ++ if ((xevent->xcrossing.mode != NotifyGrab) && (xevent->xcrossing.mode != NotifyUngrab)) ++ { ++ c->button_pressed[b] = TRUE; ++ frameDraw (c, FALSE); ++ } ++ break; ++ case LeaveNotify: ++ if ((xevent->xcrossing.mode != NotifyGrab) && (xevent->xcrossing.mode != NotifyUngrab)) ++ { ++ c->button_pressed[b] = FALSE; ++ frameDraw (c, FALSE); ++ } ++ break; ++ case ButtonRelease: ++ pressed = FALSE; ++ break; ++ case UnmapNotify: ++ if (xevent->xunmap.window == c->window) ++ { ++ pressed = FALSE; ++ c->button_pressed[b] = FALSE; ++ } ++ break; ++ case KeyPress: ++ case KeyRelease: ++ break; ++ default: ++ status = EVENT_FILTER_CONTINUE; ++ break; + } +- else if (xevent->type == LeaveNotify) +- { +- c->button_pressed[b] = FALSE; +- frameDraw (c, FALSE); +- } +- else if (xevent->type == ButtonRelease) +- { +- pressed = FALSE; +- } +- else if ((xevent->type == UnmapNotify) && (xevent->xunmap.window == c->window)) +- { +- pressed = FALSE; +- c->button_pressed[b] = FALSE; +- } +- else if ((xevent->type == KeyPress) || (xevent->type == KeyRelease)) +- { +- } +- else +- { +- status = EVENT_FILTER_CONTINUE; +- } + + if (!pressed) + { --- xfwm4-4.4.2.orig/debian/patches/03_fix-compositing-overlay.patch +++ xfwm4-4.4.2/debian/patches/03_fix-compositing-overlay.patch @@ -0,0 +1,510 @@ +Index: xfce_4_4/src/display.h +=================================================================== +--- xfce_4_4/src/display.h (revision 26690) ++++ xfce_4_4/src/display.h (revision 26691) +@@ -48,6 +48,11 @@ + #define HAVE_NAME_WINDOW_PIXMAP 1 + #endif /* HAVE_NAME_WINDOW_PIXMAP */ + #endif /* COMPOSITE_MAJOR > 0 || COMPOSITE_MINOR >= 2 */ ++#if COMPOSITE_MAJOR > 0 || COMPOSITE_MINOR >= 3 ++#ifndef HAVE_OVERLAYS ++#define HAVE_OVERLAYS 1 ++#endif /* HAVE_OVERLAYS */ ++#endif /* COMPOSITE_MAJOR > 0 || COMPOSITE_MINOR >= 3 */ + #endif /* HAVE_COMPOSITOR */ + + #include +@@ -286,6 +291,10 @@ + gboolean have_name_window_pixmap; + #endif /* HAVE_NAME_WINDOW_PIXMAP */ + ++#if HAVE_OVERLAYS ++ gboolean have_overlays; ++#endif /* HAVE_OVERLAYS */ ++ + #endif /* HAVE_COMPOSITOR */ + }; + +@@ -331,7 +340,7 @@ + Time myDisplayUpdateCurrentTime (DisplayInfo *, + XEvent *); + Time myDisplayGetCurrentTime (DisplayInfo *); +-Time myDisplayGetTime (DisplayInfo *, ++Time myDisplayGetTime (DisplayInfo *, + Time); + Time myDisplayGetLastUserTime (DisplayInfo *); + void myDisplaySetLastUserTime (DisplayInfo *, +Index: xfce_4_4/src/compositor.c +=================================================================== +--- xfce_4_4/src/compositor.c (revision 26690) ++++ xfce_4_4/src/compositor.c (revision 26691) +@@ -16,12 +16,12 @@ + + xcompmgr - (c) 2003 Keith Packard + metacity - (c) 2003, 2004 Red Hat, Inc. +- xfwm4 - (c) 2005-2006 Olivier Fourdan ++ xfwm4 - (c) 2005-2008 Olivier Fourdan + + */ + + #ifdef HAVE_CONFIG_H +-#include ++#include "config.h" + #endif + + #include +@@ -70,9 +70,10 @@ + #define WIN_NO_SHADOW(cw) ((cw->c) && \ + (FLAG_TEST (cw->c->flags, CLIENT_FLAG_FULLSCREEN | CLIENT_FLAG_BELOW) || \ + (cw->c->type & (WINDOW_DOCK | WINDOW_DESKTOP)))) ++#define WIN_IS_DOCK(cw) (WIN_HAS_CLIENT(cw) && (cw->c->type & WINDOW_DOCK)) + #define WIN_IS_OVERRIDE(cw) (cw->attr.override_redirect) + #define WIN_IS_ARGB(cw) (cw->argb) +-#define WIN_IS_OPAQUE(cw) (((cw->opacity == NET_WM_OPAQUE) && !WIN_IS_ARGB(cw)) || (cw->screen_info->overlays)) ++#define WIN_IS_OPAQUE(cw) (((cw->opacity == NET_WM_OPAQUE) && !WIN_IS_ARGB(cw)) || (cw->screen_info->wins_unredirected)) + #define WIN_IS_NATIVE_OPAQUE(cw) ((cw->native_opacity) && !WIN_IS_ARGB(cw)) + #define WIN_IS_FULLSCREEN(cw) ((cw->attr.x <= 0) && \ + (cw->attr.y <= 0) && \ +@@ -549,7 +550,7 @@ + return (None); + } + +- shadowPixmap = XCreatePixmap (display_info->dpy, screen_info->xroot, ++ shadowPixmap = XCreatePixmap (display_info->dpy, screen_info->output, + shadowImage->width, shadowImage->height, 8); + if (shadowPixmap == None) + { +@@ -602,7 +603,7 @@ + g_return_val_if_fail (render_format != NULL , None); + + pixmap = XCreatePixmap (display_info->dpy, +- screen_info->xroot, 1, 1, argb ? 32 : 8); ++ screen_info->output, 1, 1, argb ? 32 : 8); + g_return_val_if_fail (pixmap != None, None); + + pa.repeat = TRUE; +@@ -814,7 +815,7 @@ + #endif + if (!pixmap) + { +- pixmap = XCreatePixmap (dpy, screen_info->xroot, 1, 1, ++ pixmap = XCreatePixmap (dpy, screen_info->output, 1, 1, + DefaultDepth (dpy, screen_info->screen)); + g_return_val_if_fail (pixmap != None, None); + fill = TRUE; +@@ -866,7 +867,7 @@ + g_return_val_if_fail (format != NULL, None); + + rootPixmap = XCreatePixmap (display_info->dpy, +- screen_info->xroot, ++ screen_info->output, + screen_width, screen_height, depth); + g_return_val_if_fail (rootPixmap != None, None); + +@@ -919,21 +920,21 @@ + + /* + We apply a shadow to the window if: +- - There is no overlay (ie unredirected windows) + - It's a window with a frame and the user asked for shadows under regular + windows, + - it's an override redirect window that is not shaped, not an argb and + the user asked for shadows on so called "popup" windows. + */ + +- if (!(screen_info->overlays) && +- ((screen_info->params->show_popup_shadow && ++ if ((screen_info->params->show_popup_shadow && + WIN_IS_OVERRIDE(cw) && ++ !WIN_IS_FULLSCREEN(cw) && + !(WIN_IS_ARGB(cw) || WIN_IS_SHAPED(cw))) || + (screen_info->params->show_frame_shadow && + !WIN_IS_OVERRIDE(cw) && + !WIN_NO_SHADOW(cw) && +- (WIN_HAS_FRAME(cw) || !(WIN_IS_ARGB(cw) || WIN_IS_SHAPED(cw)))))) ++ !WIN_IS_DOCK(cw) && ++ (WIN_HAS_FRAME(cw) || !(WIN_IS_ARGB(cw) || WIN_IS_SHAPED(cw))))) + { + XRectangle sr; + +@@ -1083,7 +1084,7 @@ + XCompositeUnredirectWindow (display_info->dpy, cw->id, display_info->composite_mode); + XSync (display_info->dpy, FALSE); + +- TRACE ("Window 0x%lx unredirected, overlays is %i", cw->id, screen_info->overlays); ++ TRACE ("Window 0x%lx unredirected, wins_unredirected is %i", cw->id, screen_info->wins_unredirected); + } + } + +@@ -1124,11 +1125,11 @@ + * screen_info->params->frame_opacity + / (NET_WM_OPAQUE * 100.0); + +- cw->alphaBorderPict = solid_picture (screen_info, +- FALSE, +- frame_opacity, +- 0.0, /* red */ +- 0.0, /* green */ ++ cw->alphaBorderPict = solid_picture (screen_info, ++ FALSE, ++ frame_opacity, ++ 0.0, /* red */ ++ 0.0, /* green */ + 0.0 /* blue */); + } + +@@ -1226,7 +1227,6 @@ + gint screen_width; + gint screen_height; + gint screen_number; +- Window xroot; + CWindow *cw; + + TRACE ("entering paint_all"); +@@ -1237,7 +1237,6 @@ + screen_width = screen_info->width; + screen_height = screen_info->height; + screen_number = screen_info->screen; +- xroot = screen_info->xroot; + + /* Create root buffer if not done yet */ + if (screen_info->rootBuffer == None) +@@ -1355,9 +1354,9 @@ + if ((cw->opacity != NET_WM_OPAQUE) && !(cw->alphaPict)) + { + cw->alphaPict = solid_picture (screen_info, FALSE, +- (double) cw->opacity / NET_WM_OPAQUE, +- 0.0, /* red */ +- 0.0, /* green */ ++ (double) cw->opacity / NET_WM_OPAQUE, ++ 0.0, /* red */ ++ 0.0, /* green */ + 0.0 /* blue */); + } + XFixesIntersectRegion (dpy, cw->borderClip, cw->borderClip, cw->borderSize); +@@ -1755,28 +1754,43 @@ + map_win (CWindow *cw) + { + ScreenInfo *screen_info; ++ DisplayInfo *display_info; + + g_return_if_fail (cw != NULL); +- TRACE ("entering map_win 0x%lx", cw->id); ++ TRACE ("entering map_win 0x%lx\n", cw->id); + +- cw->viewable = TRUE; +- cw->damaged = FALSE; ++ screen_info = cw->screen_info; ++ display_info = screen_info->display_info; + +- screen_info = cw->screen_info; + if (!WIN_IS_REDIRECTED(cw)) + { +- screen_info->overlays++; +- TRACE ("Mapping unredirected window 0x%lx, overlays increased to %i", cw->id, screen_info->overlays); ++ /* To be safe, we count only the fullscreen overlays */ ++ if (WIN_IS_FULLSCREEN(cw) && WIN_IS_VIEWABLE (cw)) ++ { ++ screen_info->wins_unredirected++; ++ } ++#if HAVE_OVERLAYS ++ if ((screen_info->wins_unredirected == 1) && (display_info->have_overlays)) ++ { ++ TRACE ("Unmapping overlay window"); ++ XUnmapWindow (myScreenGetXDisplay (screen_info), screen_info->overlay); ++ } ++#endif /* HAVE_OVERLAYS */ ++ TRACE ("Mapping unredirected window 0x%lx, wins_unredirected increased to %i", cw->id, screen_info->wins_unredirected); + return; + } ++ ++ cw->viewable = TRUE; ++ cw->damaged = FALSE; ++ + if (!screen_info->params->unredirect_overlays) + { +- TRACE ("Not unredirecting overlays"); ++ TRACE ("Not unredirecting wins_unredirected"); + return; + } + + /* Check for new windows to un-redirect. */ +- if (WIN_IS_FULLSCREEN(cw) && WIN_HAS_DAMAGE(cw) && WIN_IS_OVERRIDE(cw) && ++ if ((WIN_IS_FULLSCREEN(cw) || (screen_info->wins_unredirected > 0)) && WIN_HAS_DAMAGE(cw) && WIN_IS_OVERRIDE(cw) && + WIN_IS_NATIVE_OPAQUE(cw) && WIN_IS_REDIRECTED(cw) && !WIN_IS_SHAPED(cw)) + { + CWindow *top; +@@ -1797,31 +1811,37 @@ + unmap_win (CWindow *cw) + { + ScreenInfo *screen_info; ++ DisplayInfo *display_info; + + g_return_if_fail (cw != NULL); + TRACE ("entering unmap_win 0x%lx", cw->id); + + screen_info = cw->screen_info; +- if (!WIN_IS_REDIRECTED(cw) && (screen_info->overlays > 0)) +- { +- screen_info->overlays--; +- TRACE ("Unmapped window 0x%lx, overlays decreased to %i", cw->id, screen_info->overlays); +- } ++ display_info = screen_info->display_info; + +- if (!screen_info->overlays) ++ if (!WIN_IS_REDIRECTED(cw) && WIN_IS_FULLSCREEN(cw) && (screen_info->wins_unredirected > 0)) + { +- /* Repaint immediately if that was the last unredirected window */ +- +- if (!WIN_IS_REDIRECTED(cw)) ++ screen_info->wins_unredirected--; ++ TRACE ("Unmapped window 0x%lx, wins_unredirected decreased to %i", cw->id, screen_info->wins_unredirected); ++ if (!screen_info->wins_unredirected) + { ++ /* Restore the overlay if that was the last unredirected window */ ++#if HAVE_OVERLAYS ++ if (display_info->have_overlays) ++ { ++ TRACE ("Remapping overlay window"); ++ XMapWindow (myScreenGetXDisplay (screen_info), screen_info->overlay); ++ } ++#endif /* HAVE_OVERLAYS */ + damage_screen (screen_info); + repair_screen (screen_info); +- } +- else if (WIN_IS_VISIBLE(cw)) +- { +- damage_win (cw); +- } ++ } + } ++ else if (WIN_IS_VISIBLE(cw)) ++ { ++ damage_win (cw); ++ } ++ + cw->viewable = FALSE; + cw->damaged = FALSE; + free_win_data (cw, FALSE); +@@ -1925,7 +1945,11 @@ + new->shaped = is_shaped (display_info, id); + new->viewable = (new->attr.map_state == IsViewable); + +- if ((new->attr.class != InputOnly) && (id != screen_info->xroot)) ++ if ((new->attr.class != InputOnly) ++#if HAVE_OVERLAYS ++ && ((!display_info->have_overlays) || (id != screen_info->overlay)) ++#endif ++ && (id != screen_info->output)) + { + new->damage = XDamageCreate (display_info->dpy, id, XDamageReportNonEmpty); + } +@@ -2122,7 +2146,10 @@ + { + ScreenInfo *screen_info; + +- unmap_win (cw); ++ if (WIN_IS_VIEWABLE (cw)) ++ { ++ unmap_win (cw); ++ } + screen_info = cw->screen_info; + screen_info->cwindows = g_list_remove (screen_info->cwindows, (gconstpointer) cw); + +@@ -2184,7 +2211,7 @@ + ScreenInfo *screen_info = myDisplayGetScreenFromRoot (display_info, ev->window); + if ((screen_info) && (screen_info->rootTile)) + { +- XClearArea (display_info->dpy, screen_info->xroot, 0, 0, 0, 0, TRUE); ++ XClearArea (display_info->dpy, screen_info->output, 0, 0, 0, 0, TRUE); + XRenderFreePicture (display_info->dpy, screen_info->rootTile); + screen_info->rootTile = None; + add_repair (display_info); +@@ -2413,7 +2440,10 @@ + cw = find_cwindow_in_display (display_info, ev->window); + if (cw) + { +- unmap_win (cw); ++ if (WIN_IS_VIEWABLE (cw)) ++ { ++ unmap_win (cw); ++ } + } + } + +@@ -2650,10 +2680,11 @@ + compositorInitDisplay (DisplayInfo *display_info) + { + #ifdef HAVE_COMPOSITOR +-#if HAVE_NAME_WINDOW_PIXMAP + int composite_major, composite_minor; +-#endif + ++ composite_major = 0; ++ composite_minor = 0; ++ + if (!XCompositeQueryExtension (display_info->dpy, + &display_info->composite_event_base, + &display_info->composite_error_base)) +@@ -2666,9 +2697,11 @@ + else + { + display_info->have_composite = TRUE; ++ XCompositeQueryVersion (display_info->dpy, &composite_major, &composite_minor); + #if DEBUG + g_print ("composite event base: %i\n", display_info->composite_event_base); + g_print ("composite error base: %i\n", display_info->composite_error_base); ++ g_print ("composite version: %i.%i\n", composite_major, composite_minor); + #endif + } + +@@ -2705,7 +2738,7 @@ + #if DEBUG + g_print ("fixes event base: %i\n", display_info->fixes_event_base); + g_print ("fixes error base: %i\n", display_info->fixes_error_base); +-#endif ++#endif /* DEBUG */ + } + + display_info->compositor_idle_id = 0; +@@ -2723,12 +2756,15 @@ + + display_info->composite_mode = 0; + #if HAVE_NAME_WINDOW_PIXMAP +- XCompositeQueryVersion (display_info->dpy, &composite_major, &composite_minor); + display_info->have_name_window_pixmap = ((composite_major > 0) || (composite_minor >= 2)); +-#else ++#else /* HAVE_NAME_WINDOW_PIXMAP */ + display_info->have_name_window_pixmap = FALSE; +-#endif ++#endif /* HAVE_NAME_WINDOW_PIXMAP */ + ++#if HAVE_OVERLAYS ++ display_info->have_overlays = ((composite_major > 0) || (composite_minor >= 3)); ++#endif /* HAVE_OVERLAYS */ ++ + #else /* HAVE_COMPOSITOR */ + display_info->enable_compositor = FALSE; + #endif /* HAVE_COMPOSITOR */ +@@ -2792,8 +2828,38 @@ + return FALSE; + } + ++ screen_info->output = screen_info->xroot; ++#if HAVE_OVERLAYS ++ if (display_info->have_overlays) ++ { ++ screen_info->overlay = XCompositeGetOverlayWindow (display_info->dpy, screen_info->xroot); ++ if (screen_info->overlay != None) ++ { ++ XSetWindowAttributes attributes; ++ ++ screen_info->root_overlay = XCreateWindow (display_info->dpy, screen_info->overlay, ++ 0, 0, screen_info->width, screen_info->height, 0, screen_info->depth, ++ InputOutput, screen_info->visual, 0, &attributes); ++ XMapWindow (display_info->dpy, screen_info->root_overlay); ++ XRaiseWindow (display_info->dpy, screen_info->overlay); ++ XShapeCombineRectangles (display_info->dpy, screen_info->overlay, ++ ShapeInput, 0, 0, NULL, 0, ShapeSet, Unsorted); ++ XShapeCombineRectangles (display_info->dpy, screen_info->root_overlay, ++ ShapeInput, 0, 0, NULL, 0, ShapeSet, Unsorted); ++ screen_info->output = screen_info->root_overlay; ++ TRACE ("Overlay enabled"); ++ } ++ else ++ { ++ /* Something is wrong with overlay support */ ++ TRACE ("Cannot get root window overlay, overlay support disabled"); ++ display_info->have_overlays = FALSE; ++ } ++ } ++#endif /* HAVE_OVERLAYS */ ++ + pa.subwindow_mode = IncludeInferiors; +- screen_info->rootPicture = XRenderCreatePicture (display_info->dpy, screen_info->xroot, ++ screen_info->rootPicture = XRenderCreatePicture (display_info->dpy, screen_info->output, + visual_format, CPSubwindowMode, &pa); + + if (screen_info->rootPicture == None) +@@ -2807,19 +2873,19 @@ + presum_gaussian (screen_info); + screen_info->rootBuffer = None; + /* Change following argb values to play with shadow colors */ +- screen_info->blackPicture = solid_picture (screen_info, +- TRUE, +- 1.0, /* alpha */ +- 0.0, /* red */ +- 0.0, /* green */ ++ screen_info->blackPicture = solid_picture (screen_info, ++ TRUE, ++ 1.0, /* alpha */ ++ 0.0, /* red */ ++ 0.0, /* green */ + 0.0 /* blue */); + screen_info->rootTile = None; + screen_info->allDamage = None; + screen_info->cwindows = NULL; + screen_info->compositor_active = TRUE; +- screen_info->overlays = 0; ++ screen_info->wins_unredirected = 0; + +- XClearArea (display_info->dpy, screen_info->xroot, 0, 0, 0, 0, TRUE); ++ XClearArea (display_info->dpy, screen_info->output, 0, 0, 0, 0, TRUE); + compositorSetCMSelection (screen_info, screen_info->xfwm4_win); + TRACE ("Manual compositing enabled"); + +@@ -2864,6 +2930,17 @@ + screen_info->cwindows = NULL; + TRACE ("Compositor: removed %i window(s) remaining", i); + ++#if HAVE_OVERLAYS ++ if (display_info->have_overlays) ++ { ++ XDestroyWindow (display_info->dpy, screen_info->root_overlay); ++ screen_info->root_overlay = None; ++ ++ XCompositeReleaseOverlayWindow (display_info->dpy, screen_info->overlay); ++ screen_info->overlay = None; ++ } ++#endif /* HAVE_OVERLAYS */ ++ + if (screen_info->rootPicture) + { + XRenderFreePicture (display_info->dpy, screen_info->rootPicture); +@@ -2894,7 +2971,7 @@ + } + + screen_info->gaussianSize = -1; +- screen_info->overlays = 0; ++ screen_info->wins_unredirected = 0; + + XCompositeUnredirectSubwindows (display_info->dpy, screen_info->xroot, + display_info->composite_mode); +Index: xfce_4_4/src/screen.h +=================================================================== +--- xfce_4_4/src/screen.h (revision 26690) ++++ xfce_4_4/src/screen.h (revision 26691) +@@ -133,8 +133,14 @@ + #endif + + #ifdef HAVE_COMPOSITOR ++#if HAVE_OVERLAYS ++ Window overlay; ++ Window root_overlay; ++#endif + GList *cwindows; ++ Window output; + ++ + gaussian_conv *gaussianMap; + gint gaussianSize; + guchar *shadowCorner; +@@ -146,7 +152,7 @@ + Picture rootTile; + XserverRegion allDamage; + +- guint overlays; ++ guint wins_unredirected; + gboolean compositor_active; + gboolean clipChanged; + #endif /* HAVE_COMPOSITOR */ --- xfwm4-4.4.2.orig/debian/patches/05_awn-focus.patch +++ xfwm4-4.4.2/debian/patches/05_awn-focus.patch @@ -0,0 +1,13 @@ +Index: xfwm4/src/events.c +=================================================================== +--- xfwm4/src/events.c (revision 26059) ++++ xfwm4/src/events.c (revision 26060) +@@ -1430,7 +1430,7 @@ + stealing prevention is not activated, otherwise we just set the "demands attention" + flag... + */ +- if ((ev->value_mask & CWStackMode) && (wc.stack_mode == Above) && (wc.sibling == None)) ++ if ((ev->value_mask & CWStackMode) && (wc.stack_mode == Above) && (wc.sibling == None) && !(c->type & WINDOW_TYPE_DONT_FOCUS)) + { + Client *last_raised; + --- xfwm4-4.4.2.orig/debian/patches/99_update_translations.patch +++ xfwm4-4.4.2/debian/patches/99_update_translations.patch @@ -0,0 +1,4299 @@ +diff -Naur xfwm4-4.4.2/po/ChangeLog xfwm4-4.4.2/po.new/ChangeLog +--- xfwm4-4.4.2/po/ChangeLog 2007-11-17 20:32:18.000000000 +0100 ++++ xfwm4-4.4.2/po.new/ChangeLog 2008-10-21 01:27:56.000000000 +0200 +@@ -1,15 +1,52 @@ ++2008-10-20 Lars Nielsen ++ ++ * da.po,LINGUAS: Added Danish translation ++ ++2008-06-22 Mike Massonnet ++ ++ * id.po, LINGUAS: Add Indonesian translation (Andhika Padmawa) ++ ++2008-04-12 Mike Massonnet ++ ++ * lv.po: Update Latvian translation (Rihards Prieditis ) ++ ++2008-02-22 Mike Massonnet ++ ++ * LINGUAS, ur.po: Merge Urdu translation from trunk (r26296) ++ ++2008-02-17 Jari Rahkonen ++ ++ * fi.po: Fixed a typo in the Finnish translation. ++ ++2007-12-23 Jean-François Wauthy ++ ++ * sq.po: Updated Albanian translations by Besnik Bleta ++ ++ ++2007-12-02 Maximilian Schleiss ++ ++ * es.po: Spanish translation update ++ by Cristian Othón Martínez Vera ++ ++2007-11-18 Maximilian Schleiss ++ ++ * pl.po: Polish translation update ++ by Szymon Kałasz ++ + 2007-11-16 Jean-François Wauthy + +- * ro.po: Updated Romanian translations by Mişu Moldovan +- ++ * ro.po: Updated Romanian translations ++ by Mişu Moldovan + + 2007-11-15 Mike Massonnet + +- * pt_PT.po: Update translations by Nuno Miguel ++ * pt_PT.po: Update translations ++ by Nuno Miguel + + 2007-11-11 Mike Massonnet + +- * lv.po: Add translations by RPrieditis ++ * lv.po: Add Latvian translation ++ by RPrieditis + + 2007-11-03 Maximilian Schleiss + +diff -Naur xfwm4-4.4.2/po/da.po xfwm4-4.4.2/po.new/da.po +--- xfwm4-4.4.2/po/da.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfwm4-4.4.2/po.new/da.po 2008-10-21 01:27:56.000000000 +0200 +@@ -0,0 +1,875 @@ ++# Danish translations for xfwm package ++# Danske oversttelser for pakke xfwm. ++# Copyright (C) 2008 THE xfwm'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the xfwm package. ++# , 2008. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: xfwm 4.4.2\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2008-07-13 14:53+0200\n" ++"PO-Revision-Date: 2008-08-18 20:56+0200\n" ++"Last-Translator: Lars Nielsen \n" ++"Language-Team: Danish\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=ISO-8859-1\n" ++"Content-Transfer-Encoding: 8bit\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++ ++#: ../mcs-plugin/margins.c:130 ++msgid "Workspace Margins" ++msgstr "Arbejdsomrde-margener" ++ ++#: ../mcs-plugin/margins.c:136 ++msgid "" ++"Margins are areas on the edges of the screen where no window will be placed" ++msgstr "Margener er de omrder i kanten af skrmbilledet, hvor vinduer ikke vil blive placeret" ++ ++#: ../mcs-plugin/margins.c:167 ++msgid "Left :" ++msgstr "Venstre :" ++ ++#: ../mcs-plugin/margins.c:187 ++msgid "Right :" ++msgstr "Hjre :" ++ ++#: ../mcs-plugin/margins.c:207 ++msgid "Top :" ++msgstr "Top :" ++ ++#: ../mcs-plugin/margins.c:227 ++msgid "Bottom :" ++msgstr "Bund :" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/workspaces_plugin.c:111 ++msgid "Button Label|Workspaces and Margins" ++msgstr "Arbejdsomrder og margener" ++ ++#: ../mcs-plugin/workspaces_plugin.c:145 ++msgid "Workspaces and Margins" ++msgstr "Arbejdsomrder og margener" ++ ++#: ../mcs-plugin/workspaces_plugin.c:163 ../mcs-plugin/wmtweaks_plugin.c:640 ++#: ../mcs-plugin/workspaces.c:519 ++msgid "Workspaces" ++msgstr "Arbejdsomrder" ++ ++#: ../mcs-plugin/workspaces_plugin.c:172 ++msgid "Margins" ++msgstr "Margener" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:471 ++msgid "None" ++msgstr "Ingen" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:476 ++msgid "Bring window on current workspace" ++msgstr "Flyt vindue til aktivt arbejdsomrde" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:477 ++msgid "Switch to window's workspace" ++msgstr "Skift til vinduets arbejdsomrde" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:478 ++msgid "Do nothing" ++msgstr "Gr ingenting" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:483 ++msgid "Place window under the mouse" ++msgstr "Placr vinduet under musen" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:484 ++msgid "Place window in the center" ++msgstr "Placr vinduet i midten" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:493 ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 ++msgid "Window Manager Tweaks" ++msgstr "Vindueshndtering tweaks" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:512 ++msgid "" ++"Skip windows that have \"skip pager\" or \"skip taskbar\" properties set" ++msgstr "Udelad vinduer som har \"udelad skifter\" eller \"udelad opgaveliste\" egenskaben aktiveret" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:518 ++msgid "Include hidden (i.e. iconified) windows" ++msgstr "Inkluder skjulte (f.eks minimerede) vinduer" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:524 ++msgid "Cycle through windows from all workspaces" ++msgstr "Bladr gennem vinduer fra alle arbejdsomrder" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:529 ++msgid "Cycling" ++msgstr "Bladre" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:541 ++msgid "Activate focus stealing prevention" ++msgstr "Aktiver beskyttelse mod at fokus stjles" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:547 ++msgid "Honor the standard ICCCM focus hint" ++msgstr "Overhold ICCCM-standardens fokusfif" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:553 ++msgid "When a window raises itself:" ++msgstr "Nr et vindue kommer til syne af sig selv:" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:558 ../mcs-plugin/xfwm4_plugin.c:1752 ++msgid "Focus" ++msgstr "Fokus" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:570 ++msgid "Key used to grab and move windows" ++msgstr "Tast som bruges til at tage fat i og flytte vinduer" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:576 ++msgid "Raise windows when any mouse button is pressed" ++msgstr "Bring vinduer forrest ved tryk p virkrlig muse-knap" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:583 ++msgid "Hide frame of windows when maximized" ++msgstr "Skjul ramme p vinduer nr de maksimeres" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:590 ++msgid "Restore original size of maximized windows when moving" ++msgstr "Gendan oprindelig strrelse af maksimeret vindue nr det flyttes" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:596 ++msgid "Use edge resistance instead of windows snapping" ++msgstr "Brug kant-modstand i stedet for lbrige vindueskanter" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:601 ++msgid "Accessibility" ++msgstr "Tilgngelighed" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:614 ++msgid "Switch workspaces using the mouse wheel over the desktop" ++msgstr "Skift arbejdsomrde med musehjulet over skrivebordet" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:621 ++msgid "" ++"Remember and recall previous workspace when switching via keyboard shortcuts" ++msgstr "Husk og genkald foregende arbejdsomrde nr der skiftes via tastatur-genveje" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:628 ++msgid "Wrap workspaces depending on the actual desktop layout" ++msgstr "Fold arbejdsomrder afhngig af det aktuelle skrivebordslayout" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:635 ++msgid "Wrap workspaces when the first or last workspace is reached" ++msgstr "Ombryd arbejdsomrde nr det frste eller sidste arbejdsomrde nes" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:652 ++msgid "Minimum size of windows to trigger smart placement" ++msgstr "Mindste strrelse af vinduer for at aktivere smart placering" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:653 ++msgid "Size|Small" ++msgstr "Lille" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:653 ++msgid "Size|Large" ++msgstr "Stor" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:658 ++msgid "Default positionning of windows without smart placement:" ++msgstr "Standardplacering af vinduer uden smart placering:" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:663 ++msgid "Placement" ++msgstr "Placering" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:683 ++msgid "Enable display compositing" ++msgstr "Aktiver skrmbilledesammenstning" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:697 ++msgid "Display full screen overlay windows directly" ++msgstr "Vis fuldskrms-overlgsvinduer direkte" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:703 ++msgid "Show shadows under dock windows" ++msgstr "Vis skygger under dok-vinduer" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:709 ++msgid "Show shadows under regular windows" ++msgstr "Vis skygge under almindelige vinduer" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:715 ++msgid "Show shadows under popup windows" ++msgstr "Vis skygge under pop op-vinduer" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:721 ++msgid "Opacity of window decorations" ++msgstr "Uigennemsigtighed af vindues dekorationer" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:721 ../mcs-plugin/wmtweaks_plugin.c:727 ++#: ../mcs-plugin/wmtweaks_plugin.c:733 ../mcs-plugin/wmtweaks_plugin.c:739 ++#: ../mcs-plugin/wmtweaks_plugin.c:745 ++msgid "Transparent" ++msgstr "Gennemsigtig" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:722 ../mcs-plugin/wmtweaks_plugin.c:728 ++#: ../mcs-plugin/wmtweaks_plugin.c:734 ../mcs-plugin/wmtweaks_plugin.c:740 ++#: ../mcs-plugin/wmtweaks_plugin.c:746 ++msgid "Opaque" ++msgstr "Ugennemsigtig" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:727 ++msgid "Opacity of inactive windows" ++msgstr "Uigennemsigtighed af inaktive vinduer" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:733 ++msgid "Opacity of windows during move" ++msgstr "Uigennemsigtighed af vinduer som flyttes" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:739 ++msgid "Opacity of windows during resize" ++msgstr "Uigennemsigtighed mens vinduets strrelse ndres" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:745 ++msgid "Opacity of popup windows" ++msgstr "Uigennemsigtighed af pop op-vinduer" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:750 ++msgid "Compositor" ++msgstr "Indstillinger" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/wmtweaks_plugin.c:792 ++msgid "Button Label|Window Manager Tweaks" ++msgstr "Vindueshndteringstweaks" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:914 ../mcs-plugin/xfwm4_plugin.c:2430 ++#, c-format ++msgid "These settings cannot work with your current window manager (%s)" ++msgstr "Disse indstillinger virker ikke med din nuvrende vindueshndtering (%s)" ++ ++#: ../mcs-plugin/workspaces.c:332 ++msgid "Change name" ++msgstr "Skift navn" ++ ++#: ../mcs-plugin/workspaces.c:341 ../mcs-plugin/xfwm4_shortcuteditor.c:484 ++#, c-format ++msgid "Workspace %d" ++msgstr "Arbejdsomrde %d" ++ ++#: ../mcs-plugin/workspaces.c:349 ++msgid "Name:" ++msgstr "Navn:" ++ ++#: ../mcs-plugin/workspaces.c:428 ++msgid "Click on a workspace name to edit it" ++msgstr "Klik p et arbejdsomrdenavn for at ndre det" ++ ++#: ../mcs-plugin/workspaces.c:494 ++msgid "Number of workspaces:" ++msgstr "Antal arbejdsomrder:" ++ ++#: ../mcs-plugin/workspaces.c:530 ++msgid "Workspace names" ++msgstr "Arbejdsomrdenavne" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:68 ++msgid "Menu" ++msgstr "Menu" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:69 ++msgid "Stick" ++msgstr "Klb" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:70 ++msgid "Shade" ++msgstr "Skygge" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:71 ++msgid "Hide" ++msgstr "Skjul" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:72 ++msgid "Maximize" ++msgstr "Maksimr" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:73 ++msgid "Close" ++msgstr "Luk" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:79 ../mcs-plugin/xfwm4_shortcuteditor.c:372 ++msgid "Shade window" ++msgstr "Skygge vindue" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:80 ../mcs-plugin/xfwm4_shortcuteditor.c:369 ++msgid "Hide window" ++msgstr "Skjul vindue" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:81 ../mcs-plugin/xfwm4_shortcuteditor.c:368 ++msgid "Maximize window" ++msgstr "Maksimer vindue" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:82 ../mcs-plugin/xfwm4_shortcuteditor.c:376 ++msgid "Fill window" ++msgstr "Udfyld vindue" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:83 ++msgid "Nothing" ++msgstr "Ingenting" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:88 ../mcs-plugin/xfwm4_shortcuteditor.c:361 ++msgid "Left" ++msgstr "Venstre" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:89 ++msgid "Center" ++msgstr "Center" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:90 ../mcs-plugin/xfwm4_shortcuteditor.c:362 ++msgid "Right" ++msgstr "Hjre" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:589 ++msgid "Click and drag buttons to change the layout" ++msgstr "Klik og trk knapperne for at ndre layout" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:594 ++msgid "Active" ++msgstr "Aktiv" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:605 ++msgid "Title" ++msgstr "Titel" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:606 ++msgid "The window title, it cannot be removed" ++msgstr "Vinduestitlen, den kan ikke fjernes" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:618 ++msgid "Hidden" ++msgstr "Skjult" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1391 ++msgid "Font Selection Dialog" ++msgstr "Dialog til valg af skrifttype" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1456 ++msgid "Window Manager" ++msgstr "Vindueshndtering" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1496 ++msgid "Title font" ++msgstr "Titel skrifttype" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1505 ++msgid "Title Alignment" ++msgstr "Titel justering" ++ ++#. XXX ++#: ../mcs-plugin/xfwm4_plugin.c:1507 ++msgid "Text alignment inside title bar :" ++msgstr "Tekst justering i titelbjlken :" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1513 ++msgid "Button layout" ++msgstr "Knaplayout" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1518 ++msgid "Style" ++msgstr "Stil" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1566 ++msgid "Window shortcuts" ++msgstr "Vinduesgenveje" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1580 ++msgid "Command" ++msgstr "Kommando" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1586 ++msgid "Shortcut" ++msgstr "Genvej" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1603 ++msgid "Keyboard" ++msgstr "Tastatur" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1618 ++msgid "Focus model" ++msgstr "Fokusmodel" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1622 ++msgid "Click to focus" ++msgstr "Klik for fokus" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1632 ++msgid "Focus follows mouse" ++msgstr "Fokus flger musen" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1645 ++msgid "Delay before window receives focus" ++msgstr "Forsinkelse fr vinduet fr fokus" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1654 ../mcs-plugin/xfwm4_plugin.c:1716 ++msgid "Slow" ++msgstr "Langsom" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1661 ../mcs-plugin/xfwm4_plugin.c:1723 ++msgid "Fast" ++msgstr "Hurtig" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1682 ++msgid "Automatically give focus to newly created windows" ++msgstr "Giv automatisk fokus til nye vinduer" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1686 ++msgid "New window focus" ++msgstr "Fokus til nye vinduer" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1693 ++msgid "Raise on focus" ++msgstr "Flyt vindue frem ved fokus" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1699 ++msgid "Automatically raise windows when they receive focus" ++msgstr "Flyt automatisk vinduer frem nr de fr fokus" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1709 ++msgid "Delay before raising focused window :" ++msgstr "Forsink fremflytning af vinduer med fokus :" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1744 ++msgid "Raise window when clicking inside application window" ++msgstr "Flyt vindue frem nr der klikkes i applikationsvinduet" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1748 ++msgid "Raise on click" ++msgstr "Flyt frem ved klik" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1766 ++msgid "Windows snapping" ++msgstr "Vinduer snapper" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1771 ++msgid "Snap windows to screen border" ++msgstr "Snap vinduer til skrmens kant" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1777 ++msgid "Snap windows to other windows" ++msgstr "Snap vinduer til andre vinduer" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1788 ++msgid "Distance :" ++msgstr "Afstand :" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1795 ++msgid "Distance|Small" ++msgstr "Lille" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1802 ++msgid "Distance|Wide" ++msgstr "Stor" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1823 ++msgid "Wrap workspaces" ++msgstr "Fold Arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1829 ++msgid "Wrap workspaces when the pointer reaches a screen edge" ++msgstr "Skift arbejdsomrde nr musen nr skrmens kant" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1837 ++msgid "Wrap workspaces when dragging a window off the screen" ++msgstr "Skift arbejdsomrde nr et vindue trkkes ud af skrmbilledet" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1847 ++msgid "Edge Resistance :" ++msgstr "Kant-modstand :" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1854 ++msgid "Resistance|Small" ++msgstr "Lille" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1861 ++msgid "Resistance|Wide" ++msgstr "Stor" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1883 ++msgid "Opaque move and resize" ++msgstr "Uigennemsigtig flytning og ndring af strrelse" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1888 ++msgid "Display content of windows when resizing" ++msgstr "Vis indholdet af vinduer mens der ndres strrelse" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1894 ++msgid "Display content of windows when moving" ++msgstr "Vis indholdet af vinduer mens de flyttes" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1899 ++msgid "Double click action" ++msgstr "Dobbeltklik-hndelse" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1901 ++msgid "Action to perform when double clicking on title bar :" ++msgstr "Hndelse der udfres nr der dobbelt-klikkes p titellinien :" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1906 ++msgid "Advanced" ++msgstr "Avanceret" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/xfwm4_plugin.c:2051 ++msgid "Button Label|Window Manager" ++msgstr "Vindueshndtering" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:54 ++msgid "Do you really want to remove this keybinding theme ?" ++msgstr "Vil du fjerne dette tast-tildelingstema ?" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:133 ++msgid "Add keybinding theme" ++msgstr "Tilfj tast-tildelingstema" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:140 ++msgid "Enter a name for the theme:" ++msgstr "Skriv et navn for temaet:" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:176 ++msgid "A keybinding theme with the same name already exists" ++msgstr "Et tast-tildelingstema med det samme navn eksisterer" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:182 ++msgid "You have to provide a name for the keybinding theme" ++msgstr "Du skal angive et navn for tast-tildelingstemaet" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:358 ++msgid "Window operations menu" ++msgstr "Vindue funktionsmenu" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:359 ++msgid "Up" ++msgstr "Op" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:360 ++msgid "Down" ++msgstr "Ned" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:363 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:858 ++msgid "Cancel" ++msgstr "Annuller" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:364 ++msgid "Cycle windows" ++msgstr "Gennemlb vinduer" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:365 ++msgid "Close window" ++msgstr "Luk vindue" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:366 ++msgid "Maximize window horizontally" ++msgstr "Maksimer vindue horisontalt" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:367 ++msgid "Maximize window vertically" ++msgstr "Maksimer vindue vertikalt" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:370 ++msgid "Move window" ++msgstr "Flyt vindue" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:371 ++msgid "Resize window" ++msgstr "ndr vinduets strrelse" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:373 ++msgid "Stick window" ++msgstr "Klb vindue" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:374 ++msgid "Raise window" ++msgstr "Flyt vindue frem" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:375 ++msgid "Lower window" ++msgstr "Flyt vindue tilbage" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:377 ++msgid "Fill window horizontally" ++msgstr "Udfyld vinduet horisontalt" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:378 ++msgid "Fill window vertically" ++msgstr "Fyld vinduet vertikalt" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:379 ++msgid "Toggle above" ++msgstr "Aktiver over" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:380 ++msgid "Toggle fullscreen" ++msgstr "Aktiver fuldskrm" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:381 ++msgid "Move window to upper workspace" ++msgstr "Flyt vindue til vre arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:382 ++msgid "Move window to bottom workspace" ++msgstr "Fylt vindue til nedre arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:383 ++msgid "Move window to left workspace" ++msgstr "Flyt vindue til venstre arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:384 ++msgid "Move window to right workspace" ++msgstr "Flyt vindue til hjre arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:385 ++msgid "Move window to previous workspace" ++msgstr "Flyt vindue til foregende arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:386 ++msgid "Move window to next workspace" ++msgstr "Flyt vindue til nste arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:387 ++msgid "Show desktop" ++msgstr "Vis skrivebord" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:388 ++msgid "Upper workspace" ++msgstr "vre arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:389 ++msgid "Bottom workspace" ++msgstr "Nedre arbejdomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:390 ++msgid "Left workspace" ++msgstr "Venstre arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:391 ++msgid "Right workspace" ++msgstr "Hjre arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:392 ++msgid "Previous workspace" ++msgstr "Foregende arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:393 ++msgid "Next workspace" ++msgstr "Nste arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:394 ++msgid "Add workspace" ++msgstr "Tilfj arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:395 ++msgid "Add adjacent workspace" ++msgstr "Tilfj tilstdende arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:396 ++msgid "Delete last workspace" ++msgstr "Slet sidste arbejdomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:397 ++msgid "Delete active workspace" ++msgstr "Slet aktivt arbejdsomrde" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:505 ++#, c-format ++msgid "Move window to workspace %d" ++msgstr "Flyt vindue til arbejdsomrde %d" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:585 ++msgid "Cannot open the theme directory !" ++msgstr "Kan ikke bne temamappen !" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:604 ++#, c-format ++msgid "" ++"Cannot open %s : \n" ++"%s" ++msgstr "Kan ikke bne %s : \n" ++"%s" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:618 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:629 ++#, c-format ++msgid "" ++"Cannot write in %s : \n" ++"%s" ++msgstr "Kan ikke skrive i %s : \n" ++"%s" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:788 ++msgid "" ++"Shortcut already in use !\n" ++"Are you sure you want to use it ?" ++msgstr "Genvej allerede i brug !\n" ++"Er du sikker p du vil bruge den ?" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:852 ++msgid "Compose shortcut for :" ++msgstr "Opret genvej for :" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:856 ++msgid "Compose shortcut" ++msgstr "Opret genvej" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:862 ++msgid "No shortcut" ++msgstr "Ingen genvej" ++ ++#. TRANSLATORS: "(on %s)" is like "running on" the name of the other host ++#: ../src/hints.c:86 ++#, c-format ++msgid "%s (on %s)" ++msgstr "%s (p %s)" ++ ++#: ../src/main.c:137 ++#, c-format ++msgid "%s: Segmentation fault" ++msgstr "%s: Segmenteringsfejl" ++ ++#: ../src/menu.c:42 ++msgid "Ma_ximize" ++msgstr "Ma_ksimer" ++ ++#: ../src/menu.c:43 ++msgid "(Un)Ma_ximize" ++msgstr "G_endan" ++ ++#: ../src/menu.c:44 ++msgid "Mi_nimize" ++msgstr "Mi_nimer" ++ ++#: ../src/menu.c:45 ++msgid "Hide _all others" ++msgstr "Gem _alle andre" ++ ++#: ../src/menu.c:46 ++msgid "S_how" ++msgstr "_Vis" ++ ++#: ../src/menu.c:47 ++msgid "_Move" ++msgstr "_Flyt" ++ ++#: ../src/menu.c:48 ++msgid "_Resize" ++msgstr "_ndr strrelse" ++ ++#: ../src/menu.c:50 ++msgid "_Shade" ++msgstr "_Skygge" ++ ++#: ../src/menu.c:51 ++msgid "(Un)_Shade" ++msgstr "(af)_skygge" ++ ++#: ../src/menu.c:52 ++msgid "S_tick" ++msgstr "K_lb" ++ ++#: ../src/menu.c:53 ++msgid "(Un)S_tick" ++msgstr "(Af)k_lb" ++ ++#: ../src/menu.c:54 ++msgid "Context _help" ++msgstr "Kontekst_hjlp" ++ ++#: ../src/menu.c:56 ++msgid "Above" ++msgstr "Over" ++ ++#: ../src/menu.c:57 ++msgid "Normal" ++msgstr "Normal" ++ ++#: ../src/menu.c:58 ++msgid "Below" ++msgstr "Under" ++ ++#: ../src/menu.c:59 ++msgid "_Fullscreen" ++msgstr "_Fuldskrm" ++ ++#: ../src/menu.c:60 ++msgid "(Un)_Fullscreen" ++msgstr "(Luk) _fuldskrm" ++ ++#: ../src/menu.c:61 ++msgid "Send to..." ++msgstr "Send til..." ++ ++#: ../src/menu.c:63 ++msgid "_Close" ++msgstr "_Luk" ++ ++#: ../src/menu.c:66 ++msgid "Destroy" ++msgstr "Destruer" ++ ++#: ../src/menu.c:69 ++msgid "_Quit" ++msgstr "_Afslut" ++ ++#: ../src/menu.c:70 ++msgid "Restart" ++msgstr "Genstart" ++ ++#: ../src/menu.c:185 ++#, c-format ++msgid "Workspace %i (%s)" ++msgstr "Arbejdsomrde %i (%s)" ++ ++#: ../src/menu.c:189 ++#, c-format ++msgid "Workspace %i" ++msgstr "Arbejdsomrde %i" ++ ++#: ../src/menu.c:425 ++#, c-format ++msgid "%s: GtkMenu failed to grab the pointer\n" ++msgstr "%s: GtkMenu kunne ikke gribe fat i muse-markren\n" ++ ++#: ../src/settings.c:970 ++#, c-format ++msgid "%s: Cannot allocate color %s\n" ++msgstr "%s: Kan ikke allokere farven %s\n" ++ ++#: ../src/settings.c:976 ++#, c-format ++msgid "%s: Cannot parse color %s\n" ++msgstr "%s: Kan ikke fortolke farven %s\n" ++ ++#: ../mcs-plugin/xfce-wm-settings.desktop.in.h:1 ++msgid "Window Manager Settings" ++msgstr "Vindueshndtering" ++ ++#: ../mcs-plugin/xfce-wm-settings.desktop.in.h:2 ++msgid "Xfce 4 Window Manager Settings" ++msgstr "Indstillinger for Xfce 4 Vindueshndtering" ++ ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:1 ++msgid "Advanced Configuration" ++msgstr "Avancerede indstillinger" ++ ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:3 ++msgid "Xfce 4 Window Manager Tweaks" ++msgstr "Xfce 4 Vindueshndteringtweaks" ++ ++#: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:1 ++msgid "Workspaces Settings" ++msgstr "Arbejdsomrderindstillinger" ++ ++#: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:2 ++msgid "Xfce 4 Workspaces Settings" ++msgstr "Indstillinger for Xfce 4 Arbejdsomrde" +diff -Naur xfwm4-4.4.2/po/es.po xfwm4-4.4.2/po.new/es.po +--- xfwm4-4.4.2/po/es.po 2007-11-17 20:32:18.000000000 +0100 ++++ xfwm4-4.4.2/po.new/es.po 2008-10-19 23:13:25.000000000 +0200 +@@ -2,14 +2,15 @@ + # Copyright (C) 2002-2006 The Xfce development team. + # This file is distributed under the same license as the xfwm4 package. + # Edscott Wilson Garcia , 2004. ++# Cristian Othón Martínez Vera , 2007. + # + msgid "" + msgstr "" + "Project-Id-Version: xfwm4 4.4.0\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2007-04-09 14:29+0200\n" +-"PO-Revision-Date: 2005-08-19 21:13+0900\n" +-"Last-Translator: Edscott Wilson Garcia \n" ++"PO-Revision-Date: 2007-11-24 16:18-0600\n" ++"Last-Translator: Cristian Othón Martínez Vera \n" + "Language-Team: Spanish \n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" +@@ -44,7 +45,6 @@ + + #. the button label in the xfce-mcs-manager dialog + #: ../mcs-plugin/workspaces_plugin.c:110 +-#, fuzzy + msgid "Button Label|Workspaces and Margins" + msgstr "Escritorios y Márgenes" + +@@ -63,39 +63,38 @@ + + #: ../mcs-plugin/wmtweaks_plugin.c:373 + msgid "None" +-msgstr "" ++msgstr "Ninguno" + + #: ../mcs-plugin/wmtweaks_plugin.c:381 + #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 +-#, fuzzy + msgid "Window Manager Tweaks" +-msgstr "Gestor de Ventanas" ++msgstr "Ajustes del Gestor de Ventanas" + + #: ../mcs-plugin/wmtweaks_plugin.c:400 + msgid "" + "Skip windows that have \"skip pager\" or \"skip taskbar\" properties set" + msgstr "" ++"Salta las ventanas que tengan las propiedades \"skip pager\" o \"skip taskbar\"" + + #: ../mcs-plugin/wmtweaks_plugin.c:406 + msgid "Include hidden (i.e. iconified) windows" +-msgstr "" ++msgstr "Incluye las ventanas ocultas (p.e. iconificadas)" + + #: ../mcs-plugin/wmtweaks_plugin.c:412 +-#, fuzzy + msgid "Cycle through windows from all workspaces" +-msgstr "Mover ventana al próximo escritorio" ++msgstr "Cicla entre ventanas de todos los escritorios" + + #: ../mcs-plugin/wmtweaks_plugin.c:417 + msgid "Cycling" +-msgstr "" ++msgstr "Ciclado" + + #: ../mcs-plugin/wmtweaks_plugin.c:429 + msgid "Activate focus stealing prevention" +-msgstr "" ++msgstr "Activa la prevención de robo de foco" + + #: ../mcs-plugin/wmtweaks_plugin.c:435 + msgid "Honor the standard ICCCM focus hint" +-msgstr "" ++msgstr "Obedece a la pista de foco ICCCM estándar" + + #: ../mcs-plugin/wmtweaks_plugin.c:440 ../mcs-plugin/xfwm4_plugin.c:1698 + msgid "Focus" +@@ -103,134 +102,123 @@ + + #: ../mcs-plugin/wmtweaks_plugin.c:452 + msgid "Key used to grab and move windows" +-msgstr "" ++msgstr "Tecla a usar para sujetar y mover ventanas" + + #: ../mcs-plugin/wmtweaks_plugin.c:458 + msgid "Raise windows when any mouse button is pressed" +-msgstr "" ++msgstr "Eleva la ventana cuando se presiona cualquier tecla del ratón" + + #: ../mcs-plugin/wmtweaks_plugin.c:465 + msgid "Hide frame of windows when maximized" +-msgstr "" ++msgstr "Oculta el marco de las ventanas al maximizar" + + #: ../mcs-plugin/wmtweaks_plugin.c:472 +-#, fuzzy + msgid "Restore original size of maximized windows when moving" +-msgstr "Mostrar contenido de la ventana cuando se mueva" ++msgstr "Restaura el tamaño original de las ventanas maximizadas al mover" + + #: ../mcs-plugin/wmtweaks_plugin.c:478 + msgid "Use edge resistance instead of windows snapping" +-msgstr "" ++msgstr "Usa la resistencia de borde en lugar de la unión de ventanas" + + #: ../mcs-plugin/wmtweaks_plugin.c:483 + msgid "Accessibility" +-msgstr "" ++msgstr "Accesibilidad" + + #: ../mcs-plugin/wmtweaks_plugin.c:496 + msgid "Switch workspaces using the mouse wheel over the desktop" +-msgstr "" ++msgstr "Cambia escritorios al usar la rueda del ratón sobre el escritorio" + + #: ../mcs-plugin/wmtweaks_plugin.c:503 + msgid "" + "Remember and recall previous workspace when switching via keyboard shortcuts" + msgstr "" ++"Recuerda y llama a los escritorios anteriores al cambiar usando atajos de teclado" + + #: ../mcs-plugin/wmtweaks_plugin.c:510 + msgid "Wrap workspaces depending on the actual desktop layout" +-msgstr "" ++msgstr "Saltar entre escritorios dependiendo del aspecto actual del escritorio" + + #: ../mcs-plugin/wmtweaks_plugin.c:517 +-#, fuzzy + msgid "Wrap workspaces when the first or last workspace is reached" +-msgstr "" +-"Saltar al siguiente escritorio cuando el puntero llegue al borde del " +-"escritorio" ++msgstr "Saltar de escritorio cuando se alcanza el primero o el último" + + #: ../mcs-plugin/wmtweaks_plugin.c:534 + msgid "Minimum size of windows to trigger smart placement" +-msgstr "" ++msgstr "Tamaño mínimo de ventanas para activar la ubicación inteligente" + + #: ../mcs-plugin/wmtweaks_plugin.c:535 +-#, fuzzy + msgid "Size|Small" + msgstr "Pequeño" + + #: ../mcs-plugin/wmtweaks_plugin.c:535 + msgid "Size|Large" +-msgstr "" ++msgstr "Grande" + + #: ../mcs-plugin/wmtweaks_plugin.c:539 + msgid "Placement" +-msgstr "" ++msgstr "Ubicación" + + #: ../mcs-plugin/wmtweaks_plugin.c:559 + msgid "Enable display compositing" +-msgstr "" ++msgstr "Activa la composición de pantalla" + + #: ../mcs-plugin/wmtweaks_plugin.c:573 + msgid "Display full screen overlay windows directly" +-msgstr "" ++msgstr "Muestra las ventanas encimadas de pantalla completa directamente" + + #: ../mcs-plugin/wmtweaks_plugin.c:579 + msgid "Show shadows under regular windows" +-msgstr "" ++msgstr "Muestra sombras bajo las ventanas normales" + + #: ../mcs-plugin/wmtweaks_plugin.c:585 + msgid "Show shadows under popup windows" +-msgstr "" ++msgstr "Muestra sombras bajo las ventanas emergentes" + + #: ../mcs-plugin/wmtweaks_plugin.c:591 +-#, fuzzy + msgid "Opacity of window decorations" +-msgstr "Mostrar el contenido de las ventanas cuando se redimensionen" ++msgstr "Opacidad de las decoraciones de las ventanas" + + #: ../mcs-plugin/wmtweaks_plugin.c:591 ../mcs-plugin/wmtweaks_plugin.c:597 + #: ../mcs-plugin/wmtweaks_plugin.c:603 ../mcs-plugin/wmtweaks_plugin.c:609 + #: ../mcs-plugin/wmtweaks_plugin.c:615 + msgid "Transparent" +-msgstr "" ++msgstr "Transparente" + + #: ../mcs-plugin/wmtweaks_plugin.c:592 ../mcs-plugin/wmtweaks_plugin.c:598 + #: ../mcs-plugin/wmtweaks_plugin.c:604 ../mcs-plugin/wmtweaks_plugin.c:610 + #: ../mcs-plugin/wmtweaks_plugin.c:616 + msgid "Opaque" +-msgstr "" ++msgstr "Opaco" + + #: ../mcs-plugin/wmtweaks_plugin.c:597 +-#, fuzzy + msgid "Opacity of inactive windows" +-msgstr "Mostrar contenido de la ventana cuando se mueva" ++msgstr "Opacidad de las ventanas inactivas" + + #: ../mcs-plugin/wmtweaks_plugin.c:603 +-#, fuzzy + msgid "Opacity of windows during move" +-msgstr "Mostrar contenido de la ventana cuando se mueva" ++msgstr "Opacidad de las ventanas al mover" + + #: ../mcs-plugin/wmtweaks_plugin.c:609 +-#, fuzzy + msgid "Opacity of windows during resize" +-msgstr "Mostrar el contenido de las ventanas cuando se redimensionen" ++msgstr "Opacidad de las ventanas al redimensionar" + + #: ../mcs-plugin/wmtweaks_plugin.c:615 +-#, fuzzy + msgid "Opacity of popup windows" +-msgstr "Mostrar contenido de la ventana cuando se mueva" ++msgstr "Opacidad de las ventanas emergentes" + + #: ../mcs-plugin/wmtweaks_plugin.c:620 +-#, fuzzy + msgid "Compositor" +-msgstr "Generar atajo" ++msgstr "Compositor" + + #. the button label in the xfce-mcs-manager dialog + #: ../mcs-plugin/wmtweaks_plugin.c:662 +-#, fuzzy + msgid "Button Label|Window Manager Tweaks" +-msgstr "Gestor de Ventanas" ++msgstr "Ajustes del Gestor de Ventanas" + + #: ../mcs-plugin/wmtweaks_plugin.c:781 ../mcs-plugin/xfwm4_plugin.c:2359 + #, c-format + msgid "These settings cannot work with your current window manager (%s)" +-msgstr "" ++msgstr "Esta configuración no funcionará con su gestor de ventanas actual (%s)" + + #: ../mcs-plugin/workspaces.c:329 + msgid "Change name" +@@ -323,7 +311,7 @@ + + #: ../mcs-plugin/xfwm4_plugin.c:604 + msgid "The window title, it cannot be removed" +-msgstr "El título de ventana, no puede ser removido" ++msgstr "El título de ventana, no se puede remover" + + #: ../mcs-plugin/xfwm4_plugin.c:616 + msgid "Hidden" +@@ -331,7 +319,7 @@ + + #: ../mcs-plugin/xfwm4_plugin.c:1376 + msgid "Font Selection Dialog" +-msgstr "Diálogo de Selección de Fuente" ++msgstr "Diálogo de Selección de Tipo de Letra" + + #: ../mcs-plugin/xfwm4_plugin.c:1441 + msgid "Window Manager" +@@ -339,7 +327,7 @@ + + #: ../mcs-plugin/xfwm4_plugin.c:1481 + msgid "Title font" +-msgstr "Fuente del Título" ++msgstr "Tipo de letra del título" + + #: ../mcs-plugin/xfwm4_plugin.c:1490 + msgid "Title Alignment" +@@ -439,14 +427,12 @@ + msgstr "Distancia :" + + #: ../mcs-plugin/xfwm4_plugin.c:1741 +-#, fuzzy + msgid "Distance|Small" +-msgstr "Distancia :" ++msgstr "Pequeña" + + #: ../mcs-plugin/xfwm4_plugin.c:1748 +-#, fuzzy + msgid "Distance|Wide" +-msgstr "Distancia :" ++msgstr "Grande" + + #: ../mcs-plugin/xfwm4_plugin.c:1769 + msgid "Wrap workspaces" +@@ -469,14 +455,12 @@ + msgstr "Resistencia en los bordes :" + + #: ../mcs-plugin/xfwm4_plugin.c:1800 +-#, fuzzy + msgid "Resistance|Small" +-msgstr "Distancia :" ++msgstr "Pequeña" + + #: ../mcs-plugin/xfwm4_plugin.c:1807 +-#, fuzzy + msgid "Resistance|Wide" +-msgstr "Distancia :" ++msgstr "Grande" + + #: ../mcs-plugin/xfwm4_plugin.c:1829 + msgid "Opaque move and resize" +@@ -504,30 +488,29 @@ + + #. the button label in the xfce-mcs-manager dialog + #: ../mcs-plugin/xfwm4_plugin.c:1991 +-#, fuzzy + msgid "Button Label|Window Manager" + msgstr "Gestor de Ventanas" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:53 + msgid "Do you really want to remove this keybinding theme ?" +-msgstr "" ++msgstr "¿Realmente quiere remover este atajo de tema?" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:134 + #: ../mcs-plugin/xfwm4_shortcuteditor.c:140 + msgid "Add keybinding theme" +-msgstr "" ++msgstr "Agregar atajo de tema" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:144 + msgid "Enter a name for the theme:" +-msgstr "" ++msgstr "Introduzca un nombre para el tema:" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:180 + msgid "A keybinding theme with the same name already exists" +-msgstr "" ++msgstr "Ya existe un atajo de tema con el mismo nombre" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:186 + msgid "You have to provide a name for the keybinding theme" +-msgstr "" ++msgstr "Tiene que proporcionar un nombre para el atajo de tema" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:359 + msgid "Close window" +@@ -535,20 +518,19 @@ + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:361 + msgid "Maximize window vertically" +-msgstr "Maximizar ventana de manera vertical" ++msgstr "Maximizar ventana verticalmente" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:362 + msgid "Maximize window horizontally" +-msgstr "Maximizar ventana de manera horizontal" ++msgstr "Maximizar ventana horizontalmente" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:365 + msgid "Stick window" + msgstr "Pegar ventana a todos los escritorios" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:366 +-#, fuzzy + msgid "Cycle windows" +-msgstr "Cerrar ventana" ++msgstr "Ciclo entre ventanas" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:367 + msgid "Move window up" +@@ -583,41 +565,36 @@ + msgstr "Redimensionar ventana hacia la derecha" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:375 +-#, fuzzy + msgid "Cancel move/resize window" +-msgstr "Cerrar ventana" ++msgstr "Cancelar movimiento/redimensionamiento de ventana" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:376 + msgid "Raise window" +-msgstr "Subir ventana" ++msgstr "Elevar ventana" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:377 + msgid "Lower window" +-msgstr "Bajar ventana" ++msgstr "Descender ventana" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:378 + msgid "Toggle fullscreen" + msgstr "Pantalla completa" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:379 +-#, fuzzy + msgid "Upper workspace" +-msgstr "Próximo escritorio" ++msgstr "Escritorio superior" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:380 +-#, fuzzy + msgid "Bottom workspace" +-msgstr "Próximo escritorio" ++msgstr "Escritorio inferior" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:381 +-#, fuzzy + msgid "Left workspace" +-msgstr "Próximo escritorio" ++msgstr "Escritorio izquierdo" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:382 +-#, fuzzy + msgid "Right workspace" +-msgstr "Próximo escritorio" ++msgstr "Escritorio derecho" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:383 + msgid "Next workspace" +@@ -625,11 +602,11 @@ + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:384 + msgid "Previous workspace" +-msgstr "Previo escritorio" ++msgstr "Escritorio anterior" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:385 + msgid "Add workspace" +-msgstr "Adicionar escritorio virtual" ++msgstr "Agregar escritorio virtual" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:386 + msgid "Delete workspace" +@@ -641,49 +618,44 @@ + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:388 + msgid "Move window to previous workspace" +-msgstr "Mover ventana al previo escritorio" ++msgstr "Mover ventana al escritorio anterior" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:389 +-#, fuzzy + msgid "Move window to upper workspace" +-msgstr "Mover ventana al próximo escritorio" ++msgstr "Mover ventana al escritorio superior" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:390 +-#, fuzzy + msgid "Move window to bottom workspace" +-msgstr "Mover ventana al próximo escritorio" ++msgstr "Mover ventana al escritorio inferior" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:391 +-#, fuzzy + msgid "Move window to left workspace" +-msgstr "Mover ventana al próximo escritorio" ++msgstr "Mover ventana al escritorio izquierdo" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:392 +-#, fuzzy + msgid "Move window to right workspace" +-msgstr "Mover ventana al próximo escritorio" ++msgstr "Mover ventana al escritorio derecho" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:393 + msgid "Show desktop" +-msgstr "" ++msgstr "Mostrar escritorio" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:394 +-#, fuzzy + msgid "Cancel window action" +-msgstr "Mostrar el contenido de las ventanas cuando se redimensionen" ++msgstr "Cancelar la acción de las ventanas" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:395 + msgid "Window operations menu" +-msgstr "" ++msgstr "Menú de operaciones de ventana" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:503 +-#, fuzzy, c-format ++#, c-format + msgid "Move window to workspace %d" +-msgstr "Mover ventana al escritorio 1" ++msgstr "Mover ventana al escritorio %d" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:583 + msgid "Cannot open the theme directory !" +-msgstr "No se puede abrir directorio de temas." ++msgstr "¡No se puede abrir el directorio de temas!" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:602 + #, c-format +@@ -722,18 +694,17 @@ + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:850 + msgid "Cancel" +-msgstr "" ++msgstr "Cancelar" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:854 +-#, fuzzy + msgid "No shortcut" +-msgstr "Generar atajo" ++msgstr "Sin atajo" + + #. TRANSLATORS: "(on %s)" is like "running on" the name of the other host + #: ../src/hints.c:84 + #, c-format + msgid "%s (on %s)" +-msgstr "" ++msgstr "%s (en %s)" + + #: ../src/main.c:135 + #, c-format +@@ -778,7 +749,7 @@ + + #: ../src/menu.c:49 + msgid "Context _help" +-msgstr "Ayuda de contexto" ++msgstr "_Ayuda de contexto" + + #: ../src/menu.c:50 ../src/menu.c:51 + msgid "Always on top" +@@ -820,44 +791,38 @@ + msgstr "%s: GtkMenu falló al intentar conseguir el puntero\n" + + #: ../src/settings.c:932 +-#, fuzzy, c-format ++#, c-format + msgid "%s: Cannot allocate color %s\n" +-msgstr "%s: No se puede reservar el color activo %s\n" ++msgstr "%s: No se puede reservar el color %s\n" + + #: ../src/settings.c:938 +-#, fuzzy, c-format ++#, c-format + msgid "%s: Cannot parse color %s\n" +-msgstr "%s: No se puede interpretar el color activo %s\n" ++msgstr "%s: No se puede interpretar el color %s\n" + + #: ../mcs-plugin/xfce-wm-settings.desktop.in.h:1 +-#, fuzzy + msgid "Window Manager Settings" +-msgstr "Gestor de Ventanas" ++msgstr "Configuración del Gestor de Ventanas" + + #: ../mcs-plugin/xfce-wm-settings.desktop.in.h:2 +-#, fuzzy + msgid "Xfce 4 Window Manager Settings" +-msgstr "Gestor de Ventanas" ++msgstr "Configuración de Gestor de Ventanas de Xfce 4" + + #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:1 +-#, fuzzy + msgid "Advanced Configuration" +-msgstr "Gestor de Ventanas" ++msgstr "Configuración Avanzada" + + #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:3 +-#, fuzzy + msgid "Xfce 4 Window Manager Tweaks" +-msgstr "Gestor de Ventanas" ++msgstr "Ajustes del Gestor de Ventanas de Xfce 4" + + #: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:1 +-#, fuzzy + msgid "Workspaces Settings" +-msgstr "Márgenes del Escritorio" ++msgstr "Configuración de los Escritorios Virtuales" + + #: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:2 +-#, fuzzy + msgid "Xfce 4 Workspaces Settings" +-msgstr "Márgenes del Escritorio" ++msgstr "Configuración de los Escritorios Virtuales de Xfce 4" + + #~ msgid "Unknown application!" + #~ msgstr "Aplicacion desconocida." +diff -Naur xfwm4-4.4.2/po/fi.po xfwm4-4.4.2/po.new/fi.po +--- xfwm4-4.4.2/po/fi.po 2007-11-17 20:32:18.000000000 +0100 ++++ xfwm4-4.4.2/po.new/fi.po 2008-10-19 23:13:25.000000000 +0200 +@@ -1,14 +1,14 @@ + # Translation of xfwm4 package into Finnish. +-# Copyright (C) 2002-2007 The Xfce Development Team. ++# Copyright (C) 2002-2008 The Xfce Development Team. + # This file is distributed under the same license as the xfwm4 package. +-# Jari Rahkonen , 2005-2007. ++# Jari Rahkonen , 2005-2008. + # + msgid "" + msgstr "" + "Project-Id-Version: xfwm4 4.4.0\n" + "Report-Msgid-Bugs-To: \n" +-"POT-Creation-Date: 2007-04-09 14:29+0200\n" +-"PO-Revision-Date: 2007-05-15 21:25+0300\n" ++"POT-Creation-Date: 2008-02-17 13:03+0200\n" ++"PO-Revision-Date: 2008-02-17 13:04+0200\n" + "Last-Translator: Jari Rahkonen \n" + "Language-Team: Finnish \n" + "MIME-Version: 1.0\n" +@@ -104,7 +104,7 @@ + + #: ../mcs-plugin/wmtweaks_plugin.c:458 + msgid "Raise windows when any mouse button is pressed" +-msgstr "Nosta ikkuna napsautettaessa millä tahansa hiiren painikeella" ++msgstr "Nosta ikkuna napsautettaessa millä tahansa hiiren painikkeella" + + #: ../mcs-plugin/wmtweaks_plugin.c:465 + msgid "Hide frame of windows when maximized" +@@ -783,12 +783,12 @@ + msgid "%s: GtkMenu failed to grab the pointer\n" + msgstr "%s: GtkMenu epäonnistui osoittimen haltuunotossa\n" + +-#: ../src/settings.c:932 ++#: ../src/settings.c:921 + #, c-format + msgid "%s: Cannot allocate color %s\n" + msgstr "%s: Väriä %s ei voi varata\n" + +-#: ../src/settings.c:938 ++#: ../src/settings.c:927 + #, c-format + msgid "%s: Cannot parse color %s\n" + msgstr "%s: Värimääritys %s ei kelpaa\n" +diff -Naur xfwm4-4.4.2/po/id.po xfwm4-4.4.2/po.new/id.po +--- xfwm4-4.4.2/po/id.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfwm4-4.4.2/po.new/id.po 2008-10-19 23:13:25.000000000 +0200 +@@ -0,0 +1,814 @@ ++# Indonesian translation of the xfwm4 package. ++# Copyright (C) 2002-2006 The Xfce development team. ++# This file is distributed under the same license as the xfwm4 package. ++# Andhika Padmawan , 2008. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: xfwm4 4.4.0\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2007-04-09 14:29+0200\n" ++"PO-Revision-Date: 2008-06-01 20:40+0700\n" ++"Last-Translator: Andhika Padmawan \n" ++"Language-Team: Indonesian \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#: ../mcs-plugin/margins.c:130 ++msgid "Workspace Margins" ++msgstr "Margin Ruang Kerja" ++ ++#: ../mcs-plugin/margins.c:136 ++msgid "Margins are areas on the edges of the screen where no window will be placed" ++msgstr "Margin adalah area di pinggir layar dimana tak ada jendela akan ditempatkan" ++ ++#: ../mcs-plugin/margins.c:167 ++msgid "Left :" ++msgstr "Kiri :" ++ ++#: ../mcs-plugin/margins.c:187 ++msgid "Right :" ++msgstr "Kanan :" ++ ++#: ../mcs-plugin/margins.c:207 ++msgid "Top :" ++msgstr "Atas :" ++ ++#: ../mcs-plugin/margins.c:227 ++msgid "Bottom :" ++msgstr "Bawah :" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/workspaces_plugin.c:110 ++msgid "Button Label|Workspaces and Margins" ++msgstr "Ruang Kerja dan Margin" ++ ++#: ../mcs-plugin/workspaces_plugin.c:144 ++msgid "Workspaces and Margins" ++msgstr "Ruang Kerja dan Margin" ++ ++#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:522 ++#: ../mcs-plugin/workspaces.c:516 ++msgid "Workspaces" ++msgstr "Ruang Kerja" ++ ++#: ../mcs-plugin/workspaces_plugin.c:171 ++msgid "Margins" ++msgstr "Margin" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:373 ++msgid "None" ++msgstr "Tak ada" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:381 ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 ++msgid "Window Manager Tweaks" ++msgstr "Tweak Manajer Jendela" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:400 ++msgid "Skip windows that have \"skip pager\" or \"skip taskbar\" properties set" ++msgstr "Lewati jendela yang punya pengaturan properti \"skip pager\" atau \"skip taskbar\"" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:406 ++msgid "Include hidden (i.e. iconified) windows" ++msgstr "Termasuk jendela (misalnya dalam bentuk ikon) tersembunyi" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:412 ++msgid "Cycle through windows from all workspaces" ++msgstr "Daur seluruh jendela dari semua ruang kerja" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:417 ++msgid "Cycling" ++msgstr "Daur" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:429 ++msgid "Activate focus stealing prevention" ++msgstr "Aktifkan pencegahan pencurian fokus" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:435 ++msgid "Honor the standard ICCCM focus hint" ++msgstr "Hormati standar petujuk fokus ICCCM" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:440 ../mcs-plugin/xfwm4_plugin.c:1698 ++msgid "Focus" ++msgstr "Fokus" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:452 ++msgid "Key used to grab and move windows" ++msgstr "Tombol yang digunakan untuk menangkap dan memindahkan jendela" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:458 ++msgid "Raise windows when any mouse button is pressed" ++msgstr "Naikkan jendela ketika ada tombol tetikus yang ditekan" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:465 ++msgid "Hide frame of windows when maximized" ++msgstr "Sembunyikan bingkai jendela ketika dimaksimalkan" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:472 ++msgid "Restore original size of maximized windows when moving" ++msgstr "Kembalikan ukuran asli dari jendela yang dimaksimalkan ketika memindahkan" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:478 ++msgid "Use edge resistance instead of windows snapping" ++msgstr "Gunakan ketahanan jendela ketimbang mangetitasi jendela" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:483 ++msgid "Accessibility" ++msgstr "Aksesibilitas" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:496 ++msgid "Switch workspaces using the mouse wheel over the desktop" ++msgstr "Pindah ruang kerja menggunakan roda tetikus antar destop" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:503 ++msgid "Remember and recall previous workspace when switching via keyboard shortcuts" ++msgstr "Ingat dan panggil ulang ruang kerja sebelumnya ketika pindah via jalan pintas papan ketik" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:510 ++msgid "Wrap workspaces depending on the actual desktop layout" ++msgstr "Gulung ruang kerja berdasarkan tata letak destop sebenarnya" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:517 ++msgid "Wrap workspaces when the first or last workspace is reached" ++msgstr "Gulung ruang kerja jika ruang kerja pertama atau terakhir tercapai" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:534 ++msgid "Minimum size of windows to trigger smart placement" ++msgstr "Ukuran minimum jendela untuk menyulut penempatan cerdas" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:535 ++msgid "Size|Small" ++msgstr "Kecil" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:535 ++msgid "Size|Large" ++msgstr "Besar" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:539 ++msgid "Placement" ++msgstr "Penempatan" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:559 ++msgid "Enable display compositing" ++msgstr "Aktifkan komposisi tampilan" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:573 ++msgid "Display full screen overlay windows directly" ++msgstr "Tampilkan langsung jendela layar penuh" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:579 ++msgid "Show shadows under regular windows" ++msgstr "Tampilkan bayangan di bawah jendela reguler" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:585 ++msgid "Show shadows under popup windows" ++msgstr "Tampilkan jendela di bawah jendela yang muncul" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:591 ++msgid "Opacity of window decorations" ++msgstr "Opasitas dekorasi jendela" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:591 ../mcs-plugin/wmtweaks_plugin.c:597 ++#: ../mcs-plugin/wmtweaks_plugin.c:603 ../mcs-plugin/wmtweaks_plugin.c:609 ++#: ../mcs-plugin/wmtweaks_plugin.c:615 ++msgid "Transparent" ++msgstr "Transparan" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:592 ../mcs-plugin/wmtweaks_plugin.c:598 ++#: ../mcs-plugin/wmtweaks_plugin.c:604 ../mcs-plugin/wmtweaks_plugin.c:610 ++#: ../mcs-plugin/wmtweaks_plugin.c:616 ++msgid "Opaque" ++msgstr "Opasitas" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:597 ++msgid "Opacity of inactive windows" ++msgstr "Opasitas jendela tidak aktif" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:603 ++msgid "Opacity of windows during move" ++msgstr "Opasitas jendela ketika pindah" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:609 ++msgid "Opacity of windows during resize" ++msgstr "Opasitas jendela ketika ubah ukuran" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:615 ++msgid "Opacity of popup windows" ++msgstr "Opasitas jendela yang muncul" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:620 ++msgid "Compositor" ++msgstr "Kompositor" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/wmtweaks_plugin.c:662 ++msgid "Button Label|Window Manager Tweaks" ++msgstr "Tweak Manajer Jendela" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:781 ../mcs-plugin/xfwm4_plugin.c:2359 ++#, c-format ++msgid "These settings cannot work with your current window manager (%s)" ++msgstr "Pengaturan ini tak dapat bekerja dengan manajer jendela anda saat ini (%s)" ++ ++#: ../mcs-plugin/workspaces.c:329 ++msgid "Change name" ++msgstr "Ubah nama" ++ ++#: ../mcs-plugin/workspaces.c:338 ../mcs-plugin/xfwm4_shortcuteditor.c:482 ++#, c-format ++msgid "Workspace %d" ++msgstr "Ruang kerja %d" ++ ++#: ../mcs-plugin/workspaces.c:348 ++msgid "Name:" ++msgstr "Nama:" ++ ++#: ../mcs-plugin/workspaces.c:427 ++msgid "Click on a workspace name to edit it" ++msgstr "Klik pada nama ruang kerja untuk mengubahnya" ++ ++#: ../mcs-plugin/workspaces.c:493 ++msgid "Number of workspaces:" ++msgstr "Jumlah ruang kerja:" ++ ++#: ../mcs-plugin/workspaces.c:527 ++msgid "Workspace names" ++msgstr "Nama ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:68 ++msgid "Menu" ++msgstr "Menu" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:69 ++msgid "Stick" ++msgstr "Lekat" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:70 ++msgid "Shade" ++msgstr "Bayang" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:71 ++msgid "Hide" ++msgstr "Sembunyi" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:72 ++msgid "Maximize" ++msgstr "Maksimalkan" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:73 ++msgid "Close" ++msgstr "Tutup" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:79 ../mcs-plugin/xfwm4_shortcuteditor.c:364 ++msgid "Shade window" ++msgstr "Bayang jendela" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:80 ../mcs-plugin/xfwm4_shortcuteditor.c:363 ++msgid "Hide window" ++msgstr "Sembunyikan jendela" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:81 ../mcs-plugin/xfwm4_shortcuteditor.c:360 ++msgid "Maximize window" ++msgstr "Maksimalkan Jendela" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:82 ++msgid "Nothing" ++msgstr "Tak ada" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:87 ++msgid "Left" ++msgstr "Kiri" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:88 ++msgid "Center" ++msgstr "Tengah" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:89 ++msgid "Right" ++msgstr "Kanan" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:587 ++msgid "Click and drag buttons to change the layout" ++msgstr "Klik dan tarik tombol untuk mengganti tata letak" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:592 ++msgid "Active" ++msgstr "Aktif" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:603 ++msgid "Title" ++msgstr "Judul" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:604 ++msgid "The window title, it cannot be removed" ++msgstr "Judul jendela, judul tak dapat dihapus" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:616 ++msgid "Hidden" ++msgstr "Tersembunyi" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1376 ++msgid "Font Selection Dialog" ++msgstr "Dialog Seleksi Fonta" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1441 ++msgid "Window Manager" ++msgstr "Manajer Jendela" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1481 ++msgid "Title font" ++msgstr "Fonta judul" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1490 ++msgid "Title Alignment" ++msgstr "Perataan Judul" ++ ++#. XXX ++#: ../mcs-plugin/xfwm4_plugin.c:1492 ++msgid "Text alignment inside title bar :" ++msgstr "Perataan judul di dalam batang judul :" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1498 ++msgid "Button layout" ++msgstr "Tata letak tombol" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1503 ++msgid "Style" ++msgstr "Gaya" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1551 ++msgid "Window shortcuts" ++msgstr "Jalan pintas jendela" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1565 ++msgid "Command" ++msgstr "Perintah" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1571 ++msgid "Shortcut" ++msgstr "Jalan pintas" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1588 ++msgid "Keyboard" ++msgstr "Papan ketik" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1603 ++msgid "Focus model" ++msgstr "Model fokus" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1607 ++msgid "Click to focus" ++msgstr "Klik untuk fokus" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1617 ++msgid "Focus follows mouse" ++msgstr "Fokus mengikuti tetikus" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1628 ++msgid "Automatically give focus to newly created windows" ++msgstr "Otomatis memfokuskan pada jendela yang baru dibuat" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1632 ++msgid "New window focus" ++msgstr "Fokus jendela baru" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1639 ++msgid "Raise on focus" ++msgstr "Naikkan pada fokus" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1645 ++msgid "Automatically raise windows when they receive focus" ++msgstr "Otomatis menaikkan jendela ketika jendela menerima fokus" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1655 ++msgid "Delay before raising focused window :" ++msgstr "Tunda sebelum menaikkan jendela yang difokuskan :" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1662 ++msgid "Slow" ++msgstr "Pelan" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1669 ++msgid "Fast" ++msgstr "Cepat" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1690 ++msgid "Raise window when clicking inside application window" ++msgstr "Naikkan jendela ketika klik di dalam jendela aplikasi" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1694 ++msgid "Raise on click" ++msgstr "Naikkan pada klik" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1712 ++msgid "Windows snapping" ++msgstr "Magnetisasi jendela" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1717 ++msgid "Snap windows to screen border" ++msgstr "Lekatkan jendela ke batas layar" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1723 ++msgid "Snap windows to other windows" ++msgstr "Lekatkan jendela ke jendela lain" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1734 ++msgid "Distance :" ++msgstr "Jarak" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1741 ++msgid "Distance|Small" ++msgstr "Kecil" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1748 ++msgid "Distance|Wide" ++msgstr "Lebar" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1769 ++msgid "Wrap workspaces" ++msgstr "Gulung ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1775 ++msgid "Wrap workspaces when the pointer reaches a screen edge" ++msgstr "Gulung ruang kerja ketika penunjuk mencapai tepi layar" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1783 ++msgid "Wrap workspaces when dragging a window off the screen" ++msgstr "Gulung ruang kerja ketika menarik jendela keluar layar" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1793 ++msgid "Edge Resistance :" ++msgstr "Tepi Ketahanan:" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1800 ++msgid "Resistance|Small" ++msgstr "Kecil" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1807 ++msgid "Resistance|Wide" ++msgstr "Lebar" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1829 ++msgid "Opaque move and resize" ++msgstr "Pindah opaque dan ubah ukuran" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1834 ++msgid "Display content of windows when resizing" ++msgstr "Tampilkan isi jendela ketika mengubah ukuran" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1840 ++msgid "Display content of windows when moving" ++msgstr "Tampilkan isi jendela ketika memindahkan" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1845 ++msgid "Double click action" ++msgstr "Aksi klik ganda" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1847 ++msgid "Action to perform when double clicking on title bar :" ++msgstr "Aksi yang dilakukan ketika klik ganda pada batang judul :" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1852 ++msgid "Advanced" ++msgstr "Tingkat lanjut" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/xfwm4_plugin.c:1991 ++msgid "Button Label|Window Manager" ++msgstr "Manajer Jendela" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:53 ++msgid "Do you really want to remove this keybinding theme ?" ++msgstr "Anda yakin ingin menghapus tema ikat kunci ini?" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:134 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:140 ++msgid "Add keybinding theme" ++msgstr "Tambah tema ikat kunci" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:144 ++msgid "Enter a name for the theme:" ++msgstr "Masukkan nama untuk tema:" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:180 ++msgid "A keybinding theme with the same name already exists" ++msgstr "Tema ikat kunci dengan nama sama telah ada" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:186 ++msgid "You have to provide a name for the keybinding theme" ++msgstr "Anda harus memasukkan nama untuk tema ikat kunci" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:359 ++msgid "Close window" ++msgstr "Tutup jendela" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:361 ++msgid "Maximize window vertically" ++msgstr "Maksimalkan jendela secara vertikal" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:362 ++msgid "Maximize window horizontally" ++msgstr "Maksimalkan jendela secara horisontal" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:365 ++msgid "Stick window" ++msgstr "Lekatkan jendela" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:366 ++msgid "Cycle windows" ++msgstr "Daur jendela" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:367 ++msgid "Move window up" ++msgstr "Pindah jendela ke atas" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:368 ++msgid "Move window down" ++msgstr "Pindah jendela ke bawah" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:369 ++msgid "Move window left" ++msgstr "Pindah jendela ke kiri" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:370 ++msgid "Move window right" ++msgstr "Pindah jendela ke kanan" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:371 ++msgid "Resize window up" ++msgstr "Ubah ukuran jendela ke atas" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:372 ++msgid "Resize window down" ++msgstr "Ubah ukuran jendela ke bawah" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:373 ++msgid "Resize window left" ++msgstr "Ubah ukuran jendela ke kiri" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:374 ++msgid "Resize window right" ++msgstr "Ubah ukuran jendela ke kanan" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:375 ++msgid "Cancel move/resize window" ++msgstr "Batalkan pindah/ubah ukuran jendela" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:376 ++msgid "Raise window" ++msgstr "Naikkan jendela" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:377 ++msgid "Lower window" ++msgstr "Turunkan jendela" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:378 ++msgid "Toggle fullscreen" ++msgstr "Ubah layar penuh" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:379 ++msgid "Upper workspace" ++msgstr "Bagian atas ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:380 ++msgid "Bottom workspace" ++msgstr "Bagian dasar ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:381 ++msgid "Left workspace" ++msgstr "Bagian kiri ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:382 ++msgid "Right workspace" ++msgstr "Bagian kanan ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:383 ++msgid "Next workspace" ++msgstr "Ruang kerja selanjutnya" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:384 ++msgid "Previous workspace" ++msgstr "Ruang kerja sebelumnya" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:385 ++msgid "Add workspace" ++msgstr "Tambah ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:386 ++msgid "Delete workspace" ++msgstr "Hapus ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:387 ++msgid "Move window to next workspace" ++msgstr "Pindah jendela ke ruang kerja selanjutnya" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:388 ++msgid "Move window to previous workspace" ++msgstr "Pindah jendela ke ruang kerja sebelumnya" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:389 ++msgid "Move window to upper workspace" ++msgstr "Pindah jendela ke bagian atas ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:390 ++msgid "Move window to bottom workspace" ++msgstr "Pindah jendela ke bagian bawah ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:391 ++msgid "Move window to left workspace" ++msgstr "Pindah jendela ke bagian kiri ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:392 ++msgid "Move window to right workspace" ++msgstr "Pindah jendela ke bagian kanan ruang kerja" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:393 ++msgid "Show desktop" ++msgstr "Tampilkan destop" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:394 ++msgid "Cancel window action" ++msgstr "Batalkan aksi jendela" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:395 ++msgid "Window operations menu" ++msgstr "Menu operasi jendela" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:503 ++#, c-format ++msgid "Move window to workspace %d" ++msgstr "Pindah jendela ke ruang kerja %d" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:583 ++msgid "Cannot open the theme directory !" ++msgstr "Tak dapat membuka direktori tema !" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:602 ++#, c-format ++msgid "" ++"Cannot open %s : \n" ++"%s" ++msgstr "" ++"Tak dapat membuka %s : \n" ++"%s" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:616 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:627 ++#, c-format ++msgid "" ++"Cannot write in %s : \n" ++"%s" ++msgstr "" ++"Tak dapat menulis di %s : \n" ++"%s" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:780 ++msgid "" ++"Shortcut already in use !\n" ++"Are you sure you want to use it ?" ++msgstr "" ++"Jalan pintah telah digunakan !\n" ++"Anda yakin ingin menggunakannya?" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:844 ++msgid "Compose shortcut for :" ++msgstr "Tulis jalan pintas untuk :" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:848 ++msgid "Compose shortcut" ++msgstr "Tulis jalan pintas" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:850 ++msgid "Cancel" ++msgstr "Batal" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:854 ++msgid "No shortcut" ++msgstr "Tak ada jalan pintas" ++ ++#. TRANSLATORS: "(on %s)" is like "running on" the name of the other host ++#: ../src/hints.c:84 ++#, c-format ++msgid "%s (on %s)" ++msgstr "%s (di %s)" ++ ++#: ../src/main.c:135 ++#, c-format ++msgid "%s: Segmentation fault" ++msgstr "%s: Galat segmentasi" ++ ++#: ../src/menu.c:40 ++msgid "Ma_ximize" ++msgstr "Maksimalkan (_x)" ++ ++#: ../src/menu.c:41 ++msgid "Un_maximize" ++msgstr "Tak _maksimalkan" ++ ++#: ../src/menu.c:42 ++msgid "_Hide" ++msgstr "Sembunyikan (_H)" ++ ++#: ../src/menu.c:43 ++msgid "Hide _all others" ++msgstr "Sembunyikan semu_a yang lain" ++ ++#: ../src/menu.c:44 ++msgid "S_how" ++msgstr "Tampilkan (_h)" ++ ++#: ../src/menu.c:45 ++msgid "_Shade" ++msgstr "Bayang (_S)" ++ ++#: ../src/menu.c:46 ++msgid "Un_shade" ++msgstr "Tak bayang (_s)" ++ ++#: ../src/menu.c:47 ++msgid "S_tick" ++msgstr "Leka_t" ++ ++#: ../src/menu.c:48 ++msgid "Uns_tick" ++msgstr "Tak leka_t" ++ ++#: ../src/menu.c:49 ++msgid "Context _help" ++msgstr "Isi bantuan (_h)" ++ ++#: ../src/menu.c:50 ../src/menu.c:51 ++msgid "Always on top" ++msgstr "Selalu di atas" ++ ++#: ../src/menu.c:52 ++msgid "Send to..." ++msgstr "Kirim ke..." ++ ++#: ../src/menu.c:54 ++msgid "_Close" ++msgstr "Tutup (_C)" ++ ++#: ../src/menu.c:57 ++msgid "Destroy" ++msgstr "Hancurkan" ++ ++#: ../src/menu.c:60 ++msgid "_Quit" ++msgstr "Keluar (_Q)" ++ ++#: ../src/menu.c:61 ++msgid "Restart" ++msgstr "Start ulang" ++ ++#: ../src/menu.c:169 ++#, c-format ++msgid "Workspace %i (%s)" ++msgstr "Ruang kerja %i (%s)" ++ ++#: ../src/menu.c:173 ++#, c-format ++msgid "Workspace %i" ++msgstr "Ruang kerja %i" ++ ++#: ../src/menu.c:409 ++#, c-format ++msgid "%s: GtkMenu failed to grab the pointer\n" ++msgstr "%s: GtkMenu gagal mengambil penunjuk\n" ++ ++#: ../src/settings.c:932 ++#, c-format ++msgid "%s: Cannot allocate color %s\n" ++msgstr "%s: Tak dapat mengalokasi warna %s\n" ++ ++#: ../src/settings.c:938 ++#, c-format ++msgid "%s: Cannot parse color %s\n" ++msgstr "%s: Tak dapat membaca warna %s\n" ++ ++#: ../mcs-plugin/xfce-wm-settings.desktop.in.h:1 ++msgid "Window Manager Settings" ++msgstr "Pengaturan Manajer Jendela" ++ ++#: ../mcs-plugin/xfce-wm-settings.desktop.in.h:2 ++msgid "Xfce 4 Window Manager Settings" ++msgstr "Pengaturan Manajer Jendela Xfce 4" ++ ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:1 ++msgid "Advanced Configuration" ++msgstr "Konfigurasi Tingkat Lanjut" ++ ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:3 ++msgid "Xfce 4 Window Manager Tweaks" ++msgstr "Tweak Manajer Jendela Xfce 4" ++ ++#: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:1 ++msgid "Workspaces Settings" ++msgstr "Pengaturan Ruang Kerja" ++ ++#: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:2 ++msgid "Xfce 4 Workspaces Settings" ++msgstr "Pengaturan Ruang Kerja Xfce 4" ++ +diff -Naur xfwm4-4.4.2/po/LINGUAS xfwm4-4.4.2/po.new/LINGUAS +--- xfwm4-4.4.2/po/LINGUAS 2007-11-17 20:32:18.000000000 +0100 ++++ xfwm4-4.4.2/po.new/LINGUAS 2008-10-21 01:27:56.000000000 +0200 +@@ -1,2 +1,2 @@ + # set of available languages (in alphabetic order) +-am ar az be bg bn_IN ca cs de dz el en_GB eo es es_MX et eu fa fi fr gl gu he hi hu it ja ka ko lt lv mk mr ms nb_NO nl pa pl pt_BR pt_PT ro ru sk sv ta tr uk vi zh_CN zh_TW ++am ar az be bg bn_IN ca cs da de dz el en_GB eo es es_MX et eu fa fi fr gl gu he hi hu id it ja ka ko lt lv mk mr ms nb_NO nl pa pl pt_BR pt_PT ro ru sk sv ta tr uk ur vi zh_CN zh_TW +diff -Naur xfwm4-4.4.2/po/lv.po xfwm4-4.4.2/po.new/lv.po +--- xfwm4-4.4.2/po/lv.po 2007-11-17 20:32:18.000000000 +0100 ++++ xfwm4-4.4.2/po.new/lv.po 2008-10-19 23:13:25.000000000 +0200 +@@ -1,23 +1,27 @@ ++# translation of lv.po to Latvian + # Latvian translations for xfwm4 package. + # Copyright (C) 2002-2007 The Xfce development team. + # This file is distributed under the same license as the xfwm4 package. +-# Rihards Prieditis , 2007. + # ++# Rihards Prieditis , 2007. ++# Rihards Prieditis , 2008. + msgid "" + msgstr "" +-"Project-Id-Version: xfwm4 4.4.0\n" ++"Project-Id-Version: lv\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2007-06-23 19:57+0100\n" +-"PO-Revision-Date: 2007-11-10 14:26+0300\n" +-"Last-Translator: Rihards Priedītis \n" +-"Language-Team: Latvian \n" ++"PO-Revision-Date: 2008-04-06 22:21+0300\n" ++"Last-Translator: Rihards Prieditis \n" ++"Language-Team: Latvian \n" + "MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=utf-8\n" ++"Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" ++"X-Generator: KBabel 1.11.4\n" ++"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + + #: ../mcs-plugin/margins.c:130 + msgid "Workspace Margins" +-msgstr "Darbavietas Apmales" ++msgstr "Darbavietas apmales" + + #: ../mcs-plugin/margins.c:136 + msgid "Margins are areas on the edges of the screen where no window will be placed" +@@ -25,28 +29,28 @@ + + #: ../mcs-plugin/margins.c:167 + msgid "Left :" +-msgstr "No Kreisās :" ++msgstr "No kreisās :" + + #: ../mcs-plugin/margins.c:187 + msgid "Right :" +-msgstr "No Labās :" ++msgstr "No labās :" + + #: ../mcs-plugin/margins.c:207 + msgid "Top :" +-msgstr "No Augšas:" ++msgstr "No augšas:" + + #: ../mcs-plugin/margins.c:227 + msgid "Bottom :" +-msgstr "No Apakšas :" ++msgstr "No apakšas :" + + #. the button label in the xfce-mcs-manager dialog + #: ../mcs-plugin/workspaces_plugin.c:110 + msgid "Button Label|Workspaces and Margins" +-msgstr "Darbavietas un Apmales" ++msgstr "Darbavietas un apmales" + + #: ../mcs-plugin/workspaces_plugin.c:144 + msgid "Workspaces and Margins" +-msgstr "Darbavietas un Apmales" ++msgstr "Darbavietas un apmales" + + #: ../mcs-plugin/workspaces_plugin.c:162 + #: ../mcs-plugin/wmtweaks_plugin.c:522 +@@ -65,7 +69,7 @@ + #: ../mcs-plugin/wmtweaks_plugin.c:381 + #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 + msgid "Window Manager Tweaks" +-msgstr "Logu Pārvaldnieka Piedares" ++msgstr "Logu pārvaldnieka piedares" + + #: ../mcs-plugin/wmtweaks_plugin.c:400 + msgid "Skip windows that have \"skip pager\" or \"skip taskbar\" properties set" +@@ -211,13 +215,13 @@ + #. the button label in the xfce-mcs-manager dialog + #: ../mcs-plugin/wmtweaks_plugin.c:662 + msgid "Button Label|Window Manager Tweaks" +-msgstr "Loga Pārvaldnieka Piedares" ++msgstr "Loga pārvaldnieka piedares" + + #: ../mcs-plugin/wmtweaks_plugin.c:781 + #: ../mcs-plugin/xfwm4_plugin.c:2359 + #, c-format + msgid "These settings cannot work with your current window manager (%s)" +-msgstr "Šie uzstādījumi, nav derīgi pie Jūsu pašreizējā logu pārvaldnieka (%s)" ++msgstr "Šie uzstādījumi, nav derīgi pie pašreizējā logu pārvaldnieka (%s)" + + #: ../mcs-plugin/workspaces.c:329 + msgid "Change name" +@@ -272,7 +276,7 @@ + #: ../mcs-plugin/xfwm4_plugin.c:79 + #: ../mcs-plugin/xfwm4_shortcuteditor.c:364 + msgid "Shade window" +-msgstr "Saritināt logu" ++msgstr "Ēnot logu" + + #: ../mcs-plugin/xfwm4_plugin.c:80 + #: ../mcs-plugin/xfwm4_shortcuteditor.c:363 +@@ -322,11 +326,11 @@ + + #: ../mcs-plugin/xfwm4_plugin.c:1376 + msgid "Font Selection Dialog" +-msgstr "Fonta Izvēles Dialogs" ++msgstr "Fonta izvēles dialogs" + + #: ../mcs-plugin/xfwm4_plugin.c:1441 + msgid "Window Manager" +-msgstr "Logu Pārvaldnieks" ++msgstr "Logu pārvaldnieks" + + #: ../mcs-plugin/xfwm4_plugin.c:1481 + msgid "Title font" +@@ -351,7 +355,7 @@ + + #: ../mcs-plugin/xfwm4_plugin.c:1551 + msgid "Window shortcuts" +-msgstr "Loga īsceļi" ++msgstr "Loga īssceļi" + + #: ../mcs-plugin/xfwm4_plugin.c:1565 + msgid "Command" +@@ -488,7 +492,7 @@ + #. the button label in the xfce-mcs-manager dialog + #: ../mcs-plugin/xfwm4_plugin.c:1991 + msgid "Button Label|Window Manager" +-msgstr "Logu Pārvaldnieks" ++msgstr "Logu pārvaldnieks" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:53 + msgid "Do you really want to remove this keybinding theme ?" +@@ -505,7 +509,7 @@ + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:180 + msgid "A keybinding theme with the same name already exists" +-msgstr "Taustiņu sasaistes tēma ar tadu nosaukumu jau eksistē" ++msgstr "Taustiņu sasaistes tēma ar tādu nosaukumu jau eksistē" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:186 + msgid "You have to provide a name for the keybinding theme" +@@ -577,7 +581,7 @@ + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:378 + msgid "Toggle fullscreen" +-msgstr "Pārslēgt uz pilnekrānu" ++msgstr "Pārslēgt uz pilnekrānu režīmu" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:379 + msgid "Upper workspace" +@@ -732,11 +736,11 @@ + + #: ../src/menu.c:45 + msgid "_Shade" +-msgstr "Sar_itināt" ++msgstr "Ē_not" + + #: ../src/menu.c:46 + msgid "Un_shade" +-msgstr "A_tritināt" ++msgstr "Atēno_t" + + #: ../src/menu.c:47 + msgid "S_tick" +@@ -802,25 +806,25 @@ + + #: ../mcs-plugin/xfce-wm-settings.desktop.in.h:1 + msgid "Window Manager Settings" +-msgstr "Loga Pārvaldnieka Uzstādījumi" ++msgstr "Loga pārvaldnieka uzstādījumi" + + #: ../mcs-plugin/xfce-wm-settings.desktop.in.h:2 + msgid "Xfce 4 Window Manager Settings" +-msgstr "Xfce 4 Logu Pārvaldnieka Uzstādījumi" ++msgstr "Xfce 4 logu pārvaldnieka uzstādījumi" + + #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:1 + msgid "Advanced Configuration" +-msgstr "Paplašinātā Konfigurācija" ++msgstr "Paplašinātā konfigurācija" + + #: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:3 + msgid "Xfce 4 Window Manager Tweaks" +-msgstr "Xfce 4 Logu Pārvaldnieka Piedares" ++msgstr "Xfce 4 logu pārvaldnieka piedares" + + #: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:1 + msgid "Workspaces Settings" +-msgstr "Darbavietu Uzstādījumi" ++msgstr "Darbavietu uzstādījumi" + + #: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:2 + msgid "Xfce 4 Workspaces Settings" +-msgstr "Xfce 4 Darbavietu Uzstādījumi" ++msgstr "Xfce 4 darbavietu uzstādījumi" + +diff -Naur xfwm4-4.4.2/po/pl.po xfwm4-4.4.2/po.new/pl.po +--- xfwm4-4.4.2/po/pl.po 2007-11-17 20:32:18.000000000 +0100 ++++ xfwm4-4.4.2/po.new/pl.po 2008-10-19 23:13:25.000000000 +0200 +@@ -4,7 +4,7 @@ + # Paweł Pastuła , 2003. + # Daniel Mróz , 2003. + # Robert Kurowski , 2005. +-# Szymon Kałasz , 2006. ++# Szymon Kałasz , 2006-2007. + # + msgid "" + msgstr "" +@@ -691,7 +691,7 @@ + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:850 + msgid "Cancel" +-msgstr "" ++msgstr "Anuluj" + + #: ../mcs-plugin/xfwm4_shortcuteditor.c:854 + msgid "No shortcut" +diff -Naur xfwm4-4.4.2/po/sq.po xfwm4-4.4.2/po.new/sq.po +--- xfwm4-4.4.2/po/sq.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfwm4-4.4.2/po.new/sq.po 2008-10-19 23:13:25.000000000 +0200 +@@ -0,0 +1,825 @@ ++# Albanian translation of xfwm4 package. ++# Copyright (C) 2002-2006 The Xfce development team. ++# This file is distributed under the same license as the xfwm4 package. ++# Besnik Bleta , 2007. ++msgid "" ++msgstr "" ++"Project-Id-Version: xfwm4 4.4.0\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2004-11-13 19:16+0100\n" ++"PO-Revision-Date: 2007-12-19 20:40+0200\n" ++"Last-Translator: Besnik Bleta \n" ++"Language-Team: Albanian \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#: ../mcs-plugin/margins.c:130 ++msgid "Workspace Margins" ++msgstr "Mënjana Hapësire pune" ++ ++#: ../mcs-plugin/margins.c:136 ++msgid "Margins are areas on the edges of the screen where no window will be placed" ++msgstr "Mënjanat janë zona në skajet e ekranit në të cilat nuk do të vendoset dritare" ++ ++#: ../mcs-plugin/margins.c:167 ++msgid "Left :" ++msgstr "Majtas :" ++ ++#: ../mcs-plugin/margins.c:187 ++msgid "Right :" ++msgstr "Djathtas :" ++ ++#: ../mcs-plugin/margins.c:207 ++msgid "Top :" ++msgstr "Sipër :" ++ ++#: ../mcs-plugin/margins.c:227 ++msgid "Bottom :" ++msgstr "Poshtë :" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/workspaces_plugin.c:110 ++msgid "Button Label|Workspaces and Margins" ++msgstr "Etiketë Butoni|Hapësira Pune dhe Mënjana" ++ ++#: ../mcs-plugin/workspaces_plugin.c:144 ++msgid "Workspaces and Margins" ++msgstr "Hapësira pune dhe Mënjana" ++ ++#: ../mcs-plugin/workspaces_plugin.c:162 ++#: ../mcs-plugin/wmtweaks_plugin.c:522 ++#: ../mcs-plugin/workspaces.c:516 ++msgid "Workspaces" ++msgstr "Hapësira pune" ++ ++#: ../mcs-plugin/workspaces_plugin.c:171 ++msgid "Margins" ++msgstr "Mënjana" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:373 ++msgid "None" ++msgstr "Asnjë" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:381 ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 ++msgid "Window Manager Tweaks" ++msgstr "Rregullime të Imta për Përgjegjës Dritaresh" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:400 ++msgid "Skip windows that have \"skip pager\" or \"skip taskbar\" properties set" ++msgstr "Anashkalo dritare që kanë të caktuar vetinë \"anashkalo faques\" ose \"anashkalo shtyllë veprimesh\"" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:406 ++msgid "Include hidden (i.e. iconified) windows" ++msgstr "Përfshi dritare të fshehura (d.m.th. të ikonizuara)" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:412 ++msgid "Cycle through windows from all workspaces" ++msgstr "Ciklo nëpër dritare prej tërë hapësirave të punës" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:417 ++msgid "Cycling" ++msgstr "Ciklim" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:429 ++msgid "Activate focus stealing prevention" ++msgstr "" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:435 ++msgid "Honor the standard ICCCM focus hint" ++msgstr "" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:440 ++#: ../mcs-plugin/xfwm4_plugin.c:1698 ++msgid "Focus" ++msgstr "Fokus" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:452 ++msgid "Key used to grab and move windows" ++msgstr "Tast i përdorur për kapje dhe zhvendosje dritaresh" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:458 ++msgid "Raise windows when any mouse button is pressed" ++msgstr "Ngri dritare kur shtypet çfarëdo butoni miu" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:465 ++msgid "Hide frame of windows when maximized" ++msgstr "Fshih kornizë dritaresh kur zmadhohen në maksimum" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:472 ++msgid "Restore original size of maximized windows when moving" ++msgstr "Kur lëvizen, rikthe madhësinë origjinale të dritareve të zmadhuara në maksimum" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:478 ++msgid "Use edge resistance instead of windows snapping" ++msgstr "" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:483 ++msgid "Accessibility" ++msgstr "Hyrshmëri" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:496 ++msgid "Switch workspaces using the mouse wheel over the desktop" ++msgstr "Këmbe hapësira pune duke përdorur në desktop rrotëzën e miut" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:503 ++msgid "Remember and recall previous workspace when switching via keyboard shortcuts" ++msgstr "Mbaj mend hapësira të mëparshme pune kur këmbehen përmes shkurtoresh tastiere" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:510 ++msgid "Wrap workspaces depending on the actual desktop layout" ++msgstr "Mbështill hapësira pune në varësi të skemës aktuale për desktopin" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:517 ++msgid "Wrap workspaces when the first or last workspace is reached" ++msgstr "Mbështill hapësira pune kur mbërrihet te hapësira e parë apo e fundit e punës" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:534 ++msgid "Minimum size of windows to trigger smart placement" ++msgstr "Madhësia më e vogël që nxit vendosje të mençur" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:535 ++msgid "Size|Small" ++msgstr "Madhësi|E vogël" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:535 ++msgid "Size|Large" ++msgstr "Madhësi|E madhe" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:539 ++msgid "Placement" ++msgstr "Vendosje" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:559 ++msgid "Enable display compositing" ++msgstr "Aktivizo hartim ekrani" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:573 ++msgid "Display full screen overlay windows directly" ++msgstr "" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:579 ++msgid "Show shadows under regular windows" ++msgstr "Shfaq hije nën dritare të rregullta" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:585 ++msgid "Show shadows under popup windows" ++msgstr "Shfaq hije nën dritare flluckë" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:591 ++msgid "Opacity of window decorations" ++msgstr "Patejdukshmëri zbukurimesh dritareje" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:591 ++#: ../mcs-plugin/wmtweaks_plugin.c:597 ++#: ../mcs-plugin/wmtweaks_plugin.c:603 ++#: ../mcs-plugin/wmtweaks_plugin.c:609 ++#: ../mcs-plugin/wmtweaks_plugin.c:615 ++msgid "Transparent" ++msgstr "I tejdukshëm" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:592 ++#: ../mcs-plugin/wmtweaks_plugin.c:598 ++#: ../mcs-plugin/wmtweaks_plugin.c:604 ++#: ../mcs-plugin/wmtweaks_plugin.c:610 ++#: ../mcs-plugin/wmtweaks_plugin.c:616 ++msgid "Opaque" ++msgstr "I marrtë" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:597 ++msgid "Opacity of inactive windows" ++msgstr "Patejdukshmëri dritareje jovepruese" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:603 ++msgid "Opacity of windows during move" ++msgstr "Patejdukshmëri dritaresh gjatë lëvizjesh" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:609 ++msgid "Opacity of windows during resize" ++msgstr "Patejdukshmëri dritaresh gjatë ripërmasimesh" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:615 ++msgid "Opacity of popup windows" ++msgstr "Patejdukshmëri dritaresh flluckë" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:620 ++msgid "Compositor" ++msgstr "Hartues" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/wmtweaks_plugin.c:662 ++msgid "Button Label|Window Manager Tweaks" ++msgstr "Etiketë Butoni|Rregullime të Imta për Përgjegjës Dritaresh" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:781 ++#: ../mcs-plugin/xfwm4_plugin.c:2359 ++#, c-format ++msgid "These settings cannot work with your current window manager (%s)" ++msgstr "Këto rregullime nuk mund të punojnë me përgjegjësin e tanishëm të dritareve (%s)" ++ ++#: ../mcs-plugin/workspaces.c:329 ++msgid "Change name" ++msgstr "Ndrysho emër" ++ ++#: ../mcs-plugin/workspaces.c:338 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:482 ++#, c-format ++msgid "Workspace %d" ++msgstr "Hapësirë pune %d" ++ ++#: ../mcs-plugin/workspaces.c:348 ++msgid "Name:" ++msgstr "Emër:" ++ ++#: ../mcs-plugin/workspaces.c:427 ++msgid "Click on a workspace name to edit it" ++msgstr "Klikoni mbi emrin e një hapësire pune për ta përpunuar" ++ ++#: ../mcs-plugin/workspaces.c:493 ++msgid "Number of workspaces:" ++msgstr "Numri i hapësirave të punës:" ++ ++#: ../mcs-plugin/workspaces.c:527 ++msgid "Workspace names" ++msgstr "Emra hapësirash pune" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:68 ++msgid "Menu" ++msgstr "Menu" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:69 ++msgid "Stick" ++msgstr "Ngec" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:70 ++msgid "Shade" ++msgstr "Hije" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:71 ++msgid "Hide" ++msgstr "Fshih" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:72 ++msgid "Maximize" ++msgstr "Maksimizo" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:73 ++msgid "Close" ++msgstr "Mbyll" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:79 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:364 ++msgid "Shade window" ++msgstr "Hijezo dritare" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:80 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:363 ++msgid "Hide window" ++msgstr "Fshih dritare" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:81 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:360 ++msgid "Maximize window" ++msgstr "Maksimizo dritare" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:82 ++msgid "Nothing" ++msgstr "Asgjë" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:87 ++msgid "Left" ++msgstr "Majtas" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:88 ++msgid "Center" ++msgstr "Qendër" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:89 ++msgid "Right" ++msgstr "Djathtas" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:587 ++msgid "Click and drag buttons to change the layout" ++msgstr "Për të ndryshuar skemën klikoni dhe tërhiqni zvarrë butona " ++ ++#: ../mcs-plugin/xfwm4_plugin.c:592 ++msgid "Active" ++msgstr "Veprues" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:603 ++msgid "Title" ++msgstr "Titull" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:604 ++msgid "The window title, it cannot be removed" ++msgstr "Titulli i dritares, nuk mund të hiqet" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:616 ++msgid "Hidden" ++msgstr "Padukshëm" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1376 ++msgid "Font Selection Dialog" ++msgstr "Dialog Përzgjedhjeje Gërmash" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1441 ++msgid "Window Manager" ++msgstr "Përgjegjës Dritaresh" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1481 ++msgid "Title font" ++msgstr "Gërma titulli" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1490 ++msgid "Title Alignment" ++msgstr "Drejtim Titulli" ++ ++#. XXX ++#: ../mcs-plugin/xfwm4_plugin.c:1492 ++msgid "Text alignment inside title bar :" ++msgstr "Drejtim teksti brenda shtyllës së titullit :" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1498 ++msgid "Button layout" ++msgstr "Skemë butonash" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1503 ++msgid "Style" ++msgstr "Stil" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1551 ++msgid "Window shortcuts" ++msgstr "Shkurtore dritareje" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1565 ++msgid "Command" ++msgstr "Urdhër" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1571 ++msgid "Shortcut" ++msgstr "Shkurtore" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1588 ++msgid "Keyboard" ++msgstr "Tastierë" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1603 ++msgid "Focus model" ++msgstr "Model fokusi" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1607 ++msgid "Click to focus" ++msgstr "Klikoni për fokusim" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1617 ++msgid "Focus follows mouse" ++msgstr "Fokusimi ndjek miun" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1628 ++msgid "Automatically give focus to newly created windows" ++msgstr "Jepu fokus vetvetiu dritareve të sapokrijuara" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1632 ++msgid "New window focus" ++msgstr "Fokus mbi dritare të reja" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1639 ++msgid "Raise on focus" ++msgstr "Lartësoji përgjatë fokusit" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1645 ++msgid "Automatically raise windows when they receive focus" ++msgstr "Lartësoji dritaret vetvetiu kur këto marrin fokus" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1655 ++msgid "Delay before raising focused window :" ++msgstr "Vonesë para se të ngrihet dritarja e fokusuar :" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1662 ++msgid "Slow" ++msgstr "Ngadalë" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1669 ++msgid "Fast" ++msgstr "Shpejt" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1690 ++msgid "Raise window when clicking inside application window" ++msgstr "Lartëso dritaren kur klikohet brenda dritares së një zbatimi" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1694 ++msgid "Raise on click" ++msgstr "_Lartëso me klikimin" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1712 ++msgid "Windows snapping" ++msgstr "Përlarje dritaresh" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1717 ++msgid "Snap windows to screen border" ++msgstr "Përla dritare afër caqeve të ekranit" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1723 ++msgid "Snap windows to other windows" ++msgstr "Përla dritare afër dritaresh të tjera" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1734 ++msgid "Distance :" ++msgstr "Largësi:" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1741 ++msgid "Distance|Small" ++msgstr "Largësi|E vogël" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1748 ++msgid "Distance|Wide" ++msgstr "Largësi|E madhe" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1769 ++msgid "Wrap workspaces" ++msgstr "Mbështill hapësira pune" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1775 ++msgid "Wrap workspaces when the pointer reaches a screen edge" ++msgstr "Mbështill hapësira pune kur treguesi arrin në një skaj ekrani" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1783 ++msgid "Wrap workspaces when dragging a window off the screen" ++msgstr "Mbështill hapësira pune kur një dritare tërhiqet përtej ekranit" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1793 ++msgid "Edge Resistance :" ++msgstr "Qëndresë Skajesh :" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1800 ++msgid "Resistance|Small" ++msgstr "Rezistencë|E vogël" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1807 ++msgid "Resistance|Wide" ++msgstr "Rezistencë|E madhe" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1829 ++msgid "Opaque move and resize" ++msgstr "" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1834 ++msgid "Display content of windows when resizing" ++msgstr "Shfaq përmbajtje dritareje kur ripërmasohet" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1840 ++msgid "Display content of windows when moving" ++msgstr "Shfaq përmbajtje dritareje kur lëvizet" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1845 ++msgid "Double click action" ++msgstr "Veprim dyklikimi" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1847 ++msgid "Action to perform when double clicking on title bar :" ++msgstr "Veprim që do bërë kur dyklikohet te shtyllë titulli:" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1852 ++msgid "Advanced" ++msgstr "Të mëtejshme" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/xfwm4_plugin.c:1991 ++msgid "Button Label|Window Manager" ++msgstr "Etiketë Butoni|Përgjegjës Dritaresh" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:53 ++msgid "Do you really want to remove this keybinding theme ?" ++msgstr "Doni vërtet ta hiqni këtë temë caktimi tastesh?" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:134 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:140 ++msgid "Add keybinding theme" ++msgstr "Shto temë caktimi tastesh" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:144 ++msgid "Enter a name for the theme:" ++msgstr "Jepni një emër për temën:" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:180 ++msgid "A keybinding theme with the same name already exists" ++msgstr "Ka tashmë një temë caktimi tastesh me të njëjtin emër" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:186 ++msgid "You have to provide a name for the keybinding theme" ++msgstr "Duhet të jepni një emër për temën e caktimit të tasteve" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:359 ++msgid "Close window" ++msgstr "Mbyll dritare" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:361 ++msgid "Maximize window vertically" ++msgstr "Maksimizo dritare vertikalisht" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:362 ++msgid "Maximize window horizontally" ++msgstr "Maksimizo dritare horizontalisht" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:365 ++msgid "Stick window" ++msgstr "Ngec dritare" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:366 ++msgid "Cycle windows" ++msgstr "Ciklo dritare" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:367 ++msgid "Move window up" ++msgstr "Ngri dritare" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:368 ++msgid "Move window down" ++msgstr "Ul dritare" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:369 ++msgid "Move window left" ++msgstr "Lëvize dritaren majtas" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:370 ++msgid "Move window right" ++msgstr "Lëvize dritaren djathtas" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:371 ++msgid "Resize window up" ++msgstr "Rpërmaso dritaren sipër" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:372 ++msgid "Resize window down" ++msgstr "Ripërmaso dritaren poshtë" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:373 ++msgid "Resize window left" ++msgstr "Ripërmaso dritaren majtas" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:374 ++msgid "Resize window right" ++msgstr "Ripërmaso dritaren djathtas" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:375 ++msgid "Cancel move/resize window" ++msgstr "Anulo lëvizje/ripërmasim dritareje" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:376 ++msgid "Raise window" ++msgstr "Ngrije dritaren " ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:377 ++msgid "Lower window" ++msgstr "Ule dritaren" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:378 ++msgid "Toggle fullscreen" ++msgstr "Këmbe gjendjen Tërë Ekrani" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:379 ++msgid "Upper workspace" ++msgstr "Hapësirë pune më sipër" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:380 ++msgid "Bottom workspace" ++msgstr "Hapësirë pune më poshtëPosht�" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:381 ++msgid "Left workspace" ++msgstr "Hapësirë pune majtas" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:382 ++msgid "Right workspace" ++msgstr "Hapësirë pune djathtas" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:383 ++msgid "Next workspace" ++msgstr "Hapësirë pune pasuese" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:384 ++msgid "Previous workspace" ++msgstr "Hapësirë pune e mëparshme" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:385 ++msgid "Add workspace" ++msgstr "Shto hapësirë pune" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:386 ++msgid "Delete workspace" ++msgstr "Fshi hapësirë pune" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:387 ++msgid "Move window to next workspace" ++msgstr "Kaloje dritaren te hapësira pasuese e punës" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:388 ++msgid "Move window to previous workspace" ++msgstr "Kaloje dritaren te hapësira e mëparshme e punës" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:389 ++msgid "Move window to upper workspace" ++msgstr "Kaloje dritaren te hapësira e punës më sipër" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:390 ++msgid "Move window to bottom workspace" ++msgstr "Kaloje dritaren te hapësira e punës më poshtë" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:391 ++msgid "Move window to left workspace" ++msgstr "Kaloje dritaren te hapësira e punës majtas" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:392 ++msgid "Move window to right workspace" ++msgstr "Kaloje dritaren te hapësira e punës djathtas" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:393 ++msgid "Show desktop" ++msgstr "Shfaq desktop" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:394 ++msgid "Cancel window action" ++msgstr "Anulo veprim dritareje" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:395 ++msgid "Window operations menu" ++msgstr "Menu veprimesh dritareje" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:503 ++#, c-format ++msgid "Move window to workspace %d" ++msgstr "Kaloje dritaren te hapësira e punës %d" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:583 ++msgid "Cannot open the theme directory !" ++msgstr "Nuk hap dot drejtorinë e temave !" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:602 ++#, c-format ++msgid "" ++"Cannot open %s : \n" ++"%s" ++msgstr "" ++"S'hap dot %s : \n" ++"%s" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:616 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:627 ++#, c-format ++msgid "" ++"Cannot write in %s : \n" ++"%s" ++msgstr "" ++"Nuk shkruaj dot te %s : \n" ++"%s" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:780 ++msgid "" ++"Shortcut already in use !\n" ++"Are you sure you want to use it ?" ++msgstr "" ++"Shkurtore tashmë në përdorim!\n" ++"Jeni i sigurt se doni të përdoret?" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:844 ++msgid "Compose shortcut for :" ++msgstr "Harto shkurtore për :" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:848 ++msgid "Compose shortcut" ++msgstr "Harto shkurtore" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:850 ++msgid "Cancel" ++msgstr "Anulo" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:854 ++msgid "No shortcut" ++msgstr "Pa shkurtore" ++ ++#. TRANSLATORS: "(on %s)" is like "running on" the name of the other host ++#: ../src/hints.c:84 ++#, c-format ++msgid "%s (on %s)" ++msgstr "%s (në %s)" ++ ++#: ../src/main.c:135 ++#, c-format ++msgid "%s: Segmentation fault" ++msgstr "%s: Gabim copëzimi" ++ ++#: ../src/menu.c:40 ++msgid "Ma_ximize" ++msgstr "Ma_ksimizo" ++ ++#: ../src/menu.c:41 ++msgid "Un_maximize" ++msgstr "Çma_ksimizo" ++ ++#: ../src/menu.c:42 ++msgid "_Hide" ++msgstr "_Fshih" ++ ++#: ../src/menu.c:43 ++msgid "Hide _all others" ++msgstr "Fshih _tërë të tjerët" ++ ++#: ../src/menu.c:44 ++msgid "S_how" ++msgstr "S_hfaq" ++ ++#: ../src/menu.c:45 ++msgid "_Shade" ++msgstr "_Hijezo" ++ ++#: ../src/menu.c:46 ++msgid "Un_shade" ++msgstr "Çhi_jëzo" ++ ++#: ../src/menu.c:47 ++msgid "S_tick" ++msgstr "Ngece" ++ ++#: ../src/menu.c:48 ++msgid "Uns_tick" ++msgstr "Sh_qit" ++ ++#: ../src/menu.c:49 ++msgid "Context _help" ++msgstr "Përmbajtje e ndihmës" ++ ++#: ../src/menu.c:50 ++#: ../src/menu.c:51 ++msgid "Always on top" ++msgstr "Përherë në krye" ++ ++#: ../src/menu.c:52 ++msgid "Send to..." ++msgstr "Dërgo te..." ++ ++#: ../src/menu.c:54 ++msgid "_Close" ++msgstr "_Mbyll" ++ ++#: ../src/menu.c:57 ++msgid "Destroy" ++msgstr "Shkatërroje" ++ ++#: ../src/menu.c:60 ++msgid "_Quit" ++msgstr "_Dil" ++ ++#: ../src/menu.c:61 ++msgid "Restart" ++msgstr "Rinis" ++ ++#: ../src/menu.c:169 ++#, c-format ++msgid "Workspace %i (%s)" ++msgstr "Hapësirë pune %i (%s)" ++ ++#: ../src/menu.c:173 ++#, c-format ++msgid "Workspace %i" ++msgstr "Hapësirë %i" ++ ++#: ../src/menu.c:409 ++#, c-format ++msgid "%s: GtkMenu failed to grab the pointer\n" ++msgstr "%s: GtkMenu-ja nuk ja doli të përlajë treguesin\n" ++ ++#: ../src/settings.c:932 ++#, c-format ++msgid "%s: Cannot allocate color %s\n" ++msgstr "%s: Nuk siguroj dot ngjyrë %s\n" ++ ++#: ../src/settings.c:938 ++#, c-format ++msgid "%s: Cannot parse color %s\n" ++msgstr "%s: Nuk përtyp dot ngjyrë %s\n" ++ ++#: ../mcs-plugin/xfce-wm-settings.desktop.in.h:1 ++msgid "Window Manager Settings" ++msgstr "Rregullime Përgjegjësi Dritaresh" ++ ++#: ../mcs-plugin/xfce-wm-settings.desktop.in.h:2 ++msgid "Xfce 4 Window Manager Settings" ++msgstr "Rregullime për Përgjegjës Dritaresh Xfce 4" ++ ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:1 ++msgid "Advanced Configuration" ++msgstr "Formësim i Mëtejshëm" ++ ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:3 ++msgid "Xfce 4 Window Manager Tweaks" ++msgstr "Rregullime të Imta për Përgjegjës Dritaresh Xfce 4" ++ ++#: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:1 ++msgid "Workspaces Settings" ++msgstr "Rregullime Hapësirash Pune " ++ ++#: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:2 ++msgid "Xfce 4 Workspaces Settings" ++msgstr "Rregullime Hapësirash Pune Xfce 4" ++ +diff -Naur xfwm4-4.4.2/po/ur.po xfwm4-4.4.2/po.new/ur.po +--- xfwm4-4.4.2/po/ur.po 1970-01-01 01:00:00.000000000 +0100 ++++ xfwm4-4.4.2/po.new/ur.po 2008-10-19 23:13:25.000000000 +0200 +@@ -0,0 +1,862 @@ ++# translation of xfwm4.po to urdu ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# ++# Muhammad Ali Makki , 2007. ++msgid "" ++msgstr "" ++"Project-Id-Version: xfwm4\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2007-04-09 14:29+0200\n" ++"PO-Revision-Date: 2007-10-28 19:52+0200\n" ++"Last-Translator: Muhammad Ali Makki \n" ++"Language-Team: urdu \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Poedit-Language: Urdu\n" ++"X-Poedit-Country: PAKISTAN\n" ++"X-Poedit-SourceCharset: utf-8\n" ++"X-Generator: KBabel 1.11.4\n" ++ ++#: ../mcs-plugin/margins.c:130 ++msgid "Workspace Margins" ++msgstr "مقام کار مارجن" ++ ++#: ../mcs-plugin/margins.c:136 ++msgid "" ++"Margins are areas on the edges of the screen where no window will be placed" ++msgstr "مارجن سکرین کے کناروں کا علاقہ ہے جہاں کوئی ونڈو نہیں رکھی جاسکتی" ++ ++#: ../mcs-plugin/margins.c:167 ++msgid "Left :" ++msgstr "بائیں:" ++ ++#: ../mcs-plugin/margins.c:187 ++msgid "Right :" ++msgstr "دائیں:" ++ ++#: ../mcs-plugin/margins.c:207 ++msgid "Top :" ++msgstr "اوپر:" ++ ++#: ../mcs-plugin/margins.c:227 ++msgid "Bottom :" ++msgstr "نیچے:" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/workspaces_plugin.c:110 ++msgid "Button Label|Workspaces and Margins" ++msgstr "مقام کار اور مارجن" ++ ++#: ../mcs-plugin/workspaces_plugin.c:144 ++msgid "Workspaces and Margins" ++msgstr "مقام کار اور مارجن" ++ ++#: ../mcs-plugin/workspaces_plugin.c:162 ../mcs-plugin/wmtweaks_plugin.c:522 ++#: ../mcs-plugin/workspaces.c:516 ++msgid "Workspaces" ++msgstr "مقام کار" ++ ++#: ../mcs-plugin/workspaces_plugin.c:171 ++msgid "Margins" ++msgstr "مارجن" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:373 ++msgid "None" ++msgstr "کچھ نہیں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:381 ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:2 ++msgid "Window Manager Tweaks" ++msgstr "ونڈو منیجر کار کردگی" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:400 ++msgid "" ++"Skip windows that have \"skip pager\" or \"skip taskbar\" properties set" ++msgstr "" ++"وہ ونڈوز نظر انداز کریں جو \"skip pager\" یا \"skip taskbar\" خصوصیات سیٹ " ++"رکھتی ہیں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:406 ++msgid "Include hidden (i.e. iconified) windows" ++msgstr "بشمول خفیہ (مثلاً iconified) ونڈوز" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:412 ++msgid "Cycle through windows from all workspaces" ++msgstr "ونڈوز سے Cycle کریں تمام مقام کار سے" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:417 ++msgid "Cycling" ++msgstr "سائکلنگ" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:429 ++msgid "Activate focus stealing prevention" ++msgstr "فوکس چوری ممانعت فعال کریں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:435 ++msgid "Honor the standard ICCCM focus hint" ++msgstr "Honor the standard ICCCM focus hint" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:440 ../mcs-plugin/xfwm4_plugin.c:1698 ++msgid "Focus" ++msgstr "فوکس" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:452 ++msgid "Key used to grab and move windows" ++msgstr "ونڈوز کو پکڑنے اور منتقل کرنے کا بٹن" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:458 ++msgid "Raise windows when any mouse button is pressed" ++msgstr "جب ماؤس کا کوئی بھی بٹن دبایا جائے ونڈوز Raise کریں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:465 ++msgid "Hide frame of windows when maximized" ++msgstr "جب بڑی کی جائے ونڈوز کے فریم چھپائیں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:472 ++msgid "Restore original size of maximized windows when moving" ++msgstr "ونڈوز منتقل کرتے وقت ان کا اصل حجم برقرار رکھیں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:478 ++msgid "Use edge resistance instead of windows snapping" ++msgstr "ونڈوز snapping کی بجائے کنارہ مدافعت استعمال کرین" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:483 ++msgid "Accessibility" ++msgstr "قابلیتِ رسائی" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:496 ++msgid "Switch workspaces using the mouse wheel over the desktop" ++msgstr "ڈیسک ٹاپ پر ماؤس کما ویل گھمانے پر مقام کار تبدیل کریں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:503 ++msgid "" ++"Remember and recall previous workspace when switching via keyboard shortcuts" ++msgstr "" ++"کی بورڈ شارٹ کٹ سے تبدیلی پر سابقہ ونڈو یاد رکھیں اور اسی کو واپس لائیں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:510 ++msgid "Wrap workspaces depending on the actual desktop layout" ++msgstr "اصل ڈیسک ٹاپ خاکہ کے مطابق مقام کار سمیٹیں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:517 ++msgid "Wrap workspaces when the first or last workspace is reached" ++msgstr "جب پہلی یا آخری مقام کار تمام ہو مقام کار سمیٹیں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:534 ++msgid "Minimum size of windows to trigger smart placement" ++msgstr "Minimum size of windows to trigger smart placement" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:535 ++msgid "Size|Small" ++msgstr "حجم|چھوٹا" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:535 ++msgid "Size|Large" ++msgstr "حجم|بڑا" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:539 ++msgid "Placement" ++msgstr "پلیسمنٹ" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:559 ++msgid "Enable display compositing" ++msgstr "ڈسپلے کمپوزیٹنگ فعال کریں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:573 ++msgid "Display full screen overlay windows directly" ++msgstr "براہ راست فل سکرین overlay ونڈو ظاہر کریں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:579 ++msgid "Show shadows under regular windows" ++msgstr "سادہ ونڈوز کے ذیل میں سایہ ظاہر کریں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:585 ++msgid "Show shadows under popup windows" ++msgstr "پوپ اپ ونڈوز کے ذیل میں سایہ ظاہر کریں" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:591 ++msgid "Opacity of window decorations" ++msgstr "ونڈوز کی ڈیکوریشن کی کثافت" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:591 ../mcs-plugin/wmtweaks_plugin.c:597 ++#: ../mcs-plugin/wmtweaks_plugin.c:603 ../mcs-plugin/wmtweaks_plugin.c:609 ++#: ../mcs-plugin/wmtweaks_plugin.c:615 ++msgid "Transparent" ++msgstr "شفاف" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:592 ../mcs-plugin/wmtweaks_plugin.c:598 ++#: ../mcs-plugin/wmtweaks_plugin.c:604 ../mcs-plugin/wmtweaks_plugin.c:610 ++#: ../mcs-plugin/wmtweaks_plugin.c:616 ++msgid "Opaque" ++msgstr "معتم" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:597 ++msgid "Opacity of inactive windows" ++msgstr "غیر فعال ونڈوز کی کثافت" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:603 ++msgid "Opacity of windows during move" ++msgstr "منتقل کرتے وقت ونڈوز کی کثافت" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:609 ++msgid "Opacity of windows during resize" ++msgstr "حجم تبدیل کرتے وقت ونڈوز کی کثافت" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:615 ++msgid "Opacity of popup windows" ++msgstr "پوپ اپ ونڈوز کی کثافت" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:620 ++msgid "Compositor" ++msgstr "کمپوزیٹر" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/wmtweaks_plugin.c:662 ++msgid "Button Label|Window Manager Tweaks" ++msgstr "ونڈو منیجر کار کردگی" ++ ++#: ../mcs-plugin/wmtweaks_plugin.c:781 ../mcs-plugin/xfwm4_plugin.c:2359 ++#, c-format ++msgid "These settings cannot work with your current window manager (%s)" ++msgstr "یہ ترتیبات حالیہ ونڈو منیجر کے ساتھ کام نہیں کرسکتیں (%s)" ++ ++#: ../mcs-plugin/workspaces.c:329 ++msgid "Change name" ++msgstr "نام تبدیل کریں" ++ ++#: ../mcs-plugin/workspaces.c:338 ../mcs-plugin/xfwm4_shortcuteditor.c:482 ++#, c-format ++msgid "Workspace %d" ++msgstr "مقام کار %d" ++ ++#: ../mcs-plugin/workspaces.c:348 ++msgid "Name:" ++msgstr "نام:" ++ ++#: ../mcs-plugin/workspaces.c:427 ++msgid "Click on a workspace name to edit it" ++msgstr "تدوین کے لیے مقام کار کے نام پر کلک کریں" ++ ++#: ../mcs-plugin/workspaces.c:493 ++msgid "Number of workspaces:" ++msgstr "مقام کار کی تعداد:" ++ ++#: ../mcs-plugin/workspaces.c:527 ++msgid "Workspace names" ++msgstr "مقام کار کا نام" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:68 ++msgid "Menu" ++msgstr "مینیو" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:69 ++msgid "Stick" ++msgstr "چسپاں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:70 ++msgid "Shade" ++msgstr "شیڈ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:71 ++msgid "Hide" ++msgstr "چھپائیں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:72 ++msgid "Maximize" ++msgstr "بڑا کریں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:73 ++msgid "Close" ++msgstr "بند کریں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:79 ../mcs-plugin/xfwm4_shortcuteditor.c:364 ++msgid "Shade window" ++msgstr "ونڈو شیڈ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:80 ../mcs-plugin/xfwm4_shortcuteditor.c:363 ++msgid "Hide window" ++msgstr "ونڈو چھپائیں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:81 ../mcs-plugin/xfwm4_shortcuteditor.c:360 ++msgid "Maximize window" ++msgstr "ونڈو بڑی کریں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:82 ++msgid "Nothing" ++msgstr "کچھ نہیں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:87 ++msgid "Left" ++msgstr "بائیں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:88 ++msgid "Center" ++msgstr "درمیان" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:89 ++msgid "Right" ++msgstr "دائیں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:587 ++msgid "Click and drag buttons to change the layout" ++msgstr "خاکہ تبدیل کرنے کے لیے بٹن پر کلک کرکے گھسیٹیں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:592 ++msgid "Active" ++msgstr "فعال" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:603 ++msgid "Title" ++msgstr "عنوان" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:604 ++msgid "The window title, it cannot be removed" ++msgstr "ونڈو کا عنوان، اسے حذف نہیں کیا جاسکتا" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:616 ++msgid "Hidden" ++msgstr "خفیہ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1376 ++msgid "Font Selection Dialog" ++msgstr "فونٹ انتخاب ڈائیلاگ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1441 ++msgid "Window Manager" ++msgstr "ونڈو منیجر" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1481 ++msgid "Title font" ++msgstr "عنوان کا فونٹ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1490 ++msgid "Title Alignment" ++msgstr "عنوان کی ہمواری" ++ ++#. XXX ++#: ../mcs-plugin/xfwm4_plugin.c:1492 ++msgid "Text alignment inside title bar :" ++msgstr "عنوان کی پٹی میں متن کی ہمواری:" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1498 ++msgid "Button layout" ++msgstr "بٹن کا خاکہ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1503 ++msgid "Style" ++msgstr "انداز" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1551 ++msgid "Window shortcuts" ++msgstr "ونڈو شارٹ کٹ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1565 ++msgid "Command" ++msgstr "کمانڈ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1571 ++msgid "Shortcut" ++msgstr "شارٹ کٹ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1588 ++msgid "Keyboard" ++msgstr "کی بورڈ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1603 ++msgid "Focus model" ++msgstr "ماڈل فوکس" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1607 ++msgid "Click to focus" ++msgstr "فوکس کے لیے کلک کریں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1617 ++msgid "Focus follows mouse" ++msgstr "فوکس ماؤس کے پیچھے" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1628 ++msgid "Automatically give focus to newly created windows" ++msgstr "نئی بننے والی ونڈوز کو خودکار فوکس دیں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1632 ++msgid "New window focus" ++msgstr "نئی ونڈو فوکس" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1639 ++msgid "Raise on focus" ++msgstr "فوکس پر Raise کرین" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1645 ++msgid "Automatically raise windows when they receive focus" ++msgstr "جب ونڈوز کو فوکس وصول ہو انہیں خودکار Raise کریں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1655 ++msgid "Delay before raising focused window :" ++msgstr "فوکس شدہ ونڈو کی raising سے پہلے وقفہ:" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1662 ++msgid "Slow" ++msgstr "آہستہ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1669 ++msgid "Fast" ++msgstr "تیز" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1690 ++msgid "Raise window when clicking inside application window" ++msgstr "اطلاقیہ ونڈو کے اندر کلک کرنے پر ونڈو Raise کریں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1694 ++msgid "Raise on click" ++msgstr "کلک پر بڑا کریں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1712 ++msgid "Windows snapping" ++msgstr "ونڈوز سنیپنگ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1717 ++msgid "Snap windows to screen border" ++msgstr "ونڈوز سکرین بارڈر کی طرف Snap کریں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1723 ++msgid "Snap windows to other windows" ++msgstr "ونڈوز دیگر ونڈوز کی طرف Snap کریں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1734 ++msgid "Distance :" ++msgstr "فاصلہ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1741 ++msgid "Distance|Small" ++msgstr "فاصلہ|کم" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1748 ++msgid "Distance|Wide" ++msgstr "فاصلہ|زیادہ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1769 ++msgid "Wrap workspaces" ++msgstr "مقام کار کا سمیٹنا" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1775 ++msgid "Wrap workspaces when the pointer reaches a screen edge" ++msgstr "جب پؤائنٹر سکرین کے کناروں تک پہنچے مقام کار کو سمیٹیں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1783 ++msgid "Wrap workspaces when dragging a window off the screen" ++msgstr "سکرین کی ونڈو گھسیٹنے پر مقام کار سمیٹیں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1793 ++msgid "Edge Resistance :" ++msgstr "کناروں کی مدافعت:" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1800 ++msgid "Resistance|Small" ++msgstr "مدافعت|کم" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1807 ++msgid "Resistance|Wide" ++msgstr "مدافعت|زیادہ" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1829 ++msgid "Opaque move and resize" ++msgstr "معتم منتقلی اور ری سائز" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1834 ++msgid "Display content of windows when resizing" ++msgstr "ونڈو کی resizing پر اس کا مواد دکھائیں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1840 ++msgid "Display content of windows when moving" ++msgstr "ونڈو کی منتقلی پر اس کا مواد دکھائیں" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1845 ++msgid "Double click action" ++msgstr "دہرا کلک حرکت" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1847 ++msgid "Action to perform when double clicking on title bar :" ++msgstr "عنوان پٹی پر دہرا کلک کرنے پر ادا ہونے والی حرکت:" ++ ++#: ../mcs-plugin/xfwm4_plugin.c:1852 ++msgid "Advanced" ++msgstr "اعلی" ++ ++#. the button label in the xfce-mcs-manager dialog ++#: ../mcs-plugin/xfwm4_plugin.c:1991 ++msgid "Button Label|Window Manager" ++msgstr "ونڈو منیجر" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:53 ++msgid "Do you really want to remove this keybinding theme ?" ++msgstr "کیا آپ واقعی یہ keybinding تھیم حذف کرنا چاہتے ہیں؟" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:134 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:140 ++msgid "Add keybinding theme" ++msgstr "keybinding تھیم شامل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:144 ++msgid "Enter a name for the theme:" ++msgstr "تھیم کا نام لکھیں:" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:180 ++msgid "A keybinding theme with the same name already exists" ++msgstr "اس نام کی ایک keybinding تھیم پہلے ہی موجود ہے" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:186 ++msgid "You have to provide a name for the keybinding theme" ++msgstr "لازم ہے کہ keybinding تھیم کا نام فراہم کیا جائے" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:359 ++msgid "Close window" ++msgstr "ونڈو بند کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:361 ++msgid "Maximize window vertically" ++msgstr "ونڈو عمودی طور پر بڑی کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:362 ++msgid "Maximize window horizontally" ++msgstr "ونڈو افقی طور پر بڑی کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:365 ++msgid "Stick window" ++msgstr "ونڈو چسپاں کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:366 ++msgid "Cycle windows" ++msgstr "ونڈوز سائکل" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:367 ++msgid "Move window up" ++msgstr "ونڈو اوپر منتقل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:368 ++msgid "Move window down" ++msgstr "ونڈو نیچے منتقل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:369 ++msgid "Move window left" ++msgstr "ونڈو بائیں منتقل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:370 ++msgid "Move window right" ++msgstr "ونڈو دائیں منتقل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:371 ++msgid "Resize window up" ++msgstr "ونڈو اوپر ری سائز کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:372 ++msgid "Resize window down" ++msgstr "ونڈو نیچے ری سائز کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:373 ++msgid "Resize window left" ++msgstr "ونڈو بائیں ری سائز کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:374 ++msgid "Resize window right" ++msgstr "ونڈو دائیں ری سائز کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:375 ++msgid "Cancel move/resize window" ++msgstr "ونڈو منتقل/ری سائز مسترد کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:376 ++msgid "Raise window" ++msgstr "بڑی ونڈو" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:377 ++msgid "Lower window" ++msgstr "چھوٹی ونڈو" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:378 ++msgid "Toggle fullscreen" ++msgstr "فل سکرین منعکس کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:379 ++msgid "Upper workspace" ++msgstr "اوپری مقام کار" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:380 ++msgid "Bottom workspace" ++msgstr "نچلا مقام کار" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:381 ++msgid "Left workspace" ++msgstr "بائیں مقام کار" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:382 ++msgid "Right workspace" ++msgstr "دائیں مقام کار" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:383 ++msgid "Next workspace" ++msgstr "اگلا مقام کار" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:384 ++msgid "Previous workspace" ++msgstr "سابقہ مقام کار" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:385 ++msgid "Add workspace" ++msgstr "مقام کار شامل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:386 ++msgid "Delete workspace" ++msgstr "مقام کار حذف کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:387 ++msgid "Move window to next workspace" ++msgstr "ونڈو اگلے مقام کار میں منتقل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:388 ++msgid "Move window to previous workspace" ++msgstr "ونڈو سابقہ مقام کار میں منتقل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:389 ++msgid "Move window to upper workspace" ++msgstr "ونڈو اوپری مقام کار میں منتقل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:390 ++msgid "Move window to bottom workspace" ++msgstr "ونڈو نچلے مقام کار میں منتقل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:391 ++msgid "Move window to left workspace" ++msgstr "ونڈو بائیں مقام کار میں منتقل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:392 ++msgid "Move window to right workspace" ++msgstr "ونڈو دائیں مقام کار میں منتقل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:393 ++msgid "Show desktop" ++msgstr "ڈیسک ٹاپ ظاہر کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:394 ++msgid "Cancel window action" ++msgstr "ونڈو حرکت مسترد کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:395 ++msgid "Window operations menu" ++msgstr "ونڈو آپریشن مینیو" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:503 ++#, c-format ++msgid "Move window to workspace %d" ++msgstr "ونڈو مقام کار %d میں منتقل کریں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:583 ++msgid "Cannot open the theme directory !" ++msgstr "تھیم ڈائریکٹری نہیں کھولی جاسکتی !" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:602 ++#, c-format ++msgid "" ++"Cannot open %s : \n" ++"%s" ++msgstr "" ++"نہیں کھولا جاسکتا %s : \n" ++"%s" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:616 ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:627 ++#, c-format ++msgid "" ++"Cannot write in %s : \n" ++"%s" ++msgstr "" ++"%s میں نہیں لکھا جاسکتا : \n" ++"%s" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:780 ++msgid "" ++"Shortcut already in use !\n" ++"Are you sure you want to use it ?" ++msgstr "" ++"شارٹ کٹ پہلے ہی استعمال میں ہے !\n" ++"کیا آپ واقعی اسے استعمال کرنا چاہتے ہیں؟" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:844 ++msgid "Compose shortcut for :" ++msgstr "شارٹ کٹ بنائیں برائے:" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:848 ++msgid "Compose shortcut" ++msgstr "شارٹ کٹ بنائیں" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:850 ++msgid "Cancel" ++msgstr "مسترد" ++ ++#: ../mcs-plugin/xfwm4_shortcuteditor.c:854 ++msgid "No shortcut" ++msgstr "بغیر شارٹ کٹ" ++ ++#. TRANSLATORS: "(on %s)" is like "running on" the name of the other host ++#: ../src/hints.c:84 ++#, c-format ++msgid "%s (on %s)" ++msgstr "%s (پر %s)" ++ ++#: ../src/main.c:135 ++#, c-format ++msgid "%s: Segmentation fault" ++msgstr "%s: تقسیم نقص" ++ ++#: ../src/menu.c:40 ++msgid "Ma_ximize" ++msgstr "ب_ڑا کریں" ++ ++#: ../src/menu.c:41 ++msgid "Un_maximize" ++msgstr "_چھوٹا کریں" ++ ++#: ../src/menu.c:42 ++msgid "_Hide" ++msgstr "چ_ھپائیں" ++ ++#: ../src/menu.c:43 ++msgid "Hide _all others" ++msgstr "دیگر _تمام چھپائیں" ++ ++#: ../src/menu.c:44 ++msgid "S_how" ++msgstr "_ظاہر کریں" ++ ++#: ../src/menu.c:45 ++msgid "_Shade" ++msgstr "_سمیٹیں" ++ ++#: ../src/menu.c:46 ++msgid "Un_shade" ++msgstr "_پھیلائیں" ++ ++#: ../src/menu.c:47 ++msgid "S_tick" ++msgstr "چس_پاں" ++ ++#: ../src/menu.c:48 ++msgid "Uns_tick" ++msgstr "_غیر چسپاں" ++ ++#: ../src/menu.c:49 ++msgid "Context _help" ++msgstr "کونٹیکسٹ _ہدایات" ++ ++#: ../src/menu.c:50 ../src/menu.c:51 ++msgid "Always on top" ++msgstr "ہمیشہ آگے" ++ ++#: ../src/menu.c:52 ++msgid "Send to..." ++msgstr "بھیجیں تا..." ++ ++#: ../src/menu.c:54 ++msgid "_Close" ++msgstr "_بند کریں" ++ ++#: ../src/menu.c:57 ++msgid "Destroy" ++msgstr "تباہ کریں" ++ ++#: ../src/menu.c:60 ++msgid "_Quit" ++msgstr "_برخاست" ++ ++#: ../src/menu.c:61 ++msgid "Restart" ++msgstr "ری سٹارٹ" ++ ++#: ../src/menu.c:169 ++#, c-format ++msgid "Workspace %i (%s)" ++msgstr "مقام کار %i (%s)" ++ ++#: ../src/menu.c:173 ++#, c-format ++msgid "Workspace %i" ++msgstr "مقام کار %i" ++ ++#: ../src/menu.c:409 ++#, c-format ++msgid "%s: GtkMenu failed to grab the pointer\n" ++msgstr "%s: GtkMenu پوائنٹر پکڑنے میں ناکام ہوگیا\n" ++ ++#: ../src/settings.c:932 ++#, c-format ++msgid "%s: Cannot allocate color %s\n" ++msgstr "%s: رنگ مختص نہیں کیا جاسکتا %s\n" ++ ++#: ../src/settings.c:938 ++#, c-format ++msgid "%s: Cannot parse color %s\n" ++msgstr "%s: رنگ کا تجزیہ نہیں ہوسکا %s\n" ++ ++#: ../mcs-plugin/xfce-wm-settings.desktop.in.h:1 ++msgid "Window Manager Settings" ++msgstr "ونڈو منیجر ترتیبات" ++ ++#: ../mcs-plugin/xfce-wm-settings.desktop.in.h:2 ++msgid "Xfce 4 Window Manager Settings" ++msgstr "ایکسفس 4 ونڈو منیجر ترتیبات" ++ ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:1 ++msgid "Advanced Configuration" ++msgstr "اعلی تشکیل" ++ ++#: ../mcs-plugin/xfce-wmtweaks-settings.desktop.in.h:3 ++msgid "Xfce 4 Window Manager Tweaks" ++msgstr "ایکسفس 4 ونڈو منیجر ٹویک" ++ ++#: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:1 ++msgid "Workspaces Settings" ++msgstr "مقام کار ترتیبات" ++ ++#: ../mcs-plugin/xfce-workspaces-settings.desktop.in.h:2 ++msgid "Xfce 4 Workspaces Settings" ++msgstr "ایکسفس 4 مقام کار ترتیبات" ++ ++#~ msgid "Bring window on current workspace" ++#~ msgstr "ونڈو حالیہ ڈیسک ٹاپ پر لائیں" ++ ++#~ msgid "Switch to window's workspace" ++#~ msgstr "ونڈوز مقام کار پر منتقل ہوں" ++ ++#~ msgid "Do nothing" ++#~ msgstr "کچھ نہ کریں" ++ ++#~ msgid "Place window under the mouse" ++#~ msgstr "ونڈو ماؤس کے نیچے رکھیں" ++ ++#~ msgid "Place window in the center" ++#~ msgstr "ونڈو درمیان میں رکھیں" ++ ++#~ msgid "When a window raises itself:" ++#~ msgstr "جب ونڈو خود کو raises کرے:" ++ ++#~ msgid "Default positionning of windows without smart placement:" ++#~ msgstr "Default positionning of windows without smart placement:" ++ ++#~ msgid "Show shadows under dock windows" ++#~ msgstr "dock ونڈوز کے ذیل میں سایہ ظاہر کریں" ++ ++#~ msgid "Fill window" ++#~ msgstr "ونڈو بھریں" ++ ++#~ msgid "Delay before window receives focus" ++#~ msgstr "ونڈو کا فوکس لینے سے پہلے وقفہ" ++ ++#~ msgid "Fill window horizontally" ++#~ msgstr "ونڈو افقی طور پر بھریں" ++ ++#~ msgid "Fill window vertically" ++#~ msgstr "ونڈو عمودی طور پر بھریں" ++ ++#~ msgid "Toggle above" ++#~ msgstr "اوپر منعکس کریں" --- xfwm4-4.4.2.orig/debian/patches/02_exit-on-selectionclear.patch +++ xfwm4-4.4.2/debian/patches/02_exit-on-selectionclear.patch @@ -0,0 +1,237 @@ +Index: xfce_4_4/src/events.c +=================================================================== +--- xfce_4_4/src/events.c (revision 26584) ++++ xfce_4_4/src/events.c (revision 26585) +@@ -71,7 +71,7 @@ + PointerMotionMask | \ + ButtonPressMask | \ + ButtonReleaseMask) +- ++ + #define MODIFIER_MASK (ShiftMask | \ + ControlMask | \ + AltMask | \ +@@ -238,7 +238,7 @@ + passdata.ycurrent = passdata.y; + passdata.clicks = 1; + passdata.allow_double_click = allow_double_click; +- passdata.timeout = g_timeout_add_full (G_PRIORITY_DEFAULT, ++ passdata.timeout = g_timeout_add_full (G_PRIORITY_DEFAULT, + display_info->dbl_click_time, + (GtkFunction) typeOfClick_break, + (gpointer) &passdata, NULL); +@@ -304,9 +304,9 @@ + { + g_source_remove (raise_timeout); + } +- raise_timeout = g_timeout_add_full (G_PRIORITY_DEFAULT, +- screen_info->params->raise_delay, +- (GtkFunction) raise_cb, ++ raise_timeout = g_timeout_add_full (G_PRIORITY_DEFAULT, ++ screen_info->params->raise_delay, ++ (GtkFunction) raise_cb, + NULL, NULL); + } + +@@ -487,13 +487,13 @@ + } + break; + case KEY_POPUP_MENU: +- /* +- We need to release the events here prior to grabbing ++ /* ++ We need to release the events here prior to grabbing + the keyboard in gtk menu otherwise we end with a dead lock... + */ + XAllowEvents (display_info->dpy, AsyncKeyboard, CurrentTime); +- show_window_menu (c, frameX (c) + frameLeft (c), +- frameY (c) + frameTop (c), ++ show_window_menu (c, frameX (c) + frameLeft (c), ++ frameY (c) + frameTop (c), + Button1, GDK_CURRENT_TIME); + /* 'nuff for now */ + return; +@@ -620,7 +620,7 @@ + } + } + +-static int ++static int + edgeGetPart (Client *c, XButtonEvent * ev) + { + int part, x_corner_pixels, y_corner_pixels, x_distance, y_distance; +@@ -1432,22 +1432,22 @@ + constrained = TRUE; + } + +- /* +- Let's say that if the client performs a XRaiseWindow, we show the window if focus ++ /* ++ Let's say that if the client performs a XRaiseWindow, we show the window if focus + stealing prevention is not activated, otherwise we just set the "demands attention" + flag... + */ + if ((ev->value_mask & CWStackMode) && (wc.stack_mode == Above) && (wc.sibling == None)) + { + Client *last_raised; +- ++ + last_raised = clientGetLastRaise (screen_info); + if (last_raised && (c != last_raised)) + { + if ((screen_info->params->prevent_focus_stealing) && (screen_info->params->activate_action == ACTIVATE_ACTION_NONE)) + { + ev->value_mask &= ~(CWSibling | CWStackMode); +- TRACE ("Setting WM_STATE_DEMANDS_ATTENTION flag on \"%s\" (0x%lx)", c->name, c->window); ++ TRACE ("Setting WM_STATE_DEMANDS_ATTENTION flag on \"%s\" (0x%lx)", c->name, c->window); + FLAG_SET (c->flags, CLIENT_FLAG_DEMANDS_ATTENTION); + clientSetNetState (c); + } +@@ -1680,10 +1680,10 @@ + } + + if ((ev->window == screen_info->xroot) +- && ((ev->detail == NotifyDetailNone) ++ && ((ev->detail == NotifyDetailNone) + || ((ev->mode == NotifyNormal) && (ev->detail == NotifyInferior)))) + { +- /* ++ /* + Handle unexpected focus transition to root (means that an unknown + window has vanished and the focus is returned to the root). + */ +@@ -1710,10 +1710,10 @@ + clientUpdateFocus (screen_info, c, FOCUS_SORT); + if ((user_focus != c) && (user_focus != NULL)) + { +- /* ++ /* + Focus stealing prevention: +- Some apps tend to focus the window directly. If focus stealing prevention is enabled, +- we revert the user set focus to the window that we think has focus and then set the ++ Some apps tend to focus the window directly. If focus stealing prevention is enabled, ++ we revert the user set focus to the window that we think has focus and then set the + demand attention flag. + + Note that focus stealing prevention is ignored between windows of the same group or +@@ -1725,12 +1725,12 @@ + !clientSameGroup (c, user_focus) && + !clientIsTransientOrModalFor (c, user_focus)) + { +- TRACE ("Setting focus back to \"%s\" (0x%lx)", user_focus->name, user_focus->window); ++ TRACE ("Setting focus back to \"%s\" (0x%lx)", user_focus->name, user_focus->window); + clientSetFocus (user_focus->screen_info, user_focus, getXServerTime (display_info), NO_FOCUS_FLAG); + + if (current_focus) + { +- TRACE ("Setting WM_STATE_DEMANDS_ATTENTION flag on \"%s\" (0x%lx)", c->name, c->window); ++ TRACE ("Setting WM_STATE_DEMANDS_ATTENTION flag on \"%s\" (0x%lx)", c->name, c->window); + FLAG_SET (c->flags, CLIENT_FLAG_DEMANDS_ATTENTION); + clientSetNetState (c); + } +@@ -1779,7 +1779,7 @@ + "NotifyDetailNone" : + "(unknown)"); + +- if ((ev->mode == NotifyGrab) || (ev->mode == NotifyUngrab) || ++ if ((ev->mode == NotifyGrab) || (ev->mode == NotifyUngrab) || + (ev->detail == NotifyInferior) || (ev->detail > NotifyNonlinearVirtual)) + { + /* We're not interested in such notifications */ +@@ -1871,19 +1871,19 @@ + if (clientCheckTransientWindow (c, w)) + { + c->transient_for = w; +-#if 0 ++#if 0 + /* + Java 1.6 updates the WM_TRANSIENT_FOR properties "on-the-fly" +- of its windows to maintain the z-order. +- +- If we raise the transient then, we clearly have a race +- condition between the WM and Java... And that breaks ++ of its windows to maintain the z-order. ++ ++ If we raise the transient then, we clearly have a race ++ condition between the WM and Java... And that breaks + the z-order. Bug #2483. +- ++ + I still think that raising here makes sense, to ensure + that the newly promoted transient window is placed above + its parent. +- ++ + Chances are that Java 1.6 won't change any time soon (heh, + it's not even released yet), so let's adjust the WM to + work with Java 1.6... +@@ -2105,7 +2105,7 @@ + TRACE ("Time of event received is %u, current XServer time is %u", (unsigned int) ev_time, (unsigned int) current); + if ((screen_info->params->prevent_focus_stealing) && TIMESTAMP_IS_BEFORE(ev_time, current)) + { +- TRACE ("Setting WM_STATE_DEMANDS_ATTENTION flag on \"%s\" (0x%lx)", c->name, c->window); ++ TRACE ("Setting WM_STATE_DEMANDS_ATTENTION flag on \"%s\" (0x%lx)", c->name, c->window); + FLAG_SET (c->flags, CLIENT_FLAG_DEMANDS_ATTENTION); + clientSetNetState (c); + } +@@ -2139,10 +2139,10 @@ + (ev->message_type == display_info->atoms[NET_CURRENT_DESKTOP])) && (ev->format == 32)) + { + TRACE ("root has received a win_workspace or a NET_CURRENT_DESKTOP event %li", ev->data.l[0]); +- if ((ev->data.l[0] >= 0) && (ev->data.l[0] < screen_info->workspace_count) && ++ if ((ev->data.l[0] >= 0) && (ev->data.l[0] < screen_info->workspace_count) && + (ev->data.l[0] != screen_info->current_ws)) + { +- workspaceSwitch (screen_info, ev->data.l[0], NULL, TRUE, ++ workspaceSwitch (screen_info, ev->data.l[0], NULL, TRUE, + myDisplayGetTime (display_info, (Time) ev->data.l[1])); + } + } +@@ -2176,10 +2176,10 @@ + else if ((ev->message_type == display_info->atoms[MANAGER]) && (ev->format == 32)) + { + Atom selection; +- ++ + TRACE ("window (0x%lx) has received a MANAGER event", ev->window); + selection = (Atom) ev->data.l[1]; +- ++ + #ifdef ENABLE_KDE_SYSTRAY_PROXY + if (selection == screen_info->net_system_tray_selection) + { +@@ -2202,6 +2202,24 @@ + } + + static void ++handleSelectionClear (DisplayInfo *display_info, XSelectionClearEvent * ev) ++{ ++ ScreenInfo *screen_info; ++ ++ TRACE ("entering handleSelectionClear"); ++ ++ screen_info = myDisplayGetScreenFromWindow (display_info, ev->window); ++ if (screen_info) ++ { ++ if (myScreenCheckWMAtom (screen_info, ev->selection)) ++ { ++ TRACE ("root has received a WM_Sn selection event"); ++ display_info->quit = TRUE; ++ } ++ } ++} ++ ++static void + handleShape (DisplayInfo *display_info, XShapeEvent * ev) + { + Client *c; +@@ -2366,6 +2384,9 @@ + case ClientMessage: + handleClientMessage (display_info, (XClientMessageEvent *) ev); + break; ++ case SelectionClear: ++ handleSelectionClear (display_info, (XSelectionClearEvent *) ev); ++ break; + case ColormapNotify: + handleColormapNotify (display_info, (XColormapEvent *) ev); + break; --- xfwm4-4.4.2.orig/debian/patches/04_fix-automaximize-on-move.patch +++ xfwm4-4.4.2/debian/patches/04_fix-automaximize-on-move.patch @@ -0,0 +1,95 @@ +Index: xfce_4_4/src/placement.c +=================================================================== +--- xfce_4_4/src/placement.c (revision 26965) ++++ xfce_4_4/src/placement.c (revision 26966) +@@ -390,7 +390,7 @@ + frame_y = frameY (c); + ret |= CLIENT_CONSTRAINED_BOTTOM; + } +- if ((frame_y < disp_y) && (frame_y >= disp_y - frame_top)) ++ if ((frame_y <= disp_y) && (frame_y >= disp_y - frame_top)) + { + c->y = disp_y + frame_top; + frame_y = frameY (c); +Index: xfce_4_4/src/client.c +=================================================================== +--- xfce_4_4/src/client.c (revision 26965) ++++ xfce_4_4/src/client.c (revision 26966) +@@ -3630,6 +3630,7 @@ + { + int key_move = 16; + unsigned int edge; ++ int direction = 0; + + if ((screen_info->params->snap_to_border) || (screen_info->params->snap_to_windows)) + { +@@ -3648,18 +3649,22 @@ + } + if (xevent->xkey.keycode == screen_info->params->keys[KEY_MOVE_LEFT].keycode) + { ++ direction = KEY_MOVE_LEFT; + c->x = c->x - key_move; + } + else if (xevent->xkey.keycode == screen_info->params->keys[KEY_MOVE_RIGHT].keycode) + { ++ direction = KEY_MOVE_RIGHT; + c->x = c->x + key_move; + } + else if (xevent->xkey.keycode == screen_info->params->keys[KEY_MOVE_UP].keycode) + { ++ direction = KEY_MOVE_UP; + c->y = c->y - key_move; + } + else if (xevent->xkey.keycode == screen_info->params->keys[KEY_MOVE_DOWN].keycode) + { ++ direction = KEY_MOVE_DOWN; + c->y = c->y + key_move; + } + +@@ -3675,14 +3680,14 @@ + maxh = screen_info->height; + clientMaxSpace (screen_info, &maxx, &maxy, &maxw, &maxh); + +- if (edge & CLIENT_CONSTRAINED_TOP) ++ if ((edge & CLIENT_CONSTRAINED_TOP) && (direction == KEY_MOVE_UP)) + { + if (workspaceMove (screen_info, -1, 0, c, xevent->xkey.time)) + { + c->y = maxy + maxh; + } + } +- else if (edge & CLIENT_CONSTRAINED_BOTTOM) ++ else if ((edge & CLIENT_CONSTRAINED_BOTTOM) && (direction == KEY_MOVE_DOWN)) + { + if (workspaceMove (screen_info, 1, 0, c, xevent->xkey.time)) + { +@@ -3690,14 +3695,14 @@ + } + } + +- if (edge & CLIENT_CONSTRAINED_LEFT) ++ if ((edge & CLIENT_CONSTRAINED_LEFT) && (direction == KEY_MOVE_LEFT)) + { + if (workspaceMove (screen_info, 0, -1, c, xevent->xkey.time)) + { + c->x = maxx + maxw - frameWidth (c) + frameRight (c); + } + } +- else if (edge & CLIENT_CONSTRAINED_RIGHT) ++ else if ((edge & CLIENT_CONSTRAINED_RIGHT) && (direction == KEY_MOVE_RIGHT)) + { + if (workspaceMove (screen_info, 0, 1, c, xevent->xkey.time)) + { +Index: xfce_4_4/NEWS +=================================================================== +--- xfce_4_4/NEWS (revision 26965) ++++ xfce_4_4/NEWS (revision 26966) +@@ -1,3 +1,8 @@ ++4.4.3 ++===== ++ ++- Fix automaximize on move ++ + 4.4.2 + ===== + --- xfwm4-4.4.2.orig/debian/patches/series +++ xfwm4-4.4.2/debian/patches/series @@ -0,0 +1,6 @@ +01_filter-grab-ungrab-events.patch +02_exit-on-selectionclear.patch +03_fix-compositing-overlay.patch +04_fix-automaximize-on-move.patch +05_awn-focus.patch +99_update_translations.patch