diff -Nru lxappearance-0.4.0/aclocal.m4 lxappearance-0.5.0/aclocal.m4 --- lxappearance-0.4.0/aclocal.m4 2010-01-06 15:30:25.000000000 +0000 +++ lxappearance-0.5.0/aclocal.m4 2010-08-12 22:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.11 -*- Autoconf -*- +# generated automatically by aclocal 1.11.1 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. @@ -851,7 +851,7 @@ [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11], [], +m4_if([$1], [1.11.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -867,7 +867,7 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11])dnl +[AM_AUTOMAKE_VERSION([1.11.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -925,29 +925,6 @@ am_aux_dir=`cd $ac_aux_dir && pwd` ]) - -# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 4 - -# This was merged into AC_PROG_CC in Autoconf. - -AU_DEFUN([AM_PROG_CC_STDC], -[AC_PROG_CC -AC_DIAGNOSE([obsolete], [$0: - your code should no longer depend upon `am_cv_prog_cc_stdc', but upon - `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when - you adjust the code. You can also remove the above call to - AC_PROG_CC if you already called it elsewhere.]) -am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc -]) -AU_DEFUN([fp_PROG_CC_STDC]) - # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 @@ -1246,18 +1223,6 @@ [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 8 - -# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. -AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) - # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -1439,46 +1404,6 @@ rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) -# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- -# From Jim Meyering - -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 5 - -# AM_MAINTAINER_MODE([DEFAULT-MODE]) -# ---------------------------------- -# Control maintainer-specific portions of Makefiles. -# Default is to disable them, unless `enable' is passed literally. -# For symmetry, `disable' may be passed as well. Anyway, the user -# can override the default with the --enable/--disable switch. -AC_DEFUN([AM_MAINTAINER_MODE], -[m4_case(m4_default([$1], [disable]), - [enable], [m4_define([am_maintainer_other], [disable])], - [disable], [m4_define([am_maintainer_other], [enable])], - [m4_define([am_maintainer_other], [enable]) - m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) -AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) - dnl maintainer-mode's default is 'disable' unless 'enable' is passed - AC_ARG_ENABLE([maintainer-mode], -[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful - (and sometimes confusing) to the casual installer], - [USE_MAINTAINER_MODE=$enableval], - [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) - AC_MSG_RESULT([$USE_MAINTAINER_MODE]) - AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) - MAINT=$MAINTAINER_MODE_TRUE - AC_SUBST([MAINT])dnl -] -) - -AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) - # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. diff -Nru lxappearance-0.4.0/autogen.sh lxappearance-0.5.0/autogen.sh --- lxappearance-0.4.0/autogen.sh 2009-07-09 03:41:47.000000000 +0000 +++ lxappearance-0.5.0/autogen.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -#! /bin/sh -AC_VERSION= - -AUTOMAKE=${AUTOMAKE:-automake} -AM_INSTALLED_VERSION=$($AUTOMAKE --version | sed -e '2,$ d' -e 's/.* \([0-9]*\.[0-9]*\).*/\1/') - -if [ "$AM_INSTALLED_VERSION" != "1.10" \ - -a "$AM_INSTALLED_VERSION" != "1.11" ];then - echo - echo "You must have automake > 1.10 or 1.11 installed to compile lxappearance." - echo "Install the appropriate package for your distribution," - echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/" - exit 1 -fi - -set -x - -if [ "x${ACLOCAL_DIR}" != "x" ]; then - ACLOCAL_ARG=-I ${ACLOCAL_DIR} -fi - -${ACLOCAL:-aclocal$AM_VERSION} ${ACLOCAL_ARG} -${AUTOHEADER:-autoheader$AC_VERSION} --force -AUTOMAKE=$AUTOMAKE libtoolize -c --automake --force -AUTOMAKE=$AUTOMAKE intltoolize -c --automake --force -$AUTOMAKE --add-missing --copy --include-deps -${AUTOCONF:-autoconf$AC_VERSION} - -rm -rf autom4te.cache diff -Nru lxappearance-0.4.0/config.h.in lxappearance-0.5.0/config.h.in --- lxappearance-0.4.0/config.h.in 2010-01-06 15:30:27.000000000 +0000 +++ lxappearance-0.5.0/config.h.in 2010-10-12 15:20:50.000000000 +0000 @@ -1,7 +1,4 @@ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* Cursor theme support is not well implemented */ -#undef CURSOR_THEME +/* config.h.in. Generated from configure.ac by autoheader. */ /* always defined to indicate that i18n is enabled */ #undef ENABLE_NLS diff -Nru lxappearance-0.4.0/configure lxappearance-0.5.0/configure --- lxappearance-0.4.0/configure 2010-01-06 15:30:32.000000000 +0000 +++ lxappearance-0.5.0/configure 2010-10-12 15:20:52.000000000 +0000 @@ -1,6 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.65. +# Generated by GNU Autoconf 2.65 for lxappearance 0.5.0. +# +# Report bugs to . # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -228,10 +230,11 @@ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else - $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, -$0: including any error possibly output before this -$0: message. Then install a modern shell, or manually run -$0: the script under such a shell if you do have one." + $as_echo "$0: Please tell bug-autoconf@gnu.org and http://lxde.org/ +$0: about your system, including any error possibly output +$0: before this message. Then install a modern shell, or +$0: manually run the script under such a shell if you do +$0: have one." fi exit 1 fi @@ -547,14 +550,13 @@ MAKEFLAGS= # Identity of this package. -PACKAGE_NAME= -PACKAGE_TARNAME= -PACKAGE_VERSION= -PACKAGE_STRING= -PACKAGE_BUGREPORT= -PACKAGE_URL= +PACKAGE_NAME='lxappearance' +PACKAGE_TARNAME='lxappearance' +PACKAGE_VERSION='0.5.0' +PACKAGE_STRING='lxappearance 0.5.0' +PACKAGE_BUGREPORT='http://lxde.org/' +PACKAGE_URL='' -ac_unique_file="configure.in" # Factoring default headers for most tests. ac_includes_default="\ #include @@ -595,11 +597,6 @@ am__EXEEXT_TRUE LTLIBOBJS LIBOBJS -ENABLE_REGENERATE_MAN_FALSE -ENABLE_REGENERATE_MAN_TRUE -XMLCATALOG -XML_CATALOG_FILE -XSLTPROC MKINSTALLDIRS POSUB POFILES @@ -612,29 +609,14 @@ CATALOGS MSGFMT_OPTS GETTEXT_PACKAGE -PACKAGE_LIBS -PACKAGE_CFLAGS +GMODULE_LIBS +GMODULE_CFLAGS +GTK_LIBS +GTK_CFLAGS +XLIB_LIBS +XLIB_CFLAGS PKG_CONFIG -EGREP -GREP -CPP DATADIRNAME -am__fastdepCC_FALSE -am__fastdepCC_TRUE -CCDEPMODE -AMDEPBACKSLASH -AMDEP_FALSE -AMDEP_TRUE -am__quote -am__include -DEPDIR -OBJEXT -EXEEXT -ac_ct_CC -CPPFLAGS -LDFLAGS -CFLAGS -CC ALL_LINGUAS INTLTOOL_PERL GMSGFMT @@ -664,9 +646,25 @@ INTLTOOL_MERGE INTLTOOL_UPDATE USE_NLS -MAINT -MAINTAINER_MODE_FALSE -MAINTAINER_MODE_TRUE +EGREP +GREP +CPP +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__quote +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC am__untar am__tar AMTAR @@ -731,12 +729,9 @@ ac_subst_files='' ac_user_opts=' enable_option_checking -enable_maintainer_mode -enable_nls enable_dependency_tracking -enable_man -enable_cursor_theme -with_xml_catalog +enable_nls +enable_debug ' ac_precious_vars='build_alias host_alias @@ -748,8 +743,12 @@ CPPFLAGS CPP PKG_CONFIG -PACKAGE_CFLAGS -PACKAGE_LIBS' +XLIB_CFLAGS +XLIB_LIBS +GTK_CFLAGS +GTK_LIBS +GMODULE_CFLAGS +GMODULE_LIBS' # Initialize some variables set by options. @@ -790,7 +789,7 @@ localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' -docdir='${datarootdir}/doc/${PACKAGE}' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' @@ -1291,7 +1290,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures this package to adapt to many kinds of systems. +\`configure' configures lxappearance 0.5.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1339,7 +1338,7 @@ --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] + --docdir=DIR documentation root [DATAROOTDIR/doc/lxappearance] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1356,26 +1355,19 @@ fi if test -n "$ac_init_help"; then - + case $ac_init_help in + short | recursive ) echo "Configuration of lxappearance 0.5.0:";; + esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-maintainer-mode enable make rules and dependencies not useful - (and sometimes confusing) to the casual installer - --disable-nls do not use Native Language Support --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors - --enable-man regenerate roff man pages from Docbook [default=no] - - -Optional Packages: - --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] - --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-xml-catalog=CATALOG - path to xml catalog to use + --disable-nls do not use Native Language Support + --enable-debug build libfm with debug support [default=no] Some influential environment variables: CC C compiler command @@ -1387,15 +1379,19 @@ you have headers in a nonstandard directory CPP C preprocessor PKG_CONFIG path to pkg-config utility - PACKAGE_CFLAGS - C compiler flags for PACKAGE, overriding pkg-config - PACKAGE_LIBS - linker flags for PACKAGE, overriding pkg-config + XLIB_CFLAGS C compiler flags for XLIB, overriding pkg-config + XLIB_LIBS linker flags for XLIB, overriding pkg-config + GTK_CFLAGS C compiler flags for GTK, overriding pkg-config + GTK_LIBS linker flags for GTK, overriding pkg-config + GMODULE_CFLAGS + C compiler flags for GMODULE, overriding pkg-config + GMODULE_LIBS + linker flags for GMODULE, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to the package provider. +Report bugs to . _ACEOF ac_status=$? fi @@ -1458,7 +1454,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -configure +lxappearance configure 0.5.0 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -1510,6 +1506,85 @@ } # ac_fn_c_try_compile +# ac_fn_c_try_cpp LINENO +# ---------------------- +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + as_fn_set_status $ac_retval + +} # ac_fn_c_try_cpp + +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then : + ac_retval=0 +else + $as_echo "$as_me: program exited with status $ac_status" >&5 + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + as_fn_set_status $ac_retval + +} # ac_fn_c_try_run + # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. @@ -1623,85 +1698,6 @@ } # ac_fn_c_check_func -# ac_fn_c_try_cpp LINENO -# ---------------------- -# Try to preprocess conftest.$ac_ext, and return whether this succeeded. -ac_fn_c_try_cpp () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if { { ac_try="$ac_cpp conftest.$ac_ext" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - grep -v '^ *+' conftest.err >conftest.er1 - cat conftest.er1 >&5 - mv -f conftest.er1 conftest.err - fi - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then : - ac_retval=0 -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=1 -fi - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} - as_fn_set_status $ac_retval - -} # ac_fn_c_try_cpp - -# ac_fn_c_try_run LINENO -# ---------------------- -# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes -# that executables *can* be run. -ac_fn_c_try_run () -{ - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if { { ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' - { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; }; then : - ac_retval=0 -else - $as_echo "$as_me: program exited with status $ac_status" >&5 - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_retval=$ac_status -fi - rm -rf conftest.dSYM conftest_ipa8_conftest.oo - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} - as_fn_set_status $ac_retval - -} # ac_fn_c_try_run - # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using @@ -1772,6 +1768,12 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} +( cat <<\_ASBOX +## ------------------------------- ## +## Report this to http://lxde.org/ ## +## ------------------------------- ## +_ASBOX + ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 @@ -1823,7 +1825,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by $as_me, which was +It was created by lxappearance $as_me 0.5.0, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -2630,8 +2632,8 @@ # Define the identity of the package. - PACKAGE=lxappearance - VERSION=0.4.0 + PACKAGE='lxappearance' + VERSION='0.5.0' cat >>confdefs.h <<_ACEOF @@ -2671,149 +2673,51 @@ + ac_config_headers="$ac_config_headers config.h" -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 -$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } - # Check whether --enable-maintainer-mode was given. -if test "${enable_maintainer_mode+set}" = set; then : - enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +# Checks for programs. +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_prog_CC+set}" = set; then : + $as_echo_n "(cached) " >&6 else - USE_MAINTAINER_MODE=no -fi + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 -$as_echo "$USE_MAINTAINER_MODE" >&6; } - if test $USE_MAINTAINER_MODE = yes; then - MAINTAINER_MODE_TRUE= - MAINTAINER_MODE_FALSE='#' +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } else - MAINTAINER_MODE_TRUE='#' - MAINTAINER_MODE_FALSE= -fi - - MAINT=$MAINTAINER_MODE_TRUE - - - -# Init intltool - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 -$as_echo_n "checking whether NLS is requested... " >&6; } - # Check whether --enable-nls was given. -if test "${enable_nls+set}" = set; then : - enableval=$enable_nls; USE_NLS=$enableval -else - USE_NLS=yes -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 -$as_echo "$USE_NLS" >&6; } - - -DEPDIR="${am__leading_dot}deps" - -ac_config_commands="$ac_config_commands depfiles" - - -am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo this is the am__doit target -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 -$as_echo_n "checking for style of include used by $am_make... " >&6; } -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 -$as_echo "$_am_result" >&6; } -rm -f confinc confmf - -# Check whether --enable-dependency-tracking was given. -if test "${enable_dependency_tracking+set}" = set; then : - enableval=$enable_dependency_tracking; -fi - -if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' -fi - if test "x$enable_dependency_tracking" != xno; then - AMDEP_TRUE= - AMDEP_FALSE='#' -else - AMDEP_TRUE='#' - AMDEP_FALSE= -fi - - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. -set dummy ${ac_tool_prefix}gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } fi @@ -3564,6 +3468,68 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } +rm -f confinc confmf + +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + depcc="$CC" am_compiler_list= @@ -3692,282 +3658,446 @@ fi +# AM_PROG_LIBTOOL +# Checks for libraries. +# Checks for header files. -case "$am__api_version" in - 1.01234) - as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5 - ;; - *) - ;; -esac - -if test -n ""; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= " >&5 -$as_echo_n "checking for intltool >= ... " >&6; } - - INTLTOOL_REQUIRED_VERSION_AS_INT=`echo | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` - INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 -$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } - test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || - as_fn_error "Your intltool is too old. You need intltool or later." "$LINENO" 5 +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= fi - -# Extract the first word of "intltool-update", so it can be a program name with args. -set dummy intltool-update; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then : +if test -z "$CPP"; then + if test "${ac_cv_prog_CPP+set}" = set; then : $as_echo_n "(cached) " >&6 else - case $INTLTOOL_UPDATE in - [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : - ;; -esac -fi -INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE -if test -n "$INTLTOOL_UPDATE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5 -$as_echo "$INTLTOOL_UPDATE" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + # Broken: fails on valid input. +continue fi +rm -f conftest.err conftest.$ac_ext + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext -# Extract the first word of "intltool-merge", so it can be a program name with args. -set dummy intltool-merge; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then : +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +$as_echo "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } +if test "${ac_cv_path_GREP+set}" = set; then : $as_echo_n "(cached) " >&6 else - case $INTLTOOL_MERGE in - [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path. - ;; - *) + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break done -IFS=$as_save_IFS - - ;; + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac -fi -INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE -if test -n "$INTLTOOL_MERGE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5 -$as_echo "$INTLTOOL_MERGE" >&6; } + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + ac_cv_path_GREP=$GREP +fi + fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" -# Extract the first word of "intltool-extract", so it can be a program name with args. -set dummy intltool-extract; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if test "${ac_cv_path_EGREP+set}" = set; then : $as_echo_n "(cached) " >&6 else - case $INTLTOOL_EXTRACT in - [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path. - ;; - *) + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break done -IFS=$as_save_IFS - - ;; + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac -fi -INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT -if test -n "$INTLTOOL_EXTRACT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5 -$as_echo "$INTLTOOL_EXTRACT" >&6; } + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + ac_cv_path_EGREP=$EGREP fi - -if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then - as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5 + fi fi - - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if test "${ac_cv_header_stdc+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include +int +main () +{ + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdc=yes +else + ac_cv_header_stdc=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then : +else + ac_cv_header_stdc=no +fi +rm -f conftest* +fi +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then : +else + ac_cv_header_stdc=no +fi +rm -f conftest* +fi +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then : + : +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : +else + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then +$as_echo "#define STDC_HEADERS 1" >>confdefs.h +fi +# Checks for typedefs, structures, and compiler characteristics. +# Checks for library functions. +# intltool + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 +$as_echo_n "checking whether NLS is requested... " >&6; } + # Check whether --enable-nls was given. +if test "${enable_nls+set}" = set; then : + enableval=$enable_nls; USE_NLS=$enableval +else + USE_NLS=yes +fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 +$as_echo "$USE_NLS" >&6; } +case "$am__api_version" in + 1.01234) + as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5 + ;; + *) + ;; +esac +if test -n "0.40.0"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.40.0" >&5 +$as_echo_n "checking for intltool >= 0.40.0... " >&6; } + INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` + INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` + INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 +$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } + test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || + as_fn_error "Your intltool is too old. You need intltool 0.40.0 or later." "$LINENO" 5 +fi -# Check the gettext tools to make sure they are GNU -# Extract the first word of "xgettext", so it can be a program name with args. -set dummy xgettext; ac_word=$2 +# Extract the first word of "intltool-update", so it can be a program name with args. +set dummy intltool-update; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_XGETTEXT+set}" = set; then : +if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then : $as_echo_n "(cached) " >&6 else - case $XGETTEXT in + case $INTLTOOL_UPDATE in [\\/]* | ?:[\\/]*) - ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. + ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -3977,7 +4107,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" + ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -3988,26 +4118,26 @@ ;; esac fi -XGETTEXT=$ac_cv_path_XGETTEXT -if test -n "$XGETTEXT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 -$as_echo "$XGETTEXT" >&6; } +INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE +if test -n "$INTLTOOL_UPDATE"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5 +$as_echo "$INTLTOOL_UPDATE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi -# Extract the first word of "msgmerge", so it can be a program name with args. -set dummy msgmerge; ac_word=$2 +# Extract the first word of "intltool-merge", so it can be a program name with args. +set dummy intltool-merge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_MSGMERGE+set}" = set; then : +if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then : $as_echo_n "(cached) " >&6 else - case $MSGMERGE in + case $INTLTOOL_MERGE in [\\/]* | ?:[\\/]*) - ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. + ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -4017,7 +4147,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" + ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -4028,26 +4158,26 @@ ;; esac fi -MSGMERGE=$ac_cv_path_MSGMERGE -if test -n "$MSGMERGE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 -$as_echo "$MSGMERGE" >&6; } +INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE +if test -n "$INTLTOOL_MERGE"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5 +$as_echo "$INTLTOOL_MERGE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi -# Extract the first word of "msgfmt", so it can be a program name with args. -set dummy msgfmt; ac_word=$2 +# Extract the first word of "intltool-extract", so it can be a program name with args. +set dummy intltool-extract; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_MSGFMT+set}" = set; then : +if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then : $as_echo_n "(cached) " >&6 else - case $MSGFMT in + case $INTLTOOL_EXTRACT in [\\/]* | ?:[\\/]*) - ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. + ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -4057,7 +4187,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" + ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -4068,77 +4198,147 @@ ;; esac fi -MSGFMT=$ac_cv_path_MSGFMT -if test -n "$MSGFMT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 -$as_echo "$MSGFMT" >&6; } +INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT +if test -n "$INTLTOOL_EXTRACT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5 +$as_echo "$INTLTOOL_EXTRACT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi -# Extract the first word of "gmsgfmt", so it can be a program name with args. -set dummy gmsgfmt; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_GMSGFMT+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - case $GMSGFMT in - [\\/]* | ?:[\\/]*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" - ;; -esac -fi -GMSGFMT=$ac_cv_path_GMSGFMT -if test -n "$GMSGFMT"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 -$as_echo "$GMSGFMT" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } +if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then + as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5 fi + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then - as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5 -fi -xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" -mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" -mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" -if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then - as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5 -fi -# Extract the first word of "perl", so it can be a program name with args. -set dummy perl; ac_word=$2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# Check the gettext tools to make sure they are GNU +# Extract the first word of "xgettext", so it can be a program name with args. +set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then : +if test "${ac_cv_path_XGETTEXT+set}" = set; then : $as_echo_n "(cached) " >&6 else - case $INTLTOOL_PERL in + case $XGETTEXT in [\\/]* | ?:[\\/]*) - ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path. + ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -4148,7 +4348,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" + ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -4159,1880 +4359,256 @@ ;; esac fi -INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL -if test -n "$INTLTOOL_PERL"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5 -$as_echo "$INTLTOOL_PERL" >&6; } +XGETTEXT=$ac_cv_path_XGETTEXT +if test -n "$XGETTEXT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 +$as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } -fi - - -if test -z "$INTLTOOL_PERL"; then - as_fn_error "perl not found" "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5 -$as_echo_n "checking for perl >= 5.8.1... " >&6; } -$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 -if test $? -ne 0; then - as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5 -else - IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 -$as_echo "$IT_PERL_VERSION" >&6; } -fi -if test "x" != "xno-xml"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5 -$as_echo_n "checking for XML::Parser... " >&6; } - if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 -$as_echo "ok" >&6; } - else - as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5 - fi -fi - -# Substitute ALL_LINGUAS so we can use it in po/Makefile - - -# Set DATADIRNAME correctly if it is not set yet -# (copied from glib-gettext.m4) -if test -z "$DATADIRNAME"; then - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - DATADIRNAME=share -else - case $host in - *-*-solaris*) - ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : - DATADIRNAME=share -else - DATADIRNAME=lib -fi - - ;; - *) - DATADIRNAME=lib - ;; - esac -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi - - - - - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 -$as_echo_n "checking for library containing strerror... " >&6; } -if test "${ac_cv_search_strerror+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_func_search_save_LIBS=$LIBS -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char strerror (); -int -main () -{ -return strerror (); - ; - return 0; -} -_ACEOF -for ac_lib in '' cposix; do - if test -z "$ac_lib"; then - ac_res="none required" - else - ac_res=-l$ac_lib - LIBS="-l$ac_lib $ac_func_search_save_LIBS" - fi - if ac_fn_c_try_link "$LINENO"; then : - ac_cv_search_strerror=$ac_res -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext - if test "${ac_cv_search_strerror+set}" = set; then : - break -fi -done -if test "${ac_cv_search_strerror+set}" = set; then : - -else - ac_cv_search_strerror=no -fi -rm conftest.$ac_ext -LIBS=$ac_func_search_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 -$as_echo "$ac_cv_search_strerror" >&6; } -ac_res=$ac_cv_search_strerror -if test "$ac_res" != no; then : - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" - -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. -set dummy ${ac_tool_prefix}gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. -set dummy gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_CC" = x; then - CC="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CC=$ac_ct_CC - fi -else - CC="$ac_cv_prog_CC" -fi - -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. -set dummy ${ac_tool_prefix}cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - fi -fi -if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_prog_rejected=no -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then - ac_prog_rejected=yes - continue - fi - ac_cv_prog_CC="cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -if test $ac_prog_rejected = yes; then - # We found a bogon in the path, so make sure we never use it. - set dummy $ac_cv_prog_CC - shift - if test $# != 0; then - # We chose a different compiler from the bogus one. - # However, it has the same basename, so the bogon will be chosen - # first if we set CC to just the basename; use the full file name. - shift - ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" - fi -fi -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - for ac_prog in cl.exe - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$CC" && break - done -fi -if test -z "$CC"; then - ac_ct_CC=$CC - for ac_prog in cl.exe -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$ac_ct_CC" && break -done - - if test "x$ac_ct_CC" = x; then - CC="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CC=$ac_ct_CC - fi -fi - -fi - - -test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "no acceptable C compiler found in \$PATH -See \`config.log' for more details." "$LINENO" 5; } - -# Provide some information about the compiler. -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 -set X $ac_compile -ac_compiler=$2 -for ac_option in --version -v -V -qversion; do - { { ac_try="$ac_compiler $ac_option >&5" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compiler $ac_option >&5") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - sed '10a\ -... rest of stderr output deleted ... - 10q' conftest.err >conftest.er1 - cat conftest.er1 >&5 - fi - rm -f conftest.er1 conftest.err - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } -done - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -if test "${ac_cv_c_compiler_gnu+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -#ifndef __GNUC__ - choke me -#endif - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_compiler_gnu=yes -else - ac_compiler_gnu=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -ac_cv_c_compiler_gnu=$ac_compiler_gnu - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 -$as_echo "$ac_cv_c_compiler_gnu" >&6; } -if test $ac_compiler_gnu = yes; then - GCC=yes -else - GCC= -fi -ac_test_CFLAGS=${CFLAGS+set} -ac_save_CFLAGS=$CFLAGS -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 -$as_echo_n "checking whether $CC accepts -g... " >&6; } -if test "${ac_cv_prog_cc_g+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_save_c_werror_flag=$ac_c_werror_flag - ac_c_werror_flag=yes - ac_cv_prog_cc_g=no - CFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_g=yes -else - CFLAGS="" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - -else - ac_c_werror_flag=$ac_save_c_werror_flag - CFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_g=yes -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_c_werror_flag=$ac_save_c_werror_flag -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 -$as_echo "$ac_cv_prog_cc_g" >&6; } -if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS -elif test $ac_cv_prog_cc_g = yes; then - if test "$GCC" = yes; then - CFLAGS="-g -O2" - else - CFLAGS="-g" - fi -else - if test "$GCC" = yes; then - CFLAGS="-O2" - else - CFLAGS= - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if test "${ac_cv_prog_cc_c89+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_cv_prog_cc_c89=no -ac_save_CC=$CC -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -#include -#include -#include -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -struct buf { int x; }; -FILE * (*rcsopen) (struct buf *, struct stat *, int); -static char *e (p, i) - char **p; - int i; -{ - return p[i]; -} -static char *f (char * (*g) (char **, int), char **p, ...) -{ - char *s; - va_list v; - va_start (v,p); - s = g (p, va_arg (v,int)); - va_end (v); - return s; -} - -/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has - function prototypes and stuff, but not '\xHH' hex character constants. - These don't provoke an error unfortunately, instead are silently treated - as 'x'. The following induces an error, until -std is added to get - proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an - array size at least. It's necessary to write '\x00'==0 to get something - that's true only with -std. */ -int osf4_cc_array ['\x00' == 0 ? 1 : -1]; - -/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters - inside strings and character constants. */ -#define FOO(x) 'x' -int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; - -int test (int i, double x); -struct s1 {int (*f) (int a);}; -struct s2 {int (*f) (double a);}; -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -int argc; -char **argv; -int -main () -{ -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; - ; - return 0; -} -_ACEOF -for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ - -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -do - CC="$ac_save_CC $ac_arg" - if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_c89=$ac_arg -fi -rm -f core conftest.err conftest.$ac_objext - test "x$ac_cv_prog_cc_c89" != "xno" && break -done -rm -f conftest.$ac_ext -CC=$ac_save_CC - -fi -# AC_CACHE_VAL -case "x$ac_cv_prog_cc_c89" in - x) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 -$as_echo "none needed" >&6; } ;; - xno) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 -$as_echo "unsupported" >&6; } ;; - *) - CC="$CC $ac_cv_prog_cc_c89" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; -esac -if test "x$ac_cv_prog_cc_c89" != xno; then : - -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -depcc="$CC" am_compiler_list= - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_CC_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` - fi - am__universal=false - case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac - - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has - # not run yet. These depmodes are late enough in the game, and - # so weak that their functioning should not be impacted. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_CC_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_CC_dependencies_compiler_type=none -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } -CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - - if - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then - am__fastdepCC_TRUE= - am__fastdepCC_FALSE='#' -else - am__fastdepCC_TRUE='#' - am__fastdepCC_FALSE= -fi - - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. -set dummy ${ac_tool_prefix}gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. -set dummy gcc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="gcc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_CC" = x; then - CC="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CC=$ac_ct_CC - fi -else - CC="$ac_cv_prog_CC" -fi - -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. -set dummy ${ac_tool_prefix}cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - fi -fi -if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_prog_rejected=no -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then - ac_prog_rejected=yes - continue - fi - ac_cv_prog_CC="cc" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -if test $ac_prog_rejected = yes; then - # We found a bogon in the path, so make sure we never use it. - set dummy $ac_cv_prog_CC - shift - if test $# != 0; then - # We chose a different compiler from the bogus one. - # However, it has the same basename, so the bogon will be chosen - # first if we set CC to just the basename; use the full file name. - shift - ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" - fi -fi -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - for ac_prog in cl.exe - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$CC" && break - done -fi -if test -z "$CC"; then - ac_ct_CC=$CC - for ac_prog in cl.exe -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="$ac_prog" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$ac_ct_CC" && break -done - - if test "x$ac_ct_CC" = x; then - CC="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CC=$ac_ct_CC - fi -fi - -fi - - -test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "no acceptable C compiler found in \$PATH -See \`config.log' for more details." "$LINENO" 5; } - -# Provide some information about the compiler. -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 -set X $ac_compile -ac_compiler=$2 -for ac_option in --version -v -V -qversion; do - { { ac_try="$ac_compiler $ac_option >&5" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compiler $ac_option >&5") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - sed '10a\ -... rest of stderr output deleted ... - 10q' conftest.err >conftest.er1 - cat conftest.er1 >&5 - fi - rm -f conftest.er1 conftest.err - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } -done - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -if test "${ac_cv_c_compiler_gnu+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -#ifndef __GNUC__ - choke me -#endif - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_compiler_gnu=yes -else - ac_compiler_gnu=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -ac_cv_c_compiler_gnu=$ac_compiler_gnu - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 -$as_echo "$ac_cv_c_compiler_gnu" >&6; } -if test $ac_compiler_gnu = yes; then - GCC=yes -else - GCC= -fi -ac_test_CFLAGS=${CFLAGS+set} -ac_save_CFLAGS=$CFLAGS -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 -$as_echo_n "checking whether $CC accepts -g... " >&6; } -if test "${ac_cv_prog_cc_g+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_save_c_werror_flag=$ac_c_werror_flag - ac_c_werror_flag=yes - ac_cv_prog_cc_g=no - CFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_g=yes -else - CFLAGS="" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - -else - ac_c_werror_flag=$ac_save_c_werror_flag - CFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_g=yes -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_c_werror_flag=$ac_save_c_werror_flag -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 -$as_echo "$ac_cv_prog_cc_g" >&6; } -if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS -elif test $ac_cv_prog_cc_g = yes; then - if test "$GCC" = yes; then - CFLAGS="-g -O2" - else - CFLAGS="-g" - fi -else - if test "$GCC" = yes; then - CFLAGS="-O2" - else - CFLAGS= - fi -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if test "${ac_cv_prog_cc_c89+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_cv_prog_cc_c89=no -ac_save_CC=$CC -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -#include -#include -#include -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -struct buf { int x; }; -FILE * (*rcsopen) (struct buf *, struct stat *, int); -static char *e (p, i) - char **p; - int i; -{ - return p[i]; -} -static char *f (char * (*g) (char **, int), char **p, ...) -{ - char *s; - va_list v; - va_start (v,p); - s = g (p, va_arg (v,int)); - va_end (v); - return s; -} - -/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has - function prototypes and stuff, but not '\xHH' hex character constants. - These don't provoke an error unfortunately, instead are silently treated - as 'x'. The following induces an error, until -std is added to get - proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an - array size at least. It's necessary to write '\x00'==0 to get something - that's true only with -std. */ -int osf4_cc_array ['\x00' == 0 ? 1 : -1]; - -/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters - inside strings and character constants. */ -#define FOO(x) 'x' -int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; - -int test (int i, double x); -struct s1 {int (*f) (int a);}; -struct s2 {int (*f) (double a);}; -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -int argc; -char **argv; -int -main () -{ -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; - ; - return 0; -} -_ACEOF -for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ - -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -do - CC="$ac_save_CC $ac_arg" - if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_prog_cc_c89=$ac_arg -fi -rm -f core conftest.err conftest.$ac_objext - test "x$ac_cv_prog_cc_c89" != "xno" && break -done -rm -f conftest.$ac_ext -CC=$ac_save_CC - -fi -# AC_CACHE_VAL -case "x$ac_cv_prog_cc_c89" in - x) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 -$as_echo "none needed" >&6; } ;; - xno) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 -$as_echo "unsupported" >&6; } ;; - *) - CC="$CC $ac_cv_prog_cc_c89" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; -esac -if test "x$ac_cv_prog_cc_c89" != xno; then : - -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -depcc="$CC" am_compiler_list= - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_CC_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` - fi - am__universal=false - case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac - - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has - # not run yet. These depmodes are late enough in the game, and - # so weak that their functioning should not be impacted. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_CC_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_CC_dependencies_compiler_type=none -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } -CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - - if - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then - am__fastdepCC_TRUE= - am__fastdepCC_FALSE='#' -else - am__fastdepCC_TRUE='#' - am__fastdepCC_FALSE= -fi - - - -am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 -$as_echo_n "checking how to run the C preprocessor... " >&6; } -# On Suns, sometimes $CPP names a directory. -if test -n "$CPP" && test -d "$CPP"; then - CPP= -fi -if test -z "$CPP"; then - if test "${ac_cv_prog_CPP+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - # Double quotes because CPP needs to be expanded - for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" - do - ac_preproc_ok=false -for ac_c_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.$ac_ext - - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : - break -fi - - done - ac_cv_prog_CPP=$CPP - -fi - CPP=$ac_cv_prog_CPP -else - ac_cv_prog_CPP=$CPP -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 -$as_echo "$CPP" >&6; } -ac_preproc_ok=false -for ac_c_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.$ac_ext - - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : - -else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details." "$LINENO" 5; } -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu +fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 -$as_echo_n "checking for grep that handles long lines and -e... " >&6; } -if test "${ac_cv_path_GREP+set}" = set; then : +# Extract the first word of "msgmerge", so it can be a program name with args. +set dummy msgmerge; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_MSGMERGE+set}" = set; then : $as_echo_n "(cached) " >&6 else - if test -z "$GREP"; then - ac_path_GREP_found=false - # Loop through the user's path and test for each of PROGNAME-LIST + case $MSGMERGE in + [\\/]* | ?:[\\/]*) + ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. + ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue -# Check for GNU ac_path_GREP and select it if it is found. - # Check for GNU $ac_path_GREP -case `"$ac_path_GREP" --version 2>&1` in -*GNU*) - ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; -*) - ac_count=0 - $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" - $as_echo 'GREP' >> "conftest.nl" - "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - as_fn_arith $ac_count + 1 && ac_count=$as_val - if test $ac_count -gt ${ac_path_GREP_max-0}; then - # Best one so far, save it but keep looking for a better one - ac_cv_path_GREP="$ac_path_GREP" - ac_path_GREP_max=$ac_count - fi - # 10*(2^10) chars as input seems more than enough - test $ac_count -gt 10 && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -esac - - $ac_path_GREP_found && break 3 - done - done + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done done IFS=$as_save_IFS - if test -z "$ac_cv_path_GREP"; then - as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 - fi -else - ac_cv_path_GREP=$GREP -fi + ;; +esac +fi +MSGMERGE=$ac_cv_path_MSGMERGE +if test -n "$MSGMERGE"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 +$as_echo "$MSGMERGE" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 -$as_echo "$ac_cv_path_GREP" >&6; } - GREP="$ac_cv_path_GREP" -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 -$as_echo_n "checking for egrep... " >&6; } -if test "${ac_cv_path_EGREP+set}" = set; then : +# Extract the first word of "msgfmt", so it can be a program name with args. +set dummy msgfmt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_MSGFMT+set}" = set; then : $as_echo_n "(cached) " >&6 else - if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 - then ac_cv_path_EGREP="$GREP -E" - else - if test -z "$EGREP"; then - ac_path_EGREP_found=false - # Loop through the user's path and test for each of PROGNAME-LIST + case $MSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. + ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue -# Check for GNU ac_path_EGREP and select it if it is found. - # Check for GNU $ac_path_EGREP -case `"$ac_path_EGREP" --version 2>&1` in -*GNU*) - ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; -*) - ac_count=0 - $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" - $as_echo 'EGREP' >> "conftest.nl" - "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - as_fn_arith $ac_count + 1 && ac_count=$as_val - if test $ac_count -gt ${ac_path_EGREP_max-0}; then - # Best one so far, save it but keep looking for a better one - ac_cv_path_EGREP="$ac_path_EGREP" - ac_path_EGREP_max=$ac_count - fi - # 10*(2^10) chars as input seems more than enough - test $ac_count -gt 10 && break - done - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; -esac - - $ac_path_EGREP_found && break 3 - done - done + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done done IFS=$as_save_IFS - if test -z "$ac_cv_path_EGREP"; then - as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 - fi -else - ac_cv_path_EGREP=$EGREP -fi - fi + ;; +esac +fi +MSGFMT=$ac_cv_path_MSGFMT +if test -n "$MSGFMT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 +$as_echo "$MSGFMT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 -$as_echo "$ac_cv_path_EGREP" >&6; } - EGREP="$ac_cv_path_EGREP" -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 -$as_echo_n "checking for ANSI C header files... " >&6; } -if test "${ac_cv_header_stdc+set}" = set; then : +# Extract the first word of "gmsgfmt", so it can be a program name with args. +set dummy gmsgfmt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_GMSGFMT+set}" = set; then : $as_echo_n "(cached) " >&6 else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -#include -#include -#include - -int -main () -{ + case $GMSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - ac_cv_header_stdc=yes + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" + ;; +esac +fi +GMSGFMT=$ac_cv_path_GMSGFMT +if test -n "$GMSGFMT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 +$as_echo "$GMSGFMT" >&6; } else - ac_cv_header_stdc=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -if test $ac_cv_header_stdc = yes; then - # SunOS 4.x string.h does not declare mem*, contrary to ANSI. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "memchr" >/dev/null 2>&1; then : +if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then + as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5 +fi +xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" +mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" +mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" +if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then + as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5 +fi + +# Extract the first word of "perl", so it can be a program name with args. +set dummy perl; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + case $INTLTOOL_PERL in + [\\/]* | ?:[\\/]*) + ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS -else - ac_cv_header_stdc=no + ;; +esac fi -rm -f conftest* - +INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL +if test -n "$INTLTOOL_PERL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5 +$as_echo "$INTLTOOL_PERL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } fi -if test $ac_cv_header_stdc = yes; then - # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "free" >/dev/null 2>&1; then : +if test -z "$INTLTOOL_PERL"; then + as_fn_error "perl not found" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5 +$as_echo_n "checking for perl >= 5.8.1... " >&6; } +$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 +if test $? -ne 0; then + as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5 else - ac_cv_header_stdc=no + IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 +$as_echo "$IT_PERL_VERSION" >&6; } fi -rm -f conftest* - +if test "x" != "xno-xml"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5 +$as_echo_n "checking for XML::Parser... " >&6; } + if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +$as_echo "ok" >&6; } + else + as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5 + fi fi -if test $ac_cv_header_stdc = yes; then - # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. - if test "$cross_compiling" = yes; then : - : -else +# Substitute ALL_LINGUAS so we can use it in po/Makefile + + +# Set DATADIRNAME correctly if it is not set yet +# (copied from glib-gettext.m4) +if test -z "$DATADIRNAME"; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include -#include -#if ((' ' & 0x0FF) == 0x020) -# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -#else -# define ISLOWER(c) \ - (('a' <= (c) && (c) <= 'i') \ - || ('j' <= (c) && (c) <= 'r') \ - || ('s' <= (c) && (c) <= 'z')) -# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) -#endif -#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { - int i; - for (i = 0; i < 256; i++) - if (XOR (islower (i), ISLOWER (i)) - || toupper (i) != TOUPPER (i)) - return 2; +extern int _nl_msg_cat_cntr; + return _nl_msg_cat_cntr + ; return 0; } _ACEOF -if ac_fn_c_try_run "$LINENO"; then : - +if ac_fn_c_try_link "$LINENO"; then : + DATADIRNAME=share else - ac_cv_header_stdc=no -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ - conftest.$ac_objext conftest.beam conftest.$ac_ext -fi - -fi + case $host in + *-*-solaris*) + ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" +if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : + DATADIRNAME=share +else + DATADIRNAME=lib fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 -$as_echo "$ac_cv_header_stdc" >&6; } -if test $ac_cv_header_stdc = yes; then - -$as_echo "#define STDC_HEADERS 1" >>confdefs.h + ;; + *) + DATADIRNAME=lib + ;; + esac fi - - -# Check whether --enable-man was given. -if test "${enable_man+set}" = set; then : - enableval=$enable_man; enable_man="${enableval}" -else - enable_man=no - +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext fi -$as_echo "#define CURSOR_THEME 0" >>confdefs.h - -# Check whether --enable-cursor-theme was given. -if test "${enable_cursor_theme+set}" = set; then : - enableval=$enable_cursor_theme; $as_echo "#define CURSOR_THEME 1" >>confdefs.h -fi - -pkg_modules="gtk+-2.0 >= 2.16.0 gmodule-export-2.0" if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then @@ -6078,93 +4654,281 @@ fi -if test -z "$ac_cv_path_PKG_CONFIG"; then - ac_pt_PKG_CONFIG=$PKG_CONFIG - # Extract the first word of "pkg-config", so it can be a program name with args. -set dummy pkg-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : - $as_echo_n "(cached) " >&6 +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +$as_echo "$ac_pt_PKG_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.9.0 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + PKG_CONFIG="" + fi + +fi + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XLIB" >&5 +$as_echo_n "checking for XLIB... " >&6; } + +if test -n "$PKG_CONFIG"; then + if test -n "$XLIB_CFLAGS"; then + pkg_cv_XLIB_CFLAGS="$XLIB_CFLAGS" + else + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\"x11\"\""; } >&5 + ($PKG_CONFIG --exists --print-errors ""x11"") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_XLIB_CFLAGS=`$PKG_CONFIG --cflags ""x11"" 2>/dev/null` +else + pkg_failed=yes +fi + fi +else + pkg_failed=untried +fi +if test -n "$PKG_CONFIG"; then + if test -n "$XLIB_LIBS"; then + pkg_cv_XLIB_LIBS="$XLIB_LIBS" + else + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\"x11\"\""; } >&5 + ($PKG_CONFIG --exists --print-errors ""x11"") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_XLIB_LIBS=`$PKG_CONFIG --libs ""x11"" 2>/dev/null` +else + pkg_failed=yes +fi + fi +else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + XLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors ""x11""` + else + XLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors ""x11""` + fi + # Put the nasty error message in config.log where it belongs + echo "$XLIB_PKG_ERRORS" >&5 + + as_fn_error "Package requirements (\"x11\") were not met: + +$XLIB_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables XLIB_CFLAGS +and XLIB_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. +" "$LINENO" 5 +elif test $pkg_failed = untried; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables XLIB_CFLAGS +and XLIB_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details." "$LINENO" 5; } +else + XLIB_CFLAGS=$pkg_cv_XLIB_CFLAGS + XLIB_LIBS=$pkg_cv_XLIB_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + : +fi + + + +gtk_modules="gtk+-2.0 >= 2.12.0 gthread-2.0" + +pkg_failed=no +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5 +$as_echo_n "checking for GTK... " >&6; } + +if test -n "$PKG_CONFIG"; then + if test -n "$GTK_CFLAGS"; then + pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" + else + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_modules\""; } >&5 + ($PKG_CONFIG --exists --print-errors "$gtk_modules") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "$gtk_modules" 2>/dev/null` +else + pkg_failed=yes +fi + fi else - case $ac_pt_PKG_CONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac + pkg_failed=untried fi -ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG -if test -n "$ac_pt_PKG_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 -$as_echo "$ac_pt_PKG_CONFIG" >&6; } +if test -n "$PKG_CONFIG"; then + if test -n "$GTK_LIBS"; then + pkg_cv_GTK_LIBS="$GTK_LIBS" + else + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_modules\""; } >&5 + ($PKG_CONFIG --exists --print-errors "$gtk_modules") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "$gtk_modules" 2>/dev/null` else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } + pkg_failed=yes fi - - if test "x$ac_pt_PKG_CONFIG" = x; then - PKG_CONFIG="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - PKG_CONFIG=$ac_pt_PKG_CONFIG - fi + fi else - PKG_CONFIG="$ac_cv_path_PKG_CONFIG" + pkg_failed=untried fi + + +if test $pkg_failed = yes; then + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no fi -if test -n "$PKG_CONFIG"; then - _pkg_min_version=0.9.0 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 -$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - PKG_CONFIG="" - fi + if test $_pkg_short_errors_supported = yes; then + GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gtk_modules"` + else + GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$gtk_modules"` + fi + # Put the nasty error message in config.log where it belongs + echo "$GTK_PKG_ERRORS" >&5 + + as_fn_error "Package requirements ($gtk_modules) were not met: + +$GTK_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables GTK_CFLAGS +and GTK_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. +" "$LINENO" 5 +elif test $pkg_failed = untried; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables GTK_CFLAGS +and GTK_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. +To get pkg-config, see . +See \`config.log' for more details." "$LINENO" 5; } +else + GTK_CFLAGS=$pkg_cv_GTK_CFLAGS + GTK_LIBS=$pkg_cv_GTK_LIBS + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + : fi + + +gmodule_modules="gmodule-export-2.0" + pkg_failed=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PACKAGE" >&5 -$as_echo_n "checking for PACKAGE... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GMODULE" >&5 +$as_echo_n "checking for GMODULE... " >&6; } if test -n "$PKG_CONFIG"; then - if test -n "$PACKAGE_CFLAGS"; then - pkg_cv_PACKAGE_CFLAGS="$PACKAGE_CFLAGS" + if test -n "$GMODULE_CFLAGS"; then + pkg_cv_GMODULE_CFLAGS="$GMODULE_CFLAGS" else if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$pkg_modules\""; } >&5 - ($PKG_CONFIG --exists --print-errors "$pkg_modules") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gmodule_modules\""; } >&5 + ($PKG_CONFIG --exists --print-errors "$gmodule_modules") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_PACKAGE_CFLAGS=`$PKG_CONFIG --cflags "$pkg_modules" 2>/dev/null` + pkg_cv_GMODULE_CFLAGS=`$PKG_CONFIG --cflags "$gmodule_modules" 2>/dev/null` else pkg_failed=yes fi @@ -6173,16 +4937,16 @@ pkg_failed=untried fi if test -n "$PKG_CONFIG"; then - if test -n "$PACKAGE_LIBS"; then - pkg_cv_PACKAGE_LIBS="$PACKAGE_LIBS" + if test -n "$GMODULE_LIBS"; then + pkg_cv_GMODULE_LIBS="$GMODULE_LIBS" else if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$pkg_modules\""; } >&5 - ($PKG_CONFIG --exists --print-errors "$pkg_modules") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gmodule_modules\""; } >&5 + ($PKG_CONFIG --exists --print-errors "$gmodule_modules") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_PACKAGE_LIBS=`$PKG_CONFIG --libs "$pkg_modules" 2>/dev/null` + pkg_cv_GMODULE_LIBS=`$PKG_CONFIG --libs "$gmodule_modules" 2>/dev/null` else pkg_failed=yes fi @@ -6201,22 +4965,22 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - PACKAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$pkg_modules"` + GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gmodule_modules"` else - PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$pkg_modules"` + GMODULE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$gmodule_modules"` fi # Put the nasty error message in config.log where it belongs - echo "$PACKAGE_PKG_ERRORS" >&5 + echo "$GMODULE_PKG_ERRORS" >&5 - as_fn_error "Package requirements ($pkg_modules) were not met: + as_fn_error "Package requirements ($gmodule_modules) were not met: -$PACKAGE_PKG_ERRORS +$GMODULE_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. -Alternatively, you may set the environment variables PACKAGE_CFLAGS -and PACKAGE_LIBS to avoid the need to call pkg-config. +Alternatively, you may set the environment variables GMODULE_CFLAGS +and GMODULE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " "$LINENO" 5 elif test $pkg_failed = untried; then @@ -6226,15 +4990,15 @@ is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. -Alternatively, you may set the environment variables PACKAGE_CFLAGS -and PACKAGE_LIBS to avoid the need to call pkg-config. +Alternatively, you may set the environment variables GMODULE_CFLAGS +and GMODULE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details." "$LINENO" 5; } else - PACKAGE_CFLAGS=$pkg_cv_PACKAGE_CFLAGS - PACKAGE_LIBS=$pkg_cv_PACKAGE_LIBS + GMODULE_CFLAGS=$pkg_cv_GMODULE_CFLAGS + GMODULE_LIBS=$pkg_cv_GMODULE_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } : @@ -6242,15 +5006,44 @@ -GETTEXT_PACKAGE=lxappearance +# gio_modules="gthread-2.0 gio-unix-2.0 glib-2.0 >= 2.18.0" +# PKG_CHECK_MODULES(GIO, [$gio_modules]) +# AC_SUBST(GIO_CFLAGS) +# AC_SUBST(GIO_LIBS) +# menu_modules="libmenu-cache >= 0.3.2" +# PKG_CHECK_MODULES(MENU_CACHE, [$menu_modules]) +# AC_SUBST(MENU_CACHE_CFLAGS) +# AC_SUBST(MENU_CACHE_LIBS) -cat >>confdefs.h <<_ACEOF -#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" -_ACEOF +# Check whether --enable-debug was given. +if test "${enable_debug+set}" = set; then : + enableval=$enable_debug; enable_debug="${enableval}" +else + enable_debug=no + +fi + +if test "$enable_debug" = "yes"; then + # turn on debug and disable optimization + CPPFLAGS="$CPPFLAGS -DG_ENABLE_DEBUG -O0 -g" +else + # turn off glib debug checks + CPPFLAGS="$CPPFLAGS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS" +fi +# Generate po/LINGUAS on the fly rather than relying on translators +# to maintain it manually. This also overcome the problem that Transifex +# cannot add a language to po/LINGUAS if a new po file is submitted. +rm -f $srcdir/po/LINGUAS +for po_file in `ls $srcdir/po/*.po | sort`; +do + lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"` + echo $lang >> $srcdir/po/LINGUAS +done + +GETTEXT_PACKAGE=lxappearance -ALL_LINGUAS="af ar be@latin bg bn bn_IN ca cs da de dz el en_GB es et eu fa fi fr frp gl gu he hr hu id it ja ka ko lt mk ml ms nb nl nn oc pa pl ps pt pt_BR ru sk sl sr sr@Latn sv ta th tr uk ur ur_PK vi zh_CN zh_TW" # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h @@ -6974,173 +5767,13 @@ < $srcdir/po/POTFILES.in > po/POTFILES -if test x"$enable_man" = x"yes"; then - # Extract the first word of "xsltproc", so it can be a program name with args. -set dummy xsltproc; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_XSLTPROC+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - case $XSLTPROC in - [\\/]* | ?:[\\/]*) - ac_cv_path_XSLTPROC="$XSLTPROC" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_XSLTPROC="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - ;; -esac -fi -XSLTPROC=$ac_cv_path_XSLTPROC -if test -n "$XSLTPROC"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5 -$as_echo "$XSLTPROC" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - if test -z "$XSLTPROC"; then - enable_man=no - fi - - - # check for the presence of the XML catalog - -# Check whether --with-xml-catalog was given. -if test "${with_xml_catalog+set}" = set; then : - withval=$with_xml_catalog; -else - with_xml_catalog=/etc/xml/catalog -fi - - jh_found_xmlcatalog=true - XML_CATALOG_FILE="$with_xml_catalog" - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML catalog ($XML_CATALOG_FILE)" >&5 -$as_echo_n "checking for XML catalog ($XML_CATALOG_FILE)... " >&6; } - if test -f "$XML_CATALOG_FILE"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 -$as_echo "found" >&6; } - else - jh_found_xmlcatalog=false - { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 -$as_echo "not found" >&6; } - fi - - # check for the xmlcatalog program - # Extract the first word of "xmlcatalog", so it can be a program name with args. -set dummy xmlcatalog; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_XMLCATALOG+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - case $XMLCATALOG in - [\\/]* | ?:[\\/]*) - ac_cv_path_XMLCATALOG="$XMLCATALOG" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_XMLCATALOG="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - test -z "$ac_cv_path_XMLCATALOG" && ac_cv_path_XMLCATALOG="no" - ;; -esac -fi -XMLCATALOG=$ac_cv_path_XMLCATALOG -if test -n "$XMLCATALOG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLCATALOG" >&5 -$as_echo "$XMLCATALOG" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - if test "x$XMLCATALOG" = xno; then - jh_found_xmlcatalog=false - fi - - if $jh_found_xmlcatalog; then - : - else - : - fi - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XML DTD V4.1.2 in XML catalog" >&5 -$as_echo_n "checking for DocBook XML DTD V4.1.2 in XML catalog... " >&6; } - if $jh_found_xmlcatalog && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$XMLCATALOG --noout \"\$XML_CATALOG_FILE\" \"-//OASIS//DTD DocBook XML V4.1.2//EN\" >&2"; } >&5 - ($XMLCATALOG --noout "$XML_CATALOG_FILE" "-//OASIS//DTD DocBook XML V4.1.2//EN" >&2) 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 -$as_echo "found" >&6; } - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 -$as_echo "not found" >&6; } - enable_man=no - fi - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DocBook XSL Stylesheets >= 1.70.1 in XML catalog" >&5 -$as_echo_n "checking for DocBook XSL Stylesheets >= 1.70.1 in XML catalog... " >&6; } - if $jh_found_xmlcatalog && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$XMLCATALOG --noout \"\$XML_CATALOG_FILE\" \"http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl\" >&2"; } >&5 - ($XMLCATALOG --noout "$XML_CATALOG_FILE" "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" >&2) 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 -$as_echo "found" >&6; } - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 -$as_echo "not found" >&6; } - enable_man=no - fi - -fi +cat >>confdefs.h <<_ACEOF +#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" +_ACEOF - if test "x$enable_man" != "xno"; then - ENABLE_REGENERATE_MAN_TRUE= - ENABLE_REGENERATE_MAN_FALSE='#' -else - ENABLE_REGENERATE_MAN_TRUE='#' - ENABLE_REGENERATE_MAN_FALSE= -fi +ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile data/ui/Makefile data/ui/about.glade data/lxappearance.pc po/Makefile.in" -ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in man/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -7247,10 +5880,6 @@ am__EXEEXT_FALSE= fi -if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then - as_fn_error "conditional \"MAINTAINER_MODE\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -7263,18 +5892,6 @@ ac_config_commands="$ac_config_commands po/stamp-it" -if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then - as_fn_error "conditional \"am__fastdepCC\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi -if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then - as_fn_error "conditional \"am__fastdepCC\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi -if test -z "${ENABLE_REGENERATE_MAN_TRUE}" && test -z "${ENABLE_REGENERATE_MAN_FALSE}"; then - as_fn_error "conditional \"ENABLE_REGENERATE_MAN\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi : ${CONFIG_STATUS=./config.status} ac_write_fail=0 @@ -7683,7 +6300,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by $as_me, which was +This file was extended by lxappearance $as_me 0.5.0, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7743,13 +6360,13 @@ Configuration commands: $config_commands -Report bugs to the package provider." +Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -config.status +lxappearance config.status 0.5.0 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" @@ -7878,8 +6495,11 @@ "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; + "data/ui/Makefile") CONFIG_FILES="$CONFIG_FILES data/ui/Makefile" ;; + "data/ui/about.glade") CONFIG_FILES="$CONFIG_FILES data/ui/about.glade" ;; + "data/lxappearance.pc") CONFIG_FILES="$CONFIG_FILES data/lxappearance.pc" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; - "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; @@ -8622,3 +7242,25 @@ fi +if test x"$sysconfdir" != x'/etc'; then + echo + echo + echo 'Error: sysconfdir is not /etc.' + echo 'Please consider passing --sysconfdir=/etc to configure.'; + echo 'Otherwise default config files will be installed to wrong place.' + echo + echo +else + echo + echo lxappearance....................... : Version $VERSION + echo + echo Enable debug....................: "$enable_debug" + echo Prefix..........................: $prefix + echo + echo The binary will be installed in $prefix/bin + echo + echo http://lxde.org/ + echo + echo "Ready to make lxappearance. Type 'make' to continue." + echo +fi diff -Nru lxappearance-0.4.0/configure.ac lxappearance-0.5.0/configure.ac --- lxappearance-0.4.0/configure.ac 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/configure.ac 2010-08-07 17:45:05.000000000 +0000 @@ -0,0 +1,114 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +prog_name = lxappearance + +AC_PREREQ([2.63]) +AC_INIT([lxappearance], [0.5.0], [http://lxde.org/]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) + +AC_CONFIG_HEADERS([config.h]) + +# Checks for programs. +AC_PROG_CC +# AM_PROG_LIBTOOL + +# Checks for libraries. + +# Checks for header files. +AC_HEADER_STDC + +# Checks for typedefs, structures, and compiler characteristics. + +# Checks for library functions. + +# intltool +IT_PROG_INTLTOOL([0.40.0]) + +PKG_CHECK_MODULES(XLIB, "x11") +AC_SUBST(XLIB_CFLAGS) +AC_SUBST(XLIB_LIBS) + +gtk_modules="gtk+-2.0 >= 2.12.0 gthread-2.0" +PKG_CHECK_MODULES(GTK, [$gtk_modules]) +AC_SUBST(GTK_CFLAGS) +AC_SUBST(GTK_LIBS) + +gmodule_modules="gmodule-export-2.0" +PKG_CHECK_MODULES(GMODULE, [$gmodule_modules]) +AC_SUBST(GMODULE_CFLAGS) +AC_SUBST(GMODULE_LIBS) + +# gio_modules="gthread-2.0 gio-unix-2.0 glib-2.0 >= 2.18.0" +# PKG_CHECK_MODULES(GIO, [$gio_modules]) +# AC_SUBST(GIO_CFLAGS) +# AC_SUBST(GIO_LIBS) + +# menu_modules="libmenu-cache >= 0.3.2" +# PKG_CHECK_MODULES(MENU_CACHE, [$menu_modules]) +# AC_SUBST(MENU_CACHE_CFLAGS) +# AC_SUBST(MENU_CACHE_LIBS) + +AC_ARG_ENABLE(debug, + [AC_HELP_STRING([--enable-debug], + [build libfm with debug support @<:@default=no@:>@])], + [enable_debug="${enableval}"], + [enable_debug=no] +) +if test "$enable_debug" = "yes"; then + # turn on debug and disable optimization + CPPFLAGS="$CPPFLAGS -DG_ENABLE_DEBUG -O0 -g" +else + # turn off glib debug checks + CPPFLAGS="$CPPFLAGS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS" +fi + +# Generate po/LINGUAS on the fly rather than relying on translators +# to maintain it manually. This also overcome the problem that Transifex +# cannot add a language to po/LINGUAS if a new po file is submitted. +rm -f $srcdir/po/LINGUAS +for po_file in `ls $srcdir/po/*.po | sort`; +do + lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"` + echo $lang >> $srcdir/po/LINGUAS +done + +GETTEXT_PACKAGE=lxappearance +AC_SUBST(GETTEXT_PACKAGE) +AM_GLIB_GNU_GETTEXT +AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.]) + +AC_CONFIG_FILES([ + Makefile + src/Makefile + data/Makefile + data/ui/Makefile + data/ui/about.glade + data/lxappearance.pc + po/Makefile.in +]) + +AC_OUTPUT + +if test x"$sysconfdir" != x'/etc'; then + echo + echo + echo 'Error: sysconfdir is not /etc.' + echo 'Please consider passing --sysconfdir=/etc to configure.'; + echo 'Otherwise default config files will be installed to wrong place.' + echo + echo +else + echo + echo lxappearance....................... : Version $VERSION + echo + echo Enable debug....................: "$enable_debug" + echo Prefix..........................: $prefix + echo + echo The binary will be installed in $prefix/bin + echo + echo http://lxde.org/ + echo + echo "Ready to make lxappearance. Type 'make' to continue." + echo +fi diff -Nru lxappearance-0.4.0/configure.in lxappearance-0.5.0/configure.in --- lxappearance-0.4.0/configure.in 2009-12-19 11:05:54.000000000 +0000 +++ lxappearance-0.5.0/configure.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,62 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. - -AC_INIT(configure.in) -AM_INIT_AUTOMAKE(lxappearance, 0.4.0) -AM_CONFIG_HEADER(config.h) -AM_MAINTAINER_MODE - -# Init intltool -IT_PROG_INTLTOOL - -AC_ISC_POSIX -AC_PROG_CC -AM_PROG_CC_STDC -AC_HEADER_STDC - -AC_ARG_ENABLE(man, - [AC_HELP_STRING([--enable-man], - [regenerate roff man pages from Docbook @<:@default=no@:>@])], - [enable_man="${enableval}"], - [enable_man=no] -) - -AC_DEFINE([CURSOR_THEME],0,[Cursor theme support is not well implemented]) -AC_ARG_ENABLE(cursor-theme,[], - AC_DEFINE([CURSOR_THEME],1) -) - -pkg_modules="gtk+-2.0 >= 2.16.0 gmodule-export-2.0" -PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) -AC_SUBST(PACKAGE_CFLAGS) -AC_SUBST(PACKAGE_LIBS) - -GETTEXT_PACKAGE=lxappearance -AC_SUBST(GETTEXT_PACKAGE) -AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.]) - -dnl Add the languages which your application supports here. -ALL_LINGUAS="af ar be@latin bg bn bn_IN ca cs da de dz el en_GB es et eu fa fi fr frp gl gu he hr hu id it ja ka ko lt mk ml ms nb nl nn oc pa pl ps pt pt_BR ru sk sl sr sr@Latn sv ta th tr uk ur ur_PK vi zh_CN zh_TW" -AM_GLIB_GNU_GETTEXT - -if test x"$enable_man" = x"yes"; then - AC_PATH_PROG([XSLTPROC], [xsltproc]) - if test -z "$XSLTPROC"; then - enable_man=no - fi - - dnl check for DocBook DTD and stylesheets in the local catalog. - JH_CHECK_XML_CATALOG([-//OASIS//DTD DocBook XML V4.1.2//EN], - [DocBook XML DTD V4.1.2], [], enable_man=no) - JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl], - [DocBook XSL Stylesheets >= 1.70.1], [], enable_man=no) -fi - -AM_CONDITIONAL(ENABLE_REGENERATE_MAN, test "x$enable_man" != "xno") - -AC_OUTPUT([ -Makefile -src/Makefile -po/Makefile.in -man/Makefile -]) - diff -Nru lxappearance-0.4.0/COPYING lxappearance-0.5.0/COPYING --- lxappearance-0.4.0/COPYING 2010-01-06 15:30:30.000000000 +0000 +++ lxappearance-0.5.0/COPYING 2010-08-12 22:38:54.000000000 +0000 @@ -1,626 +1,285 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to this License. - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it @@ -628,15 +287,15 @@ To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least +convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) - This program is free software: you can redistribute it and/or modify + This program 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, either version 3 of the License, or + the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -644,31 +303,37 @@ 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 program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff -Nru lxappearance-0.4.0/data/demo.ui lxappearance-0.5.0/data/demo.ui --- lxappearance-0.4.0/data/demo.ui 2010-01-06 15:34:18.000000000 +0000 +++ lxappearance-0.5.0/data/demo.ui 1970-01-01 00:00:00.000000000 +0000 @@ -1,556 +0,0 @@ - - - - - - - - - - - - Test Item 1 - - - Test Item 2 - - - Test Item 3 - - - - - 1 - 100 - 1 - - - 100 - 10 - - - Type some characters here to test currently selected font. - - - True - vertical - - - - True - - - True - _File - True - - - - - gtk-new - True - True - True - - - - - gtk-open - True - True - True - - - - - gtk-save - True - True - True - - - - - gtk-save-as - True - True - True - - - - - True - - - - - gtk-quit - True - True - True - - - - - - - - - True - _Edit - True - - - - - gtk-cut - True - True - True - - - - - gtk-copy - True - True - True - - - - - gtk-paste - True - True - True - - - - - gtk-delete - True - True - True - - - - - - - - - True - _Help - True - - - - - gtk-about - True - True - True - - - - - - - - - False - False - 0 - - - - - True - - - True - both - False - - - True - True - gtk-go-back - - - False - True - - - - - True - gtk-go-forward - - - False - True - - - - - True - True - gtk-stop - - - False - True - - - - - - - False - False - 1 - - - - - True - True - - - True - True - automatic - automatic - in - - - True - True - 100 - 8 - - - - - - - True - Tab1 - - - False - - - - - True - - - True - 4 - 0 - - - True - 4 - 4 - - - True - vertical - 4 - - - Radio Button - True - True - False - True - True - True - - - False - False - 0 - - - - - Radio Button - True - True - False - True - True - radiobutton1 - - - False - False - 1 - - - - - True - - - False - 2 - - - - - Check Button - True - True - False - True - True - - - False - False - 3 - - - - - True - True - - - - False - False - 4 - - - - - - - - - True - Demo - True - - - - - 0 - - - - - True - 4 - vertical - - - True - True - 0.60000002384200002 - 0.10000000149 - 60 % - - - False - False - 0 - - - - - True - True - adjustment2 - - - False - 1 - - - - - True - - - True - True - - adjustment1 - 1 - - - 0 - - - - - True - True - True - - - True - 0 - 0 - - - True - 2 - - - True - gtk-find - - - False - False - 0 - - - - - True - button - True - - - False - False - 1 - - - - - - - - - False - False - 1 - - - - - False - 2 - - - - - True - liststore1 - - - - 0 - - - - - False - 3 - - - - - 1 - - - - - 1 - - - - - True - Tab2 - - - 1 - False - - - - - True - True - automatic - automatic - in - - - True - True - textbuffer1 - - - - - 2 - - - - - True - Tab3 - - - 2 - False - - - - - True - True - never - in - - - True - True - True - - - - - 3 - - - - - True - Tab4 - - - 3 - False - - - - - 2 - - - - - True - 2 - - - False - False - 3 - - - - diff -Nru lxappearance-0.4.0/data/lxappearance.desktop lxappearance-0.5.0/data/lxappearance.desktop --- lxappearance-0.4.0/data/lxappearance.desktop 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/data/lxappearance.desktop 2010-10-12 15:20:41.000000000 +0000 @@ -0,0 +1,34 @@ +[Desktop Entry] +Type=Application +Name=Customize Look and Feel +Name[de]=Erscheinungsbild anpassen +Name[es]=Personalizar apariencia y comportamiento +Name[hu]=Megjelenés testreszabása +Name[it]=Personalizza aspetto e stile +Name[pt_BR]=Personalizar visual +Name[ru]=ÐаÑтройка внешнего вида +Name[uk]=Ðалаштувати виглÑд Ñ– Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ +Name[zh_TW]=自訂外觀風格 +GenericName=Customize Look and Feel +GenericName[de]=Erscheinungsbild anpassen +GenericName[es]=Personalizar apariencia y comportamiento +GenericName[hu]=Megjelenés testreszabása +GenericName[it]=Personalizza aspetto e stile +GenericName[pt_BR]=Personalizar visual +GenericName[ru]=ÐаÑтройка внешнего вида +GenericName[uk]=Ðалаштувати виглÑд Ñ– Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ +GenericName[zh_TW]=自訂外觀風格 +Comment=Customizes look and feel of your desktop and applications +Comment[de]=Das Erscheinungsbild Ihrer Arbeitsumgebung und Anwendungen anpassen +Comment[es]=Personaliza la aparciencia y el comportamiento de su escritorio y aplicaciones +Comment[hu]=A munkaasztal és az alkalmazások megjelenésének testreszabása +Comment[it]=Personalizza l'aspetto e lo stile del tuo desktop e delle applicazioni +Comment[pt_BR]=Personaliza o visual de sua área de trabalho e aplicativos +Comment[ru]=ÐаÑтройте тему рабочего Ñтола и приложений +Comment[uk]=Ðалаштовує виглÑд Вашого робочого Ñтолу Ñ– програм +Comment[zh_TW]=自訂桌é¢å’Œæ‡‰ç”¨ç¨‹å¼çš„外觀風格 +Icon=preferences-desktop-theme +Exec=lxappearance +NotShowIn=GNOME;XFCE; +StartupNotify=true +Categories=Settings;DesktopSettings;GTK;X-LXDE-Settings; diff -Nru lxappearance-0.4.0/data/lxappearance.pc.in lxappearance-0.5.0/data/lxappearance.pc.in --- lxappearance-0.4.0/data/lxappearance.pc.in 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/data/lxappearance.pc.in 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +datadir=@datadir@ + +Name: lxappearance +Description: Tool used to customize look and feel of gtk+ applications. +Requires: gtk+-2.0 >= 2.12 +Version: @VERSION@ diff -Nru lxappearance-0.4.0/data/lxappearance.ui lxappearance-0.5.0/data/lxappearance.ui --- lxappearance-0.4.0/data/lxappearance.ui 2010-01-06 15:34:18.000000000 +0000 +++ lxappearance-0.5.0/data/lxappearance.ui 1970-01-01 00:00:00.000000000 +0000 @@ -1,526 +0,0 @@ - - - - - - - - - - - - Icons only - - - Text only - - - Text below icons - - - Text beside icons - - - - - Appearance Settings - 640 - 450 - dialog - - - - True - vertical - - - True - - - True - True - - - True - vertical - - - True - 4 - 4 - Available Window Themes - - - False - False - 0 - - - - - True - True - automatic - automatic - - - True - True - False - - - - - 1 - - - - - True - - - True - _Font: - True - font - - - False - 4 - 0 - - - - - 100 - True - True - False - 2 - True - True - - - - 1 - - - - - False - False - 4 - 2 - - - - - - - True - Window - - - False - - - - - True - vertical - - - True - 4 - 4 - Available Icon Themes - - - False - False - 0 - - - - - True - True - automatic - automatic - - - True - True - False - - - - - 1 - - - - - True - 2 - 4 - - - True - True - False - - - - True - 0 - 0 - - - True - 2 - - - True - gtk-add - - - False - False - 0 - - - - - True - _Install - True - - - False - False - 1 - - - - - - - - - 0 - - - - - gtk-remove - True - False - True - - - - 1 - - - - - False - 2 - 2 - - - - - 1 - - - - - True - Icon - - - 1 - False - - - - - vertical - - - True - 4 - 4 - Available Cursor Themes - - - False - False - 0 - - - - - True - True - automatic - automatic - - - True - True - False - - - - - 1 - - - - - True - - - True - Size - - - False - False - 4 - 0 - - - - - True - Small - - - False - False - 4 - 1 - - - - - True - True - adjustment1 - 0 - False - - - - 2 - - - - - True - Large - - - False - False - 4 - 3 - - - - - False - 8 - 2 - - - - - 2 - - - - - True - Cursor - - - 2 - False - - - - - True - vertical - 4 - - - True - 4 - vertical - - - True - 0 - Toolbar Style: - - - False - False - 0 - - - - - True - liststore1 - - - - - 0 - - - - - 1 - - - - - False - 0 - - - - - - - - 3 - - - - - True - Other - - - 3 - False - - - - - False - 0 - - - - - True - vertical - - - True - <b>Preview</b> - True - - - False - False - 0 - - - - - True - 6 - 0 - - - True - 4 - 4 - - - - - - - - 1 - - - - - 1 - - - - - 2 - - - - - True - end - - - gtk-apply - True - True - True - False - True - - - - False - False - 0 - - - - - gtk-close - True - True - True - False - True - - - - False - False - 1 - - - - - False - end - 0 - - - - - - apply - closebutton - - - - 16 - 16 - 64 - 1 - - diff -Nru lxappearance-0.4.0/data/Makefile.am lxappearance-0.5.0/data/Makefile.am --- lxappearance-0.4.0/data/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/data/Makefile.am 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,19 @@ +NULL= + +SUBDIRS= \ + ui \ + $(NULL) + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = lxappearance.pc + +desktopdir=$(datadir)/applications +desktop_in_files = \ + lxappearance.desktop.in \ + $(NULL) +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) +@INTLTOOL_DESKTOP_RULE@ + +EXTRA_DIST= \ + $(desktop_DATA) \ + $(NULL) diff -Nru lxappearance-0.4.0/data/Makefile.in lxappearance-0.5.0/data/Makefile.in --- lxappearance-0.4.0/data/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/data/Makefile.in 2010-10-12 15:20:51.000000000 +0000 @@ -0,0 +1,636 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = data +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/lxappearance.pc.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = lxappearance.pc +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(desktopdir)" \ + "$(DESTDIR)$(pkgconfigdir)" +DATA = $(desktop_DATA) $(pkgconfig_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GMODULE_CFLAGS = @GMODULE_CFLAGS@ +GMODULE_LIBS = @GMODULE_LIBS@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XLIB_CFLAGS = @XLIB_CFLAGS@ +XLIB_LIBS = @XLIB_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +NULL = +SUBDIRS = \ + ui \ + $(NULL) + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = lxappearance.pc +desktopdir = $(datadir)/applications +desktop_in_files = \ + lxappearance.desktop.in \ + $(NULL) + +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) +EXTRA_DIST = \ + $(desktop_DATA) \ + $(NULL) + +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign data/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +lxappearance.pc: $(top_builddir)/config.status $(srcdir)/lxappearance.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +install-desktopDATA: $(desktop_DATA) + @$(NORMAL_INSTALL) + test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)" + @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \ + done + +uninstall-desktopDATA: + @$(NORMAL_UNINSTALL) + @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(desktopdir)" && rm -f $$files +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-desktopDATA install-pkgconfigDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-desktopDATA uninstall-pkgconfigDATA + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ + install-am install-strip tags-recursive + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic ctags \ + ctags-recursive distclean distclean-generic distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-data install-data-am install-desktopDATA \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-pkgconfigDATA \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ + uninstall-desktopDATA uninstall-pkgconfigDATA + +@INTLTOOL_DESKTOP_RULE@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff -Nru lxappearance-0.4.0/data/ui/about.glade.in lxappearance-0.5.0/data/ui/about.glade.in --- lxappearance-0.4.0/data/ui/about.glade.in 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/data/ui/about.glade.in 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,52 @@ + + + + + + 5 + center-on-parent + dialog + False + LXAppearance + @VERSION@ + Copyright (C) 2010 LXDE Project + Customizes look and feel of your desktop + http://lxde.org/ + Copyright (C) 2010 LXDE Team + +This program 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; either version 2 +of the License, or (at your option) any later version. + +This program 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 program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + 洪任諭 Hong Jen Yee (PCMan) <pcman.tw@gmail.com> + translator-credits + + True + + + True + 2 + + + True + end + + + False + end + 0 + + + + + + diff -Nru lxappearance-0.4.0/data/ui/about.ui lxappearance-0.5.0/data/ui/about.ui --- lxappearance-0.4.0/data/ui/about.ui 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/data/ui/about.ui 2010-10-12 15:21:00.000000000 +0000 @@ -0,0 +1,15 @@ +5center-on-parentdialogFalseLXAppearance0.5.0Copyright (C) 2010 LXDE ProjectCustomizes look and feel of your desktophttp://lxde.org/Copyright (C) 2010 LXDE Team + +This program 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; either version 2 +of the License, or (at your option) any later version. + +This program 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 program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.洪任諭 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>translator-creditsTrueTrue2TrueendFalseend0 diff -Nru lxappearance-0.4.0/data/ui/lxappearance.ui lxappearance-0.5.0/data/ui/lxappearance.ui --- lxappearance-0.4.0/data/ui/lxappearance.ui 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/data/ui/lxappearance.ui 2010-10-06 17:02:07.000000000 +0000 @@ -0,0 +1 @@ +113811010user-homeuser-desktopfolderfolder-remoteuser-trashx-office-documentapplication-x-executableimage-x-generictext-x-generictext-htmlIcons onlyText onlyText below iconsText beside iconsSame as menu itemsSmall toolbar iconLarge toolbar iconSame as buttonsSame as drag iconsSame as dialogs5Customize Look and Feel540preferences-desktop-themenormalFalseTrue2TrueTrueTrue126150TrueTrueautomaticautomaticetched-inTrueTrueTrueFalse00True6True0Preview of the selected widget styleFalse0True0TrueTrue10True2TrueTrue_FileTruegtk-newTrueTrueTruegtk-openTrueTrueTruegtk-saveTrueTrueTruegtk-save-asTrueTrueTrueTruegtk-quitTrueTrueTrueTrue_EditTruegtk-cutTrueTrueTruegtk-copyTrueTrueTruegtk-pasteTrueTrueTruegtk-deleteTrueTrueTrueTrue_HelpTruegtk-aboutTrueTrueTrueFalseFalse0TrueTrueiconsFalseTrueTruegtk-go-backFalseTrueTruegtk-go-forwardFalseTrueTrueTruegtk-stopFalseTrueTrueTrueTrueTrueTrueFalseFalse1TrueTrue5TrueTrue40True44True4Radio ButtonTrueTrueFalseTrueTrueFalseFalse0Check ButtonTrueTrueFalseTrueTrueFalseFalse1TrueTrueTrue10TrueTrueTrueTrue00True2Truegtk-findFalseFalse0TruebuttonTrueFalseFalse1FalseFalse1False2TrueDemoTrue0True4TrueTrue0.600000023842000020.1000000014960 %FalseFalse0TrueTrueFalse1True0False21TruePage1FalseTrueTrueneverinTrueTrueicon_demo_storeFalseTruecolumn0column01TruePage21False2True2FalseFalse3False1True12True0Default font:False0TrueTrueTrue1False21TrueWidgetFalseTrue1260Color scheme is not supported by currently selected widget theme.False0Use customized color schemeTrueTrueFalseTrueFalse1True53126True0Normal windows:12GTK_FILLGTK_FILLTrue0Text windows:23GTK_FILLGTK_FILLTrue0Selected items:34GTK_FILLGTK_FILLTrue0Tooltips:45GTK_FILLGTK_FILLTrueBackground12GTK_FILLGTK_FILLTrueForeground23GTK_FILLGTK_FILLTrueTrueTrue#0000000000001212GTK_FILLTrueTrueTrue#0000000000002312GTK_FILLTrueTrueTrue#0000000000001223GTK_FILLTrueTrueTrue#0000000000002323GTK_FILLTrueTrueTrue#0000000000001234GTK_FILLTrueTrueTrue#0000000000002334GTK_FILLTrueTrueTrue#0000000000001245GTK_FILLTrueTrueTrue#0000000000002345GTK_FILLFalse21TrueColor1FalseTrue126True6150TrueTrueautomaticautomaticetched-inTrueTrueFalse00InstallTrueTrueTrueimage2False1RemoveTrueTrueTrueimage3False20True18TrueTrue0Preview of the selected icon themeFalse0TrueTrueautomaticautomaticetched-inTrueTrueicon_demo_store601012TrueIcon Theme2FalseTrue126True6150TrueTrueautomaticautomaticetched-inTrueTrueFalse00InstallTrueTrueTrueimage4False1RemoveTrueTrueTrueimage5False20True6True0Preview of the selected cursor themeFalse0TrueTrueautomaticautomaticetched-inTrueTrue10Size of cursorsFalse212TrueSmallerFalse0TrueTruedelayedcursor_size_adj0left1TrueBiggerFalse2False3True00<b>Note:</b> Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login.TrueTrueFalse413TrueMouse Cursor3False12184TrueWindow Border4FalseTrue1218True0noneTrue12True6True22126True0Toolbar Style:GTK_FILLGTK_FILLTrue0Toolbar Icon Size:12GTK_FILLGTK_FILLTruetb_style_store012GTK_FILLGTK_FILLTruetb_icon_size_store01212GTK_FILLGTK_FILL0Show images on buttonsTrueTrueFalseTrue1Show images in menusTrueTrueFalseTrue2True<b>GUI Options</b>TrueFalseFalse00noneTrue12True6Play event soundsTrueTrueFalseTrue0Play event sounds as feedback to user inputTrueTrueFalseTrue1True<b>Sound Effect</b>TrueFalseFalse15TrueOther5False1Trueendgtk-aboutTrueTrueTrueTrueFalseFalse0Truegtk-closeTrueTrueTrueTrueFalseFalse1gtk-applyTrueFalseTrueTrueTrueFalseFalse1Falseend0aboutcloseapplyTruegtk-addTruegtk-removeTruegtk-addTruegtk-remove diff -Nru lxappearance-0.4.0/data/ui/Makefile.am lxappearance-0.5.0/data/ui/Makefile.am --- lxappearance-0.4.0/data/ui/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/data/ui/Makefile.am 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,22 @@ +NULL= + +# GtkBuilder UI definition files +uidir=$(datadir)/lxappearance/ui +ui_in_files= \ + about.glade \ + lxappearance.glade \ + $(NULL) +ui_DATA = $(ui_in_files:.glade=.ui) + +CLEANFILES = \ + $(ui_DATA) \ + $(NULL) + +# Purge GtkBuilder UI files +%.ui: %.glade + cp $< $@ + $(top_srcdir)/src/xml-purge $@ + +EXTRA_DIST= \ + $(ui_DATA) \ + $(NULL) diff -Nru lxappearance-0.4.0/data/ui/Makefile.in lxappearance-0.5.0/data/ui/Makefile.in --- lxappearance-0.4.0/data/ui/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/data/ui/Makefile.in 2010-10-12 15:20:51.000000000 +0000 @@ -0,0 +1,419 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = data/ui +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/about.glade.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = about.glade +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(uidir)" +DATA = $(ui_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GMODULE_CFLAGS = @GMODULE_CFLAGS@ +GMODULE_LIBS = @GMODULE_LIBS@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XLIB_CFLAGS = @XLIB_CFLAGS@ +XLIB_LIBS = @XLIB_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +NULL = + +# GtkBuilder UI definition files +uidir = $(datadir)/lxappearance/ui +ui_in_files = \ + about.glade \ + lxappearance.glade \ + $(NULL) + +ui_DATA = $(ui_in_files:.glade=.ui) +CLEANFILES = \ + $(ui_DATA) \ + $(NULL) + +EXTRA_DIST = \ + $(ui_DATA) \ + $(NULL) + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/ui/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign data/ui/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +about.glade: $(top_builddir)/config.status $(srcdir)/about.glade.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +install-uiDATA: $(ui_DATA) + @$(NORMAL_INSTALL) + test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)" + @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \ + done + +uninstall-uiDATA: + @$(NORMAL_UNINSTALL) + @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(uidir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(uidir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-uiDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-uiDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-uiDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-uiDATA + + +# Purge GtkBuilder UI files +%.ui: %.glade + cp $< $@ + $(top_srcdir)/src/xml-purge $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff -Nru lxappearance-0.4.0/debian/apport/source_lxappearance.py lxappearance-0.5.0/debian/apport/source_lxappearance.py --- lxappearance-0.4.0/debian/apport/source_lxappearance.py 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/debian/apport/source_lxappearance.py 2010-08-09 21:53:36.000000000 +0000 @@ -0,0 +1,54 @@ +""" + Copyright (c) 2010 Julien Lavergne + + This program 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; either version 2 of the License, or + (at your option) any later version. + + This program 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 program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +""" + +import os +import apport.hookutils + +#Detect session +session = os.environ['DESKTOP_SESSION'] + +#Set location of various configuration files +system_conf = "/etc/xdg/lxsession/" +home_conf = os.path.expanduser("~/.config/lxsession/") +gtkrc_conf = os.path.expanduser("~/.gtkrc-2.0") +icons_default_conf = os.path.expanduser("~.icons/default/index.theme") + +#Set description for each file reported by apport +report_icons_default = "Icons_Default" +report_gtkrc = "gtkrc_Config" +if session: + report_config_system = "Config_System_" + session + report_config_home = "Config_Home_" + session + +def add_info(report): + if not session: + report[report_gtkrc] = apport.hookutils.read_file(gtkrc_conf) + report[report_icons_default] = apport.hookutils.read_file(icons_default_conf) + elif os.path.exists(os.path.join(home_conf,session,"desktop.conf")): + # If a config file exist in HOME, report it instead of the system one. + report[report_config_home] = apport.hookutils.read_file(os.path.join(home_conf,session,"desktop.conf")) + if os.path.exists(icons_default_conf): + report[report_icons_default] = apport.hookutils.read_file(icons_default_conf) + else: + report[report_icons_default] = "No icons theme configured by default" + else: + report[report_config_system] = apport.hookutils.read_file(os.path.join(system_conf,session,"desktop.conf")) + if os.path.exists(icons_default_conf): + report[report_icons_default] = apport.hookutils.read_file(icons_default_conf) + else: + report[report_icons_default] = "No icons theme configured by default" diff -Nru lxappearance-0.4.0/debian/changelog lxappearance-0.5.0/debian/changelog --- lxappearance-0.4.0/debian/changelog 2010-12-19 11:00:58.000000000 +0000 +++ lxappearance-0.5.0/debian/changelog 2010-12-19 10:53:02.000000000 +0000 @@ -1,3 +1,63 @@ +lxappearance (0.5.0-0ubuntu1~lucid1) lucid; urgency=low + + * Backport to lucid. + + -- Julien Lavergne Sun, 19 Dec 2010 11:52:49 +0100 + +lxappearance (0.5.0-0ubuntu1) natty; urgency=low + + * New upstream release. + - Fix crash with early call to gtkrc_file_get_color_scheme. LP: #642153 + * debian/patches: + - lxappearance-0.4.0+git20100807.patch: Drop, merged upstream. + - 01_gtk3_migration.patch: Make it compatible with GTK3. + - 02_font_config.patch: Add a tab for font configuration. LP: #591426 + - 99_fix_build.patch: Don't clean ui files. + * debian/control: + - Build-depends on lsb-release, needed to detect the distribution. + - Build-depends on dh-autoreconf for 99_fix_build.patch. + - Build-depends on intltool (>= 0.40.0), libx11-dev, + libmenu-cache1-dev (>= 0.3.2). + - Bump build-depends on libgtk2.0-dev (>= 2.12) and libglib2.0-dev (>= 2.18). + - Wrap depends and build-depends. + * debian/rules: + - Install apport hook only on Ubuntu. + - Replace autoreconf call by --with autoreconf. + * debian/copyright: + - Update copyright year. + + -- Julien Lavergne Fri, 12 Nov 2010 00:40:54 +0100 + +lxappearance (0.4.1+git20100809-0ubuntu1) maverick; urgency=low + + [ Julien Lavergne ] + * New upstream snaphot (rev c5db6b860e...) + * debian/control: + - Add a new binary for files needed to build plugins. + - Add a debug package. + * debian/*.install: + - Split installed files. + * debian/source_lxappearance.py: + - Add apport hook. + * debian/lxappearance.install: + - Install apport hook. + * debian/rules: + - Add dh_strip call for the debug package. + - Use --fail-missing for dh_install. + + [ Andrew Lee (æŽå¥ç§‹) ] + * Use Debian LXDE Packaging Team address. + * Bumped Standard-version to 3.9.1 + * Added Vcs-Git and Vcs-Browser tags + * Switch to dpkg-source 3.0 (quilt) format + * Commit changelog + * Added a patch that sync with upstream snapshot + * Build-depends on debhelper (>= 7.0.50~) + * Bumped to dh7 + * Update rules file to dh7 format + + -- Julien Lavergne Wed, 11 Aug 2010 20:56:49 +0200 + lxappearance (0.4.0-1) unstable; urgency=low * New upstream release (Closes: #562564, #532847) diff -Nru lxappearance-0.4.0/debian/compat lxappearance-0.5.0/debian/compat --- lxappearance-0.4.0/debian/compat 2010-12-19 11:00:58.000000000 +0000 +++ lxappearance-0.5.0/debian/compat 2010-10-26 03:23:45.000000000 +0000 @@ -1 +1 @@ -5 +7 diff -Nru lxappearance-0.4.0/debian/control lxappearance-0.5.0/debian/control --- lxappearance-0.4.0/debian/control 2010-12-19 11:00:58.000000000 +0000 +++ lxappearance-0.5.0/debian/control 2010-11-11 17:01:12.000000000 +0000 @@ -1,14 +1,32 @@ Source: lxappearance Section: utils Priority: extra -Maintainer: Andrew Lee (æŽå¥ç§‹) -Build-Depends: debhelper (>= 5), autotools-dev, libgtk2.0-dev (>= 2.6), libglib2.0-dev (>= 2.6), docbook-xsl, docbook-xml, xsltproc, intltool -Standards-Version: 3.8.3 +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian LXDE Packaging Team +Uploaders: Andrew Lee (æŽå¥ç§‹) +Build-Depends: debhelper (>= 7.0.50~), + autotools-dev, + libgtk2.0-dev (>= 2.12), + libglib2.0-dev (>= 2.18), + libx11-dev, + libmenu-cache1-dev (>= 0.3.2), + docbook-xsl, + docbook-xml, + xsltproc, + intltool (>= 0.40.0), + lsb-release, + dh-autoreconf +Standards-Version: 3.9.1 Homepage: http://lxde.org +Vcs-Git: git://git.debian.org/git/collab-maint/lxappearance.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/lxappearance.git;a=summary + Package: lxappearance Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, gtk2-engines +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gtk2-engines Description: a new feature-rich GTK+ theme switcher LXAppearance is a new feature-rich GTK+ theme switcher able to change GTK+ themes, icon themes, and fonts used by applications. @@ -26,3 +44,27 @@ . LXAppearance is developed from LXDE(the Lightweight X11 Desktop Environment) project. But it works on other GTK+ based system too. + +Package: lxappearance-dev +Architecture: any +Depends: lxappearance (= ${binary:Version}), + libgtk2.0-dev (>= 2.12), + ${shlibs:Depends}, + ${misc:Depends} +Description: a new feature-rich GTK+ theme switcher - development files + LXAppearance is a new feature-rich GTK+ theme switcher able to change + GTK+ themes, icon themes, and fonts used by applications. + . + This package contains the development headers. + +Package: lxappearance-dbg +Architecture: any +Section: debug +Depends: lxappearance (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends} +Description: a new feature-rich GTK+ theme switcher - debugging symbols + LXAppearance is a new feature-rich GTK+ theme switcher able to change + GTK+ themes, icon themes, and fonts used by applications. + . + This package contains the debugging symbols. diff -Nru lxappearance-0.4.0/debian/copyright lxappearance-0.5.0/debian/copyright --- lxappearance-0.4.0/debian/copyright 2010-12-19 11:00:58.000000000 +0000 +++ lxappearance-0.5.0/debian/copyright 2010-10-26 14:26:57.000000000 +0000 @@ -10,7 +10,7 @@ Copyright Holder: - Copyright (C) 2008 Hong Jen Yee (PCMan) + Copyright (C) 2010 Hong Jen Yee (PCMan) License: diff -Nru lxappearance-0.4.0/debian/lxappearance-dev.install lxappearance-0.5.0/debian/lxappearance-dev.install --- lxappearance-0.4.0/debian/lxappearance-dev.install 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/debian/lxappearance-dev.install 2010-08-09 23:11:25.000000000 +0000 @@ -0,0 +1,2 @@ +usr/include +usr/lib diff -Nru lxappearance-0.4.0/debian/lxappearance.install lxappearance-0.5.0/debian/lxappearance.install --- lxappearance-0.4.0/debian/lxappearance.install 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/debian/lxappearance.install 2010-10-26 13:36:51.000000000 +0000 @@ -0,0 +1,2 @@ +usr/bin +usr/share diff -Nru lxappearance-0.4.0/debian/patches/01_gtk3_migration.patch lxappearance-0.5.0/debian/patches/01_gtk3_migration.patch --- lxappearance-0.4.0/debian/patches/01_gtk3_migration.patch 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/debian/patches/01_gtk3_migration.patch 2010-11-12 00:07:14.000000000 +0000 @@ -0,0 +1,39 @@ +#upstream: https://sourceforge.net/tracker/?group_id=180858&atid=894871 +Index: lxappearance/src/lxappearance.c +=================================================================== +--- lxappearance.orig/src/lxappearance.c ++++ lxappearance/src/lxappearance.c +@@ -48,16 +48,16 @@ static const char* lxsession_name = NULL + + static void check_lxsession() + { +- lxsession_atom = XInternAtom( GDK_DISPLAY(), "_LXSESSION", True ); ++ lxsession_atom = XInternAtom( GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), "_LXSESSION", True ); + if( lxsession_atom != None ) + { +- XGrabServer( GDK_DISPLAY() ); +- if( XGetSelectionOwner( GDK_DISPLAY(), lxsession_atom ) ) ++ XGrabServer( GDK_DISPLAY_XDISPLAY(gdk_display_get_default()) ); ++ if( XGetSelectionOwner( GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), lxsession_atom ) ) + { + app.use_lxsession = TRUE; + lxsession_name = g_getenv("DESKTOP_SESSION"); + } +- XUngrabServer( GDK_DISPLAY() ); ++ XUngrabServer( GDK_DISPLAY_XDISPLAY(gdk_display_get_default()) ); + } + } + +Index: lxappearance/src/utils.c +=================================================================== +--- lxappearance.orig/src/utils.c ++++ lxappearance/src/utils.c +@@ -73,7 +73,7 @@ gboolean show_progress_for_pid(GtkWindow + gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, TRUE, 0); + gtk_widget_show(progress); + gtk_box_pack_start(GTK_BOX(vbox), progress, FALSE, TRUE, 0); +- gtk_progress_set_activity_mode(GTK_PROGRESS(progress), TRUE); ++ gtk_progress_bar_pulse(GTK_PROGRESS_BAR(progress)); + g_signal_connect(dlg, "response", G_CALLBACK(on_progress_dlg_response), &pid); + + res = gtk_dialog_run(GTK_DIALOG(dlg)); diff -Nru lxappearance-0.4.0/debian/patches/02_font_config.patch lxappearance-0.5.0/debian/patches/02_font_config.patch --- lxappearance-0.4.0/debian/patches/02_font_config.patch 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/debian/patches/02_font_config.patch 2010-11-12 01:12:31.000000000 +0000 @@ -0,0 +1,2140 @@ +Index: lxappearance/src/other.c +=================================================================== +--- lxappearance.orig/src/other.c 2010-11-11 20:19:26.000000000 +0100 ++++ lxappearance/src/other.c 2010-11-11 20:28:16.000000000 +0100 +@@ -34,17 +34,6 @@ + lxappearance_changed(); + } + +-static void on_check_button_toggled(GtkToggleButton* btn, gpointer user_data) +-{ +- gboolean* val = (gboolean*)user_data; +- gboolean new_val = gtk_toggle_button_get_active(btn); +- if(new_val != *val) +- { +- *val = new_val; +- lxappearance_changed(); +- } +-} +- + void other_init(GtkBuilder* b) + { + int idx; +@@ -78,5 +67,6 @@ + /* event sound support */ + gtk_widget_show_all(GTK_WIDGET(gtk_builder_get_object(b, "sound_effect"))); + #endif ++ + } + +Index: lxappearance/src/lxappearance.c +=================================================================== +--- lxappearance.orig/src/lxappearance.c 2010-11-11 20:19:26.000000000 +0100 ++++ lxappearance/src/lxappearance.c 2010-11-12 00:07:59.000000000 +0100 +@@ -38,6 +38,7 @@ + #include "color-scheme.h" + #include "icon-theme.h" + #include "cursor-theme.h" ++#include "font.h" + #include "other.h" + #include "plugin.h" + +@@ -172,6 +173,9 @@ + "gtk-enable-event-sounds=%d\n" + "gtk-enable-input-feedback-sounds=%d\n" + #endif ++ "gtk-xft-antialias=%d\n" ++ "gtk-xft-hinting=%d\n" ++ + , app.cursor_theme_size, + tb_styles[app.toolbar_style], + tb_icon_sizes[app.toolbar_icon_size], +@@ -179,10 +183,20 @@ + app.menu_images ? 1 : 0, + #if GTK_CHECK_VERSION(2, 14, 0) + app.enable_event_sound ? 1 : 0, +- app.enable_input_feedback ? 1 : 0 ++ app.enable_input_feedback ? 1 : 0, + #endif ++ app.enable_antialising ? 1 : 0, ++ app.enable_hinting ? 1 : 0 + ); + ++ if(app.hinting_style) ++ g_string_append_printf(content, ++ "gtk-xft-hintstyle=\"%s\"\n", app.hinting_style); ++ ++ if(app.font_rgba) ++ g_string_append_printf(content, ++ "gtk-xft-rgba=\"%s\"\n", app.font_rgba); ++ + if(app.color_scheme) + { + char* escaped = g_strescape(app.color_scheme, NULL); +@@ -249,6 +263,10 @@ + g_key_file_set_integer( kf, "GTK", "iNet/EnableEventSounds", app.enable_event_sound); + g_key_file_set_integer( kf, "GTK", "iNet/EnableInputFeedbackSounds", app.enable_input_feedback); + #endif ++ g_key_file_set_integer( kf, "GTK", "iXft/Antialias", app.enable_antialising); ++ g_key_file_set_integer( kf, "GTK", "iXft/Hinting", app.enable_hinting); ++ g_key_file_set_string ( kf, "GTK", "sXft/HintStyle", app.hinting_style); ++ g_key_file_set_string ( kf, "GTK", "sXft/RGBA", app.font_rgba); + + buf = g_key_file_to_data( kf, &len, NULL ); + g_key_file_free(kf); +@@ -308,6 +326,10 @@ + "gtk-enable-event-sounds", &app.enable_event_sound, + "gtk-enable-input-feedback-sounds", &app.enable_input_feedback, + #endif ++ "gtk-xft-antialias", &app.enable_antialising, ++ "gtk-xft-hinting", &app.enable_hinting, ++ "gtk-xft-hintstyle", &app.hinting_style, ++ "gtk-xft-rgba", &app.font_rgba, + NULL); + /* try to figure out cursor theme used. */ + if(!app.cursor_theme || g_strcmp0(app.cursor_theme, "default") == 0) +@@ -411,6 +433,7 @@ + color_scheme_init(b); + icon_theme_init(b); + cursor_theme_init(b); ++ font_init(b); + other_init(b); + /* the page for window manager plugins */ + app.wm_page = GTK_WIDGET(gtk_builder_get_object(b, "wm_page")); +@@ -437,3 +460,14 @@ + gtk_dialog_set_response_sensitive(GTK_DIALOG(app.dlg), GTK_RESPONSE_APPLY, TRUE); + } + } ++ ++void on_check_button_toggled(GtkToggleButton* btn, gpointer user_data) ++{ ++ gboolean* val = (gboolean*)user_data; ++ gboolean new_val = gtk_toggle_button_get_active(btn); ++ if(new_val != *val) ++ { ++ *val = new_val; ++ lxappearance_changed(); ++ } ++} +Index: lxappearance/src/lxappearance.h +=================================================================== +--- lxappearance.orig/src/lxappearance.h 2010-11-11 20:19:26.000000000 +0100 ++++ lxappearance/src/lxappearance.h 2010-11-12 00:08:43.000000000 +0100 +@@ -69,6 +69,13 @@ + GtkWidget* button_images_check; + GtkWidget* menu_images_check; + ++ /* font rendering */ ++ GtkWidget* font_rgba_combo; ++ GtkWidget* hinting_style_combo; ++ ++ GtkWidget* enable_antialising_check; ++ GtkWidget* enable_hinting_check; ++ + /* the page for window manager plugins */ + GtkWidget* wm_page; + +@@ -80,6 +87,8 @@ + char* color_scheme; + int toolbar_style; + int toolbar_icon_size; ++ int hinting_style; ++ int font_rgba; + + gboolean button_images; + gboolean menu_images; +@@ -91,6 +100,9 @@ + gboolean enable_input_feedback; + #endif + ++ gboolean enable_antialising; ++ gboolean enable_hinting; ++ + gboolean changed; + gboolean use_lxsession; + }; +@@ -99,4 +111,6 @@ + + void lxappearance_changed(); + ++void on_check_button_toggled(GtkToggleButton* btn, gpointer user_data); ++ + #endif +Index: lxappearance/data/ui/lxappearance.ui +=================================================================== +--- lxappearance.orig/data/ui/lxappearance.ui 2010-11-11 20:19:26.000000000 +0100 ++++ lxappearance/data/ui/lxappearance.ui 2010-11-11 20:19:29.000000000 +0100 +@@ -1 +1,1821 @@ +-113811010user-homeuser-desktopfolderfolder-remoteuser-trashx-office-documentapplication-x-executableimage-x-generictext-x-generictext-htmlIcons onlyText onlyText below iconsText beside iconsSame as menu itemsSmall toolbar iconLarge toolbar iconSame as buttonsSame as drag iconsSame as dialogs5Customize Look and Feel540preferences-desktop-themenormalFalseTrue2TrueTrueTrue126150TrueTrueautomaticautomaticetched-inTrueTrueTrueFalse00True6True0Preview of the selected widget styleFalse0True0TrueTrue10True2TrueTrue_FileTruegtk-newTrueTrueTruegtk-openTrueTrueTruegtk-saveTrueTrueTruegtk-save-asTrueTrueTrueTruegtk-quitTrueTrueTrueTrue_EditTruegtk-cutTrueTrueTruegtk-copyTrueTrueTruegtk-pasteTrueTrueTruegtk-deleteTrueTrueTrueTrue_HelpTruegtk-aboutTrueTrueTrueFalseFalse0TrueTrueiconsFalseTrueTruegtk-go-backFalseTrueTruegtk-go-forwardFalseTrueTrueTruegtk-stopFalseTrueTrueTrueTrueTrueTrueFalseFalse1TrueTrue5TrueTrue40True44True4Radio ButtonTrueTrueFalseTrueTrueFalseFalse0Check ButtonTrueTrueFalseTrueTrueFalseFalse1TrueTrueTrue10TrueTrueTrueTrue00True2Truegtk-findFalseFalse0TruebuttonTrueFalseFalse1FalseFalse1False2TrueDemoTrue0True4TrueTrue0.600000023842000020.1000000014960 %FalseFalse0TrueTrueFalse1True0False21TruePage1FalseTrueTrueneverinTrueTrueicon_demo_storeFalseTruecolumn0column01TruePage21False2True2FalseFalse3False1True12True0Default font:False0TrueTrueTrue1False21TrueWidgetFalseTrue1260Color scheme is not supported by currently selected widget theme.False0Use customized color schemeTrueTrueFalseTrueFalse1True53126True0Normal windows:12GTK_FILLGTK_FILLTrue0Text windows:23GTK_FILLGTK_FILLTrue0Selected items:34GTK_FILLGTK_FILLTrue0Tooltips:45GTK_FILLGTK_FILLTrueBackground12GTK_FILLGTK_FILLTrueForeground23GTK_FILLGTK_FILLTrueTrueTrue#0000000000001212GTK_FILLTrueTrueTrue#0000000000002312GTK_FILLTrueTrueTrue#0000000000001223GTK_FILLTrueTrueTrue#0000000000002323GTK_FILLTrueTrueTrue#0000000000001234GTK_FILLTrueTrueTrue#0000000000002334GTK_FILLTrueTrueTrue#0000000000001245GTK_FILLTrueTrueTrue#0000000000002345GTK_FILLFalse21TrueColor1FalseTrue126True6150TrueTrueautomaticautomaticetched-inTrueTrueFalse00InstallTrueTrueTrueimage2False1RemoveTrueTrueTrueimage3False20True18TrueTrue0Preview of the selected icon themeFalse0TrueTrueautomaticautomaticetched-inTrueTrueicon_demo_store601012TrueIcon Theme2FalseTrue126True6150TrueTrueautomaticautomaticetched-inTrueTrueFalse00InstallTrueTrueTrueimage4False1RemoveTrueTrueTrueimage5False20True6True0Preview of the selected cursor themeFalse0TrueTrueautomaticautomaticetched-inTrueTrue10Size of cursorsFalse212TrueSmallerFalse0TrueTruedelayedcursor_size_adj0left1TrueBiggerFalse2False3True00<b>Note:</b> Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login.TrueTrueFalse413TrueMouse Cursor3False12184TrueWindow Border4FalseTrue1218True0noneTrue12True6True22126True0Toolbar Style:GTK_FILLGTK_FILLTrue0Toolbar Icon Size:12GTK_FILLGTK_FILLTruetb_style_store012GTK_FILLGTK_FILLTruetb_icon_size_store01212GTK_FILLGTK_FILL0Show images on buttonsTrueTrueFalseTrue1Show images in menusTrueTrueFalseTrue2True<b>GUI Options</b>TrueFalseFalse00noneTrue12True6Play event soundsTrueTrueFalseTrue0Play event sounds as feedback to user inputTrueTrueFalseTrue1True<b>Sound Effect</b>TrueFalseFalse15TrueOther5False1Trueendgtk-aboutTrueTrueTrueTrueFalseFalse0Truegtk-closeTrueTrueTrueTrueFalseFalse1gtk-applyTrueFalseTrueTrueTrueFalseFalse1Falseend0aboutcloseapplyTruegtk-addTruegtk-removeTruegtk-addTruegtk-remove ++ ++ ++ ++ ++ ++ 1 ++ 138 ++ 1 ++ 10 ++ 10 ++ ++ ++ ++ ++ ++ ++ ++ ++ user-home ++ ++ ++ user-desktop ++ ++ ++ folder ++ ++ ++ folder-remote ++ ++ ++ user-trash ++ ++ ++ x-office-document ++ ++ ++ application-x-executable ++ ++ ++ image-x-generic ++ ++ ++ text-x-generic ++ ++ ++ text-html ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ Icons only ++ ++ ++ Text only ++ ++ ++ Text below icons ++ ++ ++ Text beside icons ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ Same as menu items ++ ++ ++ Small toolbar icon ++ ++ ++ Large toolbar icon ++ ++ ++ Same as buttons ++ ++ ++ Same as drag icons ++ ++ ++ Same as dialogs ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ None ++ ++ ++ Slight ++ ++ ++ Medium ++ ++ ++ Full ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ None ++ ++ ++ RGB ++ ++ ++ BGR ++ ++ ++ VRGB ++ ++ ++ VBGR ++ ++ ++ ++ ++ 5 ++ Customize Look and Feel ++ 540 ++ preferences-desktop-theme ++ normal ++ ++ ++ True ++ 2 ++ ++ ++ True ++ True ++ ++ ++ True ++ 12 ++ 6 ++ ++ ++ 150 ++ True ++ True ++ automatic ++ automatic ++ etched-in ++ ++ ++ True ++ True ++ True ++ False ++ ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ True ++ 6 ++ ++ ++ True ++ 0 ++ Preview of the selected widget style ++ ++ ++ False ++ 0 ++ ++ ++ ++ ++ True ++ 0 ++ ++ ++ True ++ ++ ++ True ++ 10 ++ ++ ++ True ++ 2 ++ ++ ++ True ++ ++ ++ True ++ _File ++ True ++ ++ ++ ++ ++ gtk-new ++ True ++ True ++ True ++ ++ ++ ++ ++ gtk-open ++ True ++ True ++ True ++ ++ ++ ++ ++ gtk-save ++ True ++ True ++ True ++ ++ ++ ++ ++ gtk-save-as ++ True ++ True ++ True ++ ++ ++ ++ ++ True ++ ++ ++ ++ ++ gtk-quit ++ True ++ True ++ True ++ ++ ++ ++ ++ ++ ++ ++ ++ True ++ _Edit ++ True ++ ++ ++ ++ ++ gtk-cut ++ True ++ True ++ True ++ ++ ++ ++ ++ gtk-copy ++ True ++ True ++ True ++ ++ ++ ++ ++ gtk-paste ++ True ++ True ++ True ++ ++ ++ ++ ++ gtk-delete ++ True ++ True ++ True ++ ++ ++ ++ ++ ++ ++ ++ ++ True ++ _Help ++ True ++ ++ ++ ++ ++ gtk-about ++ True ++ True ++ True ++ ++ ++ ++ ++ ++ ++ ++ ++ False ++ False ++ 0 ++ ++ ++ ++ ++ True ++ ++ ++ True ++ icons ++ False ++ ++ ++ True ++ True ++ gtk-go-back ++ ++ ++ False ++ True ++ ++ ++ ++ ++ True ++ gtk-go-forward ++ ++ ++ False ++ True ++ ++ ++ ++ ++ True ++ True ++ gtk-stop ++ ++ ++ False ++ True ++ ++ ++ ++ ++ True ++ ++ ++ True ++ True ++ â— ++ ++ ++ ++ ++ True ++ True ++ ++ ++ ++ ++ ++ ++ False ++ False ++ 1 ++ ++ ++ ++ ++ True ++ True ++ 5 ++ ++ ++ True ++ ++ ++ True ++ 4 ++ 0 ++ ++ ++ True ++ 4 ++ 4 ++ ++ ++ True ++ 4 ++ ++ ++ Radio Button ++ True ++ True ++ False ++ True ++ True ++ ++ ++ False ++ False ++ 0 ++ ++ ++ ++ ++ Check Button ++ True ++ True ++ False ++ True ++ True ++ ++ ++ False ++ False ++ 1 ++ ++ ++ ++ ++ True ++ ++ ++ True ++ True ++ â— ++ 1 ++ ++ ++ 0 ++ ++ ++ ++ ++ True ++ True ++ True ++ ++ ++ True ++ 0 ++ 0 ++ ++ ++ True ++ 2 ++ ++ ++ True ++ gtk-find ++ ++ ++ False ++ False ++ 0 ++ ++ ++ ++ ++ True ++ button ++ True ++ ++ ++ False ++ False ++ 1 ++ ++ ++ ++ ++ ++ ++ ++ ++ False ++ False ++ 1 ++ ++ ++ ++ ++ False ++ 2 ++ ++ ++ ++ ++ ++ ++ ++ ++ True ++ Demo ++ True ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ True ++ 4 ++ ++ ++ True ++ True ++ 0.60000002384200002 ++ 0.10000000149 ++ 60 % ++ ++ ++ False ++ False ++ 0 ++ ++ ++ ++ ++ True ++ True ++ ++ ++ False ++ 1 ++ ++ ++ ++ ++ True ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ False ++ 2 ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ ++ ++ True ++ Page1 ++ ++ ++ False ++ ++ ++ ++ ++ True ++ True ++ never ++ in ++ ++ ++ True ++ True ++ icon_demo_store ++ False ++ True ++ ++ ++ column ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ ++ ++ column ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ True ++ Page2 ++ ++ ++ 1 ++ False ++ ++ ++ ++ ++ 2 ++ ++ ++ ++ ++ True ++ 2 ++ ++ ++ False ++ False ++ 3 ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ False ++ 1 ++ ++ ++ ++ ++ True ++ 12 ++ ++ ++ True ++ 0 ++ Default font: ++ ++ ++ False ++ 0 ++ ++ ++ ++ ++ True ++ True ++ True ++ ++ ++ 1 ++ ++ ++ ++ ++ False ++ 2 ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ ++ ++ True ++ Widget ++ ++ ++ False ++ ++ ++ ++ ++ True ++ 12 ++ 6 ++ ++ ++ 0 ++ Color scheme is not supported by currently selected widget theme. ++ ++ ++ False ++ 0 ++ ++ ++ ++ ++ Use customized color scheme ++ True ++ True ++ False ++ True ++ ++ ++ False ++ 1 ++ ++ ++ ++ ++ True ++ 5 ++ 3 ++ 12 ++ 6 ++ ++ ++ True ++ 0 ++ Normal windows: ++ ++ ++ 1 ++ 2 ++ GTK_FILL ++ GTK_FILL ++ ++ ++ ++ ++ True ++ 0 ++ Text windows: ++ ++ ++ 2 ++ 3 ++ GTK_FILL ++ GTK_FILL ++ ++ ++ ++ ++ True ++ 0 ++ Selected items: ++ ++ ++ 3 ++ 4 ++ GTK_FILL ++ GTK_FILL ++ ++ ++ ++ ++ True ++ 0 ++ Tooltips: ++ ++ ++ 4 ++ 5 ++ GTK_FILL ++ GTK_FILL ++ ++ ++ ++ ++ True ++ Background ++ ++ ++ 1 ++ 2 ++ GTK_FILL ++ GTK_FILL ++ ++ ++ ++ ++ True ++ Foreground ++ ++ ++ 2 ++ 3 ++ GTK_FILL ++ GTK_FILL ++ ++ ++ ++ ++ True ++ True ++ True ++ #000000000000 ++ ++ ++ 1 ++ 2 ++ 1 ++ 2 ++ GTK_FILL ++ ++ ++ ++ ++ True ++ True ++ True ++ #000000000000 ++ ++ ++ 2 ++ 3 ++ 1 ++ 2 ++ GTK_FILL ++ ++ ++ ++ ++ True ++ True ++ True ++ #000000000000 ++ ++ ++ 1 ++ 2 ++ 2 ++ 3 ++ GTK_FILL ++ ++ ++ ++ ++ True ++ True ++ True ++ #000000000000 ++ ++ ++ 2 ++ 3 ++ 2 ++ 3 ++ GTK_FILL ++ ++ ++ ++ ++ True ++ True ++ True ++ #000000000000 ++ ++ ++ 1 ++ 2 ++ 3 ++ 4 ++ GTK_FILL ++ ++ ++ ++ ++ True ++ True ++ True ++ #000000000000 ++ ++ ++ 2 ++ 3 ++ 3 ++ 4 ++ GTK_FILL ++ ++ ++ ++ ++ True ++ True ++ True ++ #000000000000 ++ ++ ++ 1 ++ 2 ++ 4 ++ 5 ++ GTK_FILL ++ ++ ++ ++ ++ True ++ True ++ True ++ #000000000000 ++ ++ ++ 2 ++ 3 ++ 4 ++ 5 ++ GTK_FILL ++ ++ ++ ++ ++ ++ ++ ++ False ++ 2 ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ True ++ Color ++ ++ ++ 1 ++ False ++ ++ ++ ++ ++ True ++ 12 ++ 6 ++ ++ ++ True ++ 6 ++ ++ ++ 150 ++ True ++ True ++ automatic ++ automatic ++ etched-in ++ ++ ++ True ++ True ++ False ++ ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ Install ++ True ++ True ++ True ++ image2 ++ ++ ++ False ++ 1 ++ ++ ++ ++ ++ Remove ++ True ++ True ++ True ++ image3 ++ ++ ++ False ++ 2 ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ True ++ 18 ++ ++ ++ True ++ ++ ++ True ++ 0 ++ Preview of the selected icon theme ++ ++ ++ False ++ 0 ++ ++ ++ ++ ++ True ++ True ++ automatic ++ automatic ++ etched-in ++ ++ ++ True ++ True ++ icon_demo_store ++ ++ ++ 6 ++ ++ ++ 0 ++ ++ ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ 2 ++ ++ ++ ++ ++ True ++ Icon Theme ++ ++ ++ 2 ++ False ++ ++ ++ ++ ++ True ++ 12 ++ 6 ++ ++ ++ True ++ 6 ++ ++ ++ 150 ++ True ++ True ++ automatic ++ automatic ++ etched-in ++ ++ ++ True ++ True ++ False ++ ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ Install ++ True ++ True ++ True ++ image4 ++ ++ ++ False ++ 1 ++ ++ ++ ++ ++ Remove ++ True ++ True ++ True ++ image5 ++ ++ ++ False ++ 2 ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ True ++ 6 ++ ++ ++ True ++ 0 ++ Preview of the selected cursor theme ++ ++ ++ False ++ 0 ++ ++ ++ ++ ++ True ++ True ++ automatic ++ automatic ++ etched-in ++ ++ ++ True ++ True ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ 0 ++ Size of cursors ++ ++ ++ False ++ 2 ++ ++ ++ ++ ++ 12 ++ ++ ++ True ++ Smaller ++ ++ ++ False ++ 0 ++ ++ ++ ++ ++ True ++ True ++ delayed ++ cursor_size_adj ++ 0 ++ left ++ ++ ++ 1 ++ ++ ++ ++ ++ True ++ Bigger ++ ++ ++ False ++ 2 ++ ++ ++ ++ ++ False ++ 3 ++ ++ ++ ++ ++ True ++ 0 ++ 0 ++ <b>Note:</b> Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login. ++ True ++ True ++ ++ ++ False ++ 4 ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ 3 ++ ++ ++ ++ ++ True ++ Mouse Cursor ++ ++ ++ 3 ++ False ++ ++ ++ ++ ++ 12 ++ 18 ++ ++ ++ ++ ++ ++ 4 ++ ++ ++ ++ ++ True ++ Window Border ++ ++ ++ 4 ++ False ++ ++ ++ ++ ++ True ++ 18 ++ ++ ++ True ++ 0 ++ none ++ ++ ++ True ++ 12 ++ ++ ++ True ++ ++ ++ Enable antialising ++ True ++ True ++ False ++ True ++ ++ ++ 0 ++ ++ ++ ++ ++ ++ ++ ++ ++ True ++ <b>Antialising</b> ++ True ++ ++ ++ ++ ++ False ++ False ++ 0 ++ ++ ++ ++ ++ True ++ 0 ++ none ++ ++ ++ True ++ 12 ++ ++ ++ True ++ ++ ++ Enable hinting ++ True ++ True ++ False ++ True ++ ++ ++ 0 ++ ++ ++ ++ ++ True ++ ++ ++ True ++ 0 ++ Hinting style: ++ ++ ++ 0 ++ ++ ++ ++ ++ True ++ hinting_style_store ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ ++ ++ ++ ++ True ++ <b>Hinting</b> ++ True ++ ++ ++ ++ ++ False ++ False ++ 1 ++ ++ ++ ++ ++ True ++ 0 ++ none ++ ++ ++ True ++ 12 ++ ++ ++ True ++ ++ ++ True ++ 0 ++ Sub-pixel geometry: ++ ++ ++ 0 ++ ++ ++ ++ ++ True ++ font_rgba_store ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ ++ ++ ++ ++ True ++ <b>Sub-pixel geometry</b> ++ True ++ ++ ++ ++ ++ False ++ False ++ 2 ++ ++ ++ ++ ++ 5 ++ ++ ++ ++ ++ True ++ Font ++ ++ ++ 5 ++ False ++ ++ ++ ++ ++ True ++ 12 ++ 18 ++ ++ ++ True ++ 0 ++ none ++ ++ ++ True ++ 12 ++ ++ ++ True ++ 6 ++ ++ ++ True ++ 2 ++ 2 ++ 12 ++ 6 ++ ++ ++ True ++ 0 ++ Toolbar Style: ++ ++ ++ GTK_FILL ++ GTK_FILL ++ ++ ++ ++ ++ True ++ 0 ++ Toolbar Icon Size: ++ ++ ++ 1 ++ 2 ++ GTK_FILL ++ GTK_FILL ++ ++ ++ ++ ++ True ++ tb_style_store ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ 1 ++ 2 ++ GTK_FILL ++ GTK_FILL ++ ++ ++ ++ ++ True ++ tb_icon_size_store ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ 1 ++ 2 ++ 1 ++ 2 ++ GTK_FILL ++ GTK_FILL ++ ++ ++ ++ ++ 0 ++ ++ ++ ++ ++ Show images on buttons ++ True ++ True ++ False ++ True ++ ++ ++ 1 ++ ++ ++ ++ ++ Show images in menus ++ True ++ True ++ False ++ True ++ ++ ++ 2 ++ ++ ++ ++ ++ ++ ++ ++ ++ True ++ <b>GUI Options</b> ++ True ++ ++ ++ ++ ++ False ++ False ++ 0 ++ ++ ++ ++ ++ 0 ++ none ++ ++ ++ True ++ 12 ++ ++ ++ True ++ 6 ++ ++ ++ Play event sounds ++ True ++ True ++ False ++ True ++ ++ ++ 0 ++ ++ ++ ++ ++ play event sounds as feedback to user input ++ True ++ True ++ False ++ True ++ ++ ++ 1 ++ ++ ++ ++ ++ ++ ++ ++ ++ True ++ <b>Sound Effect</b> ++ True ++ ++ ++ ++ ++ False ++ False ++ 1 ++ ++ ++ ++ ++ 6 ++ ++ ++ ++ ++ True ++ Other ++ ++ ++ 6 ++ False ++ ++ ++ ++ ++ 1 ++ ++ ++ ++ ++ True ++ end ++ ++ ++ gtk-about ++ True ++ True ++ True ++ True ++ ++ ++ False ++ False ++ 0 ++ True ++ ++ ++ ++ ++ gtk-apply ++ True ++ False ++ True ++ True ++ True ++ ++ ++ False ++ False ++ 1 ++ ++ ++ ++ ++ gtk-close ++ True ++ True ++ True ++ True ++ ++ ++ False ++ False ++ 1 ++ ++ ++ ++ ++ False ++ end ++ 0 ++ ++ ++ ++ ++ ++ about ++ apply ++ close ++ ++ ++ ++ True ++ gtk-add ++ ++ ++ True ++ gtk-remove ++ ++ ++ True ++ gtk-add ++ ++ ++ True ++ gtk-remove ++ ++ +Index: lxappearance/src/Makefile.am +=================================================================== +--- lxappearance.orig/src/Makefile.am 2010-11-11 20:21:18.000000000 +0100 ++++ lxappearance/src/Makefile.am 2010-11-11 20:26:27.000000000 +0100 +@@ -23,6 +23,8 @@ + icon-theme.h \ + cursor-theme.c \ + cursor-theme.h \ ++ font.c \ ++ font.h \ + other.c \ + other.h \ + utils.c \ +Index: lxappearance/src/font.c +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ lxappearance/src/font.c 2010-11-12 02:12:27.000000000 +0100 +@@ -0,0 +1,98 @@ ++// font.c ++// ++// Copyright 2010 Hong Jen Yee (PCMan) ++// ++// This program 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; either version 2 of the License, or ++// (at your option) any later version. ++// ++// This program 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 program; if not, write to the Free Software ++// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, ++// MA 02110-1301, USA. ++ ++ ++#include "lxappearance.h" ++#include "font.h" ++#include ++ ++static const char* font_hinting_style[]={ ++ "hintnone", ++ "hintslight", ++ "hintmedium", ++ "hintfull" ++}; ++ ++static const char* font_rgba[]={ ++ "none", ++ "rgb", ++ "bgr", ++ "vrgb", ++ "vbgr" ++ }; ++ ++static void on_hinting_style_changed(GtkComboBox* combo, gpointer user_data) ++{ ++ gint pos_combo = gtk_combo_box_get_active(combo); ++ if (pos_combo >= 0) ++ { ++ app.hinting_style = font_hinting_style[pos_combo]; ++ lxappearance_changed(); ++ } ++ ++} ++ ++static void on_font_rgba_changed(GtkComboBox* combo, gpointer user_data) ++{ ++ gint pos_combo = gtk_combo_box_get_active(combo); ++ if (pos_combo >= 0) ++ { ++ app.font_rgba = font_rgba[pos_combo]; ++ lxappearance_changed(); ++ } ++} ++ ++static int convert_list_to_pos(char* font, const char* list[]) ++{ ++ ++ int pos, i; ++ ++ for (i = 0; i <= 3; i = i + 1) ++ { ++ if (g_strcmp0(list[i],font) == 0) ++ pos = i; ++ } ++ ++ return pos ; ++ ++} ++ ++void font_init(GtkBuilder* b) ++{ ++ int idx; ++ app.enable_antialising_check = GTK_WIDGET(gtk_builder_get_object(b, "enable_antialising")); ++ gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(app.enable_antialising_check), app.enable_antialising); ++ g_signal_connect(app.enable_antialising_check, "toggled", G_CALLBACK(on_check_button_toggled), &app.enable_antialising); ++ ++ app.enable_hinting_check = GTK_WIDGET(gtk_builder_get_object(b, "enable_hinting")); ++ gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(app.enable_hinting_check), app.enable_hinting); ++ g_signal_connect(app.enable_hinting_check, "toggled", G_CALLBACK(on_check_button_toggled), &app.enable_hinting); ++ ++ app.hinting_style_combo = GTK_WIDGET(gtk_builder_get_object(b, "hinting_style")); ++ idx = convert_list_to_pos(app.hinting_style, font_hinting_style); ++ gtk_combo_box_set_active(GTK_COMBO_BOX(app.hinting_style_combo), idx); ++ g_signal_connect(app.hinting_style_combo, "changed", G_CALLBACK(on_hinting_style_changed), NULL); ++ ++ app.font_rgba_combo = GTK_WIDGET(gtk_builder_get_object(b, "font_rgba")); ++ idx = convert_list_to_pos(app.font_rgba, font_rgba); ++ gtk_combo_box_set_active(GTK_COMBO_BOX(app.font_rgba_combo), idx); ++ g_signal_connect(app.font_rgba_combo, "changed", G_CALLBACK(on_font_rgba_changed), NULL); ++ ++} ++ +Index: lxappearance/src/font.h +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ lxappearance/src/font.h 2010-11-11 22:37:39.000000000 +0100 +@@ -0,0 +1,30 @@ ++// font.h ++// ++// Copyright 2010 Hong Jen Yee (PCMan) ++// ++// This program 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; either version 2 of the License, or ++// (at your option) any later version. ++// ++// This program 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 program; if not, write to the Free Software ++// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, ++// MA 02110-1301, USA. ++ ++ ++#ifndef __FONT_H__ ++#define __FONT_H__ ++ ++G_BEGIN_DECLS ++ ++void font_init(GtkBuilder* b); ++ ++G_END_DECLS ++ ++#endif /* __FONT_H__ */ diff -Nru lxappearance-0.4.0/debian/patches/99_fix_build.patch lxappearance-0.5.0/debian/patches/99_fix_build.patch --- lxappearance-0.4.0/debian/patches/99_fix_build.patch 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/debian/patches/99_fix_build.patch 2010-11-11 21:35:30.000000000 +0000 @@ -0,0 +1,29 @@ +Index: lxappearance/data/ui/Makefile.am +=================================================================== +--- lxappearance.orig/data/ui/Makefile.am 2010-11-11 21:42:10.000000000 +0100 ++++ lxappearance/data/ui/Makefile.am 2010-11-11 21:42:30.000000000 +0100 +@@ -2,21 +2,14 @@ + + # GtkBuilder UI definition files + uidir=$(datadir)/lxappearance/ui +-ui_in_files= \ +- about.glade \ +- lxappearance.glade \ ++ui_DATA = \ ++ about.ui \ ++ lxappearance.ui \ + $(NULL) +-ui_DATA = $(ui_in_files:.glade=.ui) + + CLEANFILES = \ +- $(ui_DATA) \ + $(NULL) + +-# Purge GtkBuilder UI files +-%.ui: %.glade +- cp $< $@ +- $(top_srcdir)/src/xml-purge $@ +- + EXTRA_DIST= \ + $(ui_DATA) \ + $(NULL) diff -Nru lxappearance-0.4.0/debian/patches/series lxappearance-0.5.0/debian/patches/series --- lxappearance-0.4.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/debian/patches/series 2010-11-12 00:19:40.000000000 +0000 @@ -0,0 +1,3 @@ +01_gtk3_migration.patch +02_font_config.patch +99_fix_build.patch diff -Nru lxappearance-0.4.0/debian/rules lxappearance-0.5.0/debian/rules --- lxappearance-0.4.0/debian/rules 2010-12-19 11:00:58.000000000 +0000 +++ lxappearance-0.5.0/debian/rules 2010-11-11 16:40:37.000000000 +0000 @@ -1,101 +1,55 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. +# -*- mode: makefile; coding: utf-8 -*- +# Copyright (C) 2009-2010 Andrew Lee (æŽå¥ç§‹) +# Description: Main Debian packaging script for morituri +# +# This program 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; either version 2, or (at +# your option) any later version. +# +# This program 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 program. If not, see . +# Uncomment this to turn on verbose mode. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -#include /usr/share/dpatch/dpatch.make - -# These are used for cross-compiling and for saving the configure script -# from having to guess our platform (since we know it already) -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DISTRO = "$(shell lsb_release -si)" - -config.status: configure - dh_testdir - # Add here commands to configure the package. -ifneq "$(wildcard /usr/share/misc/config.sub)" "" - cp -f /usr/share/misc/config.sub config.sub -endif -ifneq "$(wildcard /usr/share/misc/config.guess)" "" - cp -f /usr/share/misc/config.guess config.guess +# GTK3 migration +CFLAGS+=-DGTK_DISABLE_SINGLE_INCLUDES +CFLAGS+=-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED +CFLAGS+=-DGSEAL_ENABLE +CFLAGS+=-DGDK_PIXBUF_DISABLE_DEPRECATED +CFLAGS+=-DG_DISABLE_DEPRECATED + +LDFLAGS+=-Wl,-z,defs -Wl,--as-needed + +%: + dh --with autoreconf $@ + +override_dh_auto_configure: + dh_auto_configure -- --enable-man + +override_dh_auto_clean: + rm -f man/lxpanel.1 man/lxpanelctl.1 + dh_auto_clean + +override_dh_install: + dh_install --fail-missing + #Install apport hook only on Ubuntu +ifeq ($(DISTRO),"Ubuntu") + dh_install -plxappearance debian/apport/source_lxappearance.py usr/share/apport/package-hooks endif - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --enable-man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" - - -build: build-stamp - -build-stamp: config.status - dh_testdir - # Add here commands to compile the package. - $(MAKE) - #docbook-to-man debian/lxappearance.sgml > lxappearance.1 - - touch $@ - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - # Add here commands to clean up after the build process. - [ ! -f Makefile ] || $(MAKE) distclean - rm -f config.sub config.guess - rm -f po/*.gmo - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/lxappearance. - $(MAKE) DESTDIR=$(CURDIR)/debian/lxappearance install - - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_perl -# dh_makeshlibs - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb +override_dh_auto_test: + : -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +override_dh_strip: + dh_strip --dbg-package=lxappearance-dbg diff -Nru lxappearance-0.4.0/debian/source/format lxappearance-0.5.0/debian/source/format --- lxappearance-0.4.0/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/debian/source/format 2010-12-19 11:00:59.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru lxappearance-0.4.0/debian/source/options lxappearance-0.5.0/debian/source/options --- lxappearance-0.4.0/debian/source/options 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/debian/source/options 2010-10-26 03:23:45.000000000 +0000 @@ -0,0 +1,2 @@ +compression = "bzip2" +compression-level = 9 diff -Nru lxappearance-0.4.0/INSTALL lxappearance-0.5.0/INSTALL --- lxappearance-0.4.0/INSTALL 2010-01-06 15:30:30.000000000 +0000 +++ lxappearance-0.5.0/INSTALL 1970-01-01 00:00:00.000000000 +0000 @@ -1,302 +0,0 @@ -Installation Instructions -************************* - -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. - - This file is free documentation; the Free Software Foundation gives -unlimited permission to copy, distribute and modify it. - -Basic Installation -================== - - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following -more-detailed instructions are generic; see the `README' file for -instructions specific to this package. - - The `configure' shell script attempts to guess correct values for -various system-dependent variables used during compilation. It uses -those values to create a `Makefile' in each directory of the package. -It may also create one or more `.h' files containing system-dependent -definitions. Finally, it creates a shell script `config.status' that -you can run in the future to recreate the current configuration, and a -file `config.log' containing compiler output (useful mainly for -debugging `configure'). - - It can also use an optional file (typically called `config.cache' -and enabled with `--cache-file=config.cache' or simply `-C') that saves -the results of its tests to speed up reconfiguring. Caching is -disabled by default to prevent problems with accidental use of stale -cache files. - - If you need to do unusual things to compile the package, please try -to figure out how `configure' could check whether to do them, and mail -diffs or instructions to the address given in the `README' so they can -be considered for the next release. If you are using the cache, and at -some point `config.cache' contains results you don't want to keep, you -may remove or edit it. - - The file `configure.ac' (or `configure.in') is used to create -`configure' by a program called `autoconf'. You need `configure.ac' if -you want to change it or regenerate `configure' using a newer version -of `autoconf'. - -The simplest way to compile this package is: - - 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. - - Running `configure' might take a while. While running, it prints - some messages telling which features it is checking for. - - 2. Type `make' to compile the package. - - 3. Optionally, type `make check' to run any self-tests that come with - the package. - - 4. Type `make install' to install the programs and any data files and - documentation. - - 5. You can remove the program binaries and object files from the - source code directory by typing `make clean'. To also remove the - files that `configure' created (so you can compile the package for - a different kind of computer), type `make distclean'. There is - also a `make maintainer-clean' target, but that is intended mainly - for the package's developers. If you use it, you may have to get - all sorts of other programs in order to regenerate files that came - with the distribution. - - 6. Often, you can also type `make uninstall' to remove the installed - files again. - -Compilers and Options -===================== - - Some systems require unusual options for compilation or linking that -the `configure' script does not know about. Run `./configure --help' -for details on some of the pertinent environment variables. - - You can give `configure' initial values for configuration parameters -by setting variables in the command line or in the environment. Here -is an example: - - ./configure CC=c99 CFLAGS=-g LIBS=-lposix - - *Note Defining Variables::, for more details. - -Compiling For Multiple Architectures -==================================== - - You can compile the package for more than one kind of computer at the -same time, by placing the object files for each architecture in their -own directory. To do this, you can use GNU `make'. `cd' to the -directory where you want the object files and executables to go and run -the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. - - With a non-GNU `make', it is safer to compile the package for one -architecture at a time in the source code directory. After you have -installed the package for one architecture, use `make distclean' before -reconfiguring for another architecture. - - On MacOS X 10.5 and later systems, you can create libraries and -executables that work on multiple system types--known as "fat" or -"universal" binaries--by specifying multiple `-arch' options to the -compiler but only a single `-arch' option to the preprocessor. Like -this: - - ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ - CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ - CPP="gcc -E" CXXCPP="g++ -E" - - This is not guaranteed to produce working output in all cases, you -may have to build one architecture at a time and combine the results -using the `lipo' tool if you have problems. - -Installation Names -================== - - By default, `make install' installs the package's commands under -`/usr/local/bin', include files under `/usr/local/include', etc. You -can specify an installation prefix other than `/usr/local' by giving -`configure' the option `--prefix=PREFIX'. - - You can specify separate installation prefixes for -architecture-specific files and architecture-independent files. If you -pass the option `--exec-prefix=PREFIX' to `configure', the package uses -PREFIX as the prefix for installing programs and libraries. -Documentation and other data files still use the regular prefix. - - In addition, if you use an unusual directory layout you can give -options like `--bindir=DIR' to specify different values for particular -kinds of files. Run `configure --help' for a list of the directories -you can set and what kinds of files go in them. - - If the package supports it, you can cause programs to be installed -with an extra prefix or suffix on their names by giving `configure' the -option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. - -Optional Features -================= - - Some packages pay attention to `--enable-FEATURE' options to -`configure', where FEATURE indicates an optional part of the package. -They may also pay attention to `--with-PACKAGE' options, where PACKAGE -is something like `gnu-as' or `x' (for the X Window System). The -`README' should mention any `--enable-' and `--with-' options that the -package recognizes. - - For packages that use the X Window System, `configure' can usually -find the X include and library files automatically, but if it doesn't, -you can use the `configure' options `--x-includes=DIR' and -`--x-libraries=DIR' to specify their locations. - -Particular systems -================== - - On HP-UX, the default C compiler is not ANSI C compatible. If GNU -CC is not installed, it is recommended to use the following options in -order to use an ANSI C compiler: - - ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" - -and if that doesn't work, install pre-built binaries of GCC for HP-UX. - - On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot -parse its `' header file. The option `-nodtk' can be used as -a workaround. If GNU CC is not installed, it is therefore recommended -to try - - ./configure CC="cc" - -and if that doesn't work, try - - ./configure CC="cc -nodtk" - - On Solaris, don't put `/usr/ucb' early in your `PATH'. This -directory contains several dysfunctional programs; working variants of -these programs are available in `/usr/bin'. So, if you need `/usr/ucb' -in your `PATH', put it _after_ `/usr/bin'. - - On Haiku, software installed for all users goes in `/boot/common', -not `/usr/local'. It is recommended to use the following options: - - ./configure --prefix=/boot/common - -Specifying the System Type -========================== - - There may be some features `configure' cannot figure out -automatically, but needs to determine by the type of machine the package -will run on. Usually, assuming the package is built to be run on the -_same_ architectures, `configure' can figure that out, but if it prints -a message saying it cannot guess the machine type, give it the -`--build=TYPE' option. TYPE can either be a short name for the system -type, such as `sun4', or a canonical name which has the form: - - CPU-COMPANY-SYSTEM - -where SYSTEM can have one of these forms: - - OS - KERNEL-OS - - See the file `config.sub' for the possible values of each field. If -`config.sub' isn't included in this package, then this package doesn't -need to know the machine type. - - If you are _building_ compiler tools for cross-compiling, you should -use the option `--target=TYPE' to select the type of system they will -produce code for. - - If you want to _use_ a cross compiler, that generates code for a -platform different from the build platform, you should specify the -"host" platform (i.e., that on which the generated programs will -eventually be run) with `--host=TYPE'. - -Sharing Defaults -================ - - If you want to set default values for `configure' scripts to share, -you can create a site shell script called `config.site' that gives -default values for variables like `CC', `cache_file', and `prefix'. -`configure' looks for `PREFIX/share/config.site' if it exists, then -`PREFIX/etc/config.site' if it exists. Or, you can set the -`CONFIG_SITE' environment variable to the location of the site script. -A warning: not all `configure' scripts look for a site script. - -Defining Variables -================== - - Variables not defined in a site shell script can be set in the -environment passed to `configure'. However, some packages may run -configure again during the build, and the customized values of these -variables may be lost. In order to avoid this problem, you should set -them in the `configure' command line, using `VAR=value'. For example: - - ./configure CC=/usr/local2/bin/gcc - -causes the specified `gcc' to be used as the C compiler (unless it is -overridden in the site shell script). - -Unfortunately, this technique does not work for `CONFIG_SHELL' due to -an Autoconf bug. Until the bug is fixed you can use this workaround: - - CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash - -`configure' Invocation -====================== - - `configure' recognizes the following options to control how it -operates. - -`--help' -`-h' - Print a summary of all of the options to `configure', and exit. - -`--help=short' -`--help=recursive' - Print a summary of the options unique to this package's - `configure', and exit. The `short' variant lists options used - only in the top level, while the `recursive' variant lists options - also present in any nested packages. - -`--version' -`-V' - Print the version of Autoconf used to generate the `configure' - script, and exit. - -`--cache-file=FILE' - Enable the cache: use and save the results of the tests in FILE, - traditionally `config.cache'. FILE defaults to `/dev/null' to - disable caching. - -`--config-cache' -`-C' - Alias for `--cache-file=config.cache'. - -`--quiet' -`--silent' -`-q' - Do not print messages saying which checks are being made. To - suppress all normal output, redirect it to `/dev/null' (any error - messages will still be shown). - -`--srcdir=DIR' - Look for the package's source code in directory DIR. Usually - `configure' can determine that directory automatically. - -`--prefix=DIR' - Use DIR as the installation prefix. *Note Installation Names:: - for more details, including other options available for fine-tuning - the installation locations. - -`--no-create' -`-n' - Run the configure checks, but stop before creating any output - files. - -`configure' also accepts some other, not widely useful, options. Run -`configure --help' for more details. - diff -Nru lxappearance-0.4.0/ltmain.sh lxappearance-0.5.0/ltmain.sh --- lxappearance-0.4.0/ltmain.sh 2010-01-06 15:30:27.000000000 +0000 +++ lxappearance-0.5.0/ltmain.sh 2010-10-12 15:20:50.000000000 +0000 @@ -65,7 +65,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2 +# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1 # automake: $automake_version # autoconf: $autoconf_version # @@ -73,7 +73,7 @@ PROGRAM=ltmain.sh PACKAGE=libtool -VERSION="2.2.6b Debian-2.2.6b-2" +VERSION="2.2.6b Debian-2.2.6b-2ubuntu1" TIMESTAMP="" package_revision=1.3017 diff -Nru lxappearance-0.4.0/lxappearance.desktop lxappearance-0.5.0/lxappearance.desktop --- lxappearance-0.4.0/lxappearance.desktop 2010-01-06 15:34:19.000000000 +0000 +++ lxappearance-0.5.0/lxappearance.desktop 1970-01-01 00:00:00.000000000 +0000 @@ -1,81 +0,0 @@ -[Desktop Entry] -Name=Appearance -Name[af]=Voorkoms -Name[ar]=المظهر -Name[bg]=Външен вид -Name[bn_IN]=চেহারা -Name[ca]=Aparença -Name[cs]=Vzhled -Name[da]=Udseende -Name[de]=Erscheinungsbild -Name[el]=Εμφάνιση -Name[es]=Apariencia -Name[et]=Välimus -Name[eu]=Itxura -Name[fi]=Ulkoasu -Name[fr]=Apparence -Name[gl]=Aparencia -Name[he]=מר××” -Name[hu]=Megjelenés -Name[it]=Aspetto -Name[ja]=外観ã®è¨­å®š -Name[ko]=모양새 -Name[lt]=IÅ¡vaizda -Name[ml]=കാഴàµà´š -Name[nb]=Utseende -Name[nl]=Uiterlijk -Name[pl]=WyglÄ…d -Name[pt]=Aparência -Name[pt_BR]=Aparência -Name[ru]=Внешний вид -Name[sk]=Vzhľad -Name[sl]=Nastavitve izgleda -Name[sr]=Изглед -Name[sv]=Utseende -Name[uk]=Зовнішній виглÑд -Name[vi]=Diện mạo -Name[zh_CN]=外观 -Name[zh_TW]=外觀設定 -Comment=Customize the look of the desktop -Comment[af]=Pas die voorkoms van die werkskerm aan -Comment[ar]=خصّص مظهر سطح المكتب -Comment[bg]=ÐаÑтройване на Ð²ÑŠÐ½ÑˆÐ½Ð¸Ñ Ð²Ð¸Ð´ на Ñ€Ð°Ð±Ð¾Ñ‚Ð½Ð¸Ñ Ð¿Ð»Ð¾Ñ‚ -Comment[bn_IN]=ডেসà§à¦•à¦Ÿà¦ªà§‡à¦° চেহারা পছনà§à¦¦ অনà§à¦¸à¦¾à¦°à§‡ নিরà§à¦§à¦¾à¦°à¦£ করà§à¦¨ -Comment[ca]=Personalitzeu l'aparença de l'escriptori -Comment[cs]=PÅ™izpůsobit vzhled pracovní plochy -Comment[da]=Tilpas skrivebordets udseende -Comment[de]=Aussehen des Desktops anpassen -Comment[el]=ΠÏοσαÏμόστε την εμφάνιση της επιφάνειας εÏγασίας σας -Comment[es]=Personalizar la apariencia del escritorio -Comment[et]=Töölaua välimuse kohandamine -Comment[eu]=Pertsonalizatu mahaigainaren itxura -Comment[fi]=Muuta työpöydän ulkoasua -Comment[fr]=Personnaliser l'apparence du bureau -Comment[he]=הת×מת מר××” שולחן העבודה -Comment[hu]=Az asztal megjelenésének testreszabása -Comment[it]=Personalizza l'aspetto dell'ambiente grafico -Comment[ja]=デスクトップã®è¦‹æ˜ ãˆã‚’設定ã—ã¾ã™ -Comment[ko]=ë°ìŠ¤í¬íƒ‘ì˜ ëª¨ì–‘ìƒˆë¥¼ 설정합니다 -Comment[lt]=Keisti darbo aplinkos iÅ¡vaizdÄ… -Comment[ml]=പണിയിടതàµà´¤àµ† à´šà´¿à´Ÿàµà´Ÿà´ªàµà´ªàµ†à´Ÿàµà´¤àµà´¤àµà´• -Comment[nb]=Tilpass utseende for skrivebordet -Comment[nl]=De achtergrond van het bureaublad instellen -Comment[pl]=Dostosuj wyglÄ…d pulpitu -Comment[pt]=Personalizar a aparência do ambiente de trabalho -Comment[pt_BR]=Personalizar a aparência da área de trabalho -Comment[ru]=ÐаÑтройте тему рабочего Ñтола -Comment[sk]=PrispôsobiÅ¥ vzhľad pracovného prostredia -Comment[sl]=Prilagajanje videza namizja -Comment[sr]=Прилагодите изглед радне површи -Comment[sv]=Anpassa utseendet för skrivbordet -Comment[uk]=Ðалаштувати виглÑд робочого Ñтолу -Comment[vi]=Tùy chỉnh màn hình ná»n -Comment[zh_CN]=自定义桌é¢å¤–观 -Comment[zh_TW]=自訂桌é¢å¤–觀 -Exec=lxappearance -Icon=preferences-desktop-theme -Terminal=false -Type=Application -StartupNotify=true -Categories=Settings;DesktopSettings;X-LXDE-Settings;GTK; -NotShowIn=GNOME;XFCE; diff -Nru lxappearance-0.4.0/Makefile.am lxappearance-0.5.0/Makefile.am --- lxappearance-0.4.0/Makefile.am 2009-12-19 11:05:54.000000000 +0000 +++ lxappearance-0.5.0/Makefile.am 2010-08-07 16:19:09.000000000 +0000 @@ -1,36 +1,7 @@ NULL= -SUBDIRS = src po man - -ui_in_files= \ - data/lxappearance.glade \ - data/demo.glade \ - $(NULL) -uidir=$(datadir)/lxappearance -ui_DATA = $(ui_in_files:.glade=.ui) - -%.ui: %.glade - cp $< $@ - -support_scriptdir=$(datadir)/lxappearance -support_script_DATA= \ - scripts/install-icon-theme.sh \ - $(NULL) - -desktopdir=$(datadir)/applications -desktop_in_files=lxappearance.desktop.in -desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -@INTLTOOL_DESKTOP_RULE@ - -install-data-hook: - for script in $(DESTDIR)$(support_scriptdir)/*.sh; do \ - chmod +x $$script; \ - done +SUBDIRS=src po data EXTRA_DIST = \ - autogen.sh \ - $(ui_DATA) \ - $(support_script_DATA) \ - $(desktop_DATA) \ $(NULL) diff -Nru lxappearance-0.4.0/Makefile.in lxappearance-0.5.0/Makefile.in --- lxappearance-0.4.0/Makefile.in 2010-01-06 15:30:30.000000000 +0000 +++ lxappearance-0.5.0/Makefile.in 2010-10-12 15:20:51.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -14,7 +14,6 @@ # PARTICULAR PURPOSE. @SET_MAKE@ - VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ @@ -35,11 +34,11 @@ subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ - $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ - depcomp install-sh ltmain.sh missing + $(top_srcdir)/configure AUTHORS COPYING ChangeLog NEWS depcomp \ + install-sh ltmain.sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -57,30 +56,6 @@ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__installdirs = "$(DESTDIR)$(desktopdir)" \ - "$(DESTDIR)$(support_scriptdir)" "$(DESTDIR)$(uidir)" -DATA = $(desktop_DATA) $(support_script_DATA) $(ui_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ @@ -149,9 +124,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GMODULE_CFLAGS = @GMODULE_CFLAGS@ +GMODULE_LIBS = @GMODULE_LIBS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -167,7 +146,6 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -177,8 +155,6 @@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_CFLAGS = @PACKAGE_CFLAGS@ -PACKAGE_LIBS = @PACKAGE_LIBS@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ @@ -196,9 +172,8 @@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ -XMLCATALOG = @XMLCATALOG@ -XML_CATALOG_FILE = @XML_CATALOG_FILE@ -XSLTPROC = @XSLTPROC@ +XLIB_CFLAGS = @XLIB_CFLAGS@ +XLIB_LIBS = @XLIB_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -242,27 +217,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ NULL = -SUBDIRS = src po man -ui_in_files = \ - data/lxappearance.glade \ - data/demo.glade \ - $(NULL) - -uidir = $(datadir)/lxappearance -ui_DATA = $(ui_in_files:.glade=.ui) -support_scriptdir = $(datadir)/lxappearance -support_script_DATA = \ - scripts/install-icon-theme.sh \ - $(NULL) - -desktopdir = $(datadir)/applications -desktop_in_files = lxappearance.desktop.in -desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) +SUBDIRS = src po data EXTRA_DIST = \ - autogen.sh \ - $(ui_DATA) \ - $(support_script_DATA) \ - $(desktop_DATA) \ $(NULL) all: config.h @@ -271,19 +227,19 @@ .SUFFIXES: am--refresh: @: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ - $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu Makefile + $(AUTOMAKE) --foreign Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -298,9 +254,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) +$(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): @@ -313,73 +269,13 @@ stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h -$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) +$(srcdir)/config.h.in: $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 -install-desktopDATA: $(desktop_DATA) - @$(NORMAL_INSTALL) - test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)" - @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \ - done - -uninstall-desktopDATA: - @$(NORMAL_UNINSTALL) - @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(desktopdir)" && rm -f $$files -install-support_scriptDATA: $(support_script_DATA) - @$(NORMAL_INSTALL) - test -z "$(support_scriptdir)" || $(MKDIR_P) "$(DESTDIR)$(support_scriptdir)" - @list='$(support_script_DATA)'; test -n "$(support_scriptdir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(support_scriptdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(support_scriptdir)" || exit $$?; \ - done - -uninstall-support_scriptDATA: - @$(NORMAL_UNINSTALL) - @list='$(support_script_DATA)'; test -n "$(support_scriptdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(support_scriptdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(support_scriptdir)" && rm -f $$files -install-uiDATA: $(ui_DATA) - @$(NORMAL_INSTALL) - test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)" - @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \ - done - -uninstall-uiDATA: - @$(NORMAL_UNINSTALL) - @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(uidir)" && rm -f $$files # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -388,7 +284,7 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -413,7 +309,7 @@ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -577,7 +473,8 @@ fi; \ done -test -n "$(am__skip_mode_fix)" \ - || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ @@ -621,17 +518,17 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ - bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ - unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac @@ -692,12 +589,9 @@ exit 1; } >&2 check-am: all-am check: check-recursive -all-am: Makefile $(DATA) config.h +all-am: Makefile config.h installdirs: installdirs-recursive installdirs-am: - for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(support_scriptdir)" "$(DESTDIR)$(uidir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive @@ -744,10 +638,8 @@ info-am: -install-data-am: install-desktopDATA install-support_scriptDATA \ - install-uiDATA - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook +install-data-am: + install-dvi: install-dvi-recursive install-dvi-am: @@ -792,12 +684,10 @@ ps-am: -uninstall-am: uninstall-desktopDATA uninstall-support_scriptDATA \ - uninstall-uiDATA +uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ - ctags-recursive install-am install-data-am install-strip \ - tags-recursive + ctags-recursive install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ @@ -806,26 +696,14 @@ distclean distclean-generic distclean-hdr distclean-tags \ distcleancheck distdir distuninstallcheck dvi dvi-am html \ html-am info info-am install install-am install-data \ - install-data-am install-data-hook install-desktopDATA \ - install-dvi install-dvi-am install-exec install-exec-am \ - install-html install-html-am install-info install-info-am \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip install-support_scriptDATA \ - install-uiDATA installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ - tags-recursive uninstall uninstall-am uninstall-desktopDATA \ - uninstall-support_scriptDATA uninstall-uiDATA - - -%.ui: %.glade - cp $< $@ -@INTLTOOL_DESKTOP_RULE@ - -install-data-hook: - for script in $(DESTDIR)$(support_scriptdir)/*.sh; do \ - chmod +x $$script; \ - done + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags tags-recursive uninstall uninstall-am + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -Nru lxappearance-0.4.0/man/lxappearance.1 lxappearance-0.5.0/man/lxappearance.1 --- lxappearance-0.4.0/man/lxappearance.1 2010-01-06 15:35:22.000000000 +0000 +++ lxappearance-0.5.0/man/lxappearance.1 1970-01-01 00:00:00.000000000 +0000 @@ -1,69 +0,0 @@ -'\" t -.\" Title: LXAPPEARANCE -.\" Author: Ying-Chun Liu -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: April 20, 2008 -.\" Manual: http://LXDE.org -.\" Source: http://LXDE.org -.\" Language: English -.\" -.TH "LXAPPEARANCE" "1" "April 20, 2008" "http://LXDE\&.org" "http://LXDE.org" -.\" ----------------------------------------------------------------- -.\" * Define some portability stuff -.\" ----------------------------------------------------------------- -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- -.SH "NAME" -lxappearance \- GTK+ theme switcher -.SH "SYNOPSIS" -.HP \w'\fBlxappearance\fR\ 'u -\fBlxappearance\fR -.SH "DESCRIPTION" -.PP -This manual page documents briefly the -\fBlxappearance\fR -command\&. -.PP -\fBlxappearance\fR -is a program to change GTK+ themes, icon themes, and fonts used by applications\&. It is a feature\-rich GTK+ theme switcher\&. -.SH "AUTHOR" -.PP -This manual page was written by paulliu -grandpaul@gmail\&.com -for the -Debian -system (but may be used by others)\&. Permission is granted to copy, distribute and/or modify this document under the terms of the -GNU -General Public License, Version 2 any later version published by the Free Software Foundation\&. -.PP -On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. -.PP -The source code of this manual page should be in -\&.sgml -format\&. It is better not to modify the -\&.1 -file directly\&. -.SH "AUTHOR" -.PP -\fBYing\-Chun Liu\fR -.RS 4 -Author. -.RE -.SH "COPYRIGHT" -.br -Copyright \(co 2008 paulliu -.br diff -Nru lxappearance-0.4.0/man/lxappearance.xml lxappearance-0.5.0/man/lxappearance.xml --- lxappearance-0.4.0/man/lxappearance.xml 2009-06-27 07:06:37.000000000 +0000 +++ lxappearance-0.5.0/man/lxappearance.xml 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ - -
grandpaul@gmail.com -
- Ying-Chun - Liu - - 2008 - paulliu - - April 20, 2008 -
- LXAPPEARANCE -http://LXDE.org - - 1 - - lxappearance - - GTK+ theme switcher - - lxappearance - - - DESCRIPTION - - This manual page documents briefly the - lxappearance command. - - lxappearance is a program to change - GTK+ themes, icon themes, and fonts used by applications. It is a - feature-rich GTK+ theme switcher. - - - - - AUTHOR - - This manual page was written by paulliu grandpaul@gmail.com for - the Debian system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the GNU General Public License, Version 2 any - later version published by the Free Software Foundation. - - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - - The source code of this manual page should be in - .sgml format. It is better not to modify - the .1 file directly. - - -
diff -Nru lxappearance-0.4.0/man/Makefile.am lxappearance-0.5.0/man/Makefile.am --- lxappearance-0.4.0/man/Makefile.am 2009-06-27 07:06:37.000000000 +0000 +++ lxappearance-0.5.0/man/Makefile.am 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -man_MANS = \ - lxappearance.1 - -man_XMANS = \ - lxappearance.xml - -EXTRA_DIST = \ - $(man_MANS) \ - $(man_XMANS) - - -if ENABLE_REGENERATE_MAN - -lxappearance.1: lxappearance.xml - $(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< - -CLEANFILES = $(man_MANS) -else - -$(man_MANS): - @echo "" - @echo "Error: you need to run configure with '--enable-man'" - @echo " in order to regenerate man pages." - @echo "" - @false -endif - - diff -Nru lxappearance-0.4.0/man/Makefile.in lxappearance-0.5.0/man/Makefile.in --- lxappearance-0.4.0/man/Makefile.in 2010-01-06 15:30:30.000000000 +0000 +++ lxappearance-0.5.0/man/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,448 +0,0 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = man -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.in -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -DIST_SOURCES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -man1dir = $(mandir)/man1 -am__installdirs = "$(DESTDIR)$(man1dir)" -NROFF = nroff -MANS = $(man_MANS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ALL_LINGUAS = @ALL_LINGUAS@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLLIBS = @INTLLIBS@ -INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -INTLTOOL_MERGE = @INTLTOOL_MERGE@ -INTLTOOL_PERL = @INTLTOOL_PERL@ -INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -MSGFMT = @MSGFMT@ -MSGFMT_OPTS = @MSGFMT_OPTS@ -MSGMERGE = @MSGMERGE@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_CFLAGS = @PACKAGE_CFLAGS@ -PACKAGE_LIBS = @PACKAGE_LIBS@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -POFILES = @POFILES@ -POSUB = @POSUB@ -PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ -PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -XMLCATALOG = @XMLCATALOG@ -XML_CATALOG_FILE = @XML_CATALOG_FILE@ -XSLTPROC = @XSLTPROC@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -man_MANS = \ - lxappearance.1 - -man_XMANS = \ - lxappearance.xml - -EXTRA_DIST = \ - $(man_MANS) \ - $(man_XMANS) - -@ENABLE_REGENERATE_MAN_TRUE@CLEANFILES = $(man_MANS) -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu man/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -install-man1: $(man_MANS) - @$(NORMAL_INSTALL) - test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" - @list=''; test -n "$(man1dir)" || exit 0; \ - { for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ - } | while read p; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; echo "$$p"; \ - done | \ - sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ - sed 'N;N;s,\n, ,g' | { \ - list=; while read file base inst; do \ - if test "$$base" = "$$inst"; then list="$$list $$file"; else \ - echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ - $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ - fi; \ - done; \ - for i in $$list; do echo "$$i"; done | $(am__base_list) | \ - while read files; do \ - test -z "$$files" || { \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ - done; } - -uninstall-man1: - @$(NORMAL_UNINSTALL) - @list=''; test -n "$(man1dir)" || exit 0; \ - files=`{ for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ - } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ - -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - test -z "$$files" || { \ - echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @list='$(MANS)'; if test -n "$$list"; then \ - list=`for p in $$list; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ - if test -n "$$list" && \ - grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ - echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ - grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ - echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ - echo " typically \`make maintainer-clean' will remove them" >&2; \ - exit 1; \ - else :; fi; \ - else :; fi - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(MANS) -installdirs: - for dir in "$(DESTDIR)$(man1dir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: install-man - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: install-man1 - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-man - -uninstall-man: uninstall-man1 - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic distclean \ - distclean-generic distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-man1 install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ - uninstall-am uninstall-man uninstall-man1 - - -@ENABLE_REGENERATE_MAN_TRUE@lxappearance.1: lxappearance.xml -@ENABLE_REGENERATE_MAN_TRUE@ $(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< - -@ENABLE_REGENERATE_MAN_FALSE@$(man_MANS): -@ENABLE_REGENERATE_MAN_FALSE@ @echo "" -@ENABLE_REGENERATE_MAN_FALSE@ @echo "Error: you need to run configure with '--enable-man'" -@ENABLE_REGENERATE_MAN_FALSE@ @echo " in order to regenerate man pages." -@ENABLE_REGENERATE_MAN_FALSE@ @echo "" -@ENABLE_REGENERATE_MAN_FALSE@ @false - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff -Nru lxappearance-0.4.0/po/af.po lxappearance-0.5.0/po/af.po --- lxappearance-0.4.0/po/af.po 2009-12-21 10:17:39.000000000 +0000 +++ lxappearance-0.5.0/po/af.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,186 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-10 09:29+0100\n" -"Last-Translator: F Wolff \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Kies 'n ikoontema" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (ikoontema)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Kolom" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Item" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Tik 'n paar karakters hier om die tans gekose lettertipe te toets." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "R_edigeer" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Lêer" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Hulp" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Voorskou" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Voorkomsinstellings" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Beskikbare muiswysertemas" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Beskikbare ikoontemas" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Beskikbare venstertemas" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Muiswyser" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikoon" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Slegs ikone" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Groot" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Ander" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Grootte" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Klein" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Teks onder ikone" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Teks langs ikone" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Slegs teks" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Nutsbalkstyl: " - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Venster" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Lettertipe" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Installeer" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Voorkoms" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Pas die voorkoms van die werkskerm aan" - -#~ msgid "Back" -#~ msgstr "Terug" - -#~ msgid "Forward" -#~ msgstr "Vorentoe" - -#~ msgid "Stop" -#~ msgstr "Stop" diff -Nru lxappearance-0.4.0/po/ar.po lxappearance-0.5.0/po/ar.po --- lxappearance-0.4.0/po/ar.po 2009-12-25 07:59:30.000000000 +0000 +++ lxappearance-0.5.0/po/ar.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,211 +0,0 @@ -# Arabic translations for PACKAGE package. -# Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# أحمد Ùرغل , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: LXAppearance\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-21 11:16+0100\n" -"Last-Translator: Ismaeel AL-zahrani \n" -"Language-Team: Arabic\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "انتق سمة أيقونات" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (سمة أيقونات)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "عمود" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "عنصر" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "زر تأشير" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "استعراض" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "زر انتقاء" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "لسان1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "لسان2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "لسان3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "لسان4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "عنصر اختباري 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "عنصر اختباري 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "عنصر اختباري 3" - -# اﻷحر٠هي الترجمة الأÙضل لكلمة characters -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "اكتب بعض اﻷحر٠هنا لتختبر الخط المنتقى حاليا." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_تحرير" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_ملÙ" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_مساعدة" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "زر" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "معاينة" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "إعدادات المظهر" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "سمات الأيقونات المتوÙرة" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "سمات الأيقونات المتوÙرة" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "سمات النواÙØ° المتوÙرة" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "المؤشر" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "الأيقونات" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "أيقونات Ùقط" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "كبير" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "أخرى" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "حجم" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "صغير" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "نص أسÙÙ„ الأيقونات" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "نص بجانب الأيقونات" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "نص Ùقط" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "شكل شريط الأدوات:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "الناÙذة" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_الخط:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_ثبّÙت" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "المظهر" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "خصّص مظهر سطح المكتب" - -#~ msgid "Back" -#~ msgstr "للخلÙ" - -#~ msgid "Forward" -#~ msgstr "للأمام" - -#~ msgid "Stop" -#~ msgstr "Ù‚Ù" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "عنصر اختباري 1\n" -#~ "عنصر اختباري 2\n" -#~ "عنصر اختباري 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "غير قادر على إيجاد مل٠الصورة البكسلية: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "أيقونات Ùقط\n" -#~ "نص Ùقط\n" -#~ "نص أسÙÙ„ الأيقونات\n" -#~ "نص بجانب الأيقونات" diff -Nru lxappearance-0.4.0/po/bg.po lxappearance-0.5.0/po/bg.po --- lxappearance-0.4.0/po/bg.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/bg.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,213 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: lxappearance\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-10-09 22:32+0200\n" -"Last-Translator: Rossen Karpuzov \n" -"Language-Team: Mandriva User Group - Bulgaria \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Избор на тема за икони" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Тема за икони)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Колона" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Елемент" - -#: ../data/demo.glade.h:1 -#, fuzzy -msgid "Check Button" -msgstr "Група бутони" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "ДемонÑтрациÑ" - -#: ../data/demo.glade.h:3 -#, fuzzy -msgid "Radio Button" -msgstr "Превключвател" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Отм1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Отм2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Отм3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Отм4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "ТеÑÑ‚ елемент 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "ТеÑÑ‚ елемент 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "ТеÑÑ‚ елемент 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Ðапишете нÑкакъв текÑÑ‚ тук, за да теÑтвате Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ ÑˆÑ€Ð¸Ñ„Ñ‚." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Редактиране" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Файл" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Помощ" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "бутон" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Преглед" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "ÐаÑтройване на Ð²ÑŠÐ½ÑˆÐ½Ð¸Ñ Ð²Ð¸Ð´" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "Ðалични теми Ñ Ð¸ÐºÐ¾Ð½Ð¸" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Ðалични теми Ñ Ð¸ÐºÐ¾Ð½Ð¸" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Ðалични теми за прозорци" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Икона" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Само икони" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Други" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "ТекÑÑ‚ под иконите" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "ТекÑÑ‚ до иконите" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Само текÑÑ‚" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Стил на лентата Ñ Ð¸Ð½Ñтрументи:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Прозорец" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Шрифт:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_ИнÑталиране" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Външен вид" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "ÐаÑтройване на Ð²ÑŠÐ½ÑˆÐ½Ð¸Ñ Ð²Ð¸Ð´ на Ñ€Ð°Ð±Ð¾Ñ‚Ð½Ð¸Ñ Ð¿Ð»Ð¾Ñ‚" - -#~ msgid "Back" -#~ msgstr "Ðазад" - -#~ msgid "Forward" -#~ msgstr "Ðапред" - -#~ msgid "Stop" -#~ msgstr "Стоп" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "ТеÑÑ‚ елемент 1\n" -#~ "ТеÑÑ‚ елемент 2\n" -#~ "ТеÑÑ‚ елемент 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Ðе може да Ñе намери pixmap файла: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Само икони\n" -#~ "Само текÑÑ‚\n" -#~ "ТекÑÑ‚ под икони\n" -#~ "ТекÑÑ‚ край икони" diff -Nru lxappearance-0.4.0/po/bn_IN.po lxappearance-0.5.0/po/bn_IN.po --- lxappearance-0.4.0/po/bn_IN.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/bn_IN.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,209 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-08 18:00+0100\n" -"Last-Translator: Sankarshan \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "à¦à¦•à¦Ÿà¦¿ আইকন থিম নিরà§à¦¬à¦¾à¦šà¦¨ করà§à¦¨" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (আইকন থিম)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "কলাম" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "বসà§à¦¤à§" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Check Button" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "ডেমো" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Radio Button" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Tab1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Tab2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Tab3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Tab4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Test Item 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Test Item 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Test Item 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "বরà§à¦¤à¦®à¦¾à¦¨à§‡ নিরà§à¦¬à¦¾à¦šà¦¿à¦¤ ফনà§à¦Ÿ-টি পরীকà§à¦·à¦¾ করার জনà§à¦¯ কিছৠঅকà§à¦·à¦° টাইপ করà§à¦¨à¥¤" - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "সমà§à¦ªà¦¾à¦¦à¦¨à¦¾(_E)" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "ফাইল(_F)" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "সহায়িকা(_H)" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "button" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "পূরà§à¦¬à¦ªà§à¦°à¦¦à¦°à§à¦¶à¦¨" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "চেহারা ছবির বিবিধ বৈশিষà§à¦Ÿà§à¦¯" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "উপলবà§à¦§ কারà§à¦¸à¦¾à¦° থিম" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "উপলবà§à¦§ আইকন থিম" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "উপলবà§à¦§ উইনà§à¦¡à§‹ থিম" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "কারà§à¦¸à¦¾à¦°" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "আইকন" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "শà§à¦§à§à¦®à¦¾à¦¤à§à¦° আইকন" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "বড়" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "অনà§à¦¯à¦¾à¦¨à§à¦¯" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "আকার" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "ছোট" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "আইকনের নীচে টেকà§à¦¸à¦Ÿ" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "আইকনের পাশে টেকà§à¦¸à¦Ÿ" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "শà§à¦§à§à¦®à¦¾à¦¤à§à¦° টেকà§à¦¸à¦Ÿ" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "টà§à¦²à¦¬à¦¾à¦°à§‡à¦° বিনà§à¦¯à¦¾à¦¸:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "উইনà§à¦¡à§‹" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "ফনà§à¦Ÿ(_F):" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "ইনসà§à¦Ÿà¦² করা হবে (_I)" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "চেহারা" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "ডেসà§à¦•à¦Ÿà¦ªà§‡à¦° চেহারা পছনà§à¦¦ অনà§à¦¸à¦¾à¦°à§‡ নিরà§à¦§à¦¾à¦°à¦£ করà§à¦¨" - -#~ msgid "Back" -#~ msgstr "পূরà§à¦¬à¦¬à¦°à§à¦¤à§€" - -#~ msgid "Forward" -#~ msgstr "ফরওয়ারà§à¦¡" - -#~ msgid "Stop" -#~ msgstr "বনà§à¦§ করা হবে" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "পিকà§à¦¸à¦®à§à¦¯à¦¾à¦ª ফাইল: %s খà§à¦œà§‡à¦ পাওয়া যায়নি" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "শà§à¦§à§à¦®à¦¾à¦¤à§à¦° আইকন\n" -#~ "শà§à¦§à§à¦®à¦¾à¦¤à§à¦° টেকà§à¦¸à¦Ÿ\n" -#~ "আইকনের নীচে টেকà§à¦¸à¦Ÿ\n" -#~ "আইকনের পাশে টেকà§à¦¸à¦Ÿ" diff -Nru lxappearance-0.4.0/po/ca.po lxappearance-0.5.0/po/ca.po --- lxappearance-0.4.0/po/ca.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/ca.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,210 +0,0 @@ -# lxappearance.po CATALAN TRANSLATION -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-08 17:06+0100\n" -"Last-Translator: Josep Sanchez \n" -"Language-Team: LXDE Catalan translation group\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Trieu un tema d'icones" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Tema d'icones)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Columna" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Element" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Botó de comprovació" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demostració" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Botó de selecció" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Pestanya1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Pestanya 2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Pestanya 3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Pestanya 4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Verifica l'element 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Verifica l'element 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Verifica l'element 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "" -"Teclegeu alguns caràcters per a verificar el tipus de lletra seleccionat" - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Edita" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Fitxer" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Ajuda" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "botó" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Previsualització" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Paràmetres d'aspecte" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Temes de cursor disponibles" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Temes d'icones disponibles" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Temes de finestres disponibles" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Cursor" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Icona" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Només icones" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Gran" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Altre" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Mida" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Petit" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Text sota les icones" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Text al costat de les icones" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Només text" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Estil de la barra d'eines:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Finestra" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Tipus de lletra:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Instal·la" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Aparença" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Personalitzeu l'aparença de l'escriptori" - -#~ msgid "Back" -#~ msgstr "Enrera" - -#~ msgid "Forward" -#~ msgstr "Endavant" - -#~ msgid "Stop" -#~ msgstr "Atura" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Verifica l'element 1\n" -#~ "Verifica l'element 2\n" -#~ "Verifica l'element 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "No s'ha pogut localitzar el fitxer pixmap: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Només icones\n" -#~ "Només text\n" -#~ "Text sota les icones\n" -#~ "Text al costat de les icones" diff -Nru lxappearance-0.4.0/po/ChangeLog lxappearance-0.5.0/po/ChangeLog --- lxappearance-0.4.0/po/ChangeLog 2009-03-16 14:14:24.000000000 +0000 +++ lxappearance-0.5.0/po/ChangeLog 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -2009-03-12 Og Maciel - - * LINGUAS: Updated. - * pt_BR.po: Updated Brazilian Portuguese translation by - Henrique P Machado. - -2009-01-26 Ming-Ting Wei - - * ar.po: Added Arabic translation - diff -Nru lxappearance-0.4.0/po/cs.po lxappearance-0.5.0/po/cs.po --- lxappearance-0.4.0/po/cs.po 2009-12-21 10:17:37.000000000 +0000 +++ lxappearance-0.5.0/po/cs.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,209 +0,0 @@ -# Czech translations for lxappearance package. -# Copyright (C) 2009 THE lxappearance'S COPYRIGHT HOLDER -# This file is distributed under the same license as the lxappearance package. -# Michal Várady , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: lxappearance 0.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-09 17:42+0100\n" -"Last-Translator: Michal Várady \n" -"Language-Team: Czech\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Vyberte motiv ikon" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Motiv ikon)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Sloupec" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Položka" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "ZaÅ¡krtávací tlaÄítko" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demo" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "PÅ™epínaÄ" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Karta1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Karta2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Karta3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Karta4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Testovací položka 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Testovací položka 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Testovací položka 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Zde napiÅ¡te nÄ›kolik znaků pro vyzkouÅ¡ení vybraného písma." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Upravit" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Soubor" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_NápovÄ›da" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "tlaÄítko" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Ukázka" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Nastavení vzhledu" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Dostupné motivy kurzorů" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Dostupné motivy ikon" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Dostupné motivy oken" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Kurzor" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikona" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Pouze ikony" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Velká" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Jiný" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Velikost" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Malá" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Text pod ikonami" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Text vedle ikon" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Pouze text" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Styl panelu nástrojů:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Okno" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Písmo:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Nainstalovat" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Vzhled" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "PÅ™izpůsobit vzhled pracovní plochy" - -#~ msgid "Back" -#~ msgstr "ZpÄ›t" - -#~ msgid "Forward" -#~ msgstr "VpÅ™ed" - -#~ msgid "Stop" -#~ msgstr "Zastavit" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Testovací položka 1\n" -#~ "Testovací položka 2\n" -#~ "Testovací položka 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Nelze najít soubor obrázku: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Poze ikony\n" -#~ "Pouze text\n" -#~ "Text pod ikonami\n" -#~ "Text vedle ikon" diff -Nru lxappearance-0.4.0/po/da.po lxappearance-0.5.0/po/da.po --- lxappearance-0.4.0/po/da.po 2010-01-06 05:17:45.000000000 +0000 +++ lxappearance-0.5.0/po/da.po 2010-10-06 16:55:34.000000000 +0000 @@ -1,210 +1,262 @@ -# Danish description for lxappearance. -# Copyright (C) 2008 THE lxappearance'S COPYRIGHT HOLDER +# Danish translation lxappearance. +# Copyright (C) 2010 lxappearance & nedenstÃ¥ende oversættere. # This file is distributed under the same license as the lxappearance package. -# Vidar Jon Bauge , 2010. # msgid "" msgstr "" "Project-Id-Version: lxappearance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-30 10:17+0100\n" -"Last-Translator: Vidar Jon Bauge \n" +"POT-Creation-Date: 2010-10-03 05:58+0000\n" +"PO-Revision-Date: 2010-10-03 10:15+0200\n" +"Last-Translator: Joe Hansen " "Language-Team: Danish\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: Pootle 1.1.0\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Vælg Ikon Tema" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Tilpas udseende" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Tilpas skrivebordets udseende og programmer" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Ophavsret 2010 LXDE-projektet" -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Ikon Tema)" +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Tilpas skrivebordets udseende" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Kolonne" +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "" +"Joe Hansen, 2010.\n" +"\n" +"Dansk-gruppen \n" +"Mere info: http://www.dansk-gruppen.dk" + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Indstillinger for grafisk brugergrænseflade" -#: ../src/demo.c:65 -msgid "Item" -msgstr "Objekt" +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +"Bemærk: Ikke alle skrivebordsprogrammer understøtter ændring af " +"løbende markørændring. SÃ¥ dine ændringer her er mÃ¥ske ikke fuldt brugbare " +"for alle programmer før næste logind." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Lydeffekt" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Baggrund" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Større" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" -msgstr "Check Button" +msgstr "Tjekknap" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Farve" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Farveskema er ikke understøttet af aktuelt valgt kontroltema." + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Standardskrift:" + +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" msgstr "Demo" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Radio Button" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Forgrund" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Ikontema" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Tab1" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Kun ikoner" -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Tab2" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Installer" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Store værktøjsbjælkeikoner" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Musemarkør" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Normale vinduer:" -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Tab3" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Andet" -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Tab4" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Side1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Side2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Afspil pÃ¥mindelseslyde" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "ForhÃ¥ndsvisning af det valgte markørtema" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "ForhÃ¥ndsvisning af det valgte ikontema" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "ForhÃ¥ndsvisning af den valgte kontrolstil" -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Test Objekt 1" +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "Radioknap" -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Test Objekt 2" +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "Fjern" -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Test Objekt 3" +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "Som knapper" -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Skriv noget her, for at se den valgte skrifttype." +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "Som dialoger" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Rediger" +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as drag icons" +msgstr "Som trækkede ikoner" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Fil" +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "Som menupunkter" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Hjælp" +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "Valgte punkter:" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "knap" +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "Vis billeder i menuer" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "ForhÃ¥ndsvisning" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Indstillinger for udseende" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Tilgængelige Temaer for Musepeger" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Tilgængelige Temaer for Ikoner" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Tilgængelige Temaer for Vinduer" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Musepeger" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikon" +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "Vis billeder pÃ¥ knapper" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Kun ikoner" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Stor" +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "Størrelse pÃ¥ markører" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Andet" +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "SmÃ¥ værktøjsbjælkeikoner" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Størrelse" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Lille" +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "Mindre" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:38 msgid "Text below icons" -msgstr "Tekst Under Ikonerne" +msgstr "Tekst under ikonerne" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text beside icons" -msgstr "Tekst Ved Siden Af Ikonerne" +msgstr "Tekst ved siden af ikonerne" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text only" -msgstr "Kun Tekst" +msgstr "Kun tekst" + +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "Tekstvinduer:" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "Størrelse pÃ¥ værktøjsbjælkeikoner: " -#: ../data/lxappearance.glade.h:16 +#: ../data/ui/lxappearance.glade.h:43 msgid "Toolbar Style: " -msgstr "Udseende til Værktøjslinjen: " +msgstr "Stil for værktøjsbjælke: " -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Vindue" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Skrifttype:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Installer" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Udseende" +#: ../data/ui/lxappearance.glade.h:44 +msgid "Tooltips:" +msgstr "Værktøjsfif:" -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Tilpas skrivebordets udseende" +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "Brug tilpasset farveskema" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "Kontrol" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "Vinduegrænse" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "_Rediger" -#~ msgid "Back" -#~ msgstr "Tilbage" +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "_Fil" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "_Hjælp" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "knap" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "afspil pÃ¥mindelseslyde som tilbagemelding pÃ¥ brugerinddata" -#~ msgid "Forward" -#~ msgstr "Fremover" +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Vælg ikontema" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (ikontema)" -#~ msgid "Stop" -#~ msgstr "Stop" -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Test Objekt 1\n" -#~ "Test Objekt 2\n" -#~ "Test Objekt 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Fandt ikke billedfilen: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Kun ikoner\n" -#~ "Kun tekst\n" -#~ "Tekst under ikonerne\n" -#~ "Tekst ved siden af ikonerne" diff -Nru lxappearance-0.4.0/po/de.po lxappearance-0.5.0/po/de.po --- lxappearance-0.4.0/po/de.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/de.po 2010-10-06 17:05:53.000000000 +0000 @@ -1,209 +1,259 @@ -# German description for lxappearance. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the lxappearance package. -# Mario Blättermann , 2008-2009. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: lxappearance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-07-19 13:25+0100\n" -"Last-Translator: Mario Blättermann \n" -"Language-Team: Deutsch \n" +"POT-Creation-Date: 2010-10-07 01:02+0800\n" +"PO-Revision-Date: 2010-08-13 17:51+0100\n" +"Last-Translator: Lutz Thuns \n" +"Language-Team: Deutsch \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: Pootle 1.1.0\n" +"X-Poedit-Language: German\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Symbolthema auswählen" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Erscheinungsbild anpassen" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Das Erscheinungsbild Ihrer Arbeitsumgebung und Anwendungen anpassen" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright (C) 2010 LXDE Projekt" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Passt das Erscheinungsbild Ihrer Arbeitsumgebung an" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "" +"Christoph Wickert \n" +"Lutz Thuns " -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Symbolthema)" +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Oberfläche" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Spalte" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Eintrag" +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +"Hinweis: Nicht alle Desktop-Anwendungen unterstützen das sofortige " +"Ändern des Mauszeigers. Ihre Einstellungen könnten bis zur nächsten " +"Anmeldung nicht vollständig für alle Anwendungen übernommen werden." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Akustische Signale" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Hintergrund" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Größer" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" -msgstr "Auswahlfeld" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demo" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Auswahlknopf" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Reiter1" +msgstr "Ankreuzfeld" -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Reiter2" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Farben" -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Reiter3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Reiter4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Testeintrag 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Testeintrag 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Testeintrag 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Geben Sie hier Text ein, um die Schriftauswahl zu testen. " +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Farbschemata werden vom momentan gewählten Thema nicht unterstützt." -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Bearbeiten" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Datei" +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Schrift:" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Hilfe" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "Knopf" +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "Demo" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Vorschau" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Erscheinungsbild-Einstellungen" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Verfügbare Cursorthemen" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Verfügbare Symbolthemen" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Verfügbare Themen" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Cursor" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Symbol" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Vordergrund" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Symbolthema" -#: ../data/lxappearance.glade.h:8 +#: ../data/ui/lxappearance.glade.h:14 msgid "Icons only" msgstr "Nur Symbole" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Groß" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Installieren" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Große Symbole" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Mauszeiger" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Normale Fenster:" -#: ../data/lxappearance.glade.h:10 +#: ../data/ui/lxappearance.glade.h:19 msgid "Other" msgstr "Andere" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Größe" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Klein" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Reiter1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Reiter2" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Akustische Signale wiedergeben" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "Akustische Signale als Rückmeldung für Benutzereingaben wiedergeben" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "Vorschau des ausgewählten Mauszeigerthemas" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "Vorschau des ausgewählten Symbolthemas" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "Vorschau des ausgewählten Themas" + +#: ../data/ui/lxappearance.glade.h:27 +msgid "Radio Button" +msgstr "Auswahlknopf" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "Entfernen" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "Wie auf Knöpfen" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "Wie in Dialogen" + +#: ../data/ui/lxappearance.glade.h:31 +#, fuzzy +msgid "Same as drag icons" +msgstr "Wie in Anfassern" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "Wie in Menüs" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "Ausgewählte Elemente:" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "Symbole in Menüs anzeigen" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "Symbole auf Knöpfen anzeigen" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "Größe des Mauszeigers" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "Kleine Symbole" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "Kleiner" + +#: ../data/ui/lxappearance.glade.h:39 msgid "Text below icons" msgstr "Text unter Symbolen" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text beside icons" msgstr "Text neben Symbolen" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:41 msgid "Text only" msgstr "Nur Text" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Stil der Werkzeugleiste: " +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "Fenstertext:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "Symbolgröße der Werkzeugleiste:" + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "Stil der Werkzeugleiste:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "Minihilfe:" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "Angepasstes Farbschema benutzen" -#: ../data/lxappearance.glade.h:17 -msgid "Window" +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" msgstr "Fenster" -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Schrift:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Installieren" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Erscheinungsbild" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Aussehen des Desktops anpassen" - -#~ msgid "Back" -#~ msgstr "Zurück" - -#~ msgid "Forward" -#~ msgstr "Vorwärts" - -#~ msgid "Stop" -#~ msgstr "Stop" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Testeintrag 1\n" -#~ "Testeintrag 2\n" -#~ "Testeintrag 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Bilddatei konnte nicht gefunden werden: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Nur Symbole\n" -#~ "Nur Text\n" -#~ "Text unter Symbolen\n" -#~ "Text neben Symbolen" +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "Fensterrahmen" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_Edit" +msgstr "_Bearbeiten" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_File" +msgstr "_Datei" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "_Help" +msgstr "_Hilfe" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "button" +msgstr "Knopf" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Symbolthema wählen" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (Symbolthema)" diff -Nru lxappearance-0.4.0/po/el.po lxappearance-0.5.0/po/el.po --- lxappearance-0.4.0/po/el.po 2010-01-06 05:17:45.000000000 +0000 +++ lxappearance-0.5.0/po/el.po 2010-10-06 16:55:34.000000000 +0000 @@ -1,211 +1,249 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# +# msgid "" msgstr "" "Project-Id-Version: lxappearance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-27 21:12+0100\n" +"POT-Creation-Date: 2010-09-14 05:43+0000\n" +"PO-Revision-Date: \n" "Last-Translator: George Vasilakos \n" "Language-Team: Greek\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: Pootle 1.1.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Language: Greek\n" +"X-Poedit-SourceCharset: utf-8\n" "X-Poedit-Country: GREECE\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Επιλογή ενός θέματος εικονιδίων" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Θέμα εικονιδίων)" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "ΠÏοσαÏμόστε την εμφάνιση και αίσθηση" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "ΠÏοσαÏμόζει την εμφάνιση και την αίσθηση της επιφάνειας εÏγασίας και των εφαÏμογών σας" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright (C) 2010 LXDE Project" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "ΠÏοσαÏμόζει την εμφάνιση και την αίσθηση της επιφάνειας εÏγασίας" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Βασιλάκος ΓεώÏγιος " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Επιλογές διεπαφής" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "Note: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login." +msgstr "Σημείωση: Δεν υποστηÏίζουν όλες οι εφαÏμογές την άμεση αλλαγή θέματος του δÏομέα. Έτσι, οι αλλαγές σας μποÏεί να μην εφαÏμοστοÏν πλήÏως μέχÏι την επόμενη σÏνδεση." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Ηχητικά εφέ" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "ΠαÏασκήνιο" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "ΜεγαλÏτεÏο" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Στήλη" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Αντικείμενο" - -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" -msgstr "Κουμπί ενεÏγοποίησης" +msgstr "Κουμπί επιλογής" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "ΧÏώμα" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Ο συνδυασμός χÏωμάτων δεν υποστηÏίζεται από το επιλεγμένο θέμα widget." + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "ΠÏοεπιλεγμένη γÏαμματοσειÏά:" + +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" msgstr "Δοκιμή" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Κουμπί επιλογής" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "ΠÏοσκήνιο" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Θέματα εικονιδίων" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "ΚαÏτέλα 1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "ΚαÏτέλα 2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "ΚαÏτέλα 3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "ΚαÏτέλα 4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Δοκιμαστικό αντικείμενο 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Δοκιμαστικό αντικείμενο 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Δοκιμαστικό αντικείμενο 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "ΠληκτÏολογήστε χαÏακτήÏες για δοκιμή της Ï„Ïέχουσας γÏαμματοσειÏάς." +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Εικονίδια μόνο" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_ΕπεξεÏγασία" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Εγκατάσταση" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_ΑÏχείο" +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Μεγάλα εικονίδια στη γÏαμμή εÏγαλείων" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Βοήθεια" +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "ΔÏομέας" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "κουμπί" +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Κανονικά παÏάθυÏα:" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "ΠÏοεπισκόπηση" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Ρυθμίσεις εμφάνισης" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Διαθέσιμα θέματα δεικτών" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Διαθέσιμα θέματα εικονιδίων" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Διαθέσιμα θέματα παÏαθÏÏων" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Δείκτης" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Εικονίδιο" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Άλλο" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Μόνο εικονίδια" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Σελίδα1" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Μεγάλο" +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Σελίδα2" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Άλλα" +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "ΑναπαÏαγωγή ήχων σε γεγονότα" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "ΠÏοεπισκόπηση του επιλεγμένου θέματος δÏομεα" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Μέγεθος" +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "ΠÏοεπισκόπηση του επιλεγμένου θέματος εικονιδίων" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "ΜικÏÏŒ" +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "ΠÏοεπισκόπηση του επιλεγμένου στυλ γÏαφικών συστατικών" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "Κουμπί επιλογής" + +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "ΑφαίÏεση" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "Ίδιο με κουμπιά" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "Ίδιο με διαλόγους" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as drag icons" +msgstr "Ίδιο με συÏόμενα εικονίδια" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "Ίδιο με αντικείμενα του μενοÏ" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "Επιλεγμένα αντικείμενα:" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "Εμφάνιση εικόνων στα μενοÏ" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "Εμφάνιση εικόνων στα κουμπιά" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "Μέγεθος δÏομέα" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "ΜικÏά εικονίδια στη γÏαμμή εÏγαλείων" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "ΜικÏότεÏο" + +#: ../data/ui/lxappearance.glade.h:38 msgid "Text below icons" -msgstr "Κείμενο κάτω από τα εικονίδια" +msgstr "Κείμενο κάτω από τις εικόνες" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text beside icons" -msgstr "Κείμενο δίπλα από τα εικονίδια" +msgstr "Κείμενο πάνω από τις εικόνες" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text only" msgstr "Μόνο κείμενο" -#: ../data/lxappearance.glade.h:16 +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "Κείμενο παÏαθÏÏων:" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "Μέγεθος εικονιδίων γÏαμμής εÏγασιών:" + +#: ../data/ui/lxappearance.glade.h:43 msgid "Toolbar Style: " msgstr "Στυλ γÏαμμής εÏγαλείων:" -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "ΠαÏάθυÏο" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_ΓÏαμματοσειÏά:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Εγκατάσταση" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Εμφάνιση" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "ΠÏοσαÏμόστε την εμφάνιση της επιφάνειας εÏγασίας σας" - -#~ msgid "Back" -#~ msgstr "Πίσω" - -#~ msgid "Forward" -#~ msgstr "ΜπÏοστά" - -#~ msgid "Stop" -#~ msgstr "Σταμάτα" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Δοκιμή αντικειμένου 1\n" -#~ "Δοκιμή αντικειμένου 2\n" -#~ "Δοκιμή αντικειμένου 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "ΑδÏνατη η εÏÏεση αÏχείου pixmap: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Μόνο Εικονίδια\n" -#~ "Μόνο κείμενο\n" -#~ "Κείμενο κάτω από τα εικονίδια\n" -#~ "Κείμενο δίπλα από τα εικονίδια" +#: ../data/ui/lxappearance.glade.h:44 +msgid "Tooltips:" +msgstr "Συμβουλές:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "ΧÏήση Ï€ÏοσαÏμοσμένων χÏωμάτων" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "Widget" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "Πλαίσιο παÏαθÏÏου" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "_ΕπεξεÏγασία" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "_ΑÏχείο" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "_Βοήθεια" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "κουμπί" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "ΑναπαÏαγωγή ήχων ως ανάδÏαση σε ενέÏγειες εισαγωγής του χÏήστη " + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Επιλέξτε ένα θέμα εικονιδίων" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (θέμα εικονιδίων)" diff -Nru lxappearance-0.4.0/po/en_GB.po lxappearance-0.5.0/po/en_GB.po --- lxappearance-0.4.0/po/en_GB.po 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/po/en_GB.po 2010-10-06 16:55:34.000000000 +0000 @@ -0,0 +1,252 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: lxappearance\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-09-25 05:51+0000\n" +"PO-Revision-Date: 2010-09-04 17:42+0100\n" +"Last-Translator: Steve (Yorvyk) Cook \n" +"Language-Team: en_GB \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Country: UNITED KINGDOM\n" +"Language: \n" +"X-Poedit-Language: English\n" + +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Customise Look and Feel" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Customises look and feel of your desktop and applications" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright © 2010 LXDE Project" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Customises the look and feel of your desktop" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "translator-credits" + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "GUI Options" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "Note: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login." +msgstr "Note: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes, here, might not be fully applied to all applications until next login." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Sound Effect" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Background" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Larger" + +#: ../data/ui/lxappearance.glade.h:6 +msgid "Check Button" +msgstr "Check Button" + +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Colour" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Colour scheme is not supported by the current widget theme." + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Default Font Size" + +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "Demo" + +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Foreground" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Icon Theme" + +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Icons only" + +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Install" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Large toolbar icon" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Mouse Cursor" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Normal windows:" + +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Other" + +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Page 1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Page 2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Play event sounds" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "Preview of the selected cursor theme" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "Preview of the selected icon theme" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "Preview of the selected widget style" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "Radio Button" + +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "Remove" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "Same as buttons" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "Same as dialogs" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as drag icons" +msgstr "Same as drag icons" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "Same as menu items" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "Selected items:" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "Show images in menus" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "Show images on buttons" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "Size of cursors" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "Small toolbar icon" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "Smaller" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Text below icons" +msgstr "Text below icons" + +#: ../data/ui/lxappearance.glade.h:39 +msgid "Text beside icons" +msgstr "Text beside icons" + +#: ../data/ui/lxappearance.glade.h:40 +msgid "Text only" +msgstr "Text only" + +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "Text windows:" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "Toolbar Icon Size: " + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Style: " +msgstr "Toolbar Style: " + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Tooltips:" +msgstr "Tooltips:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "Use customised colour scheme" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "Widget" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "Window Border" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "_Edit" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "_File" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "_Help" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "button" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "Play event sounds as feedback to user input" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Select an icon theme" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (Icon Theme)" diff -Nru lxappearance-0.4.0/po/es.po lxappearance-0.5.0/po/es.po --- lxappearance-0.4.0/po/es.po 2009-12-21 10:17:38.000000000 +0000 +++ lxappearance-0.5.0/po/es.po 2010-10-06 17:05:28.000000000 +0000 @@ -1,212 +1,260 @@ -# Spanish translation of lxappearance -# Copyright (C) 2008 THE lxappearance'S COPYRIGHT HOLDER +# Spanish (Castilian) translation for lxappearance package. +# Copyright (C) 2010 The LXDE Project # This file is distributed under the same license as the lxappearance package. -# -# Daniel Pacheco , 2008. +# Hugo Florentino , 2010. # msgid "" msgstr "" "Project-Id-Version: lxappearance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-08 19:54+0100\n" +"POT-Creation-Date: 2010-10-07 01:02+0800\n" +"PO-Revision-Date: 2010-08-09 06:22-0500\n" "Last-Translator: Hugo Florentino \n" -"Language-Team: Spanish \n" +"Language-Team: Spanish\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" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 1.1.0\n" -"X-Poedit-Language: Spanish\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Seleccione un tema de iconos" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Personalizar apariencia y comportamiento" -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Tema de iconos)" +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "" +"Personaliza la aparciencia y el comportamiento de su escritorio y " +"aplicaciones" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright (C) 2010 Proyecto LXDE" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Personaliza la apariencia y el comportamiento de su escritorio" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Hugo Florentino " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Opciones de la interfaz gráfica" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Columna" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Elemento" +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +"Nota: No todas las aplicaciones de escritorio admiten cambiar el tema " +"de cursores al vuelo. De manera que sus cambios aquí podrían aplicarse sólo " +"tras el próximo inicio de sesión." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Efectos sonoros" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Fondo" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Mayor" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" -msgstr "Caja de selección" +msgstr "Botón de marcado" -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demostración" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Color" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Botón de selección" +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "" +"El tema de componentes seleccionado actualmente no admite este tema de " +"colores." -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Pestaña1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Pestaña2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Pestaña3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Pestaña4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Elemento de prueba 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Elemento de prueba 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Elemento de prueba 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Digite algunos caracteres acá para probar la fuente seleccionada." +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Fuente por defecto:" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Edición" +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "Demo" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Archivo" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Primer plano" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "A_yuda" +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Tema de icono" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "botón" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Solo iconos" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Vista previa" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Configuración de apariencia" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Temas de cursores disponibles" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Temas de iconos disponibles" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Temas de ventana disponibles" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Cursor" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Icono" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Instalar" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Sólo iconos" +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Icono grande en la barra de herramientas" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Grande" +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Cursor del ratón" -#: ../data/lxappearance.glade.h:10 +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Ventanas normales:" + +#: ../data/ui/lxappearance.glade.h:19 msgid "Other" -msgstr "Otro" +msgstr "Otras" + +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Página1" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Tamaño" +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Página2" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Pequeño" +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Reproducir sonidos en eventos" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "Reproducir sonidos de eventos como retroalimentación al usuario" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "Previsualizar el tema de cursores seleccionados" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "Previsualizar el tema de iconos seleccionados" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "Previsualizar el tema de controles seleccionados" + +#: ../data/ui/lxappearance.glade.h:27 +msgid "Radio Button" +msgstr "Botón de selección" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "Quitar" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "Igual que en los botons" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "Igual que en las pantallas" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "Igual que en los iconos de arrastre" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "Igual que en los elementos de menú" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "Elementos seleccionados" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "Mostrar imágenes en los menús" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "Mostrar imágenes en los botones" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "Tamaño de los cursores" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "Icono pequeño en la barra de herramientas" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "Menor" + +#: ../data/ui/lxappearance.glade.h:39 msgid "Text below icons" msgstr "Texto bajo los iconos" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text beside icons" msgstr "Texto al lado de los iconos" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:41 msgid "Text only" msgstr "Sólo texto" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Estilo de barra de herramientas: " - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Ventana" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Fuente:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Instalar" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Apariencia" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Personalizar la apariencia del escritorio" - -#~ msgid "Back" -#~ msgstr "Atrás" - -#~ msgid "Forward" -#~ msgstr "Adelante" - -#~ msgid "Stop" -#~ msgstr "Detener" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Elemento de prueba 1\n" -#~ "Elemento de prueba 2\n" -#~ "Elemento de prueba 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "No se encontro el archivo de imagen: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Sólo iconos\n" -#~ "Sólo texto\n" -#~ "Texto debajo de los iconos\n" -#~ "Texto al lado de los iconos" +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "Ventanas de texto:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "Tamaño del icono de la barra de herramientas:" + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "Estilo de la barra de herramientas:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "Sugerencias:" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "Usar esquema de colores personalizado" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" +msgstr "Controles" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "Borde de la ventana" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_Edit" +msgstr "_Editar" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_File" +msgstr "_Archivo" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "_Help" +msgstr "Ay_uda" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "button" +msgstr "botón" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Seleccionar un tema de iconos" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (Tema de iconos)" diff -Nru lxappearance-0.4.0/po/et.po lxappearance-0.5.0/po/et.po --- lxappearance-0.4.0/po/et.po 2010-01-06 05:17:45.000000000 +0000 +++ lxappearance-0.5.0/po/et.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,251 +0,0 @@ -# lxappearance eesti keele tõlge -# Estonian translation of lxappearance -# Copyright (C) 2009 LXDE -# This file is distributed under the same license as the lxappearance package. -# Mattias Põldaru , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: lxappearance\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-08 15:20+0100\n" -"PO-Revision-Date: 2009-12-08 19:07+0300\n" -"Last-Translator: Mattias Põldaru \n" -"Language-Team: Gnome Estonian Translation Team \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../src/main-dlg-ui.c:80 -#: ../lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Välimuse sätted" - -#: ../src/main-dlg-ui.c:99 -#: ../lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Aknateemad" - -#: ../src/main-dlg-ui.c:118 -#: ../lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Kiri:" - -#: ../src/main-dlg-ui.c:130 -#: ../lxappearance.glade.h:17 -msgid "Window" -msgstr "Aken" - -#: ../src/main-dlg-ui.c:138 -#: ../lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Ikooniteemad" - -#: ../src/main-dlg-ui.c:174 -#: ../lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Paigalda" - -#: ../src/main-dlg-ui.c:181 -#: ../lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikoon" - -#: ../src/main-dlg-ui.c:190 -#: ../lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Saadaolevad kursorid" - -#: ../src/main-dlg-ui.c:209 -#: ../lxappearance.glade.h:14 -msgid "Size" -msgstr "Suurus" - -#: ../src/main-dlg-ui.c:213 -#: ../lxappearance.glade.h:15 -msgid "Small" -msgstr "Väike" - -#: ../src/main-dlg-ui.c:223 -#: ../lxappearance.glade.h:12 -msgid "Large" -msgstr "Suur" - -#: ../src/main-dlg-ui.c:227 -#: ../lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Kursor" - -#: ../src/main-dlg-ui.c:241 -#: ../lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Tööriistariba stiil:" - -#: ../src/main-dlg-ui.c:249 -msgid "Icons only" -msgstr "Ainult ikoonid" - -#: ../src/main-dlg-ui.c:250 -msgid "Text only" -msgstr "Ainult tekst" - -#: ../src/main-dlg-ui.c:251 -msgid "Text below icons" -msgstr "Tekst ikoonide all" - -#: ../src/main-dlg-ui.c:252 -msgid "Text beside icons" -msgstr "Tekst ikoonide kõrval" - -#: ../src/main-dlg-ui.c:254 -#: ../lxappearance.glade.h:13 -msgid "Other" -msgstr "Muu" - -#: ../src/main-dlg-ui.c:266 -#: ../lxappearance.glade.h:1 -msgid "Preview" -msgstr "Eelvaade" - -#: ../src/main-dlg.c:635 -msgid "Select an icon theme" -msgstr "Vali ikooniteema" - -#: ../src/main-dlg.c:642 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (ikooniteema)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Tulp" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Kirje" - -#: ../src/demo-ui.c:116 -#: ../demo.glade.h:16 -msgid "_File" -msgstr "_Fail" - -#: ../src/demo-ui.c:148 -#: ../demo.glade.h:15 -msgid "_Edit" -msgstr "_Redigeerimine" - -#: ../src/demo-ui.c:171 -#: ../demo.glade.h:17 -msgid "_Help" -msgstr "_Abi" - -#: ../src/demo-ui.c:196 -#: ../demo.glade.h:1 -msgid "Back" -msgstr "Tagasi" - -#: ../src/demo-ui.c:202 -#: ../demo.glade.h:4 -msgid "Forward" -msgstr "Edasi" - -#: ../src/demo-ui.c:207 -#: ../demo.glade.h:6 -msgid "Stop" -msgstr "Peata" - -#: ../src/demo-ui.c:224 -#: ../demo.glade.h:7 -msgid "Tab1" -msgstr "Sakk1" - -#: ../src/demo-ui.c:246 -#: ../src/demo-ui.c:252 -#: ../demo.glade.h:5 -msgid "Radio Button" -msgstr "Raadionupp" - -#: ../src/demo-ui.c:262 -#: ../demo.glade.h:2 -msgid "Check Button" -msgstr "Märkekast" - -#: ../src/demo-ui.c:271 -#: ../demo.glade.h:3 -msgid "Demo" -msgstr "Demo" - -#: ../src/demo-ui.c:316 -#: ../demo.glade.h:18 -msgid "button" -msgstr "nupp" - -#: ../src/demo-ui.c:323 -msgid "Test Item 1" -msgstr "Testkirje 1" - -#: ../src/demo-ui.c:324 -msgid "Test Item 2" -msgstr "Testkirje 2" - -#: ../src/demo-ui.c:325 -msgid "Test Item 3" -msgstr "Testkirje 3" - -#: ../src/demo-ui.c:327 -#: ../demo.glade.h:8 -msgid "Tab2" -msgstr "Sakk2" - -#: ../src/demo-ui.c:340 -#: ../demo.glade.h:14 -msgid "Type some characters here to test currently selected font." -msgstr "Siin saab valitud kirjatüüpe proovida." - -#: ../src/demo-ui.c:342 -#: ../demo.glade.h:9 -msgid "Tab3" -msgstr "Sakk3" - -#: ../src/demo-ui.c:357 -#: ../demo.glade.h:10 -msgid "Tab4" -msgstr "Sakk4" - -#: ../demo.glade.h:11 -msgid "" -"Test Item 1\n" -"Test Item 2\n" -"Test Item 3" -msgstr "" -"Testkirje 1\n" -"Testkirje 2\n" -"Testkirje 3" - -#: ../lxappearance.glade.h:8 -msgid "" -"Icons only\n" -"Text only\n" -"Text below icons\n" -"Text beside icons" -msgstr "" -"Ainult ikoonid\n" -"Ainult tekst\n" -"Tekst ikoonide all\n" -"Tekst ikoonide kõrval" - -#: ../src/glade-support.c:90 -#: ../src/glade-support.c:114 -#, c-format -msgid "Couldn't find pixmap file: %s" -msgstr "Pixmap faili ei suudetud leida: %s" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Välimus" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Töölaua välimuse kohandamine" - - - diff -Nru lxappearance-0.4.0/po/eu.po lxappearance-0.5.0/po/eu.po --- lxappearance-0.4.0/po/eu.po 2009-12-21 10:17:38.000000000 +0000 +++ lxappearance-0.5.0/po/eu.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,205 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lxappearance 0.2.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: \n" -"Last-Translator: Alain Mendizabal \n" -"Language-Team: Basque \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Basque\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Aukeratu ikono gaia" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Ikono gaia)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Zutabea" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Elementua" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Hautapen botoia" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Proba" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Aukera botoia" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Fitxa1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Fitxa2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Fitxa3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Fitxa4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Proba-elementua 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Proba-elementua 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Proba-elementua 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Idatzi hemen karaktere batzuk aukeratutako letra tipoa probatzeko." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Editatu" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Fitxategia" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Laguntza" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "botoia" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Aurreikuspena" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Itxura ezarpenak" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "Ikono gaiak" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Ikono gaiak" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Leiho kudeatzaile gaiak" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikonoa" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Ikonoak bakarrik" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Bestelakoak" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Testua ikonoen azpian" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Testua ikonoen alboan" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Testua bakarrik" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Tresna-barraren estiloa:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Leihoa" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Letra tipoa:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Instalatu" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Itxura" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Pertsonalizatu mahaigainaren itxura" - -#~ msgid "Back" -#~ msgstr "Atzera" - -#~ msgid "Forward" -#~ msgstr "Aurrera" - -#~ msgid "Stop" -#~ msgstr "Gelditu" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Proba elementua 1\n" -#~ "Proba elementua 2\n" -#~ "Proba elementua 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Ezin izan da %s pixmap fitxategia aurkitu" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Ikonoak bakarrik\n" -#~ "Testua bakarrik\n" -#~ "Testua ikonoen azpian\n" -#~ "Testua ikonoen alboan" diff -Nru lxappearance-0.4.0/po/fa.po lxappearance-0.5.0/po/fa.po --- lxappearance-0.4.0/po/fa.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/fa.po 2010-10-12 15:20:22.000000000 +0000 @@ -3,175 +3,251 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: 1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2010-08-16 05:40+0000\n" +"PO-Revision-Date: 2010-10-09 13:57+0330\n" +"Last-Translator: Mostafa \n" +"Language-Team: Persian \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-Poedit-Language: Persian\n" +"X-Poedit-Country: Iran\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "" +#: ../data/lxappearance.desktop.in.h:1 +#: ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "سÙارشی سازی نما Ùˆ شما" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "سÙارشی سازی نمای Ùˆ شمای رومیزی Ùˆ برنامه های خود" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Ú©Ù¾ÛŒ رایت (C) Û²Û°Û±Û° پروژه LXDE" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "سÙارشی سازی نمای Ùˆ شمای رومیزی خود" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "مترجمین" + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "گزینه های میانگر گراÙیکی کاربری" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "Note: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login." +msgstr "نکنه: همه برنامه های رو میزی تغییر تم نشانگر در حرکت را پشتیبانی نمی کنند. پس تغییرات شما اینجا شاید به طور کامل در همه برنامه ها تا هنگام ورود مجدد اعمال نشوند." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "اÙکت صوتی" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "پس زمینه" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "بزرگتر" -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "" +#: ../data/ui/lxappearance.glade.h:6 +msgid "Check Button" +msgstr "دکمه Ú†Ú©" -#: ../src/demo.c:56 -msgid "Column" -msgstr "" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "رنگ" -#: ../src/demo.c:65 -msgid "Item" -msgstr "" +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "شمای رنگ در تم برنامک انتخابی کنونی پشتیبانی نمی شود." -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "" +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "قلم پیشÙرض:" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" -msgstr "" +msgstr "دمو" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "پیش نما" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "" +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "تم آیکن" -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Ùقط آیکن" -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "نصب" -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "" +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "ایکن بزرگ نوار ابزار" -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "" +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "نشانگر موشی" -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "" +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "پنجره های معمولی:" -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "دیگر" -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "صÙحه Û²" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "" +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "صÙحه Û±" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "" +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "پخش صدا" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "" +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "بازبینی تم نشانگر انتخابی" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "" +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "بازبینی تم آیکن انتخابی" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "" +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "بازبینی سبک برنامک انتخابی" -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "" +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "دکمه های رادیویی" -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "" +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "حذÙ" -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "" +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "همانند دکمه ها" -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "" +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "همانند محاروه ها" -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as drag icons" +msgstr "همانند آیکن های کشیدن" -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "" +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "همانند ایتم های منو" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "" +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "ایتم ها انتخاب شده:" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "نمایش تصاویر در منوها" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "" +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "نمایش تصویر بر روی دکمه ها" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "اندازه ÛŒ نشانگر" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "آیکن کوچکتر نوار ابزار" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "کوچکتر" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:38 msgid "Text below icons" -msgstr "" +msgstr "متن ذیل آیکن ها" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text beside icons" -msgstr "" +msgstr "متن کنار آیکن ها" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text only" -msgstr "" +msgstr "Ùقط متن" -#: ../data/lxappearance.glade.h:16 +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "متن پنجره ها:" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "اندازه ایکن نوار ابزار:" + +#: ../data/ui/lxappearance.glade.h:43 msgid "Toolbar Style: " -msgstr "" +msgstr "سبک نوار ابزار:" -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "" +#: ../data/ui/lxappearance.glade.h:44 +msgid "Tooltips:" +msgstr "نکات‌ابزار:" -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "" +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "استÙاده از شمای رنگ سÙارشی" -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "" +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "ابزارک" -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "" +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "محدوده ÛŒ پنجره" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "اصلاح" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "Ùایل" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "Ú©Ù…Ú©" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "دکمه" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "پخش صوتی به عنوان بازخورد برای خروجی کاربر" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "انتخاب یک تم آیکن" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (آیکن تم)" -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "" diff -Nru lxappearance-0.4.0/po/fi.po lxappearance-0.5.0/po/fi.po --- lxappearance-0.4.0/po/fi.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/fi.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,186 +0,0 @@ -# Finnish translation for LXAppearance -# Copyright (C) 2008 -# This file is distributed under the same license as the PACKAGE package. -# Elias Julkunen , 2008. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2008-04-30 21:12+0200\n" -"Last-Translator: Elias Julkunen \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Valitse kuvaketeema" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Kuvaketeema)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Sarake" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Kohta" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Valintaruutu" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Esimerkki" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Valintanappi" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Välilehti1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Välilehti2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Välilehti3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Välilehti4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Kokeilukohta 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Kokeilukohta 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Kokeilukohta 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Kirjoita joitain merkkejä kokeillaksesi nykyistä kirjasintyyppiä." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Muokkaa" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Tiedosto" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Apua" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "painike" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Esikatsele" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Ulkoasun asetukset" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "Käytettävissä olevat kuvaketeemat" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Käytettävissä olevat kuvaketeemat" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Käytettävissä olevat ikkunateemat" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Kuvake" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Vain kuvakkeet" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Muu" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Teksti kuvakkeiden jälkeen" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Tekti kuvakkeiden vieressä" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Vain teksti" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Työkalupalkin tyyli:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Ikkuna" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Kirjasin:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Asenna" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Ulkoasu" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Muuta työpöydän ulkoasua" - -#~ msgid "Back" -#~ msgstr "Edellinen" - -#~ msgid "Forward" -#~ msgstr "Seuraava" - -#~ msgid "Stop" -#~ msgstr "Pysäytä" diff -Nru lxappearance-0.4.0/po/fo.po lxappearance-0.5.0/po/fo.po --- lxappearance-0.4.0/po/fo.po 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/po/fo.po 2010-10-06 17:05:11.000000000 +0000 @@ -0,0 +1,260 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Gunleif Joensen , 2010. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-09-13 05:43+0000\n" +"PO-Revision-Date: 2010-09-13 08:30+0200\n" +"Last-Translator: Gunleif Joensen \n" +"Language-Team: Føroyabólkurin\n" +"Language: fo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Virtaal 0.6.1\n" + +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Tillaga útsjónd og kenslu" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "" +"Tillagar útsjóndina og kensluna, av tínum skriviborðið og nýtsluskipanum" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Upphavsrættur (C) 2010 LXDE Project" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Tillagar útsjóndina og kensluna av tínum skriviborði" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "" +"Gunleif Joensen\n" +"\n" +"Sjónarmið viðvíkjandi týðingini kunnu sendast til:\n" +"" + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "GUI kostir" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Bakgrund" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Størri" + +#: ../data/ui/lxappearance.glade.h:6 +msgid "Check Button" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Litur" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "" + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Forsett Stavsnið:" + +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Ãmyndstema" + +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Einans ímyndir" + +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Legg inn" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Stóra amboðsstongsímynd" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Músavísi" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Vanligir gluggar:" + +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Aðrir" + +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Síða1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Síða2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Spæl av hendinga ljóð" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "Undansýning av tí valdu vísitemuni " + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "Undansýning av tí valdu temuni " + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "Útvarpsknappur" + +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "Tak burtur" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "Eins og knappar" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "Eins og samrøður" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as drag icons" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "Eins og valmyndaliðir" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "Valdir liðir:" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "Sýn myndir í valmyndum" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "Sýn myndir á knappum" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "Stødd á vísum" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "Lítla amboðsstongsímynd" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "Minni" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Text below icons" +msgstr "Tekst niðanfyri ímyndum" + +#: ../data/ui/lxappearance.glade.h:39 +msgid "Text beside icons" +msgstr "Tekst við síðuni av ímyndum" + +#: ../data/ui/lxappearance.glade.h:40 +msgid "Text only" +msgstr "Einans tekstur" + +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "Tekstgluggar:" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "Ãmyndastødd á amboðsstong:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Style: " +msgstr "Snið á amboðsstong:" + +#: ../data/ui/lxappearance.glade.h:44 +#, fuzzy +msgid "Tooltips:" +msgstr "Amboðsráð:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "Gluggakantur" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "_Ritstjórna" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "_Fíla" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "_Hjálp" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "knappur" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "spal av hendigarljóð, sum afturboðan um brúkarainntak" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Vel eina ímyndatemu" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (ímyndatema)" diff -Nru lxappearance-0.4.0/po/fr.po lxappearance-0.5.0/po/fr.po --- lxappearance-0.4.0/po/fr.po 2009-12-21 10:17:41.000000000 +0000 +++ lxappearance-0.5.0/po/fr.po 2010-10-12 15:20:22.000000000 +0000 @@ -1,212 +1,259 @@ -# French Translation of LxAppearance. -# Copyright (C) 2008 洪任諭 (Hon Jen Yee, aka PCMan) +# French translation for lxappearance package. +# Copyright (C) 2010 The LXDE Project # This file is distributed under the same license as the lxappearance package. -# -# Frank Endres , 2008. -# Robert-André Mauchin , 2008. +# Julien Lavergne , 2010. # msgid "" msgstr "" -"Project-Id-Version: lxappearance r839\n" +"Project-Id-Version: lxappearance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-12 15:13+0100\n" -"Last-Translator: Cilyan Olowen \n" -"Language-Team: GNOME French Team \n" +"POT-Creation-Date: 2010-10-07 06:08+0000\n" +"PO-Revision-Date: 2010-10-01 22:04+0200\n" +"Last-Translator: Julien Lavergne \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 1.1.0\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Sélectionnez un thème d'icônes" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Personnaliser l'apparence" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Personnaliser l'apparence du bureau et des applications" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright (C) 2010 LXDE Project" -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (thème d'icônes)" +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Personnaliser l'apparence du bureau" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "GoKhlaYeh " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Options de l'interface graphique" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Colonne" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Élément" +#: ../data/ui/lxappearance.glade.h:2 +#, fuzzy +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +" Toutes les applications ne supportent pas le changement de " +"thème de curseur en direct. Vos changements pourraient ne pas être " +" entièrement appliqués avant la prochaine connexion." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Effets sonores" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Arrière-plan" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Plus gros" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" msgstr "Case à cocher" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Couleur" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "La sélection des couleurs n'est pas supportée par le thème sélectionné." + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Police par défaut:" + +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" msgstr "Démonstration" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Bouton radio" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Onglet1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Onglet2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Onglet3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Onglet4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Élément de test 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Élément de test 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Élément de test 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Saisissez du texte ici pour tester la police sélectionnée." +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Thème d'icônes" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "É_dition" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Icônes seulement" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Fichier" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Installer" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "Aid_e" +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "bouton" +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Curseur de la souris" + +#: ../data/ui/lxappearance.glade.h:18 +#, fuzzy +msgid "Normal windows:" +msgstr "Fenêtre normale:" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Prévisualisation" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Paramètres de l'apparence" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Thèmes disponibles pour le pointeur :" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Thèmes d'icônes disponibles :" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Thèmes de fenêtre disponibles :" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Pointeur" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Icônes" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Autres" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Icônes uniquement" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Page1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Page2" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Grand" +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Autres" +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "Prévisualisation du thème de curseur sélectionné" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "Prévisualisation du thème d'icônes sélectionné" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:27 +msgid "Radio Button" +msgstr "Bouton radio" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "Enlever" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Taille" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Petit" +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "Élément sélectionnés " + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "Montrer les images dans les menus" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "Montrer les images dans les boutons" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "Taille des curseurs" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text below icons" -msgstr "Texte sous les icônes" +msgstr "Texte en-dessous des icônes" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text beside icons" -msgstr "Texte à côté des icônes" +msgstr "Texte au-dessus des icônes" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:41 msgid "Text only" -msgstr "Texte uniquement" +msgstr "Texte seulement" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Style des barres d'outils : " - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Fenêtre" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Police :" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Installer" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Apparence" +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "" -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Personnaliser l'apparence du bureau" +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:46 +#, fuzzy +msgid "Use customized color scheme" +msgstr "Personnaliser les couleurs" -#~ msgid "Back" -#~ msgstr "Précédant" +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_Edit" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_File" +msgstr "" -#~ msgid "Forward" -#~ msgstr "Suivant" +#: ../data/ui/lxappearance.glade.h:51 +msgid "_Help" +msgstr "" -#~ msgid "Stop" -#~ msgstr "Arrêter" +#: ../data/ui/lxappearance.glade.h:52 +msgid "button" +msgstr "bouton" -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Élément de test 1\n" -#~ "Élément de test 2\n" -#~ "Élément de test 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Impossible de trouver le fichier image : %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Icônes seulement\n" -#~ "Texte seulement\n" -#~ "Texte sous les icônes\n" -#~ "Texte à côté des icônes" +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Sélectionnez un thème d'icônes" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (thème d'icônes)" diff -Nru lxappearance-0.4.0/po/gl.po lxappearance-0.5.0/po/gl.po --- lxappearance-0.4.0/po/gl.po 2009-12-21 10:17:41.000000000 +0000 +++ lxappearance-0.5.0/po/gl.po 2010-10-12 15:20:22.000000000 +0000 @@ -2,180 +2,310 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. -# +# msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: lxappearance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-10-27 15:15+0100\n" -"Last-Translator: Indalecio Freiría Santos \n" +"POT-Creation-Date: 2010-10-09 06:00+0000\n" +"PO-Revision-Date: 2010-09-03 18:10+0100\n" +"Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: Proxecto Trasno \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Language: Galician\n" "X-Generator: Pootle 1.1.0\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Seleccione un tema de iconas" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Tema de iconas)" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Personalizar a aparencia e o comportamento" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Personalizar a aparencia e comportamento do seu escritorio e aplicativos" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Dereitos de autor (C) 2010 LXDE Project" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Personalizar a aparencia e comportamento do escritorio" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "" +"Miguel Anxo Bouzada , 2010\n" +"Proxecto Trasno " -#: ../src/demo.c:56 -msgid "Column" -msgstr "Columna" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Elemento" +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Opcións do IGU" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "Note: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login." +msgstr " Nota: Non todos os aplicativos de escritorio permiten cambiar o tema do punteiro ao voo. Polo que non se aplicaran todos os seus cambios ata o seguinte inicio de sesión." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Efecto sonoro" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Fondo" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Máis grande" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" msgstr "Caixa de selección" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Cor" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "O esquema de cor no é admitido polo tema seleccionado actualmente de trebellos." + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Tipo de letra predeterminado:" + +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" msgstr "Demostración" -#: ../data/demo.glade.h:3 +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Primeiro plano" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Temas de iconas" + +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Só iconas" + +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Instalar" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Iconas grandes na barra de ferramentas" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Punteiro do rato" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Xanelas normais:" + +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Outro" + +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Páxina1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Páxina3" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Reproducir sons en eventos" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "Reproducir sons nos eventos para informar ao usuario" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "Vista previa do tema de punteriro seleccionado" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "Vista previa do tema de iconas seleccionado" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "Vista previa do tema de trebellos seleccionado" + +#: ../data/ui/lxappearance.glade.h:27 msgid "Radio Button" msgstr "Botón de selección" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Separador1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Separador2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Separador3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Separador4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Elemento de proba 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Elemento de proba 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Elemento de proba 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Escriba algúns caracteres aquí para probar a fonte seleccionada." +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "Quitar" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "Igual que nos botóns" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "Igual que nos dialogos" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "Igual que ao arrastrar iconas" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "Igual que nos elementos do menú" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "Elementos seleccionados:" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "Amosar imaxes nos menús" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "Amosar imaxes no botóns" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "Tamaño dos punteiros" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "Iconas pequenas na barra de ferramentas" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "Máis pequeno" + +#: ../data/ui/lxappearance.glade.h:39 +msgid "Text below icons" +msgstr "Texto debaixo das iconas" + +#: ../data/ui/lxappearance.glade.h:40 +msgid "Text beside icons" +msgstr "Texto ao lado das iconas" + +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text only" +msgstr "Só texto" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "Texto das xanelas:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "Tamaño das iconas da barra de ferramentas: " + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "Estilo da barra de ferramentas: " + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "Suxestións:" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "Empregar esquema de cor personalizado" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" +msgstr "Trebello" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "Bordo da xanela" -#: ../data/demo.glade.h:12 +#: ../data/ui/lxappearance.glade.h:49 msgid "_Edit" -msgstr "_Edición" +msgstr "_Editar" -#: ../data/demo.glade.h:13 +#: ../data/ui/lxappearance.glade.h:50 msgid "_File" msgstr "_Ficheiro" -#: ../data/demo.glade.h:14 +#: ../data/ui/lxappearance.glade.h:51 msgid "_Help" msgstr "_Axuda" -#: ../data/demo.glade.h:15 +#: ../data/ui/lxappearance.glade.h:52 msgid "button" msgstr "botón" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Vista previa" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Configuración da aparencia" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "Temas de iconas dispoñíbeis" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Temas de iconas dispoñíbeis" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Temas de xanela dispoñíbeis" +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Seleccione un tema de iconas" -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (Tema de iconas)" -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Icona" +#~ msgid "Column" +#~ msgstr "Columna" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Só iconas" +#~ msgid "Item" +#~ msgstr "Elemento" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" +#~ msgid "Tab1" +#~ msgstr "Separador1" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Outro" +#~ msgid "Tab2" +#~ msgstr "Separador2" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" +#~ msgid "Tab3" +#~ msgstr "Separador3" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" +#~ msgid "Tab4" +#~ msgstr "Separador4" -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Texto debaixo das iconas" +#~ msgid "Test Item 1" +#~ msgstr "Elemento de proba 1" -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Texto ao lado das iconas" +#~ msgid "Test Item 2" +#~ msgstr "Elemento de proba 2" -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Só texto" +#~ msgid "Test Item 3" +#~ msgstr "Elemento de proba 3" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Estilo de barra de ferramentas: " - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Xanela" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Fonte:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Instalar" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Aparencia" +#~ msgid "Type some characters here to test currently selected font." +#~ msgstr "Escriba algúns caracteres aquí para probar a fonte seleccionada." -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "" +#~ msgid "Preview" +#~ msgstr "Vista previa" + +#~ msgid "Appearance Settings" +#~ msgstr "Configuración da aparencia" + +#~ msgid "Available Cursor Themes" +#~ msgstr "Temas de punteiros dispoñíbeis" + +#~ msgid "Available Window Themes" +#~ msgstr "Temas de xanela dispoñíbeis" + +#~ msgid "Icon" +#~ msgstr "Icona" + +#~ msgid "Size" +#~ msgstr "Tamaño" + +#~ msgid "_Font:" +#~ msgstr "_Tipo de letra:" + +#~ msgid "Appearance" +#~ msgstr "Aparencia" #~ msgid "Back" #~ msgstr "Atrás" @@ -195,9 +325,6 @@ #~ "Elemento de proba 2\n" #~ "Elemento de proba 3" -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Non se atopou o ficheiro de imaxe: %s" - #~ msgid "" #~ "Icons only\n" #~ "Text only\n" @@ -208,3 +335,6 @@ #~ "Só texto\n" #~ "Texto debaixo das iconas\n" #~ "Texto ao lado das iconas" + +#~ msgid "Couldn't find pixmap file: %s" +#~ msgstr "Non se atopou o ficheiro de imaxe: %s" diff -Nru lxappearance-0.4.0/po/he.po lxappearance-0.5.0/po/he.po --- lxappearance-0.4.0/po/he.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/he.po 2010-10-06 16:55:34.000000000 +0000 @@ -5,205 +5,251 @@ # msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: LXAppearance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-08 15:45+0100\n" -"Last-Translator: Yaron Shahrbani \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2010-08-13 05:37+0000\n" +"PO-Revision-Date: 2010-08-13 15:12+0200\n" +"Last-Translator: \n" +"Language-Team: Gezer \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: Pootle 1.1.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Poedit-Language: Hebrew\n" +"X-Poedit-Country: ISRAEL\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: ../data/lxappearance.desktop.in.h:1 +#: ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "הת×מת המר××” והתחושה" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "הת×מת המר××” והתחושה של שולחן העבודה ×•×”×™×™×©×•×ž×™× ×©×œ×š" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "כל הזכויות שמורות (C) 2010 ×ž×™×–× LXDE" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "הת×מת המר××” והתחושה של שולחן העבודה שלך" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "ירון שהרבני GUI Options" +msgstr "×פשרויות מנשק המשתמש" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "Note: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login." +msgstr "תשומת לבך: ×œ× ×›×œ יישומי שולחן העבודה ×ª×•×ž×›×™× ×‘×©×™× ×•×™ עיצוב הסמן שלך ב×ופן מיידי. לכן ×”×©×™× ×•×™×™× ×‘×”×’×“×¨×•×ª יחלו לחלוטין על כל ×”×™×™×©×•×ž×™× ×¨×§ ×¢× ×”×›× ×™×¡×” הב××”." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "פעלולי שמע" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "רקע" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "גדול יותר" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "בחירת ערכת × ×•×©× ×œ×¡×ž×œ×™×" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (ערכת × ×•×©× ×œ×¡×ž×œ×™×)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "עמודה" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "פריט" - -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" msgstr "לחצן סימון" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "צבע" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "ערכת הצבע ××™× ×” נתמכת על ידי ערכת ×”× ×•×©× ×©×œ הווידג׳ט הנבחר." + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "גופן ברירת המחדל:" + +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" msgstr "הדגמה" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "לחצן ברירה" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "לשונית1" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "קדמה" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "ערכת × ×•×©× ×œ×¡×ž×œ×™×" -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "לשונית2" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "×¡×ž×œ×™× ×‘×œ×‘×“" -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "לשונית3" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "התקנה" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "סמל גדול בסרגל הכלי×" -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "לשונית4" +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "סמן העכבר" -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "פריט לבדיקה 1" +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "חלונות רגילי×:" -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "פריט לבדיקה 2" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "×חר" -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "פריט לבדיקה 3" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "עמוד1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "עמוד2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "השמעת ×¦×œ×™×œ×™× ×œ×ירועי×" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "הצגה מקדימה של ערכת ×”×¡×ž× ×™× ×”× ×‘×—×¨×ª" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "תצוגה מקדימה של ערכת ×”×¡×ž×œ×™× ×”× ×‘×—×¨×ª" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "תצוגה מקדימה של סגנון הווידג׳ט הנבחר" -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "× × ×œ×”×§×œ×™×“ כמה ×ª×•×•×™× ×›×“×™ לבדוק ×ת הגופן הנבחר הנוכחי." +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "לחצן בחירה" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "×¢_ריכה" +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "הסרה" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_קובץ" +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "כמו הלחצני×" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "×¢_זרה" +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "כמו תיבות הדו־שיח" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "לחצן" +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as drag icons" +msgstr "כמו לחצני הגרירה" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "תצוגה מקדימה" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "הגדרות המר××”" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "ערכות סמני העכבר הזמינות" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "ערכות ×”× ×•×©× ×”×–×ž×™× ×•×ª לסמלי×" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "ערכות × ×•×©× ×”×–×ž×™× ×•×ª לחלונות" +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "כמו פריטי התפריט" -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "סמן העכבר" +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "×”×¤×¨×™×˜×™× ×”× ×‘×—×¨×™×:" -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "סמל" +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "הצגת תמונות בתפריטי×" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "×¡×ž×œ×™× ×‘×œ×‘×“" +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "הצגת תמונות על הלחצני×" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "גדול" +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "גודל הסמני×" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "×חר" +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "סמל קטן בסרגל הכלי×" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "גודל" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "קטן" +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "קטן יותר" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:38 msgid "Text below icons" msgstr "טקסט מתחת לסמלי×" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text beside icons" msgstr "טקסט לצד הסמלי×" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text only" msgstr "טקסט בלבד" -#: ../data/lxappearance.glade.h:16 +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "חלונות טקסט:" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "גודל סמלי סרגל הכלי×:" + +#: ../data/ui/lxappearance.glade.h:43 msgid "Toolbar Style: " -msgstr "סגנון סרגל הכלי×: " +msgstr "סגנון סרגל הכלי×:" + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Tooltips:" +msgstr "חלוניות מידע:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "שימוש בערכת ×¦×‘×¢×™× ×ž×•×ª×מת ×ישית" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "וידג׳ט" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "מסגרת החלון" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "×¢_ריכה" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "_קובץ" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "×¢_זרה" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "לחצן" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "נגינת צלילי ××™×¨×•×¢×™× ×›×ž×©×•×‘ לקלט מהמשתמש" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "בחירת ערכת סמלי×" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (ערכת סמלי×)" -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "חלון" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_גופן:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "×”_תקנה" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "מר××”" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "הת×מת מר××” שולחן העבודה" - -#~ msgid "Back" -#~ msgstr "×חורה" - -#~ msgid "Forward" -#~ msgstr "קדימה" - -#~ msgid "Stop" -#~ msgstr "עצירה" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "פריט לבדיקה1\n" -#~ "פריט לבדיקה 2\n" -#~ "פריט לבדיקה 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "×œ× × ×™×ª×Ÿ ל×תר ×ת קובץ ×”Ö¾pixmapâ€: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "×¡×ž×œ×™× ×‘×œ×‘×“\n" -#~ "טקסט בלבד\n" -#~ "טקסט מתחת לסמלי×\n" -#~ "טקסט לצד הסמלי×" diff -Nru lxappearance-0.4.0/po/hr.po lxappearance-0.5.0/po/hr.po --- lxappearance-0.4.0/po/hr.po 2009-12-21 10:17:42.000000000 +0000 +++ lxappearance-0.5.0/po/hr.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,208 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lxappearance_hr\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: \n" -"Last-Translator: Boljsa \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-2\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Croatian\n" -"X-Poedit-Country: CROATIA\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Odaberite temu ikona" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Tema Ikone)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Stupac" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Stavka" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Dugme Provjere" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demo" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Dugme Radio" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Tab1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Tab2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Tab3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Tab4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Testna Stavka 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Testna Stavka 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Testna Stavka 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "" -"Upi¹ite nekoliko znakova ovdje kako bi testirali trenutno izabrani font." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Ureðivanje" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Datoteka" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Pomoæ" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "dugme" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Pregled" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Postavke Izgleda" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "Dostupne Teme Ikona" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Dostupne Teme Ikona" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Dostupne Teme Prozora" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikona" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Samo ikone" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Ostalo" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Tekst ispod ikona" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Tekst iznad ikona" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Samo tekst" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Stil Alatne Trake:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Prozor" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Font:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Instaliraj" - -#: ../lxappearance.desktop.in.h:1 -#, fuzzy -msgid "Appearance" -msgstr "Postavke Izgleda" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "" - -#~ msgid "Back" -#~ msgstr "Natrag" - -#~ msgid "Forward" -#~ msgstr "Naprijed" - -#~ msgid "Stop" -#~ msgstr "Stop" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Testna Stavka 1\n" -#~ "Testna Stavka 2\n" -#~ "Testna Stavka 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Ne mogu pronaæi pixmap datoteku: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Samo ikone\n" -#~ "Samo tekst\n" -#~ "Samo tekst ispod ikona\n" -#~ "Samo tekst iznad ikona" diff -Nru lxappearance-0.4.0/po/hu.po lxappearance-0.5.0/po/hu.po --- lxappearance-0.4.0/po/hu.po 2009-12-21 10:17:38.000000000 +0000 +++ lxappearance-0.5.0/po/hu.po 2010-10-06 17:04:55.000000000 +0000 @@ -1,221 +1,256 @@ # Hungarian translation of lxappearance. -# Copyright (C) 2006 the lxde team +# Copyright (C) 2006-2010 The LXDE Team # This file is distributed under the same license as the lxappearance package. -# SZERVÃC Attila , 2006-2008. +# Laszlo Dvornik , 2010. # msgid "" msgstr "" -"Project-Id-Version: lxappearance 0.1\n" +"Project-Id-Version: lxappearance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-05-25 15:41+0100\n" -"Last-Translator: SZERVÃC Attila \n" -"Language-Team: Hungarian \n" +"POT-Creation-Date: 2010-10-07 01:02+0800\n" +"PO-Revision-Date: 2010-08-07 22:12+0200\n" +"Last-Translator: Laszlo Dvornik \n" +"Language-Team: Hungarian \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-Poedit-Language: Hungarian\n" -"X-Poedit-Country: HUNGARY\n" -"X-Poedit-SourceCharset: iso-8859-1\n" +"Language: hu\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Válassz egy ikontémát" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Ikontéma)" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Megjelenés testreszabása" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "A munkaasztal és az alkalmazások megjelenésének testreszabása" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright (C) 2010 LXDE Project" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "A munkaasztal megjelenésének testreszabása" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Dvornik László " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "GUI beállításai" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Oszlop" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Elem" +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +"Megjegyzés: Nem minden munkaasztal alkalmazás támogatja a menet " +"közbeni kurzorváltást. Ezért az itteni változtatások a következÅ‘ " +"bejelentkezésig lehet, hogy nem minden alkalmazásban fognak érvényesülni." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Hangeffektusok" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Háttér" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Nagyobb" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" -msgstr "KijelölÅ‘ gomb" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demó" +msgstr "JelölÅ‘négyzet" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Rádió gomb" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Szín" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Lap1" +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "A színséma nem támogatott a jelenleg kijelölt elemtémánál." -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Lap2" +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Alapértelmezett betűkészlet:" -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Lap3" +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "Demó" -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Lap4" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "ElÅ‘tér" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Ikontéma" -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Teszt elem 1" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Csak ikonok" -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Teszt elem 2" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Telepítés" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Nagy eszköztár ikon" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Egérkurzor" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Normál ablakok:" -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Teszt elem 3" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Egyéb" -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Gépelj pár betűt a most kijelölt betű kipróbálásához" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "1. oldal" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "2. oldal" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Eseményhangok lejátszása" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "Eseményhangok lejátszása visszajelzésként a felhasználói bevitelhez" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "A kijelölt kurzortéma elÅ‘nézete" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "A kijelölt ikontéma elÅ‘nézete" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "A kijelölt elemstílus elÅ‘nézete" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "Sz_erkesztés" +#: ../data/ui/lxappearance.glade.h:27 +msgid "Radio Button" +msgstr "Választógomb" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Fájl" +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "Eltávolítás" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Súgó" +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "Azonos a gombokéval" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "gomb" +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "Azonos a párbeszédablakokéval" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "ElÅ‘nézet" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Megjelenés beállításai" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "ElérhetÅ‘ ikon-témák" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "ElérhetÅ‘ ikon-témák" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "ElérhetÅ‘ ablak témák" +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "Azonos a húzás ikonokkal" -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "Azonos a menüelemekkel" -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikon" +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "Kijelölt elemek:" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Csak ikonok" +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "Képek megjelenítése a menükben" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "Képek megjelenítése a gombokon" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Egyéb" +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "Kurzorok mérete" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "Kis eszköztár ikon" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "Kisebb" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text below icons" msgstr "Szöveg az ikonok alatt" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text beside icons" msgstr "Szöveg az ikonok mellett" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:41 msgid "Text only" msgstr "Csak szöveg" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Eszköztárstílus:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Ablak" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "Betű:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "Telepít" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Megjelenés" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Az asztal megjelenésének testreszabása" - -#~ msgid "Back" -#~ msgstr "Vissza" - -#~ msgid "Forward" -#~ msgstr "ElÅ‘re" - -#~ msgid "Stop" -#~ msgstr "Stop" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Teszt elem 1\n" -#~ "Teszt elem 2\n" -#~ "Teszt elem 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "E pixel-térkép fájl nem található: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Csak ikonok\n" -#~ "Csak szöveg\n" -#~ "Szöveg az ikonok alatt\n" -#~ "Szöveg az ikonok mellett" +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "Szöveges ablakok:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "Eszköztár ikon mérete: " + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "Eszköztár stílusa: " + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "Eszköztippek:" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "Egyedi színséma használata" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" +msgstr "Elem" -#~ msgid "Available Fonts" -#~ msgstr "ElérhetÅ‘ betűk" +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "Ablakkeret" -#~ msgid "Font Size:" -#~ msgstr "Betű-méret:" +#: ../data/ui/lxappearance.glade.h:49 +msgid "_Edit" +msgstr "S_zerkesztés" -#~ msgid "Style:" -#~ msgstr "Stílus" +#: ../data/ui/lxappearance.glade.h:50 +msgid "_File" +msgstr "_Fájl" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "_Help" +msgstr "_Súgó" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "button" +msgstr "gomb" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Válassz egy ikontémát" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (ikontéma)" diff -Nru lxappearance-0.4.0/po/id.po lxappearance-0.5.0/po/id.po --- lxappearance-0.4.0/po/id.po 2009-12-21 10:17:40.000000000 +0000 +++ lxappearance-0.5.0/po/id.po 2010-10-06 16:55:34.000000000 +0000 @@ -1,210 +1,249 @@ -# Indonesian translations for lxappearance package. -# Copyright (C) YEAR THE lxappearance'S COPYRIGHT HOLDER -# This file is distributed under the same license as the lxappearance package. -# Andhika Padmawan , Rahman Yusri Aftian , 2009. -# +# Indonesian translation of lxappearance +# Copyright (C) 2010 THE lxappearance'S COPYRIGHT HOLDER +# This file is distributed under the same license as the lxappearance package. +# Andika Triwidada , 2010. +# msgid "" msgstr "" -"Project-Id-Version: lxappearance 0.2\n" +"Project-Id-Version: lxappearance master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-03-04 21:59+0700\n" -"Last-Translator: Andhika Padmawan \n" -"Language-Team: Indonesian \n" +"POT-Creation-Date: 2010-09-07 05:44+0000\n" +"PO-Revision-Date: 2010-09-05 16:07+0700\n" +"Last-Translator: Andika Triwidada \n" +"Language-Team: Indonesian Translation Team \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Pilih tema ikon" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Ubah Tampilan dan Rasa" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Ubah tampilan dan rasa dari desktop dan aplikasi Anda" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Hak Cipta (C) 2010 Projek LXDE" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Ubah tampilan dan rasa dari desktop Anda" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Andika Triwidada , 2010." + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Opsi GUINote: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login." +msgstr "Catatan: Tidak semua aplikasi desktop mendukung pengubahan tema kursor sambil-jalan. Maka perubahan Anda mungkin tidak diterapkan sepenuhnya atas semua aplikasi sampai login berikutnya." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Efek Suara" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Latar belakang" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Lebih besar" -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Tema Ikon)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Kolom" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Item" - -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" -msgstr "Tombol Cek" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demo" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Tombol Radio" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Tab1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Tab2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Tab3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Tab4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Item Tes 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Item Tes 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Item Tes 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Ketik beberapa karakter di sini untuk mencoba fonta terpilih saat ini." +msgstr "Tombol Centang" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Sunting" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Warna" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Berkas" +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Skema warna tak didukung oleh tema widget yang kini dipilih." -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "Ba_ntuan" +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Fonta bawaan:" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "tombol" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Pratayang" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Pengaturan Tampilan" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "Tema Ikon Tersedia" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Tema Ikon Tersedia" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Tema Jendela Tersedia" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "Demo" -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikon" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Latar depan" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Tema Ikon" -#: ../data/lxappearance.glade.h:8 +#: ../data/ui/lxappearance.glade.h:14 msgid "Icons only" msgstr "Hanya ikon" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Pasang" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Ikon bilah alat besar" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Kursor Tetikus" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Jendela normal:" -#: ../data/lxappearance.glade.h:10 +#: ../data/ui/lxappearance.glade.h:19 msgid "Other" msgstr "Lainnya" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Hal1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Hal2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Mainkan suara kejadian" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "Pratilik tema kursor yang dipilih" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "Pratilik tema ikon yang dipilih" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "Pratilik gaya widget yang dipilih" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "Tombol Radio" + +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "Buang" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "Sama dengan tombol" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "Sama dengan dialog" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as drag icons" +msgstr "Sama dengan ikon seret" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "Sama dengan butir menu" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "Objek yang dipilih:" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "Tampilkan gambar di menu" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "Tampilkan gambar pada tombol" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "Ukuran kursor" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "Ikon bilah alat kecil" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "Lebih kecil" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:38 msgid "Text below icons" msgstr "Teks di bawah ikon" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text beside icons" msgstr "Teks di samping ikon" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text only" msgstr "Hanya teks" -#: ../data/lxappearance.glade.h:16 +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "Jendela teks:" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "Ukuran Ikon Bilah Alat:" + +#: ../data/ui/lxappearance.glade.h:43 msgid "Toolbar Style: " -msgstr "Gaya Batang Alat:" +msgstr "Gaya Bilah Alat:" -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Jendela" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Fonta:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Instal" - -#: ../lxappearance.desktop.in.h:1 -#, fuzzy -msgid "Appearance" -msgstr "Pengaturan Tampilan" +#: ../data/ui/lxappearance.glade.h:44 +msgid "Tooltips:" +msgstr "Tooltip:" -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "" +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "Pakai skema warna ubahan" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "Widget" -#~ msgid "Back" -#~ msgstr "Mundur" +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "Bingkai Jendela" -#~ msgid "Forward" -#~ msgstr "Maju" +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "_Sunting" -#~ msgid "Stop" -#~ msgstr "Stop" +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "_Berkas" -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Item Tes 1\n" -#~ "Item Tes 2\n" -#~ "Item Tes 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Tak dapat menemukan berkas pixmap: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Hanya ikon\n" -#~ "Hanya teks\n" -#~ "Teks di bawah ikon\n" -#~ "Teks di samping ikon" +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "Ba_ntuan" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "tombol" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "mainkan suara kejadian sebagai umpan balik ke masukan pengguna" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Pilih tema ikon" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (Tema Ikon)" diff -Nru lxappearance-0.4.0/po/it.po lxappearance-0.5.0/po/it.po --- lxappearance-0.4.0/po/it.po 2009-12-21 10:17:42.000000000 +0000 +++ lxappearance-0.5.0/po/it.po 2010-10-06 17:02:15.000000000 +0000 @@ -1,211 +1,255 @@ -# Translation of lxappearance to Italian -# Copyright (C) 2009 Fabio Barone -# This file is distributed under the same license as the lxappearance package -# Fabio Barone , 2009 +# Lxappearance +# Copyright (C) 2010 +# This file is distributed under the same license as the lxappearance package. +# Andrea Florio , 2010. # msgid "" msgstr "" -"Project-Id-Version: lxappearance 0.2\n" +"Project-Id-Version: 0.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-08 16:36+0100\n" -"Last-Translator: Alessandro Pellizzari \n" -"Language-Team: \n" +"POT-Creation-Date: 2010-10-07 01:02+0800\n" +"PO-Revision-Date: 2010-08-08 13:00+0100\n" +"Last-Translator: Andrea Florio \n" +"Language-Team: it \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" -"X-Poedit-Language: Italian\n" -"X-Poedit-Country: ITALY\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Selezionare un tema di icone" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Personalizza aspetto e stile" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Personalizza l'aspetto e lo stile del tuo desktop e delle applicazioni" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright (C) 2010 LXDE Project" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Personalizza l'aspetto e lo stile del tuo desktop" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Andrea Florio " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Opzioni GUI" -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Tema di icone)" +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +"Nota: Non tutte le applicazioni desktop supportano il cambio del tema " +"del cursore al volo. Quindi i tuoi cambiamenti potrebbero non essere " +"completamente applicati fino al prossimo login." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Effetti Sonori" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Sfondo" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Più grande" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Colonna" +#: ../data/ui/lxappearance.glade.h:6 +msgid "Check Button" +msgstr "Pulsante di selezione" -#: ../src/demo.c:65 -msgid "Item" -msgstr "Elemento" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Colore" -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Bottone di scelta" +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Lo schema del colore non è supportato dal tema attualmente selezionato" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Font predefinito" + +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" -msgstr "Dimostrazione" +msgstr "Demo" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Bottone radio" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Testo" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Tab1" +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Tema di icone" -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Tab2" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Solo icone" -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Tab3" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Installa" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Icona della barra degli strumenti larga" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Puntatore del mouse" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Finestra normale:" -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Tab4" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Altro" -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Elemento test 1" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Pagina1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Pagina2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Esegui suoni di avviso" -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Elemento test 2" +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "" -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Elemento test 3" +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "Anteprima del tema del puntatore selezionato" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "Anteprima del tema di icone selezionato" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "Anteprima dello stile delle finestre selezionato" -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Digitare un testo qui per provare il carattere attualmente selezionato" +#: ../data/ui/lxappearance.glade.h:27 +msgid "Radio Button" +msgstr "Pulsante Radio" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Modifica" +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "Rimuovi" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_File" +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Aiuto" +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "pulsante" +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Anteprima" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Impostazioni della presentazione" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Temi di cursori disponibili" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Temi di icone disponibili" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Temi finestre disponibili" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Cursore" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Icona" +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Solo icone" +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Grande" +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Altro" +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Dimensioni" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Piccolo" +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "Più piccolo" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text below icons" -msgstr "Testo sotto le icone" +msgstr "" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text beside icons" -msgstr "Testo a fianco delle icone" +msgstr "" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:41 msgid "Text only" msgstr "Solo testo" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Stile della barra strumenti: " +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "" -#: ../data/lxappearance.glade.h:17 -msgid "Window" +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" msgstr "Finestra" -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Carattere" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Installa" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Aspetto" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Personalizza l'aspetto dell'ambiente grafico" - -#~ msgid "Back" -#~ msgstr "Indietro" - -#~ msgid "Forward" -#~ msgstr "Avanti" - -#~ msgid "Stop" -#~ msgstr "Stop" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Elemento di prova 1\n" -#~ "Elemento di prova 2\n" -#~ "Elemento di prova 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Impossibile trovare file pixmap: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Solo Icone\n" -#~ "Solo testo\n" -#~ "Testo sotto le icone\n" -#~ "Testo a fianco delle icone" +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "Bordo finestra" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_Edit" +msgstr "_Modifica" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_File" +msgstr "_File" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "_Help" +msgstr "_Aiuto" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "button" +msgstr "pulsante" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Seleziona un tema di icone" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "(Tema di icone) *.tar.gz, *.tar.bz2" diff -Nru lxappearance-0.4.0/po/ja.po lxappearance-0.5.0/po/ja.po --- lxappearance-0.4.0/po/ja.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/ja.po 2010-10-12 15:20:22.000000000 +0000 @@ -6,10 +6,10 @@ # msgid "" msgstr "" -"Project-Id-Version: lxappearance 0.3.0\n" +"Project-Id-Version: lxappearance 0.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-07-17 20:31+0900\n" +"POT-Creation-Date: 2010-10-07 18:39+0900\n" +"PO-Revision-Date: 2010-10-07 18:41+0900\n" "Last-Translator: Hironao Komatsu \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" @@ -17,195 +17,243 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "アイコンテーマã®é¸æŠž" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "ルックアンドフィールを設定ã—ã¾ã™" -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (アイコンテーマ)" +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "" +"ã‚ãªãŸã®ãƒ‡ã‚¹ã‚¯ãƒˆãƒƒãƒ—ã¨ã‚¢ãƒ—リケーションã®ãƒ«ãƒƒã‚¯ã‚¢ãƒ³ãƒ‰ãƒ•ã‚£ãƒ¼ãƒ«ã‚’設定ã—ã¾ã™" -#: ../src/demo.c:56 -msgid "Column" -msgstr "列" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "アイテム" +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright (C) 2010 LXDE Project" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "デスクトップã®ãƒ«ãƒƒã‚¯ã‚¢ãƒ³ãƒ‰ãƒ•ã‚£ãƒ¼ãƒ«ã‚’設定ã—ã¾ã™" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Hironao Komatsu " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "GUI ã®ã‚ªãƒ—ション" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +"注æ„: デスクトップアプリケーションã®ã™ã¹ã¦ãŒå®Ÿè¡Œä¸­ã®ã‚«ãƒ¼ã‚½ãƒ«ãƒ†ãƒ¼ãƒžã®å¤‰" +"更をサãƒãƒ¼ãƒˆã—ã¦ã„ã‚‹ã‚ã‘ã§ã¯ã‚ã‚Šã¾ã›ã‚“。よã£ã¦ã€ã“ã“ã§ã®å¤‰æ›´ã®ä¸€éƒ¨ã¯æ¬¡å›žã®ãƒ­" +"グインã¾ã§å映ã•ã‚Œãªã„ã“ã¨ãŒã‚ã‚Šã¾ã™ã€‚" + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "効果音" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "背景色" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "大ãã" + +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" msgstr "ãƒã‚§ãƒƒã‚¯ãƒœã‚¿ãƒ³" -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "デモ" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "ラジオボタン" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "色" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "タブ1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "タブ2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "タブ3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "タブ4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "テストアイテム 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "テストアイテム 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "テストアイテム 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." msgstr "" -"ç¾åœ¨é¸æŠžã—ã¦ã„るフォントを試ã™ãŸã‚ã«, ã“ã“ã«æ–‡å­—を入力ã—ã¦ã¿ã¦ãã ã•ã„." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "編集(_E)" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "ファイル(_F)" +"ç¾åœ¨é¸æŠžã—ã¦ã„るウィジェットテーマã¯ã‚«ãƒ©ãƒ¼ã‚¹ã‚­ãƒ¼ãƒ ã‚’サãƒãƒ¼ãƒˆã—ã¦ã„ã¾ã›ã‚“。" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "ヘルプ(_H)" +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "デフォルトã®ãƒ•ã‚©ãƒ³ãƒˆ:" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "ボタン" +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "デモ" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "プレビュー" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "外観ã®è¨­å®š" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "利用å¯èƒ½ãªã‚«ãƒ¼ã‚½ãƒ«ãƒ†ãƒ¼ãƒž" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "利用å¯èƒ½ãªã‚¢ã‚¤ã‚³ãƒ³ãƒ†ãƒ¼ãƒž" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "利用å¯èƒ½ãªã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ãƒ†ãƒ¼ãƒž" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "カーソル" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "アイコン" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "å‰æ™¯è‰²" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "アイコンテーマ" -#: ../data/lxappearance.glade.h:8 +#: ../data/ui/lxappearance.glade.h:14 msgid "Icons only" msgstr "アイコンã®ã¿" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "大ãã„" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "インストール" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "大ããªãƒ„ールãƒãƒ¼ã‚¢ã‚¤ã‚³ãƒ³" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "マウスカーソル" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "通常ã®ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦:" -#: ../data/lxappearance.glade.h:10 +#: ../data/ui/lxappearance.glade.h:19 msgid "Other" msgstr "ãã®ä»–" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "サイズ" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "å°ã•ã„" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "ページ1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "ページ2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "イベント音を鳴らã™" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "ユーザ入力ã®ãƒ•ã‚£ãƒ¼ãƒ‰ãƒãƒƒã‚¯ã¨ã—ã¦ã‚¤ãƒ™ãƒ³ãƒˆéŸ³ã‚’鳴らã™" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "é¸æŠžä¸­ã®ã‚«ãƒ¼ã‚½ãƒ«ãƒ†ãƒ¼ãƒžã®ãƒ—レビュー" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "é¸æŠžä¸­ã®ã‚¢ã‚¤ã‚³ãƒ³ãƒ†ãƒ¼ãƒžã®ãƒ—レビュー" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "é¸æŠžä¸­ã®ã‚¦ã‚£ã‚¸ã‚§ãƒƒãƒˆã‚¹ã‚¿ã‚¤ãƒ«ã®ãƒ—レビュー" + +#: ../data/ui/lxappearance.glade.h:27 +msgid "Radio Button" +msgstr "ラジオボタン" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "削除" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "ボタンã¨åŒã˜" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "ダイアログã¨åŒã˜" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "ドラッグアイコンã¨åŒã˜" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "メニューアイテムã¨åŒã˜" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "é¸æŠžä¸­ã®ã‚¢ã‚¤ãƒ†ãƒ :" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "メニューã«ç”»åƒã‚’表示ã™ã‚‹" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "ボタンã«ç”»åƒã‚’表示ã™ã‚‹" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "カーソルã®å¤§ãã•" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "å°ã•ãªãƒ„ールãƒãƒ¼ã‚¢ã‚¤ã‚³ãƒ³" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "å°ã•ã" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text below icons" msgstr "アイコンã®ä¸‹ã«ãƒ†ã‚­ã‚¹ãƒˆ" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text beside icons" msgstr "アイコンã®æ¨ªã«ãƒ†ã‚­ã‚¹ãƒˆ" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:41 msgid "Text only" msgstr "テキストã®ã¿" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "テキストウィンドウ:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "ツールãƒãƒ¼ã®ã‚¢ã‚¤ã‚³ãƒ³ã®ã‚µã‚¤ã‚º: " + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" msgstr "ツールãƒãƒ¼ã®ã‚¹ã‚¿ã‚¤ãƒ«: " -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "ウィンドウ" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "フォント(_F):" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "インストール(_I)" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "外観ã®è¨­å®š" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "デスクトップã®è¦‹æ˜ ãˆã‚’設定ã—ã¾ã™" - -#~ msgid "Back" -#~ msgstr "戻る" - -#~ msgid "Forward" -#~ msgstr "進む" - -#~ msgid "Stop" -#~ msgstr "åœæ­¢" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "テストアイテム 1\n" -#~ "テストアイテム 2\n" -#~ "テストアイテム 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "pixmap ファイルãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "アイコンã®ã¿\n" -#~ "テキストã®ã¿\n" -#~ "アイコンã®ä¸‹ã«ãƒ†ã‚­ã‚¹ãƒˆ\n" -#~ "アイコンã®æ¨ªã«ãƒ†ã‚­ã‚¹ãƒˆ" +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "ツールãƒãƒƒãƒ—:" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "独自ã®ã‚«ãƒ©ãƒ¼ã‚¹ã‚­ãƒ¼ãƒ ã‚’使用ã™ã‚‹" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" +msgstr "ウィジェット" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "ウィンドウ境界" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_Edit" +msgstr "編集(_E)" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_File" +msgstr "ファイル(_F)" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "_Help" +msgstr "ヘルプ(_H)" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "button" +msgstr "ボタン" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "アイコンテーマã®é¸æŠž" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (アイコンテーマ)" diff -Nru lxappearance-0.4.0/po/ko.po lxappearance-0.5.0/po/ko.po --- lxappearance-0.4.0/po/ko.po 2009-12-21 10:17:38.000000000 +0000 +++ lxappearance-0.5.0/po/ko.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,177 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "" - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "모양새" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "ë°ìŠ¤í¬íƒ‘ì˜ ëª¨ì–‘ìƒˆë¥¼ 설정합니다" diff -Nru lxappearance-0.4.0/po/LINGUAS lxappearance-0.5.0/po/LINGUAS --- lxappearance-0.4.0/po/LINGUAS 2009-10-11 07:02:23.000000000 +0000 +++ lxappearance-0.5.0/po/LINGUAS 2010-10-12 15:20:58.000000000 +0000 @@ -1,45 +1,25 @@ -af -ar -bg -bn_IN -ca -cs da de el +en_GB es -et -eu fa -fi +fo fr gl he -hr hu id it ja -ko -lt -ml -ms -nb -nl -nn -pl -ps +pa pt pt_BR ru -sk -sl sr +sr@latin sv tr uk -ur -ur_PK vi -zh_CN zh_TW diff -Nru lxappearance-0.4.0/po/lt.po lxappearance-0.5.0/po/lt.po --- lxappearance-0.4.0/po/lt.po 2009-12-21 10:17:42.000000000 +0000 +++ lxappearance-0.5.0/po/lt.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,209 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-08 20:25+0100\n" -"Last-Translator: Julius Vitkauskas \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Pasirinkti piktogramų temÄ…" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (piktogramų tema)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Stulpelis" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Elementas" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "PažymÄ—jimas" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demonstracija" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Radio mygtukas" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "KortelÄ—1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "KortelÄ—2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "KortelÄ—3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "KortelÄ—4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Bandomasis pasirinkimas 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Bandomasis pasirinkimas 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Bandomasis pasirinkimas 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Ä®veskite kÄ… nors pasirinktam Å¡riftui iÅ¡bandyti." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Keisti" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Failas" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Pagalba" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "mygtukas" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "PeržiÅ«ra" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "IÅ¡vaizdos nustatymai" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Žymeklių temos" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Piktogramų temos" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Langų temos" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Žymeklis" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Piktograma" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Tik piktogramos" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Didelis" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Kita" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Dydis" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Mažas" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Tekstas po piktogramomis" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Tekstas su piktogramomis" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Tik tekstas" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Ä®rankių juostos stilius: " - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Langas" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Å riftas:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "Pr_idÄ—ti" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "IÅ¡vaizda" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Keisti darbo aplinkos iÅ¡vaizdÄ…" - -#~ msgid "Back" -#~ msgstr "Atgal" - -#~ msgid "Forward" -#~ msgstr "Pirmyn" - -#~ msgid "Stop" -#~ msgstr "Stop" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Bandomasis pasirinkimas 1\n" -#~ "Bandomasis pasirinkimas 2\n" -#~ "Bandomasis pasirinkimas 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Negalima rasti pixmap failo: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Tik piktogramos\n" -#~ "Tik tekstas\n" -#~ "Tekstas po piktogramomis\n" -#~ "Tekstas su piktogramomis" diff -Nru lxappearance-0.4.0/po/Makefile.in.in lxappearance-0.5.0/po/Makefile.in.in --- lxappearance-0.4.0/po/Makefile.in.in 2010-01-06 15:30:28.000000000 +0000 +++ lxappearance-0.5.0/po/Makefile.in.in 2010-10-12 15:20:50.000000000 +0000 @@ -129,7 +129,7 @@ done # Empty stubs to satisfy archaic automake needs -dvi info tags TAGS ID: +dvi info ctags tags CTAGS TAGS ID: # Define this as empty until I found a useful application. install-exec installcheck: diff -Nru lxappearance-0.4.0/po/ml.po lxappearance-0.5.0/po/ml.po --- lxappearance-0.4.0/po/ml.po 2009-12-21 10:17:41.000000000 +0000 +++ lxappearance-0.5.0/po/ml.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,177 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "" - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "കാഴàµà´š" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "പണിയിടതàµà´¤àµ† à´šà´¿à´Ÿàµà´Ÿà´ªàµà´ªàµ†à´Ÿàµà´¤àµà´¤àµà´•" diff -Nru lxappearance-0.4.0/po/ms.po lxappearance-0.5.0/po/ms.po --- lxappearance-0.4.0/po/ms.po 2009-12-21 10:17:38.000000000 +0000 +++ lxappearance-0.5.0/po/ms.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,234 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-06-08 16:20+0200\n" -"Last-Translator: Umarzuki Bin Mochlis Moktar \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" - -# by Phyz -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Pilih satu tema ikon" - -# by Phyz -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Tema Ikon)" - -# by Phyz -#: ../src/demo.c:56 -msgid "Column" -msgstr "Lajur" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Item" - -# by Phyz -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Butang Semakan" - -# by Phyz -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demo" - -# by Phyz -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Butang Radio" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Tab1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Tab2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Tab3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Tab4" - -# by Phyz -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Uji Item 1" - -# by Phyz -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Uji Item 2" - -# by Phyz -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Uji Item 3" - -# by Phyz -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Taip beberapa karaktor di sini untuk menguji fon yang kini dipilihkan." - -# by Phyz -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Sunting" - -# by Phyz -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Fail" - -# by Phyz -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Bantuan" - -# by Phyz -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "Butang" - -# by Phyz -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Pralihat" - -# By Phyz -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Tetapan Penampilan" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "Tema Ikon Tersedia" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Tema Ikon Tersedia" - -# by Phyz -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Tema Tetingkap yang Tersedia" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikon" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Ikon sahaja" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Lain-lain" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Teks di bawah ikon" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Teks di sisi ikon" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Teks Sahaja" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Stail Bar Peralatan:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Tingkap" - -# by Phyz -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Fon:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Pemasangan" - -# By Phyz -#: ../lxappearance.desktop.in.h:1 -#, fuzzy -msgid "Appearance" -msgstr "Tetapan Penampilan" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "" - -# by Phyz -#~ msgid "Back" -#~ msgstr "_Kebelakang" - -# by Phyz -#~ msgid "Forward" -#~ msgstr "_Kehadapan" - -# by Phyz -#~ msgid "Stop" -#~ msgstr "Berhenti" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Uji Item 1\n" -#~ "Uji Item 2\n" -#~ "Uji Item 3" - -# by Phyz -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Fail pixmap gagal ditemui: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Ikon sahaja\n" -#~ "Teks sahaja\n" -#~ "Teks di bawah ikon\n" -#~ "Teks di sisi ikon" diff -Nru lxappearance-0.4.0/po/nb.po lxappearance-0.5.0/po/nb.po --- lxappearance-0.4.0/po/nb.po 2009-12-21 10:17:40.000000000 +0000 +++ lxappearance-0.5.0/po/nb.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,177 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "" - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Utseende" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Tilpass utseende for skrivebordet" diff -Nru lxappearance-0.4.0/po/nl.po lxappearance-0.5.0/po/nl.po --- lxappearance-0.4.0/po/nl.po 2009-12-25 07:59:31.000000000 +0000 +++ lxappearance-0.5.0/po/nl.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,209 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-22 08:06+0100\n" -"Last-Translator: Sander De Voogdt \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Kies een icoonthema" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Icoonthema)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Kolom" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Item" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Aanvink Knop" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demo" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Radio Knop" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Tab1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Tab2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Tab3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Tab4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Test Item 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Test Item 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Test Item 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Tiep enkele letters hier om uw geselecteerd font te testen" - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "Bewerken" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "Bestand" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "Help" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "knop" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Voorbeeld" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Instellingen voor het Uiterlijk" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Beschikbare Muisaanwijzer thema's" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Beschikbare Icoonthema's" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Beschikbare Vensterthema's" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Muisaanwijzer" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Icoon" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Alleen Iconen" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Groot" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Andere" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Grootte" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Klein" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Tekst onder de iconen" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Tekst naast de iconen" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Alleen Tekst" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Stijl van de werkbalk:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Venster" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "Lettertype: " - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "Installeren" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Uiterlijk" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "De achtergrond van het bureaublad instellen" - -#~ msgid "Back" -#~ msgstr "Terug" - -#~ msgid "Forward" -#~ msgstr "Verder" - -#~ msgid "Stop" -#~ msgstr "Stop" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Kan pixmap bestand niet vinden: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Alleen Iconen\n" -#~ "Alleen Tekst\n" -#~ "Tekst onder iconen\n" -#~ "Tekst naast iconen" diff -Nru lxappearance-0.4.0/po/nn.po lxappearance-0.5.0/po/nn.po --- lxappearance-0.4.0/po/nn.po 2009-12-21 10:17:42.000000000 +0000 +++ lxappearance-0.5.0/po/nn.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,211 +0,0 @@ -# Translation of lxappearance to Norwegian Nynorsk -# Copyright © 2009 Karl Ove Hufthammer -# This file is distributed under the same license as the lxappearance package. -# Karl Ove Hufthammer , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: lxappearance\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-07-27 20:31+0200\n" -"Last-Translator: Karl Ove Hufthammer \n" -"Language-Team: Norwegian Nynorsk \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 0.3\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Vel ikontema" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (ikontema)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Kolonne" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Element" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Avkryssingsboks" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demonstrasjon" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Radioknapp" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Fane 1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Fane 2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Fane 3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Fane 4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Testelement 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Testelement 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Testelement 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Skriv inn litt tekst her for prøva den valde skrifta." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Rediger" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Fil" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Hjelp" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "knapp" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "førehandsvising" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Set opp utsjÃ¥nad" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Tilgjengelege peikartema" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Tilgjengelege ikontema" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Tilgjengelege vindaugstema" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Peikar" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikon" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Berre ikon" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Stor" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Anna" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Storleik" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Liten" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Tekst under ikon" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Tekst ved sidan av ikon" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Berre tekst" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Verktøylinjestil: " - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Vindauge" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Skrift:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Installer" - -#: ../lxappearance.desktop.in.h:1 -#, fuzzy -msgid "Appearance" -msgstr "Set opp utsjÃ¥nad" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "" - -#~ msgid "Back" -#~ msgstr "Tilbake" - -#~ msgid "Forward" -#~ msgstr "Fram" - -#~ msgid "Stop" -#~ msgstr "Stopp" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Testelement 1\n" -#~ "Testelement 2\n" -#~ "Testelement 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Fann ikkje biletfila: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Berre ikon\n" -#~ "Berre tekst\n" -#~ "Tekst under ikon\n" -#~ "Tekst ved sidan av ikon" diff -Nru lxappearance-0.4.0/po/pa.po lxappearance-0.5.0/po/pa.po --- lxappearance-0.4.0/po/pa.po 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/po/pa.po 2010-10-12 15:20:22.000000000 +0000 @@ -0,0 +1,257 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# A S Alam , 2010. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-10-09 06:00+0000\n" +"PO-Revision-Date: 2010-10-10 07:57+0530\n" +"Last-Translator: A S Alam \n" +"Language-Team: Punjabi/Panjabi \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.1\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "ਦਿੱਖ ਤੇ ਪਰਭਾਵ ਪਸੰਦ ਮà©à¨¤à¨¾à¨¬à¨•" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "ਆਪਣੇ ਡੈਸਕਟਾਪ ਤੇ à¨à¨ªà¨²à©€à¨•à©‡à¨¸à¨¼à¨¨ ਦੀ ਦਿੱਖ ਤੇ ਪਰਭਾਵ ਆਪਣੇ ਮà©à¨¤à¨¾à¨¬à¨• ਬਣਾਓ" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright (C) 2010 LXDE Project" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "ਆਪਣੇ ਡੈਸਕਟਾਪ ਦੀ ਦਿੱਖ ਤੇ ਪਰਭਾਵ ਬਦਲੋ" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "" +"ਅਮਨਪਰੀਤ ਸਿੰਘ ਆਲਮ ੨੦੧੦\n" +"ਪੰਜਾਬੀ ਓਪਨਸੋਰਸ ਟੀਮ (POST)\n" +"http://www.satuj.com" + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "GUI ਚੋਣਾਂ" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "ਸਾਊਂਡ ਪਰਭਾਵ" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "ਬੈਕਗਰਾਊਂਡ" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "ਹੋਰ ਵੱਡਾ" + +#: ../data/ui/lxappearance.glade.h:6 +msgid "Check Button" +msgstr "ਚੈੱਕ ਬਟਨ" + +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "ਰੰਗ" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "" + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "ਡਿਫਾਲਟ ਫੋਂਟ:" + +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "ਡੈਮੋ" + +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "ਫਾਰਗਰਾਊਂਡ" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "ਆਈਕਾਨ ਥੀਮ" + +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "ਕੇਵਲ ਆਈਕਾਨ" + +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "ਇੰਸਟਾਲ" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "ਵੱਡੇ ਟੂਲਬਾਰ ਆਈਕਾਨ" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "ਮਾਊਸ ਕਰਸਰ" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "ਸਧਾਰਨ ਵਿੰਡੋਜ਼:" + +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "ਹੋਰ" + +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "ਪੇਜ਼1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "ਪੇਜ਼2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "ਈਵੈਂਟ ਸਾਊਂਡ ਚਲਾਓ" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "ਯੂਜ਼ਰ ਇੰਪà©à©±à¨Ÿ ਦੇ ਜਵਾਬ ਵਿੱਚ ਈਵੈਂਟ ਸਾਊਂਡ ਚਲਾਓ" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "ਚà©à¨£à©‡ ਕਰਸਰ ਥੀਮ ਦੀ à¨à¨²à¨• ਵੇਖੋ" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "ਚà©à¨£à©‡ ਆਈਕਾਨ ਥੀਮ ਦੀ à¨à¨²à¨• ਵੇਖੋ" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "ਚà©à¨£à©‡ ਵਿਦਜੈੱਟ ਸਟਾਈਲ ਦੀ à¨à¨²à¨• ਵੇਖੋ" + +#: ../data/ui/lxappearance.glade.h:27 +msgid "Radio Button" +msgstr "ਰੇਡੀਓ ਬਟਨ" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "ਹਟਾਓ" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "ਬਟਨ ਵਜੋਂ" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "ਡਾਈਲਾਗ ਵਜੋਂ" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "ਡਰੈਗ ਆਈਕਾਨ ਵਜੋਂ" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "ਮੇਨੂ ਆਈਟਮ ਵਜੋਂ" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "ਚà©à¨£à©€à¨†à¨‚ ਆਈਟਮਾਂ:" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "ਮੇਨੂ 'ਚ ਚਿੱਤਰ ਵੇਖੋ" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "ਬਟਨ ਉੱਤੇ ਚਿੱਤਰ ਵੇਖੋ" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "ਕਰਸਰ ਦਾ ਆਕਾਰ" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "ਛੋਟੇ ਟੂਲਬਾਰ ਆਈਕਾਨ" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "ਹੋਰ ਛੋਟੇ" + +#: ../data/ui/lxappearance.glade.h:39 +msgid "Text below icons" +msgstr "ਆਈਕਾਨ ਹੇਠ ਟੈਕਸਟ" + +#: ../data/ui/lxappearance.glade.h:40 +msgid "Text beside icons" +msgstr "ਆਈਕਾਨ ਨਾਲ ਟੈਕਸਟ" + +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text only" +msgstr "ਕੇਵਲ ਟੈਕਸਟ" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "ਟੈਕਸਟ ਵਿੰਡੋਜ਼:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "ਟੂਲਬਾਰ ਆਈਕਾਨ ਆਕਾਰ:" + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "ਟੂਲਬਾਰ ਸਟਾਇਲ:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "ਟੂਲ-ਟਿੱਪ:" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "ਪਸੰਦੀਦਾ ਰੰਗ ਸਕੀਮ ਵਰਤੋਂ" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" +msgstr "ਵਿਦਜੈੱਟ" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "ਵਿੰਡੋ ਬਾਰਡਰ" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_Edit" +msgstr "ਸੋਧ(_E)" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_File" +msgstr "ਫਾਇਲ(_F)" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "_Help" +msgstr "ਮੱਦਦ(_H)" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "button" +msgstr "ਬਟਨ" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "ਇੱਕ ਆਈਕਾਨ ਥੀਮ ਚà©à¨£à©‹" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (ਆਈਕਾਨ ਥੀਮ)" + diff -Nru lxappearance-0.4.0/po/pl.po lxappearance-0.5.0/po/pl.po --- lxappearance-0.4.0/po/pl.po 2010-01-06 05:17:45.000000000 +0000 +++ lxappearance-0.5.0/po/pl.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,212 +0,0 @@ -# translation of pl_PL.po to Polish -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Grzegorz Gibas , 2008. -# Artur Kruszewski , 2009. -msgid "" -msgstr "" -"Project-Id-Version: pl_PL\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-28 02:50+0100\n" -"Last-Translator: Artur Kruszewski \n" -"Language-Team: Polish\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Pootle 1.1.0\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Wybierz motyw ikon" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Motyw Ikon)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Kolumna" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Pozycja" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Przycisk zaznaczania" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demo" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Przycisk Radio" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Karta1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Karta2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Karta3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Karta4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Testowa pozycja 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Testowa pozycja 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Testowa pozycja 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Napisz coÅ› tutaj, żeby przetestować wybranÄ… czcionkÄ™." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Edycja" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "P_lik" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Pomoc" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "przycisk" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "PodglÄ…d" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Ustawienia wyglÄ…du" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "DostÄ™pne motywy kursorów" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "DostÄ™pne Motywy Ikon" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "DostÄ™pne Motywy" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Kursor" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikony" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Tylko ikony" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Duży" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Inne" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Rozmiar" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "MaÅ‚y" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Tekst pod ikonami" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Tekst obok ikon" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Tylko tekst" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Styl paska narzÄ™dziowego" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Okno" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Czcionka:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Instaluj" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "WyglÄ…d" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Dostosuj wyglÄ…d pulpitu" - -#~ msgid "Back" -#~ msgstr "Powrót" - -#~ msgid "Forward" -#~ msgstr "Do przodu" - -#~ msgid "Stop" -#~ msgstr "Zatrzymaj" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Element testowy 1\n" -#~ "Element testowy 2\n" -#~ "Element testowy 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Nie można odnaleźć pliku pixmap: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Tylko ikony\n" -#~ "Tylko tekst\n" -#~ "Tekst pod ikonami\n" -#~ "Tekst obok ikon" diff -Nru lxappearance-0.4.0/po/POTFILES.in lxappearance-0.5.0/po/POTFILES.in --- lxappearance-0.4.0/po/POTFILES.in 2009-12-19 11:05:54.000000000 +0000 +++ lxappearance-0.5.0/po/POTFILES.in 2010-08-07 16:23:02.000000000 +0000 @@ -1,9 +1,6 @@ # List of source files containing translatable strings. -src/main.c -src/main-dlg.c -src/demo.c -data/demo.glade -data/lxappearance.glade -# files added by intltool-prepare -lxappearance.desktop.in +data/lxappearance.desktop.in +data/ui/about.glade.in +data/ui/lxappearance.glade +src/utils.c diff -Nru lxappearance-0.4.0/po/POTFILES.skip lxappearance-0.5.0/po/POTFILES.skip --- lxappearance-0.4.0/po/POTFILES.skip 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/po/POTFILES.skip 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1 @@ +# List of source files which should be skipped during translation diff -Nru lxappearance-0.4.0/po/ps.po lxappearance-0.5.0/po/ps.po --- lxappearance-0.4.0/po/ps.po 2009-12-21 10:17:39.000000000 +0000 +++ lxappearance-0.5.0/po/ps.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,177 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "" - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "" diff -Nru lxappearance-0.4.0/po/pt_BR.po lxappearance-0.5.0/po/pt_BR.po --- lxappearance-0.4.0/po/pt_BR.po 2009-12-21 10:17:37.000000000 +0000 +++ lxappearance-0.5.0/po/pt_BR.po 2010-10-06 17:04:36.000000000 +0000 @@ -1,211 +1,257 @@ -# Brasilian Portuguese Translations for lxappearance package. -# Copyright (C) 2009 The lxappearance'S COPYRIGHT HOLDER -# This file is distributed under the same license as the lxappearance package. -# Og Maciel , 2009. -# Henrique P. Machado , 2009. +# Brazilian Portuguese translation for LXAPPEARANCE. +# Copyright (C) 2010 The creators of LXAPPEARANCE. +# This file is distributed under the same license as the LXAPPEARANCE package. +# Henrique P. Machado , 2010. # msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-08 17:06+0100\n" -"Last-Translator: Og Maciel \n" -"Language-Team: Brazilian Portuguese \n" +"POT-Creation-Date: 2010-10-07 01:02+0800\n" +"PO-Revision-Date: 2010-08-10 00:21-03:00\n" +"Last-Translator: Henrique P. Machado \n" +"Language-Team: Brazilian Porguese \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" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Pootle 1.1.0\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Selecione um tema de ícones" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Tema de ícones)" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Personalizar visual" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Personaliza o visual de sua área de trabalho e aplicativos" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright (C) 2010 LXDE Project" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Personaliza o visual de sua área de trabalho" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Henrique P. Machado " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Opções de gráficos" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Coluna" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Item" +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +"Nota: Nem todos os aplicativos da área de trabalho suportam mudança " +"do tema do cursor em tempo real. Então suas alterações aqui podem não ser " +"aplicadas a todos os aplicativos até o próximo início de sessão." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Efeito de som" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Plano de fundo" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Enorme" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" msgstr "Botão de verificação" -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demonstração" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Botão de seleção" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Aba1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Aba2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Aba3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Aba4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Testar item 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Testar item 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Testar item 3" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Cor" -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." msgstr "" -"Digite alguns caracteres aqui para testar a fonte atualmente selecionada." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Editar" +"O esquema de cores não tem suporte pelo tema do widget selecionado " +"atualmente." -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Arquivo" +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Fonte padrão:" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "Aj_uda" +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "Demo" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "botão" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Primeiro plano" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Visualizar" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Configurações de aparências" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Temas de cursores disponíveis" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Temas de ícones disponíveis" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Temas de janelas disponíveis" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Cursor" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ãcone" +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Tema de ícones" -#: ../data/lxappearance.glade.h:8 +#: ../data/ui/lxappearance.glade.h:14 msgid "Icons only" msgstr "Somente ícones" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Grande" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Instalar" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Ãcone da barra de ferramentas grande" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Cursor do mouse" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Janelas normais:" -#: ../data/lxappearance.glade.h:10 +#: ../data/ui/lxappearance.glade.h:19 msgid "Other" -msgstr "Outro" +msgstr "Outros" + +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Página 1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Página 2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Reproduzir sons de eventos" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "Reproduzir sons de eventos como feedback à entrada do usuário" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "Visualização do tema de cursor selecionado" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "Visualização do tema de ícones selecionado" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "Visualização do estilo do widget selecionado" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Tamanho" +#: ../data/ui/lxappearance.glade.h:27 +msgid "Radio Button" +msgstr "Botão de rádio" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "Remover" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "O mesmo que botões" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "O mesmo que diálogos" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "O mesmo que ícones arrastáveis" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "O mesmo que itens de menu" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "Itens selecionados:" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Pequeno" +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "Mostrar imagens em menus" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "Mostrar imagens em botões" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "Tamanho dos cursores" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "Ãcone da barra de ferramentas pequeno" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "Menor" + +#: ../data/ui/lxappearance.glade.h:39 msgid "Text below icons" -msgstr "Texto abaixo dos ícones" +msgstr "Texto abaixo de ícones" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text beside icons" -msgstr "Texto ao lado dos ícones" +msgstr "Texto ao lado de ícones" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:41 msgid "Text only" msgstr "Somente texto" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Estilo da barra de ferramentas: " - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Janela" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Fonte:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Instalar" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Aparência" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Personalizar a aparência da área de trabalho" - -#~ msgid "Back" -#~ msgstr "Voltar" - -#~ msgid "Forward" -#~ msgstr "Avançar" - -#~ msgid "Stop" -#~ msgstr "Parar" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Testar item 1\n" -#~ "Testar item 2\n" -#~ "Testar item 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Não foi possível encontrar o arquivo pixmap: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Somente ícones\n" -#~ "Somente texto\n" -#~ "Texto acima dos íconesTexto abaixo dos ícones" +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "Janelas de texto:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "Tamanho do ícone da barra de ferramentas:" + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "Estilo da barra de ferramentas:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "Dicas de ferramentas:" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "Usar esquema de cor personalizado" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" +msgstr "Widget" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "Borda da janela" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_Edit" +msgstr "_Editar" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_File" +msgstr "_Arquivo" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "_Help" +msgstr "Aj_uda" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "button" +msgstr "botão" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Selecione um tema de ícones" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (Tema de ícone)" diff -Nru lxappearance-0.4.0/po/pt.po lxappearance-0.5.0/po/pt.po --- lxappearance-0.4.0/po/pt.po 2010-01-06 05:17:45.000000000 +0000 +++ lxappearance-0.5.0/po/pt.po 2010-10-12 15:20:22.000000000 +0000 @@ -1,213 +1,251 @@ -# Portuguese translations for lxappearance package. -# Copyright (C) 2009 THE lxappearance'S COPYRIGHT HOLDER -# This file is distributed under the same license as the lxappearance package. -# , 2009. -# +# Portuguese translation for LXAPPEARANCE. +# Copyright (C) 2010 The LXAPPEARANCE Copyright Holder. +# This file is distributed under the same license as the LXAPPEARANCE package. +# Sérgio Marques , 2010. +# Adaptado ao acordo ortográfico de 1990 msgid "" msgstr "" -"Project-Id-Version: lxappearance 0.2.0\n" +"Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-29 16:21+0100\n" +"POT-Creation-Date: 2010-10-07 06:08+0000\n" +"PO-Revision-Date: 2010-09-15 16:15-0000\n" "Last-Translator: Sérgio Marques \n" -"Language-Team: Portuguese PT \n" +"Language-Team: \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" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 1.1.0\n" "X-Poedit-Language: Portuguese\n" "X-Poedit-Country: PORTUGAL\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Seleccione um tema de ícones" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Personalizar aparência e comportamento" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Personaliza o aspeto do seu ambiente de trabalho e das aplicações" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Direitos de autor (C) 2010 Projeto LXDE" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Personaliza o aspecto do seu ambiente de trabalho" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Sérgio Marques " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Opções de interface" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "Note: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login." +msgstr "Nota: nem todas as aplicações suportam a alteração imediata dos cursores. Assim, algumas alterações efetuadas poderão não ser aplicadas até ao próximo início de sessão." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Efeitos sonoros" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Fundo" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Maior" -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Tema de Ãcones)" +#: ../data/ui/lxappearance.glade.h:6 +msgid "Check Button" +msgstr "Botão de verificação" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Coluna" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Cor" -#: ../src/demo.c:65 -msgid "Item" -msgstr "Item" +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "O esquema de cores não é suportado pelo tema atual." -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Botão de Visto" +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Tipo de letra por omissão:" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" msgstr "Demo" -#: ../data/demo.glade.h:3 +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Primeiro plano" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Tema de ícones" + +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Apenas ícones" + +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Instalar" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Ãcones grandes" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Cursor do rato" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Janelas normais:" + +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Outros" + +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Página1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Página2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Reproduzir sons de eventos" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "Reproduzir sons como resposta à ação do utilizador" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "Antevisão do tema de cursor selecionado" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "Antevisão do tema de ícones selecionado" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "Antevisão do estilo do \"widget\" selecionado" + +#: ../data/ui/lxappearance.glade.h:27 msgid "Radio Button" -msgstr "Botão de Rádio" +msgstr "Botão rádio" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Separador1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Separador2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Separador3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Separador4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Item de Teste 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Item de Teste 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Item de Teste 3" +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "Remover" -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "" -"Escreva alguns caracteres para testar a fonte actualmente seleccionada." +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "O mesmo dos botões" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Editar" +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "O mesmo dos diálogos" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Ficheiro" +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "O mesmo dos ícones arrastáveis" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Ajuda" +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "O mesmo dos itens de menu" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "botão" +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "Itens selecionados:" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Pré-visualizar" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Definições de Aparência" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Temas de Cursor Disponíveis" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Temas de Ãcones Disponíveis" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Temas de Janela Disponíveis" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Cursor" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ãcone" +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "Mostrar imagens nos menus" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Apenas ícones" +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "Mostrar imagens nos botões" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Grande" +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "Tamanho dos cursores" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Outros" +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "Ãcones pequenos" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Tamanho" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Pequeno" +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "Menor" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text below icons" msgstr "Texto por baixo dos ícones" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text beside icons" msgstr "Texto ao lado dos ícones" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:41 msgid "Text only" msgstr "Apenas texto" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Estilo da Barra de Ferramentas:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Janela" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Fonte:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Instalar" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Aparência" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Personalizar a aparência do ambiente de trabalho" - -#~ msgid "Back" -#~ msgstr "Voltar" - -#~ msgid "Forward" -#~ msgstr "Avançar" - -#~ msgid "Stop" -#~ msgstr "Parar" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Item de Teste 1\n" -#~ "Item de Teste 2\n" -#~ "Item de Teste 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Não foi possível encontrar: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Apenas ícones\n" -#~ "Apenas texto\n" -#~ "Texto em baixo dos ícones\n" -#~ "Texto ao lado dos ícones" +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "Janelas de texto:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "Tamanho do ícone na barra de ferramentas:" + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "Estilo da barra de ferramentas:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "Dicas de ferramentas:" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "Utilizar esquema personalizado" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" +msgstr "\"Widget\"" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "Contornos da janela" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_Edit" +msgstr "_Editar" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_File" +msgstr "_Ficheiro" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "_Help" +msgstr "_Ajuda" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "button" +msgstr "botão" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Selecione um tema de ícones" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (Tema de ícone)" diff -Nru lxappearance-0.4.0/po/ru.po lxappearance-0.5.0/po/ru.po --- lxappearance-0.4.0/po/ru.po 2009-12-21 10:17:39.000000000 +0000 +++ lxappearance-0.5.0/po/ru.po 2010-10-06 17:04:15.000000000 +0000 @@ -8,10 +8,10 @@ msgstr "" "Project-Id-Version: lxappearance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-02-10 22:25+0300\n" -"Last-Translator: Vitaly Pashkov \n" -"Language-Team: Russian\n" +"POT-Creation-Date: 2010-10-07 01:02+0800\n" +"PO-Revision-Date: 2010-08-08 11:32+0300\n" +"Last-Translator: Alexander Kazancev \n" +"Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,166 +20,302 @@ "X-Poedit-Language: Russian\n" "X-Poedit-Country: RUSSIAN FEDERATION\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Выберите тему значков" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "ÐаÑтройка внешнего вида" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "ÐаÑтройте тему рабочего Ñтола и приложений" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright (C) 2010 LXDE Project" -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Тема значков)" +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "ÐаÑтройте тему рабочего Ñтола" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Столбец" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Элемент" +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Alexander Kazancev" + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Параметры графичеÑкого интерфейÑа" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +"Замечание: Ðе вÑе Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶Ð¸Ð²Ð°ÑŽÑ‚ Ñмену темы курÑора на лету. " +"ПоÑтому ваши Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¼Ð¾Ð³ÑƒÑ‚ быть применены только при Ñледующем запуÑке " +"приложениÑ." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Звуковые Ñффекты" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Ð’ фоне" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Больше" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" msgstr "Флажок" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Цвет" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Ð¦Ð²ÐµÑ‚Ð¾Ð²Ð°Ñ Ñхема не поддерживаетÑÑ Ñ‚ÐµÐºÑƒÑ‰ÐµÐ¹ выбранной темой." + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Шрифт по умолчанию:" + +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" msgstr "ДемонÑтрациÑ" -#: ../data/demo.glade.h:3 +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Передний план" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Темы значков" + +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Только значки" + +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "УÑтановить" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Большие иконки панели" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "КурÑор мыши" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Ðормальные окна:" + +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Другие" + +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Страница 1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Страница 2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Проигрывать звук ÑобытиÑ" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "проигрывать звук ÑÐ¾Ð±Ñ‹Ñ‚Ð¸Ñ ÐºÐ°Ðº ответ ввода пользователÑ" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "ПредпроÑмотр выбранной темы курÑоров" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "ПредпроÑмотр выбранной темы значков" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "ПредпроÑмотр выбранной темы окон" + +#: ../data/ui/lxappearance.glade.h:27 msgid "Radio Button" msgstr "Переключатель" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Вкладка1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Вкладка2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Вкладка3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Вкладка4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "ТеÑтовый Ñлемент 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "ТеÑтовый Ñлемент 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "ТеÑтовый Ñлемент 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Введите Ñюда неÑколько Ñимволов Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸ выбранного шрифта." +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "Удалить" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "Также как кнопки" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "Также как диалоги" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "Также как перемещаемые значки" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "Также как Ñлементы меню" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "Выбранные Ñлементы:" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "Показывать Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð² меню" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "Показывать Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð½Ð° кнопках" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "Размер курÑоров" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "Маленькие значки панели" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "Меньше" + +#: ../data/ui/lxappearance.glade.h:39 +msgid "Text below icons" +msgstr "ТекÑÑ‚ под значками" + +#: ../data/ui/lxappearance.glade.h:40 +msgid "Text beside icons" +msgstr "ТекÑÑ‚ Ñ€Ñдом Ñо значками" + +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text only" +msgstr "Только текÑÑ‚" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "ТекÑÑ‚ окон:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "Размер иконок панели:" + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "Стиль панели инÑтрументов:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "ПодÑказки:" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "ИÑпользовать измененную цветовую Ñхему" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" +msgstr "Виджет" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "Рамка окна" -#: ../data/demo.glade.h:12 +#: ../data/ui/lxappearance.glade.h:49 msgid "_Edit" msgstr "_Правка" -#: ../data/demo.glade.h:13 +#: ../data/ui/lxappearance.glade.h:50 msgid "_File" msgstr "_Файл" -#: ../data/demo.glade.h:14 +#: ../data/ui/lxappearance.glade.h:51 msgid "_Help" msgstr "_Справка" -#: ../data/demo.glade.h:15 +#: ../data/ui/lxappearance.glade.h:52 msgid "button" msgstr "кнопка" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "ПредпроÑмотр" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "ÐаÑтройки внешнего вида" +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Выберите тему значков" -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "ДоÑтупные темы значков" +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (Тема значков)" -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "ДоÑтупные темы значков" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "ДоÑтупные темы окон" +#~ msgid "Toolbar" +#~ msgstr "Панель инÑтрументов" -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" +#~ msgid "folder" +#~ msgstr "папка" -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Значки" +#~ msgid "Column" +#~ msgstr "Столбец" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Только значки" +#~ msgid "Item" +#~ msgstr "Элемент" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" +#~ msgid "Tab1" +#~ msgstr "Вкладка1" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Другие" +#~ msgid "Tab2" +#~ msgstr "Вкладка2" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" +#~ msgid "Tab3" +#~ msgstr "Вкладка3" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" +#~ msgid "Tab4" +#~ msgstr "Вкладка4" -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "ТекÑÑ‚ под значками" +#~ msgid "Test Item 1" +#~ msgstr "ТеÑтовый Ñлемент 1" -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "ТекÑÑ‚ Ñ€Ñдом Ñо значками" +#~ msgid "Test Item 2" +#~ msgstr "ТеÑтовый Ñлемент 2" -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Только текÑÑ‚" +#~ msgid "Test Item 3" +#~ msgstr "ТеÑтовый Ñлемент 3" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Стиль панели инÑтрументов:" +#~ msgid "Type some characters here to test currently selected font." +#~ msgstr "Введите Ñюда неÑколько Ñимволов Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸ выбранного шрифта." -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Окна" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Шрифт:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_УÑтановить" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Внешний вид" +#~ msgid "Preview" +#~ msgstr "ПредпроÑмотр" -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "ÐаÑтройте тему рабочего Ñтола" +#~ msgid "Appearance Settings" +#~ msgstr "ÐаÑтройки внешнего вида" + +#, fuzzy +#~ msgid "Available Cursor Themes" +#~ msgstr "ДоÑтупные темы значков" + +#~ msgid "Available Window Themes" +#~ msgstr "ДоÑтупные темы окон" + +#~ msgid "Icon" +#~ msgstr "Значки" + +#~ msgid "_Font:" +#~ msgstr "_Шрифт:" + +#~ msgid "Appearance" +#~ msgstr "Внешний вид" #~ msgid "Back" #~ msgstr "Ðазад" diff -Nru lxappearance-0.4.0/po/sk.po lxappearance-0.5.0/po/sk.po --- lxappearance-0.4.0/po/sk.po 2009-12-21 10:17:38.000000000 +0000 +++ lxappearance-0.5.0/po/sk.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,208 +0,0 @@ -# Slovak translation of lxappearance -# Copyright (C) 2006 lxde team -# This file is distributed under the same license as the lxappearance package. -# Ivan Masár , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: lxappearance\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-08 17:40+0100\n" -"Last-Translator: Ivan Masár \n" -"Language-Team: Slovak \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Vyberte tému vzhľadu ikon" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (témy ikon)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Stĺpec" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Položka" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "ZaÅ¡krtávacie políÄko" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demo" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Výberové políÄko" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Karta1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Karta2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Karta3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Karta4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Testovacia položka 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Testovacia položka 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Testovacia položka 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Sem napíšte nejaké znaky aby ste otestovali momentálne zvolené písmo." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_UpraviÅ¥" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Súbor" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Pomocník" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "tlaÄidlo" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Náhľad" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Nastavenia vzhľadu" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Dostupné témy vzhľadu kurzorov" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Dostupné témy vzhľadu ikon" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Dostupné témy vzhľadu okien" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Kurzor" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikona" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Iba ikony" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Veľká" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Iný" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "VeľkosÅ¥" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Malá" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Text pod ikonami" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Text vedľa ikon" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Iba text" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Å týl panelu nástrojov" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Okno" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Písmo:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "Na_inÅ¡talovaÅ¥" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Vzhľad" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "PrispôsobiÅ¥ vzhľad pracovného prostredia" - -#~ msgid "Back" -#~ msgstr "Späť" - -#~ msgid "Forward" -#~ msgstr "Vpred" - -#~ msgid "Stop" -#~ msgstr "ZastaviÅ¥" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Testovacia položka 1\n" -#~ "Testovacia položka 2\n" -#~ "Testovacia položka 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Nebol nájdený súbor pixmap: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Iba ikony\n" -#~ "Iba text\n" -#~ "Text pod ikonami\n" -#~ "Text vedľa ikon" diff -Nru lxappearance-0.4.0/po/sl.po lxappearance-0.5.0/po/sl.po --- lxappearance-0.4.0/po/sl.po 2009-12-21 10:17:42.000000000 +0000 +++ lxappearance-0.5.0/po/sl.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,212 +0,0 @@ -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: lxappearance 0.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-10 12:10+0100\n" -"Last-Translator: Matej \n" -"Language-Team: Slovenian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" -"X-Generator: Pootle 1.1.0\n" -"X-Poedit-Language: Slovenian\n" -"X-Poedit-Country: SLOVENIA\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Izberi temo ikon" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (stisnjene ikonske teme)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "Stolpec" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Element" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Potrditveni gumb" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demo" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Radijski gumb" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Zavihek1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Zavihek2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Zavihek3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Zavihek4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Testni element 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Testni element 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Testni element 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Za preizkus pisave vtipkajte poljubno besedilo." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Uredi" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Datoteka" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_PomoÄ" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "Gumb" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Predogled" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Nastavitve izgleda" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "KazalÄne teme" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Teme" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Ikonske teme" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "Kazalec" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikone" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Samo ikone" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Velika" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Ostalo" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Velikost" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Majhna" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "Tekst pod ikono" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "Tekst ob ikoni" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "Samo tekst" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Slog orodne vrstice" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Okno" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Pisava:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Namesti" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Nastavitve izgleda" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Prilagajanje videza namizja" - -#~ msgid "Back" -#~ msgstr "Nazaj" - -#~ msgid "Forward" -#~ msgstr "Naprej" - -#~ msgid "Stop" -#~ msgstr "Ustavi" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Testni predmet 1\n" -#~ "Testni predmet 2\n" -#~ "Testni predmet 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Datoteke pixmap %s ni bilo mogoÄe najti" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Samo ikone\n" -#~ "Samo tekst\n" -#~ "Samo tekst pod ikonami\n" -#~ "Samo tekst nad ikonami" diff -Nru lxappearance-0.4.0/po/sr@latin.po lxappearance-0.5.0/po/sr@latin.po --- lxappearance-0.4.0/po/sr@latin.po 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/po/sr@latin.po 2010-10-06 16:55:34.000000000 +0000 @@ -0,0 +1,255 @@ +# Serbian translation for LXAppearance package +# Copyright (C) 2010 The LXDE Project +# This file is distributed under the same license as the LXAppearance package. +# Jay A. Fleming , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: LXAppearance package\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-08-17 05:37+0000\n" +"PO-Revision-Date: 2010-08-17 13:56+0100\n" +"Last-Translator: Jay Alexander Fleming \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: ../data/lxappearance.desktop.in.h:1 +#: ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "PodeÅ¡avanja izgleda" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Prilagodite izgled radne povrÅ¡i i programa" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "LXDE Project — 2010. Sva prava zadržana." + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Prilagodite izgled radne povrÅ¡i" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Serbian (sr) — Jay A. Fleming " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "PodeÅ¡avanja grafiÄkog korisniÄkog interfejsa" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "Note: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login." +msgstr "Napomena: Automatsku promenu izgleda pokazivaÄa ne podržavaju svi programi. Ove promene u tim programima biće vidljive nakon narednog prijavljivanja na sistem." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "ZvuÄni dogaÄ‘aji" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Pozadina" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Veće" + +#: ../data/ui/lxappearance.glade.h:6 +msgid "Check Button" +msgstr "Dugme za potvrdu" + +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Boje" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Odabrana tema kontrola ne podržava Å¡emu boja." + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Podrazumevani font:" + +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "Demo" + +#: ../data/ui/lxappearance.glade.h:12 +#, fuzzy +msgid "Foreground" +msgstr "Boja iscrtavanja" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Tema ikona" + +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Samo ikone" + +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Instaliraj" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Velike ikone u traci sa alatima" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "PokazivaÄ miÅ¡a" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Prozori - podrazumevano:" + +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Ostalo" + +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Strana1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Strana2" + +#: ../data/ui/lxappearance.glade.h:22 +#, fuzzy +msgid "Play event sounds" +msgstr "OzvuÄi dogaÄ‘aje" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "Pregled odabrane teme pokazivaÄa" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "Pregled odabrane teme ikona" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "Pregled izgleda odabranog vidžeta" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "Radio dugme" + +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "Ukloni" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "Isto kao dugmad" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "Isto kao dijalozi" + +#: ../data/ui/lxappearance.glade.h:30 +#, fuzzy +msgid "Same as drag icons" +msgstr "Isto kao prevuÄene ikone" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "Isto kao stavke menija" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "Odabrane stavke:" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "Prikaži slike u menijima" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "Prikaži slike na dugmadima" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "VeliÄina pokazivaÄa" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "Male ikone u traci sa alatima" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "Manje" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Text below icons" +msgstr "Tekst ispod ikona" + +#: ../data/ui/lxappearance.glade.h:39 +msgid "Text beside icons" +msgstr "Tekst pored ikona" + +#: ../data/ui/lxappearance.glade.h:40 +msgid "Text only" +msgstr "Samo tekst" + +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "Prozori za tekst:" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "VeliÄina ikona u traci sa alatima: " + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Style: " +msgstr "Izgled trake sa alatima: " + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Tooltips:" +msgstr "OblaÄići sa savetima:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "Koristi prilagoÄ‘enu Å¡emu boja" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "Kontrola" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "Ivica prozora" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "_Uredi" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "_Datoteka" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "_Pomoć" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "dugme" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "dodeli zvuk dogaÄ‘aju kao odgovor na korisniÄku akciju" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Izaberite paket sa temom ikona" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (tema ikona)" + diff -Nru lxappearance-0.4.0/po/sr.po lxappearance-0.5.0/po/sr.po --- lxappearance-0.4.0/po/sr.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/sr.po 2010-10-06 16:55:34.000000000 +0000 @@ -1,212 +1,255 @@ # Serbian translation for LXAppearance package -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# Copyright (C) 2010 The LXDE Project # This file is distributed under the same license as the LXAppearance package. -# Jay A. Fleming , 2009. -# +# Jay A. Fleming , 2010. # msgid "" msgstr "" -"Project-Id-Version: LXAppearance 0.1\n" +"Project-Id-Version: LXAppearance package\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-09-02 12:40+0100\n" -"Last-Translator: Jay A. Fleming \n" +"POT-Creation-Date: 2010-08-17 05:37+0000\n" +"PO-Revision-Date: 2010-08-17 13:56+0100\n" +"Last-Translator: Jay Alexander Fleming \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Изаберите пакет Ñа темом икона" +#: ../data/lxappearance.desktop.in.h:1 +#: ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Подешавања изгледа" -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (тема икона)" +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Прилагодите изглед радне површи и програма" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "LXDE Project — 2010. Сва права задржана." + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Прилагодите изглед радне површи" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Колона" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Ставка" +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Serbian (sr) — Jay A. Fleming " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Подешавања графичког кориÑничког интерфејÑа" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "Note: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login." +msgstr "Ðапомена: ÐутоматÑку промену изгледа показивача не подржавају Ñви програми. Ове промене у тим програмима биће видљиве након наредног пријављивања на ÑиÑтем." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Звучни догађаји" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Позадина" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Веће" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" msgstr "Дугме за потврду" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Боје" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Одабрана тема контрола не подржава шему боја." + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Подразумевани фонт:" + +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" msgstr "Демо" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Радио дугме" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "ЛиÑÑ‚-1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "ЛиÑÑ‚-2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "ЛиÑÑ‚-3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "ЛиÑÑ‚-4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "ТеÑÑ‚ — Ставка 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "ТеÑÑ‚ — Ставка 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "ТеÑÑ‚ — Ставка 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "УнеÑите неколико карактера за проверу одабраног фонта." +#: ../data/ui/lxappearance.glade.h:12 +#, fuzzy +msgid "Foreground" +msgstr "Боја иÑцртавања" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Уреди" +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Тема икона" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Датотека" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Помоћ" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Само иконе" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "дугме" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "ИнÑталирај" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Велике иконе у траци Ñа алатима" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Показивач миша" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Прозори - подразумевано:" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Преглед" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "ОÑтало" -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Подешавања изгледа" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Страна1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Страна2" -#: ../data/lxappearance.glade.h:3 +#: ../data/ui/lxappearance.glade.h:22 #, fuzzy -msgid "Available Cursor Themes" -msgstr "ДоÑтупне теме икона" +msgid "Play event sounds" +msgstr "Озвучи догађаје" -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "ДоÑтупне теме икона" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "ДоÑтупне теме прозора" +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "Преглед одабране теме показивача" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "Преглед одабране теме икона" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "Преглед изгледа одабраног виџета" -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Икона" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Само иконе" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "Радио дугме" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "ОÑтало" +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "Уклони" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "ИÑто као дугмад" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "ИÑто као дијалози" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" +#: ../data/ui/lxappearance.glade.h:30 +#, fuzzy +msgid "Same as drag icons" +msgstr "ИÑто као превучене иконе" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "ИÑто као Ñтавке менија" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "Одабране Ñтавке:" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "Прикажи Ñлике у менијима" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "Прикажи Ñлике на дугмадима" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "Величина показивача" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "Мале иконе у траци Ñа алатима" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "Мање" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:38 msgid "Text below icons" msgstr "ТекÑÑ‚ иÑпод икона" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text beside icons" msgstr "ТекÑÑ‚ поред икона" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text only" msgstr "Само текÑÑ‚" -#: ../data/lxappearance.glade.h:16 +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "Прозори за текÑÑ‚:" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "Величина икона у траци Ñа алатима: " + +#: ../data/ui/lxappearance.glade.h:43 msgid "Toolbar Style: " -msgstr "Изглед траке Ñа алатима" +msgstr "Изглед траке Ñа алатима: " -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Прозор" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Фонт:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_ИнÑталирај" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Изглед" +#: ../data/ui/lxappearance.glade.h:44 +msgid "Tooltips:" +msgstr "Облачићи Ñа Ñаветима:" -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Прилагодите изглед радне површи" +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "КориÑти прилагођену шему боја" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "Контрола" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "Ивица прозора" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "_Уреди" -#~ msgid "Back" -#~ msgstr "Ðазад" +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "_Датотека" -#~ msgid "Forward" -#~ msgstr "Ðапред" +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "_Помоћ" -#~ msgid "Stop" -#~ msgstr "ЗауÑтави" +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "дугме" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "додели звук догађају као одговор на кориÑничку акцију" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Изаберите пакет Ñа темом икона" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (тема икона)" -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "ТеÑÑ‚ — Ставка 1\n" -#~ "ТеÑÑ‚ — Ставка 2\n" -#~ "ТеÑÑ‚ — Ставка 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Ðе могу наћи битмапирану датотеку: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Само иконе\n" -#~ "Само текÑÑ‚\n" -#~ "ТекÑÑ‚ иÑпод икона\n" -#~ "ТекÑÑ‚ поред икона" diff -Nru lxappearance-0.4.0/po/sv.po lxappearance-0.5.0/po/sv.po --- lxappearance-0.4.0/po/sv.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/sv.po 2010-10-06 16:55:34.000000000 +0000 @@ -1,210 +1,262 @@ -# Translation of lxapperance to Swedish -# Copyright (C) 2009 Martin Bagge -# This file is distributed under the same license as the lxapperance package. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. # -# Martin Bagge , 2009. msgid "" msgstr "" -"Project-Id-Version: lxapperance\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-08 15:42+0100\n" -"Last-Translator: Martin Bagge \n" -"Language-Team: Swedish \n" +"POT-Creation-Date: 2010-08-08 01:59+0800\n" +"PO-Revision-Date: 2010-09-28 02:30+0200\n" +"Last-Translator: Martin \n" +"Language-Team: LANGUAGE \n" +"Language: sv\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: Pootle 1.1.0\n" -"X-Poedit-Language: Swedish\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Pootle 2.0.5\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Välj ikontema" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Ikontema)" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Hantera utseende och beteende" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Hanterar utseende och beteende för skrivbordsmiljö och program" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Copyright © 2010 LXDE Project" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Hanterar utseende och beteende för din skrivbordsmiljö" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "" +"Martin Bagge \n" +"\n" +"Fel pÃ¥ översättningen? Kontakta dÃ¥ tp-sv@listor.tp-sv.se med dina " +"kommentarer!" + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "GUI-alternativ" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Kolumn" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Objekt" +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +"OBS! Alla skrivbordsprogram har inte stöd för att byta tema för " +"muspekaren under drift. Vissa ändringar här slÃ¥r därför igenom först nästa " +"gÃ¥ng du loggar in." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Ljudeffekt" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Bakgrund" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Större" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" msgstr "Kryssruta" -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Demonstration" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Färg" + +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Färgchemat stöds inte av widget-temat som är valt." + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Standardteckensnitt:" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Radioknapp" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Flik1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Flik2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Flik3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Flik4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "Testobjekt 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "Testobjekt 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "Testobjekt 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Skriv här för att testa valt teckensnitt." - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Redigera" +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "Demo" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Arkiv" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Förgrund" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Hjälp" +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Ikontema" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "knapp" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Bara ikoner" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "Förhandsgranska" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "Inställningar för utseende" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "Tillgängliga muspekarteman" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "Tillgängliga ikonteman" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "Tillgängliga fönsterteman" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Installera" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Stor ikon i vertygsfält" -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" msgstr "Muspekare" -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Ikon" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Endast ikoner" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Stor" +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Normalt fönster:" -#: ../data/lxappearance.glade.h:10 +#: ../data/ui/lxappearance.glade.h:19 msgid "Other" msgstr "Annat" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Storlek" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Liten" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Sida 1" + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Sida 2" + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Spela händelseljud" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "Förhandsgranska valt muspekartema" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "Förhandsgranska valt ikontema" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "Förhandsvisning av aktuell widget-stil" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "Radioknapp" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "Ta bort" + +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "Samma som knappar" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "Samma som informationsrutor" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as drag icons" +msgstr "Samma som flyttikoner" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "Samma som menyalternativ" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "Valda alternativ:" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "Visa bilder i menyer" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "Visa bilder pÃ¥ knappar" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "Storlek pÃ¥ pekare" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "Liten ikon i vertygsfält" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "Mindre" + +#: ../data/ui/lxappearance.glade.h:38 msgid "Text below icons" msgstr "Text under ikoner" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text beside icons" -msgstr "Text bredvid ikoner" +msgstr "Text brevid ikoner" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text only" -msgstr "Endast text" +msgstr "Bara text" + +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "Textfönster:" -#: ../data/lxappearance.glade.h:16 +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "Ikonstorlek i verktygsfältet: " + +#: ../data/ui/lxappearance.glade.h:43 msgid "Toolbar Style: " -msgstr "Verktygsfältsstil:" +msgstr "Verktygsfältets stil: " + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Tooltips:" +msgstr "Verktygstips:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "Använd anpassat färgschema" -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Fönster" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Teckensnitt:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_Installera" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Utseende" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Anpassa utseendet för skrivbordet" - -#~ msgid "Back" -#~ msgstr "BakÃ¥t" - -#~ msgid "Forward" -#~ msgstr "FramÃ¥t" - -#~ msgid "Stop" -#~ msgstr "Stopp" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "Testobjekt 1\n" -#~ "Testobjekt 2\n" -#~ "Testobjekt 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Kunde inte hitta pixmap-filen: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Endast ikoner\n" -#~ "Endast text\n" -#~ "Text under ikoner\n" -#~ "Text brevid ikoner" +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "Widget" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "Fönsterkant" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "_Redigera" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "_Arkiv" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "_Hjälp" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "knapp" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "spela händelseljud som Ã¥terkoppling till användarens inmatning" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Välj ikontema" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (Ikontema)" diff -Nru lxappearance-0.4.0/po/tr.po lxappearance-0.5.0/po/tr.po --- lxappearance-0.4.0/po/tr.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/tr.po 2010-10-06 16:55:34.000000000 +0000 @@ -1,177 +1,254 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# Turkish translation of Lxappearance +# Copyright (C) 2010 +# This file is distributed under the same license as the lxappearance package. +# Mehmet Gülmen , 2010. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2010-09-04 05:43+0000\n" +"PO-Revision-Date: \n" +"Last-Translator: Mehmet Gülmen \n" +"Language-Team: tr \n" +"Language: \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-Poedit-Country: TURKEY\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "" +#: ../data/lxappearance.desktop.in.h:1 +#: ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Görünümü ÖzelleÅŸtir" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Masaüstünüzün ve uygulamaların görünümünü özelleÅŸtirir." + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Telif Hakkı (C) 2010 LXDE Projesi" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Masaüstünüzün Görünümünü ÖzelleÅŸtirin" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Mehmet Gülmen memetgulmen@gmail.com" + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Grafik Arayüz Tercihleri" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "Note: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login." +msgstr "Not: Bütün masaüstü uygulamaları imleç temasının anında deÄŸiÅŸmesini desteklemez. Yani burada yaptığınız deÄŸiÅŸikliÄŸin tamamen uygulanması için bir sonraki oturumu beklemeniz gerekebilir." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Ses Efektleri" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Arkaplan" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Daha Büyük" -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "" +# Serbest çeviri. "Check Button"dan kasıt Türkçe'de onay kutusu olarak geçen, birden fazlası tıklanabilen kare kutu. +#: ../data/ui/lxappearance.glade.h:6 +msgid "Check Button" +msgstr "Onay Kutusu" -#: ../src/demo.c:56 -msgid "Column" -msgstr "" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Renk" -#: ../src/demo.c:65 -msgid "Item" -msgstr "" +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Renk teması ÅŸu an seçilmiÅŸ olan widget teması ile uyumlu deÄŸil." -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "" +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Varsayılan yazıtipi:" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" -msgstr "" +msgstr "Demo" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Ön plan" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "" +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Simge teması" -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Sadece simgeler" -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Kur" -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "" +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Büyük araç çubuÄŸu simgesi" -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "" +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Fare Ä°mleci" -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "" +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Normal pencereler:" -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "DiÄŸer" -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Sayfa1" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "" +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Sayfa2" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "" +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Olay seslerini çal" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "" +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "Seçilen imleç temasını önizle" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "" +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "Seçilen simge temasını önizle" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "" +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "Seçilen widget temasının önizlemesi" -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "" +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "Seçenek Düğmesi" -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "" +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "Kaldır" -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "" +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "Düğmelerin aynısı" -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "" +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "Diyalogların aynısı" -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as drag icons" +msgstr "Sürükleme simgelerinin aynısı" -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "" +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "Menü öğelerinin aynısı" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "" +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "Seçilen Öğeler" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "Menülerde resimleri göster" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "" +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "Düğmelerde resimleri göster" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "Ä°mleç boyutu" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "Küçük araç çubuÄŸu simgesi" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "Daha Küçük" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:38 msgid "Text below icons" -msgstr "" +msgstr "Simge altında metin" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text beside icons" -msgstr "" +msgstr "Simge yanında metin" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text only" -msgstr "" +msgstr "Sadece metin" -#: ../data/lxappearance.glade.h:16 +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "Metin pencereleri:" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "Araç ÇubuÄŸu Simge Boyutu:" + +#: ../data/ui/lxappearance.glade.h:43 msgid "Toolbar Style: " -msgstr "" +msgstr "Araç ÇubuÄŸu Stili" -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "" +#: ../data/ui/lxappearance.glade.h:44 +msgid "Tooltips:" +msgstr "Ä°puçları:" -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "" +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "DeÄŸiÅŸtirilmiÅŸ renk ÅŸemasını kullan" -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "" +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "Widget" -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "" +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "Pencere Kenarı" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "_Düzenle" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "D_osya" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "_Yardım" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "düğme" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "olay seslerini kullanıcı girdilerine karşılık olarak çal" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Bir simge teması seç" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*tar.gz, *tar.bz2 (Simge Teması)" -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "" diff -Nru lxappearance-0.4.0/po/uk.po lxappearance-0.5.0/po/uk.po --- lxappearance-0.4.0/po/uk.po 2009-12-21 10:17:39.000000000 +0000 +++ lxappearance-0.5.0/po/uk.po 2010-10-06 17:03:37.000000000 +0000 @@ -5,205 +5,254 @@ # msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: lxappearance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-08 15:45+0100\n" +"POT-Creation-Date: 2010-10-07 01:02+0800\n" +"PO-Revision-Date: 2009-09-20 01:29+0200\n" "Last-Translator: Y P \n" -"Language-Team: LANGUAGE \n" +"Language-Team: Ukrainian\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" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 1.1.0\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "Виберіть тему іконок" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (Тема іконок)" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Ðалаштувати виглÑд Ñ– відображеннÑ" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Ðалаштовує виглÑд Вашого робочого Ñтолу Ñ– програм" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Ð’ÑÑ– права заÑтережено (C) 2010 Проект LXDE" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Ðалаштовує виглÑд Вашого робочого Ñтолу" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "Yarema aka Knedlyk " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Опції GUI" -#: ../src/demo.c:56 -msgid "Column" -msgstr "Колонка" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "Пункт" +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +"Примітка: Ðе вÑÑ– програми робочого Ñтолу підримують зміну теми " +"курÑора на льоту. Тому, можливо, не вÑÑ– зміни будуть повніÑÑ‚ÑŽ заÑтоÑовані " +"відразу, а лише піÑÐ»Ñ Ð¿Ð¾Ð½Ð¾Ð²Ð½Ð¾Ð³Ð¾ входу в ÑиÑтему." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Звуковий ефект" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Тло" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Більше" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" -msgstr "Клавіша перевірки" +msgstr "Кнопка перевірки" -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "Демо" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Колір" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Кнопка радіо" +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "Схема кольору не підтримуєтьÑÑ Ð¿Ð¾Ñ‚Ð¾Ñ‡Ð½Ð¾ÑŽ темою віджетів." -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "Таб1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "Tаб2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "Таб3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "Таб4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "ТеÑтовий пункт 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "ТеÑтовий пункт 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "ТеÑтовий пункт 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "Ðадрукуйте тут ÑкіÑÑŒ букви Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ щойно вибраного шрифта" +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Шрифт по замовчуванню:" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_Редагувати" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Файл" +#: ../data/ui/lxappearance.glade.h:11 +msgid "Demo" +msgstr "ДемонÑтраціÑ" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Допомога" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Передній план" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "клавіша" +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Тема іконок" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "ПереглÑнути" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Тільки іконки" -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "ÐаÑтройка виглÑду" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Ð’Ñтановити" + +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Велика іконка панелі інÑтрументів" + +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "КурÑор мишки" + +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Звичайне вікно:" -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "ДоÑтупні теми курÑора" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Інше:" -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "ДоÑтупні теми іконок" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Сторінка 1" -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "ДоÑтупні теми вікон" +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Сторінка 2" -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "КурÑор" +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Програти звуки подій" -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "Іконка" +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "програвати звуки подій Ñк відгук на дії кориÑтувача" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "Тільки іконки" +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "ПереглÑд вибраної теми курÑору" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "Великий" +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "ПереглÑд вибраної теми іконок" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "Інше" +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "ПереглÑд вибраного Ñтилю віджетів" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "Розмір" +#: ../data/ui/lxappearance.glade.h:27 +msgid "Radio Button" +msgstr "Кнопка радіо" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "Малий" +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "Вилучити" + +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "Так Ñамо Ñк кнопки" + +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "Так Ñамо Ñк діалоги" + +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "Так Ñамо іконки перетÑгуваннÑ" + +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "Так Ñамо Ñк пукти меню" + +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "Вибрані пункти:" + +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "Показати малюнки в меню" + +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "Показати малюнки на кнопках" + +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "Розмір курÑорів" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "Маленькі іконки панелі інÑтрументів" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "Менше" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text below icons" msgstr "ТекÑÑ‚ під іконками" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text beside icons" -msgstr "ТекÑÑ‚ за іконками" +msgstr "ТекÑÑ‚ поруч з іконками" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:41 msgid "Text only" msgstr "Тільки текÑÑ‚" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "Стиль панелі інÑтрументів: " - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "Вікно" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Фонт:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_ІнÑталювати" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Зовнішній виглÑд" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Ðалаштувати виглÑд робочого Ñтолу" - -#~ msgid "Back" -#~ msgstr "Ðазад" - -#~ msgid "Forward" -#~ msgstr "Вперед" - -#~ msgid "Stop" -#~ msgstr "Стоп" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "ТеÑтовий пункт 1\n" -#~ "ТеÑтовий пункт 2\n" -#~ "ТеÑтовий пункт 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "Ðе можу знайти pixmap файл: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "Тільки іконки\n" -#~ "Тільки текÑÑ‚\n" -#~ "ТекÑÑ‚ під іконками\n" -#~ "ТекÑÑ‚ за іконками" +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "Вікно текÑту:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "Розмір іконок панелі інÑтрументів:" + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "Стиль панелі інÑтрументів:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "Підказки:" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "ВикориÑтовувати влаÑну Ñхему кольорів" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" +msgstr "Віджет" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "Ð“Ñ€Ð°Ð½Ð¸Ñ†Ñ Ð²Ñ–ÐºÐ½Ð°" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_Edit" +msgstr "_Редагувати" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_File" +msgstr "_Файл" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "_Help" +msgstr "_Допомога" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "button" +msgstr "кнопка" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Вибрати тему іконок" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (Тема іконок)" diff -Nru lxappearance-0.4.0/po/ur_PK.po lxappearance-0.5.0/po/ur_PK.po --- lxappearance-0.4.0/po/ur_PK.po 2009-12-21 10:17:39.000000000 +0000 +++ lxappearance-0.5.0/po/ur_PK.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,214 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: lxappearance\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-05-09 13:01+0500\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" -"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Poedit-Language: Urdu\n" -"X-Poedit-Country: PAKISTAN\n" -"X-Poedit-SourceCharset: utf-8\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "آئکن تھیم منتخب کریں" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (آئکن تھیم)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "کالم" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "عنصر" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "چیک بٹن" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "ڈیمو" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "ریڈیو بٹن" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "ٹیب1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "ٹیب2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "ٹیب3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "ٹیب4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "تجرباتی عنصر 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "تجرباتی عنصر 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "تجرباتی عنصر 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "منتخب Ú©Ø±Ø¯Û Ùونٹ کا ØªØ¬Ø±Ø¨Û Ú©Ø±Ù†Û’ Ú©Û’ لیے ÛŒÛاں Ú©Ú†Ú¾ الÙاظ لکھیں" - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_تدوین" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Ùائل" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Ûدایات" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "بٹن" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "معائنÛ" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "مظÛر ترتیبات" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "دستیاب آئکن تھیم" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "دستیاب آئکن تھیم" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "دستیاب ونڈو تھیم" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "آئکن" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "صر٠آئکن" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "دیگر" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "متن آئکن Ú©Û’ نیچے" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "متن آئکن Ú©Û’ ساتھ" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "صر٠متن" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "اوزار پٹی انداز:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "ونڈو" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Ùونٹ:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_نصب کریں" - -#: ../lxappearance.desktop.in.h:1 -#, fuzzy -msgid "Appearance" -msgstr "مظÛر ترتیبات" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "" - -#~ msgid "Back" -#~ msgstr "پیچھے" - -#~ msgid "Forward" -#~ msgstr "Ø¢Ú¯Û’" - -#~ msgid "Stop" -#~ msgstr "روکیں" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "تجرباتی عنصر 1\n" -#~ "تجرباتی عنصر 2\n" -#~ "تجرباتی عنصر 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "پکس میپ pixmap Ùائل Ù†Ûیں پائی گئی: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "صر٠آئکن\n" -#~ "صر٠متن\n" -#~ "متن آئکن Ú©Û’ نیچے\n" -#~ "متن آئکن Ú©Û’ ساتھ" diff -Nru lxappearance-0.4.0/po/ur.po lxappearance-0.5.0/po/ur.po --- lxappearance-0.4.0/po/ur.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/ur.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,214 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: lxappearance\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-05-09 13:01+0500\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" -"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Poedit-Language: Urdu\n" -"X-Poedit-Country: PAKISTAN\n" -"X-Poedit-SourceCharset: utf-8\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "آئکن تھیم منتخب کریں" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (آئکن تھیم)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "کالم" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "عنصر" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "چیک بٹن" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "ڈیمو" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "ریڈیو بٹن" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "ٹیب1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "ٹیب2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "ٹیب3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "ٹیب4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "تجرباتی عنصر 1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "تجرباتی عنصر 2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "تجرباتی عنصر 3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "منتخب Ú©Ø±Ø¯Û Ùونٹ کا ØªØ¬Ø±Ø¨Û Ú©Ø±Ù†Û’ Ú©Û’ لیے ÛŒÛاں Ú©Ú†Ú¾ الÙاظ لکھیں" - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "_تدوین" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "_Ùائل" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "_Ûدایات" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "بٹن" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "معائنÛ" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "مظÛر ترتیبات" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "دستیاب آئکن تھیم" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "دستیاب آئکن تھیم" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "دستیاب ونڈو تھیم" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "آئکن" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "صر٠آئکن" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "دیگر" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "متن آئکن Ú©Û’ نیچے" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "متن آئکن Ú©Û’ ساتھ" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "صر٠متن" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "اوزار پٹی انداز:" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "ونڈو" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "_Ùونٹ:" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "_نصب کریں" - -#: ../lxappearance.desktop.in.h:1 -#, fuzzy -msgid "Appearance" -msgstr "مظÛر ترتیبات" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "" - -#~ msgid "Back" -#~ msgstr "پیچھے" - -#~ msgid "Forward" -#~ msgstr "Ø¢Ú¯Û’" - -#~ msgid "Stop" -#~ msgstr "روکیں" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "تجرباتی عنصر 1\n" -#~ "تجرباتی عنصر 2\n" -#~ "تجرباتی عنصر 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "پکس میپ pixmap Ùائل Ù†Ûیں پائی گئی: %s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "صر٠آئکن\n" -#~ "صر٠متن\n" -#~ "متن آئکن Ú©Û’ نیچے\n" -#~ "متن آئکن Ú©Û’ ساتھ" diff -Nru lxappearance-0.4.0/po/vi.po lxappearance-0.5.0/po/vi.po --- lxappearance-0.4.0/po/vi.po 2009-12-21 10:17:38.000000000 +0000 +++ lxappearance-0.5.0/po/vi.po 2010-10-06 16:55:34.000000000 +0000 @@ -1,177 +1,254 @@ -# Vietnamese translation of LXApperance +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the LXApperance package. +# This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: lxappearance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2010-09-04 05:43+0000\n" +"PO-Revision-Date: 2010-09-05 10:58+0700\n" +"Last-Translator: Tran Duy Hung \n" +"Language-Team: vi \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" +"Language: \n" +"X-Poedit-Language: Vietnamese\n" +"X-Poedit-Country: Viet Nam\n" + +#: ../data/lxappearance.desktop.in.h:1 +#: ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "Tùy chỉnh Giao diện" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "Tùy chỉnh giao diện cho máy tính và ứng dụng của bạn" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "Bản quyá»n © 2010 Dá»± án LXDE" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "Tùy chỉnh giao diện máy tính" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "translator-credits" + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "Tùy chá»n GUI" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "Note: Not all of the desktop applications support changing cursor theme on-the-fly. So your changes here might not be fully applied to all applications till next login." +msgstr "Chú ý: Không phải tất cả ứng dụng Ä‘á»u há»— trợ thay đổi kiểu con trá» chuá»™t ngay lập tức. Vì vậy những gì bạn vừa thay đổi có thể chỉ thật sá»± có hiệu lá»±c trong lần đăng nhập tá»›i." + +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "Hiệu ứng Âm thanh" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "Ná»n sau" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "Lá»›n hÆ¡n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "" +#: ../data/ui/lxappearance.glade.h:6 +msgid "Check Button" +msgstr "Check Button" -#: ../src/demo.c:56 -msgid "Column" -msgstr "" +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "Màu sắc" -#: ../src/demo.c:65 -msgid "Item" -msgstr "" +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "SÆ¡ đồ màu không được há»— trợ trong chủ Ä‘á» widget Ä‘ang được chá»n." -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "" +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "Phông mặc định:" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" -msgstr "" +msgstr "Mẫu" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "Ná»n trÆ°á»›c" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "" +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "Äá» tài Biểu tượng" -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "Chỉ biểu tượng" -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "Cài đặt" -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "" +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "Biểu tượng thanh công cụ lá»›n" -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "" +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "Con trá» Chuá»™t" -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "" +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "Những cá»­a sổ thÆ°á»ng:" -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "Khác" -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "Trang 1" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "" +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "Trang 2" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "" +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "Phát âm thanh cho sá»± kiện" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "" +#: ../data/ui/lxappearance.glade.h:23 +msgid "Preview of the selected cursor theme" +msgstr "Xem trÆ°á»›c chủ Ä‘á» con trỠđược chá»n" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "" +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected icon theme" +msgstr "Xem trÆ°á»›c chủ Ä‘á» biểu tượng được chá»n" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "" +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected widget style" +msgstr "Xem trÆ°á»›c kiểu dáng widget được chá»n" -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "" +#: ../data/ui/lxappearance.glade.h:26 +msgid "Radio Button" +msgstr "Radio Button" -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "" +#: ../data/ui/lxappearance.glade.h:27 +msgid "Remove" +msgstr "Xóa" -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "" +#: ../data/ui/lxappearance.glade.h:28 +msgid "Same as buttons" +msgstr "Giống nhÆ° nút nhấn" -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "" +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as dialogs" +msgstr "Giống nhÆ° há»™p thoại" -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as drag icons" +msgstr "Giống nhÆ° biểu tượng kéo thả" -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "" +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as menu items" +msgstr "Giống nhÆ° mục trình Ä‘Æ¡n" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "" +#: ../data/ui/lxappearance.glade.h:32 +msgid "Selected items:" +msgstr "Mục được chá»n:" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" +#: ../data/ui/lxappearance.glade.h:33 +msgid "Show images in menus" +msgstr "Hiển thị hình ảnh trong trình Ä‘Æ¡n" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "" +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images on buttons" +msgstr "Hiển thị hình ảnh trên nút nhấn" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" +#: ../data/ui/lxappearance.glade.h:35 +msgid "Size of cursors" +msgstr "Kích thÆ°á»›c con trá»" -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" +#: ../data/ui/lxappearance.glade.h:36 +msgid "Small toolbar icon" +msgstr "Biểu tượng thanh công cụ nhá»" + +#: ../data/ui/lxappearance.glade.h:37 +msgid "Smaller" +msgstr "Nhá» hÆ¡n" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:38 msgid "Text below icons" -msgstr "" +msgstr "Chữ dÆ°á»›i biểu tượng" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:39 msgid "Text beside icons" -msgstr "" +msgstr "Chữ bên cạnh biểu tượng" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text only" -msgstr "" +msgstr "Chỉ có chữ" + +#: ../data/ui/lxappearance.glade.h:41 +msgid "Text windows:" +msgstr "Cá»­a sổ văn bản:" -#: ../data/lxappearance.glade.h:16 +#: ../data/ui/lxappearance.glade.h:42 +msgid "Toolbar Icon Size: " +msgstr "Kích thÆ°á»›c Biểu tượng Thanh công cụ:" + +#: ../data/ui/lxappearance.glade.h:43 msgid "Toolbar Style: " -msgstr "" +msgstr "Kiểu dánh Thanh công cụ:" -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "" +#: ../data/ui/lxappearance.glade.h:44 +msgid "Tooltips:" +msgstr "Mẹo:" -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "" +#: ../data/ui/lxappearance.glade.h:45 +msgid "Use customized color scheme" +msgstr "Dùng sÆ¡ đồ màu sắc tùy chá»n" -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "" +#: ../data/ui/lxappearance.glade.h:46 +msgid "Widget" +msgstr "Widget" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Window Border" +msgstr "Viá»n Cá»­a sổ" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "_Edit" +msgstr "_Chỉnh sá»­a" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_File" +msgstr "_Tập tin" + +#: ../data/ui/lxappearance.glade.h:50 +msgid "_Help" +msgstr "_Trợ giúp" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "button" +msgstr "nút" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "play event sounds as feedback to user input" +msgstr "phát âm thanh khi ngÆ°á»i dùng nhập" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "Chá»n má»™t Ä‘á» tài biểu tượng" + +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (Äá» tài Biểu tượng)" -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "Diện mạo" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "Tùy chỉnh màn hình ná»n" diff -Nru lxappearance-0.4.0/po/zh_CN.po lxappearance-0.5.0/po/zh_CN.po --- lxappearance-0.4.0/po/zh_CN.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/zh_CN.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,189 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# ideal <05281253@bjtu.edu.cn>, 2008. -# -msgid "" -msgstr "" -"Project-Id-Version: 0.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2008-08-05 15:08+0800\n" -"Last-Translator: ideal <05281253@bjtu.edu.cn>\n" -"Language-Team: zh_CN \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Chinese\n" -"X-Poedit-Country: CHINA\n" -"X-Poedit-SourceCharset: iso-8859-1\n" - -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "选择一个图标主题" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (图标主题)" - -#: ../src/demo.c:56 -msgid "Column" -msgstr "列" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "项目" - -#: ../data/demo.glade.h:1 -msgid "Check Button" -msgstr "Check Button" - -#: ../data/demo.glade.h:2 -msgid "Demo" -msgstr "演示" - -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Radio Button" - -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "标签1" - -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "标签2" - -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "标签3" - -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "标签4" - -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "测试项目1" - -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "测试项目2" - -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "测试项目3" - -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "在此处输入一些字符测试当å‰é€‰æ‹©çš„字体。" - -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "编辑(_E)" - -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "文件(_F)" - -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "帮助(_H)" - -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "按钮" - -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "预览" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "外观设置" - -#: ../data/lxappearance.glade.h:3 -#, fuzzy -msgid "Available Cursor Themes" -msgstr "å¯ç”¨çš„图标主题" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "å¯ç”¨çš„图标主题" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "å¯ç”¨çš„窗å£ä¸»é¢˜" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "图标" - -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "åªæ˜¾ç¤ºå›¾æ ‡" - -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "" - -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "其他" - -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "" - -#: ../data/lxappearance.glade.h:13 -msgid "Text below icons" -msgstr "文字在图标下方" - -#: ../data/lxappearance.glade.h:14 -msgid "Text beside icons" -msgstr "文字在图标æ—" - -#: ../data/lxappearance.glade.h:15 -msgid "Text only" -msgstr "åªæ˜¾ç¤ºæ–‡å­—" - -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "工具æ æ ·å¼ï¼š" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "窗å£" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "字体(_T)" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "安装(_I)" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "外观" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "自定义桌é¢å¤–观" - -#~ msgid "Back" -#~ msgstr "上一页" - -#~ msgid "Forward" -#~ msgstr "下一页" - -#~ msgid "Stop" -#~ msgstr "åœæ­¢" diff -Nru lxappearance-0.4.0/po/zh_TW.po lxappearance-0.5.0/po/zh_TW.po --- lxappearance-0.4.0/po/zh_TW.po 2009-12-21 10:17:43.000000000 +0000 +++ lxappearance-0.5.0/po/zh_TW.po 2010-10-06 17:03:07.000000000 +0000 @@ -7,209 +7,251 @@ msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-20 15:11+0100\n" -"PO-Revision-Date: 2009-12-19 14:33+0800\n" +"POT-Creation-Date: 2010-10-07 01:02+0800\n" +"PO-Revision-Date: 2010-08-08 01:59+0800\n" "Last-Translator: 洪任諭 \n" -"Language-Team: zh_TW \n" +"Language-Team: zh_TW \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Pootle 1.1.0\n" "X-Poedit-Language: Chinese\n" "X-Poedit-Country: TAIWAN\n" -"X-Poedit-SourceCharset: iso-8859-1\n" +"X-Poedit-SourceCharset: utf-8\n" -#: ../src/main-dlg.c:650 -msgid "Select an icon theme" -msgstr "é¸æ“‡ä¸€å€‹åœ–示佈景主題" - -#: ../src/main-dlg.c:657 -msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" -msgstr "*.tar.gz, *.tar.bz2 (圖示佈景主題)" +#: ../data/lxappearance.desktop.in.h:1 ../data/ui/lxappearance.glade.h:9 +msgid "Customize Look and Feel" +msgstr "自訂外觀風格" + +#: ../data/lxappearance.desktop.in.h:2 +msgid "Customizes look and feel of your desktop and applications" +msgstr "自訂桌é¢å’Œæ‡‰ç”¨ç¨‹å¼çš„外觀風格" + +#: ../data/ui/about.glade.in.h:1 +msgid "Copyright (C) 2010 LXDE Project" +msgstr "版權所有 (C) 2010 LXDE 專案" + +#: ../data/ui/about.glade.in.h:2 +msgid "Customizes look and feel of your desktop" +msgstr "自訂桌é¢å¤–觀風格" + +#. Please replace this line with your own names, one name per line. +#: ../data/ui/about.glade.in.h:4 +msgid "translator-credits" +msgstr "洪任諭 (PCMan) " + +#: ../data/ui/lxappearance.glade.h:1 +msgid "GUI Options" +msgstr "圖形介é¢é¸é …" + +#: ../data/ui/lxappearance.glade.h:2 +msgid "" +"Note: Not all of the desktop applications support changing cursor " +"theme on-the-fly. So your changes here might not be fully applied to all " +"applications till next login." +msgstr "" +"注æ„:並éžæ‰€æœ‰æ¡Œé¢æ‡‰ç”¨ç¨‹å¼éƒ½èƒ½æ”¯æ´å‹•æ…‹è®Šæ›´æ»‘鼠游標,所以你的部份變更å¯" +"能è¦åˆ°ä¸‹æ¬¡ç™»å…¥æ™‚æ‰æœƒè¢«å®Œå…¨å¥—用。" -#: ../src/demo.c:56 -msgid "Column" -msgstr "欄ä½" - -#: ../src/demo.c:65 -msgid "Item" -msgstr "é …ç›®" +#: ../data/ui/lxappearance.glade.h:3 +msgid "Sound Effect" +msgstr "音效" + +#: ../data/ui/lxappearance.glade.h:4 +msgid "Background" +msgstr "背景" + +#: ../data/ui/lxappearance.glade.h:5 +msgid "Bigger" +msgstr "較大" -#: ../data/demo.glade.h:1 +#: ../data/ui/lxappearance.glade.h:6 msgid "Check Button" -msgstr "Check Button" +msgstr "æ ¸å–方塊" + +#: ../data/ui/lxappearance.glade.h:7 +msgid "Color" +msgstr "色彩" -#: ../data/demo.glade.h:2 +#: ../data/ui/lxappearance.glade.h:8 +msgid "Color scheme is not supported by currently selected widget theme." +msgstr "ç›®å‰é¸å–的佈景主題ä¸æ”¯æ´è®Šæ›´è‰²å½©" + +#: ../data/ui/lxappearance.glade.h:10 +msgid "Default font:" +msgstr "é è¨­å­—型:" + +#: ../data/ui/lxappearance.glade.h:11 msgid "Demo" msgstr "展示" -#: ../data/demo.glade.h:3 -msgid "Radio Button" -msgstr "Radio Button" +#: ../data/ui/lxappearance.glade.h:12 +msgid "Foreground" +msgstr "å‰æ™¯" + +#: ../data/ui/lxappearance.glade.h:13 +msgid "Icon Theme" +msgstr "圖示佈景主題" -#: ../data/demo.glade.h:4 -msgid "Tab1" -msgstr "分é 1" +#: ../data/ui/lxappearance.glade.h:14 +msgid "Icons only" +msgstr "åªæœ‰åœ–示" -#: ../data/demo.glade.h:5 -msgid "Tab2" -msgstr "分é 2" +#: ../data/ui/lxappearance.glade.h:15 +msgid "Install" +msgstr "安è£" -#: ../data/demo.glade.h:6 -msgid "Tab3" -msgstr "分é 3" +#: ../data/ui/lxappearance.glade.h:16 +msgid "Large toolbar icon" +msgstr "大型工具列圖示" -#: ../data/demo.glade.h:7 -msgid "Tab4" -msgstr "分é 4" +#: ../data/ui/lxappearance.glade.h:17 +msgid "Mouse Cursor" +msgstr "滑鼠游標" -#: ../data/demo.glade.h:8 -msgid "Test Item 1" -msgstr "測試項目1" +#: ../data/ui/lxappearance.glade.h:18 +msgid "Normal windows:" +msgstr "正常視窗:" -#: ../data/demo.glade.h:9 -msgid "Test Item 2" -msgstr "測試項目2" +#: ../data/ui/lxappearance.glade.h:19 +msgid "Other" +msgstr "其他" -#: ../data/demo.glade.h:10 -msgid "Test Item 3" -msgstr "測試項目3" +#: ../data/ui/lxappearance.glade.h:20 +msgid "Page1" +msgstr "第一é " + +#: ../data/ui/lxappearance.glade.h:21 +msgid "Page2" +msgstr "第二é " + +#: ../data/ui/lxappearance.glade.h:22 +msgid "Play event sounds" +msgstr "播放事件音效" + +#: ../data/ui/lxappearance.glade.h:23 +msgid "Play event sounds as feedback to user input" +msgstr "使用者輸入時播放回饋音效" + +#: ../data/ui/lxappearance.glade.h:24 +msgid "Preview of the selected cursor theme" +msgstr "é è¦½é¸å–的滑鼠游標佈景主題" + +#: ../data/ui/lxappearance.glade.h:25 +msgid "Preview of the selected icon theme" +msgstr "é è¦½é¸å–的圖示佈景主題" + +#: ../data/ui/lxappearance.glade.h:26 +msgid "Preview of the selected widget style" +msgstr "é è¦½é¸å–的視窗元件佈景主題" -#: ../data/demo.glade.h:11 -msgid "Type some characters here to test currently selected font." -msgstr "在這裡打一些字測試目å‰é¸æ“‡çš„å­—åž‹" +#: ../data/ui/lxappearance.glade.h:27 +msgid "Radio Button" +msgstr "Radio 按鈕" -#: ../data/demo.glade.h:12 -msgid "_Edit" -msgstr "編輯(_E)" +#: ../data/ui/lxappearance.glade.h:28 +msgid "Remove" +msgstr "移除" -#: ../data/demo.glade.h:13 -msgid "_File" -msgstr "檔案(_F)" +#: ../data/ui/lxappearance.glade.h:29 +msgid "Same as buttons" +msgstr "和按鈕相åŒ" -#: ../data/demo.glade.h:14 -msgid "_Help" -msgstr "說明(_H)" +#: ../data/ui/lxappearance.glade.h:30 +msgid "Same as dialogs" +msgstr "å’Œå°è©±æ¡†ç›¸åŒ" -#: ../data/demo.glade.h:15 -msgid "button" -msgstr "按鈕" +#: ../data/ui/lxappearance.glade.h:31 +msgid "Same as drag icons" +msgstr "和滑鼠拖放時相åŒ" -#: ../data/lxappearance.glade.h:1 -msgid "Preview" -msgstr "é è¦½" - -#: ../data/lxappearance.glade.h:2 -msgid "Appearance Settings" -msgstr "外觀設定" - -#: ../data/lxappearance.glade.h:3 -msgid "Available Cursor Themes" -msgstr "å¯ç”¨çš„滑鼠游標佈景主題" - -#: ../data/lxappearance.glade.h:4 -msgid "Available Icon Themes" -msgstr "å¯ç”¨çš„圖示佈景主題" - -#: ../data/lxappearance.glade.h:5 -msgid "Available Window Themes" -msgstr "å¯ç”¨çš„視窗佈景主題" - -#: ../data/lxappearance.glade.h:6 -msgid "Cursor" -msgstr "游標" - -#: ../data/lxappearance.glade.h:7 -msgid "Icon" -msgstr "圖示" +#: ../data/ui/lxappearance.glade.h:32 +msgid "Same as menu items" +msgstr "å’Œé¸å–®é …目相åŒ" -#: ../data/lxappearance.glade.h:8 -msgid "Icons only" -msgstr "åªé¡¯ç¤ºåœ–示" +#: ../data/ui/lxappearance.glade.h:33 +msgid "Selected items:" +msgstr "é¸å–的項目:" -#: ../data/lxappearance.glade.h:9 -msgid "Large" -msgstr "大" +#: ../data/ui/lxappearance.glade.h:34 +msgid "Show images in menus" +msgstr "在é¸å–®ä¸­é¡¯ç¤ºåœ–示" -#: ../data/lxappearance.glade.h:10 -msgid "Other" -msgstr "其他" +#: ../data/ui/lxappearance.glade.h:35 +msgid "Show images on buttons" +msgstr "在按鈕上顯示圖示" -#: ../data/lxappearance.glade.h:11 -msgid "Size" -msgstr "大å°" - -#: ../data/lxappearance.glade.h:12 -msgid "Small" -msgstr "å°" +#: ../data/ui/lxappearance.glade.h:36 +msgid "Size of cursors" +msgstr "游標大å°" -#: ../data/lxappearance.glade.h:13 +#: ../data/ui/lxappearance.glade.h:37 +msgid "Small toolbar icon" +msgstr "å°åž‹å·¥å…·åˆ—圖示" + +#: ../data/ui/lxappearance.glade.h:38 +msgid "Smaller" +msgstr "較å°" + +#: ../data/ui/lxappearance.glade.h:39 msgid "Text below icons" msgstr "文字在圖示下方" -#: ../data/lxappearance.glade.h:14 +#: ../data/ui/lxappearance.glade.h:40 msgid "Text beside icons" msgstr "文字在圖示æ—" -#: ../data/lxappearance.glade.h:15 +#: ../data/ui/lxappearance.glade.h:41 msgid "Text only" -msgstr "åªé¡¯ç¤ºæ–‡å­—" +msgstr "åªæœ‰æ–‡å­—" + +#: ../data/ui/lxappearance.glade.h:42 +msgid "Text windows:" +msgstr "文字視窗:" + +#: ../data/ui/lxappearance.glade.h:43 +msgid "Toolbar Icon Size:" +msgstr "工具列圖示大å°ï¼š" + +#: ../data/ui/lxappearance.glade.h:44 +msgid "Toolbar Style:" +msgstr "工具列風格:" + +#: ../data/ui/lxappearance.glade.h:45 +msgid "Tooltips:" +msgstr "工具æ示:" + +#: ../data/ui/lxappearance.glade.h:46 +msgid "Use customized color scheme" +msgstr "使用自訂的色彩" + +#: ../data/ui/lxappearance.glade.h:47 +msgid "Widget" +msgstr "圖形元件" + +#: ../data/ui/lxappearance.glade.h:48 +msgid "Window Border" +msgstr "視窗邊框" + +#: ../data/ui/lxappearance.glade.h:49 +msgid "_Edit" +msgstr "編輯(_E)" -#: ../data/lxappearance.glade.h:16 -msgid "Toolbar Style: " -msgstr "工具列樣å¼ï¼š" - -#: ../data/lxappearance.glade.h:17 -msgid "Window" -msgstr "視窗" - -#: ../data/lxappearance.glade.h:18 -msgid "_Font:" -msgstr "å­—åž‹" - -#: ../data/lxappearance.glade.h:19 -msgid "_Install" -msgstr "安è£(_I)" - -#: ../lxappearance.desktop.in.h:1 -msgid "Appearance" -msgstr "外觀設定" - -#: ../lxappearance.desktop.in.h:2 -msgid "Customize the look of the desktop" -msgstr "自訂桌é¢å¤–觀" - -#~ msgid "Back" -#~ msgstr "上一é " - -#~ msgid "Forward" -#~ msgstr "下一é " - -#~ msgid "Stop" -#~ msgstr "åœæ­¢" - -#~ msgid "" -#~ "Test Item 1\n" -#~ "Test Item 2\n" -#~ "Test Item 3" -#~ msgstr "" -#~ "測試項目 1\n" -#~ "測試項目 2\n" -#~ "測試項目 3" - -#~ msgid "Couldn't find pixmap file: %s" -#~ msgstr "沒發ç¾pixmap 檔:%s" - -#~ msgid "" -#~ "Icons only\n" -#~ "Text only\n" -#~ "Text below icons\n" -#~ "Text beside icons" -#~ msgstr "" -#~ "åªæœ‰å°åœ–示\n" -#~ "åªæœ‰æ–‡å­—\n" -#~ "文字在圖示之下\n" -#~ "文字在圖示中間" +#: ../data/ui/lxappearance.glade.h:50 +msgid "_File" +msgstr "檔案(_F)" + +#: ../data/ui/lxappearance.glade.h:51 +msgid "_Help" +msgstr "說明(_H)" + +#: ../data/ui/lxappearance.glade.h:52 +msgid "button" +msgstr "按鈕" + +#: ../src/utils.c:212 +msgid "Select an icon theme" +msgstr "é¸å–一個圖示佈景主題" -#~ msgid "Available Fonts" -#~ msgstr "å¯ç”¨çš„å­—åž‹" +#: ../src/utils.c:219 +msgid "*.tar.gz, *.tar.bz2 (Icon Theme)" +msgstr "*.tar.gz, *.tar.bz2 (圖示佈景主題)" diff -Nru lxappearance-0.4.0/scripts/install-icon-theme.sh lxappearance-0.5.0/scripts/install-icon-theme.sh --- lxappearance-0.4.0/scripts/install-icon-theme.sh 2008-03-30 12:48:06.000000000 +0000 +++ lxappearance-0.5.0/scripts/install-icon-theme.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -#!/bin/sh -# Script used to install new icon theme. -# Copyright (C) 2008 paulliu, pcman -# License: GNU GPL - -# test argc -if (test $# -ne 1) -then - echo Usage: $0 compressed_file - exit -fi - -# make temp dir -TMPDIR=`mktemp -d /tmp/icon-theme-XXXXXXX` - -# decompress -if [ `basename -- $1 .tar.gz` != $1 ] -then - tar -C $TMPDIR -xzf $1 -elif [ `basename -- $1 .tar.bz2` != $1 ] -then - tar -C $TMPDIR -xjf $1 -fi - -# create destdir -if [ -z "$XDG_DATA_HOME" ] -then - export XDG_DATA_HOME="$HOME/.local/share"; -fi -THEME_DIR="$XDG_DATA_HOME/icons" -mkdir -p "$THEME_DIR" - -# install -cd $TMPDIR -DLIST=`find -name 'index.theme' -exec dirname {} \;` -for DIR in $DLIST -do - basename "$DIR" - mv -f "$DIR" "$THEME_DIR" -done - -# clear temp dir -rm -rf $TMPDIR diff -Nru lxappearance-0.4.0/src/color-scheme.c lxappearance-0.5.0/src/color-scheme.c --- lxappearance-0.4.0/src/color-scheme.c 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/color-scheme.c 2010-10-06 17:22:04.000000000 +0000 @@ -0,0 +1,298 @@ +// color-scheme.c +// +// Copyright 2010 Hong Jen Yee (PCMan) +// +// This program 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; either version 2 of the License, or +// (at your option) any later version. +// +// This program 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 program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +// MA 02110-1301, USA. + +#include "lxappearance.h" +#include "color-scheme.h" +#include + +static GRegex* gtkrc_include_reg = NULL; +static GRegex* gtkrc_color_scheme_reg = NULL; + +/* http://live.gnome.org/GnomeArt/Tutorials/GtkThemes/SymbolicColors/#Default_colors_in_GNOME */ +static const char* gnome_color_names[] = { + "fg_color", /* The base for the foreground colors. */ + "bg_color", /* Color to generate the background colors from. */ + "base_color", /* The base color. */ + "text_color", /* The text color in input widgets. */ + "selected_bg_color", /* Color for the background of selected text. */ + "selected_fg_color", /* Color of selected text. */ + "tooltip_bg_color", /* Background color of tooltips. */ + "tooltip_fg_color", /* Text color for text in tooltips. */ +}; + +char* color_scheme_hash_to_str(GHashTable* hash) +{ + GHashTableIter it; + char* key, *val; + GString* ret = g_string_sized_new(100); + g_hash_table_iter_init (&it, hash); + while(g_hash_table_iter_next(&it, (gpointer*)&key, (gpointer*)&val)) + g_string_append_printf(ret, "%s:%s\n", key, val); + return g_string_free(ret, FALSE); +} + +void color_scheme_str_to_hash(GHashTable* hash, const char* color_str) +{ + /* g_debug("color_str: %s", color_str); */ + /* split color scheme string into key/value pairs */ + char** pairs = g_strsplit_set(color_str, "\n;", -1); + char** pair; + for(pair = pairs; *pair; ++pair) + { + char* name = strtok(*pair, ": \t"); + /* g_debug("color_name = %s", name); */ + if(name) + { + char* val = strtok(NULL, " \t"); + if(val) + g_hash_table_replace(hash, g_strdup(name), g_strdup(val)); + } + } + g_strfreev(pairs); +} + +static void on_color_set(GtkColorButton* btn, const char* color_name) +{ + GdkColor clr; + char* color_str; + gtk_color_button_get_color(btn, &clr); + color_str = gdk_color_to_string(&clr); + + g_hash_table_replace(app.color_scheme_hash, g_strdup(color_name), color_str); + g_free(app.color_scheme); + app.color_scheme = color_scheme_hash_to_str(app.color_scheme_hash); + + g_object_set(gtk_settings_get_default(), "gtk-color-scheme", app.color_scheme, NULL); + + lxappearance_changed(); +} + +static void update_color_buttons() +{ + int i; + /* set the color to buttons */ + GHashTable* hash; + + /* if custom color scheme is not used, use the default one. */ + if(app.color_scheme) + hash = app.color_scheme_hash; + else + hash = app.default_color_scheme_hash; + + for(i = 0; i < 8; ++i) + { + GtkWidget* btn = app.color_btns[i]; + const char* color_name = gnome_color_names[i]; + const char* color_str = (const char*)g_hash_table_lookup(hash, color_name); + /* g_debug("%s ='%s'", gnome_color_names[i], color_str); */ + if(color_str) + { + GdkColor clr; + if(gdk_color_parse(color_str, &clr)) + { + /* prevent invoking color-set handlers here. */ + g_signal_handlers_block_by_func(btn, on_color_set, (gpointer)color_name); + gtk_color_button_set_color(GTK_COLOR_BUTTON(btn), &clr); + g_signal_handlers_unblock_by_func(btn, on_color_set, (gpointer)color_name); + } + gtk_widget_set_sensitive(btn, TRUE); + } + else + gtk_widget_set_sensitive(btn, FALSE); + } +} + +static void hash_table_copy(GHashTable* dest, GHashTable* src) +{ + GHashTableIter it; + char* key, *val; + g_hash_table_remove_all(dest); + g_hash_table_iter_init(&it, src); + while(g_hash_table_iter_next(&it, (gpointer*)&key, (gpointer*)&val)) + g_hash_table_insert(dest, g_strdup(key), g_strdup(val)); +} + +static void on_custom_color_toggled(GtkToggleButton* btn, gpointer user_data) +{ + g_free(app.color_scheme); + if(gtk_toggle_button_get_active(btn)) /* use customized color scheme. */ + { + gtk_widget_set_sensitive(app.color_table, TRUE); + /* copy default colors to custom color hash table */ + hash_table_copy(app.color_scheme_hash, app.default_color_scheme_hash); + app.color_scheme = color_scheme_hash_to_str(app.color_scheme_hash); + g_object_set(gtk_settings_get_default(), "gtk-color-scheme", app.color_scheme, NULL); + } + else /* use default colors provided by the theme. */ + { + char* color_scheme_str; + gtk_widget_set_sensitive(app.color_table, FALSE); + /* restore default colors */ + app.color_scheme = NULL; + g_hash_table_remove_all(app.color_scheme_hash); + if(g_hash_table_size(app.default_color_scheme_hash) > 0) + color_scheme_str = color_scheme_hash_to_str(app.default_color_scheme_hash); + else + color_scheme_str = g_strdup(""); + g_object_set(gtk_settings_get_default(), "gtk-color-scheme", color_scheme_str, NULL); + g_free(color_scheme_str); + } + update_color_buttons(); + + lxappearance_changed(); +} + +void color_scheme_init(GtkBuilder* b) +{ + int i; + + app.color_table = GTK_WIDGET(gtk_builder_get_object(b, "color_table")); + app.custom_colors = GTK_WIDGET(gtk_builder_get_object(b, "custom_colors")); + app.no_custom_colors = GTK_WIDGET(gtk_builder_get_object(b, "no_custom_colors")); + + /* toggle the check box if we have custom color scheme */ + gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(app.custom_colors), app.color_scheme != NULL); + g_signal_connect(app.custom_colors, "toggled", G_CALLBACK(on_custom_color_toggled), NULL); + + /* hash table of the default color scheme of currently selected theme. */ + app.default_color_scheme_hash = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); + + for(i = 0; i < 8; ++i) + app.color_btns[i] = GTK_WIDGET(gtk_builder_get_object(b, gnome_color_names[i]));; + + /* update color scheme page for currently selected gtk theme. */ + color_scheme_update(); + + for(i = 0; i < 8; ++i) + g_signal_connect(app.color_btns[i], "color-set", G_CALLBACK(on_color_set), (gpointer)gnome_color_names[i]); +} + +/* return FALSE when the gtkrc file does not exists. */ +gboolean gtkrc_file_get_color_scheme(const char* gtkrc_file, GHashTable* hash) +{ + char* content; + if(G_UNLIKELY(!gtkrc_include_reg)) /* if regexp object is not yet created */ + { + /* regular expressions used to parse gtkrc files */ + gtkrc_include_reg = g_regex_new( + "[\\s]*include[\\s]+(\"([^\"]+)\"|'([^']+)')", + G_REGEX_MULTILINE|G_REGEX_OPTIMIZE, 0, NULL); + + gtkrc_color_scheme_reg = g_regex_new( + "[\\s]*(gtk-color-scheme|gtk_color_scheme)[\\s]*=[\\s]*(\"([^\"]+)\"|'([^']+)')", + G_REGEX_MULTILINE|G_REGEX_OPTIMIZE, 0, NULL); + } + + /* g_debug("check: %s", gtkrc_file); */ + if(g_file_get_contents(gtkrc_file, &content, NULL, NULL)) + { + GMatchInfo* match_info; + + /* find gtkrc files included in this file. */ + g_regex_match(gtkrc_include_reg, content, 0, &match_info); + while(g_match_info_matches (match_info)) + { + gchar* include = g_match_info_fetch(match_info, 2); + /* try to load color schemes in every included gtkrc file. */ + if(!g_path_is_absolute(include)) /* make a full path when needed. */ + { + char* dirname = g_path_get_dirname(gtkrc_file); + char* file = g_build_filename(dirname, include, NULL); + g_free(dirname); + g_free(include); + include = file; + } + gtkrc_file_get_color_scheme(include, hash); + g_free(include); + g_match_info_next(match_info, NULL); + } + + /* try to extract gtk-color-scheme from the gtkrc file. */ + g_regex_match(gtkrc_color_scheme_reg, content, 0, &match_info); + while(g_match_info_matches (match_info)) + { + char *color_scheme_str = g_match_info_fetch(match_info, 3); + /* need to unescape the string to replace "\\n" with "\n" */ + char* unescaped = g_strcompress(color_scheme_str); + g_free (color_scheme_str); + color_scheme_str_to_hash(hash, unescaped); + g_free(unescaped); + g_match_info_next(match_info, NULL); + } + g_match_info_free(match_info); + g_free(content); + } + else + return FALSE; + return TRUE; +} + +/* update the color scheme page for currently selected gtk theme. + * called when currently selected gtk theme gets changed. */ +void color_scheme_update() +{ + /* the current gtk theme gets changed. + * reload the default color scheme of current theme. */ + g_hash_table_remove_all(app.default_color_scheme_hash); + + if(app.widget_theme) + { + gboolean file_found; + char* gtkrc = g_build_filename(g_get_home_dir(), ".themes", app.widget_theme, "gtk-2.0/gtkrc", NULL); + /* if the theme is found in user-custom theme dir */ + file_found = gtkrc_file_get_color_scheme(gtkrc, app.default_color_scheme_hash); + g_free(gtkrc); + + if(!file_found) + { + /* if the theme is found in system-wide theme dir */ + gtkrc = g_build_filename(gtk_rc_get_theme_dir(), app.widget_theme, "gtk-2.0/gtkrc", NULL); + gtkrc_file_get_color_scheme(gtkrc, app.default_color_scheme_hash); + g_free(gtkrc); + } + app.color_scheme_supported = (g_hash_table_size(app.default_color_scheme_hash) > 0); + } + else + app.color_scheme_supported = FALSE; + + if(app.color_scheme_supported) + { + gtk_widget_set_sensitive(app.custom_colors, TRUE); + gtk_widget_set_sensitive(app.color_table, app.color_scheme != NULL); + gtk_widget_hide(app.no_custom_colors); + + /* if customized color scheme is not used, + * use default colors of the theme. */ + if(!app.color_scheme) + { + char* color_scheme_str = color_scheme_hash_to_str(app.default_color_scheme_hash); + g_object_set(gtk_settings_get_default(), "gtk-color-scheme", color_scheme_str, NULL); + g_free(color_scheme_str); + } + } + else + { + gtk_widget_set_sensitive(app.color_table, FALSE); + gtk_widget_set_sensitive(app.custom_colors, FALSE); + gtk_widget_show(app.no_custom_colors); + } + /* set the color to buttons */ + update_color_buttons(); +} + diff -Nru lxappearance-0.4.0/src/color-scheme.h lxappearance-0.5.0/src/color-scheme.h --- lxappearance-0.4.0/src/color-scheme.h 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/color-scheme.h 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,44 @@ +// color-scheme.h +// +// Copyright 2010 Hong Jen Yee (PCMan) +// +// This program 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; either version 2 of the License, or +// (at your option) any later version. +// +// This program 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 program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +// MA 02110-1301, USA. + + +#ifndef __COLOR_SCHEME_H__ +#define __COLOR_SCHEME_H__ + +G_BEGIN_DECLS + +/* initialize gtk color scheme support. */ +void color_scheme_init(GtkBuilder* b); + +/* update the color scheme page for currently selected gtk theme. + * should be called when currently selected gtk theme gets changed. */ +void color_scheme_update(); + +/* load gtk-color-scheme from gtkrc file into hash table if it's available. */ +gboolean gtkrc_file_get_color_scheme(const char* gtkrc_file, GHashTable* hash); + +/* convert a color scheme hash table to string */ +char* color_scheme_hash_to_str(GHashTable* hash); + +/* merge a color scheme string to hash table. */ +void color_scheme_str_to_hash(GHashTable* hash, const char* color_str); + +G_END_DECLS + +#endif /* __COLOR_SCHEME_H__ */ diff -Nru lxappearance-0.4.0/src/cursor-theme.c lxappearance-0.5.0/src/cursor-theme.c --- lxappearance-0.4.0/src/cursor-theme.c 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/cursor-theme.c 2010-08-07 17:54:19.000000000 +0000 @@ -0,0 +1,127 @@ +/* + * cursor-theme.c + * + * Copyright 2010 PCMan + * + * This program 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + +#include "cursor-theme.h" +#include "icon-theme.h" +#include "lxappearance.h" +#include + +static void update_cursor_demo() +{ + GtkListStore* store = gtk_list_store_new(1, GDK_TYPE_PIXBUF); + GdkCursor* cursor; + GdkCursorType types[] = { + GDK_LEFT_PTR, + GDK_HAND2, + GDK_WATCH, + GDK_FLEUR, + GDK_XTERM, + GDK_LEFT_SIDE, + GDK_TOP_LEFT_CORNER, + GDK_SB_H_DOUBLE_ARROW}; + int i, n; + for(i = 0; i < G_N_ELEMENTS(types); ++i) + { + GtkTreeIter it; + cursor = gdk_cursor_new(types[i]); + GdkPixbuf* pix = gdk_cursor_get_image(cursor); + gdk_cursor_unref(cursor); + gtk_list_store_insert_with_values(store, &it, -1, 0, pix, -1); + g_object_unref(pix); + } + gtk_icon_view_set_model(GTK_ICON_VIEW(app.cursor_demo_view), GTK_TREE_MODEL(store)); + g_object_unref(store); + + /* gtk+ programs should reload named cursors correctly. + * However, if the cursor is inherited from the root window, + * gtk+ won't change it. So we need to update the cursor of root window. + * Unfortunately, this doesn't work for non-gtk+ programs. + * KDE programs seem to require special handling with XFixes */ + cursor = gdk_cursor_new(GDK_LEFT_PTR); + i = gdk_display_get_n_screens(gdk_display_get_default()); + while(--i >= 0) + { + GdkScreen* screen = gdk_display_get_screen(gdk_display_get_default(), i); + gdk_window_set_cursor(gdk_screen_get_root_window(screen), cursor); + } + gdk_cursor_unref(cursor); +} + +static void on_cursor_theme_sel_changed(GtkTreeSelection* tree_sel, gpointer user_data) +{ + GtkTreeModel* model; + GtkTreeIter it; + if(gtk_tree_selection_get_selected(tree_sel, &model, &it)) + { + IconTheme* theme; + gtk_tree_model_get(model, &it, 1, &theme, -1); + if(g_strcmp0(theme->name, app.cursor_theme)) + { + g_free(app.cursor_theme); + app.cursor_theme = g_strdup(theme->name); + g_object_set(gtk_settings_get_default(), "gtk-cursor-theme-name", app.cursor_theme, NULL); + + update_cursor_demo(); + lxappearance_changed(); + } + + gtk_widget_set_sensitive(app.cursor_theme_remove_btn, theme->is_removable); + } +} + +static void on_cursor_theme_size_changed(GtkRange* range, gpointer user_data) +{ + int size = (int)gtk_range_get_value(range); + if(size != app.cursor_theme_size) + { + app.cursor_theme_size = size; + g_object_set(gtk_settings_get_default(), "gtk-cursor-theme-size", size, NULL); + + update_cursor_demo(); + lxappearance_changed(); + } +} + +void cursor_theme_init(GtkBuilder* b) +{ + int max_cursor_w, max_cursor_h, max_size; + GtkTreeSelection* sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(app.cursor_theme_view)); + /* treeview and model are already set up in icon_theme_init() */ + g_signal_connect(sel, "changed", G_CALLBACK(on_cursor_theme_sel_changed), NULL); + + gdk_display_get_maximal_cursor_size(gdk_display_get_default(), &max_cursor_w, &max_cursor_h); + max_size = MAX(max_cursor_w, max_cursor_h); + + /* FIXME: this isn't fully working... */ + app.cursor_size_range = GTK_WIDGET(gtk_builder_get_object(b, "cursor_size")); + if(max_size < 128) + gtk_range_set_range(GTK_RANGE(app.cursor_size_range), 1, max_size + 10); /* 10 is page size */ + gtk_range_set_value(GTK_RANGE(app.cursor_size_range), app.cursor_theme_size); + g_signal_connect(app.cursor_size_range, "value-changed", G_CALLBACK(on_cursor_theme_size_changed), NULL); + + /* set up demo for cursors */ + app.cursor_demo_view = GTK_WIDGET(gtk_builder_get_object(b, "cursor_demo_view")); + gtk_icon_view_set_pixbuf_column(GTK_ICON_VIEW(app.cursor_demo_view), 0); + update_cursor_demo(); + + /* install and remove */ + /* this part is already done in icon-theme.c */ +} diff -Nru lxappearance-0.4.0/src/cursor-theme.h lxappearance-0.5.0/src/cursor-theme.h --- lxappearance-0.4.0/src/cursor-theme.h 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/cursor-theme.h 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,33 @@ +/* + * cursor-theme.h + * + * Copyright 2010 PCMan + * + * This program 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + +#ifndef _CURSOR_THEME_H_ +#define _CURSOR_THEME_H_ + +#include + +G_BEGIN_DECLS + +void cursor_theme_init(GtkBuilder* b); + +G_END_DECLS + +#endif diff -Nru lxappearance-0.4.0/src/demo.c lxappearance-0.5.0/src/demo.c --- lxappearance-0.4.0/src/demo.c 2009-12-20 12:31:38.000000000 +0000 +++ lxappearance-0.5.0/src/demo.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,115 +0,0 @@ -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include -#include "demo.h" - -extern gboolean under_lxsession; /* wether lxsession-xsettings daemon is active */ - -static GtkIconView* icon_view = NULL; - -static void load_demo_icons() -{ - static const char* icon_names[]={ - "user-home", - "user-desktop", - "folder", - "folder-remote", - "user-trash", - "x-office-document", - "application-x-executable", - "image-x-generic", - "text-x-generic", - "text-html" - }; - - int i; - GtkIconTheme* theme = gtk_icon_theme_get_default(); - GtkListStore* demo_icon_list; - - demo_icon_list = gtk_list_store_new( 2, GDK_TYPE_PIXBUF, G_TYPE_STRING ); - - for( i = 0; i < G_N_ELEMENTS(icon_names); ++i ) - { - GtkTreeIter it; - GdkPixbuf* icon = gtk_icon_theme_load_icon( theme, icon_names[i], 32, 0, NULL ); - gtk_list_store_append( demo_icon_list, &it ); - gtk_list_store_set( demo_icon_list, &it, 0, icon, 1, icon_names[i], -1 ); - if( icon ) - g_object_unref( icon ); - } - gtk_icon_view_set_model( icon_view, GTK_TREE_MODEL(demo_icon_list) ); - g_object_unref( demo_icon_list ); -} - -static void load_demo_tree_view( GtkTreeView* view ) -{ - GtkListStore* list; - int i; - char str[256]; - - for( i = 0; i < 3; ++i ) - { - GtkTreeViewColumn* col; - g_snprintf( str, 256, "%s %d", _("Column"), i + 1 ); - col = gtk_tree_view_column_new_with_attributes( "Column 1", gtk_cell_renderer_text_new(), "text", i, NULL ); - gtk_tree_view_append_column( view, col ); - } - - list = gtk_list_store_new( 3, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING ); - for( i = 0; i < 3; ++i ) - { - GtkTreeIter it; - g_snprintf( str, 256, "%s %d", _("Item"), i + 1 ); - gtk_list_store_append( list, &it ); - gtk_list_store_set( list, &it, 0, str, 1, str, 2, str, -1 ); - } - gtk_tree_view_set_model( view, (GtkTreeModel*)list ); - g_object_unref( list ); -} - -void show_demo( GdkNativeWindow wid ) -{ - GtkBuilder* builder = gtk_builder_new(); - GtkWidget* demo; - GtkWidget* plug; - GtkWidget* top_vbox; - GtkToolbarStyle tb_style; - GtkWidget* tree_view; - - gtk_builder_add_from_file(builder, PACKAGE_DATA_DIR "/lxappearance/demo.ui", NULL); - demo = (GtkWidget*)gtk_builder_get_object(builder, "demo"); - - g_object_get( gtk_settings_get_default(), "gtk-toolbar-style", &tb_style, NULL ); - gtk_toolbar_set_style (GTK_TOOLBAR (gtk_builder_get_object(builder, "toolbar")), tb_style ); - - icon_view = GTK_ICON_VIEW( gtk_builder_get_object(builder, "icon_view" ) ); - tree_view = (GtkWidget*)gtk_builder_get_object(builder, "demo_treeview" ); - - gtk_icon_view_set_pixbuf_column( icon_view, 0 ); - gtk_icon_view_set_text_column( icon_view, 1 ); - - load_demo_icons(); - load_demo_tree_view( (GtkTreeView*)tree_view ); - - gtk_widget_show_all( demo ); - - /* lxsession settings daemon is active and we don't use gtkrc files. */ - if( under_lxsession ) - { - /* The demo window and the main dialog are in the same process */ - GtkWidget* demo_box = (GtkWidget*)wid; - gtk_container_add( GTK_CONTAINER(demo_box), demo ); - g_signal_connect( gtk_icon_theme_get_default(), "changed", G_CALLBACK( load_demo_icons ), NULL ); - } - else - { - /* we are in another process with a different gtkrc file. */ - plug = gtk_plug_new( wid ); /* plug our demo window into the main process */ - gtk_container_add( (GtkContainer*)plug, demo ); - gtk_widget_show( plug ); - } - g_object_unref(builder); -} diff -Nru lxappearance-0.4.0/src/demo.h lxappearance-0.5.0/src/demo.h --- lxappearance-0.4.0/src/demo.h 2008-03-27 17:33:48.000000000 +0000 +++ lxappearance-0.5.0/src/demo.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -#ifndef _DEMO_H_ -#define _DEMO_H_ - -#include - -void show_demo( GdkNativeWindow wid ); - -#endif diff -Nru lxappearance-0.4.0/src/icon-theme.c lxappearance-0.5.0/src/icon-theme.c --- lxappearance-0.4.0/src/icon-theme.c 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/icon-theme.c 2010-08-07 17:58:10.000000000 +0000 @@ -0,0 +1,304 @@ +/* + * icon-theme.c + * + * Copyright 2010 PCMan + * + * This program 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + +#include "icon-theme.h" +#include "lxappearance.h" +#include +#include +#include "utils.h" + +char** icon_theme_dirs = NULL; + +gint icon_theme_cmp_name(IconTheme* t, const char* name) +{ + return strcmp(t->name, name); +} + +gint icon_theme_cmp_disp_name(IconTheme* t1, IconTheme* t2) +{ + return g_utf8_collate(t1->disp_name, t2->disp_name); +} + +static void icon_theme_free(IconTheme* theme) +{ + g_free(theme->comment); + g_free(theme->name); + if(theme->disp_name != theme->name) + g_free(theme->disp_name); + g_slice_free(IconTheme, theme); +} + +void load_icon_themes_from_dir(const char* base_dir, const char* theme_dir, GKeyFile* kf) +{ + /* NOTE: + * 1. theoratically, base_dir is identical to theme_dir + * the only case that they are different is when we try to install + * a new theme. icon themes in a temporary theme dir may later be + * installed to base_dir, and we load it from temp. theme dir + * before installation. So theme_dir is the temporary dir containing + * the themes to install. base_dir is the destination directory to be + * installed to. + * 2. base_dir is actually a component of global variable icon_theme_dirs. + * so it's safe to use this string without strdup() since its life + * span is the same as the whole program and won't be freed. */ + + GDir* dir = g_dir_open(theme_dir, 0, NULL); + if(dir) + { + const char* name; + while(name = g_dir_read_name(dir)) + { + /* skip "default" */ + if(G_UNLIKELY(strcmp(name, "default") == 0)) + continue; + /* test if we already have this in list */ + if(!g_slist_find_custom(app.icon_themes, name, (GCompareFunc)icon_theme_cmp_name)) + { + IconTheme* theme = g_slice_new0(IconTheme); + char* index_theme; + char* cursor_subdir; + + theme->name = g_strdup(name); + index_theme = g_build_filename(theme_dir, name, "index.theme", NULL); + theme->base_dir = base_dir; + theme->is_removable = (0 == access(base_dir, W_OK)); + + if(g_key_file_load_from_file(kf, index_theme, 0, NULL)) + { + /* skip hidden ones */ + if(!g_key_file_get_boolean(kf, "Icon Theme", "Hidden", NULL)) + { + theme->disp_name = g_key_file_get_locale_string(kf, "Icon Theme", "Name", NULL, NULL); + /* test if this is a icon theme or it's a cursor theme */ + theme->comment = g_key_file_get_locale_string(kf, "Icon Theme", "Comment", NULL, NULL); + + /* icon theme must have this key, so it has icons if it has this key */ + theme->has_icon = g_key_file_has_key(kf, "Icon Theme", "Directories", NULL); + } + } + else + theme->disp_name = theme->name; + g_free(index_theme); + + cursor_subdir = g_build_filename(theme_dir, name, "cursors", NULL); + /* it contains a cursor theme */ + if(g_file_test(cursor_subdir, G_FILE_TEST_IS_DIR)) + theme->has_cursor = TRUE; + g_free(cursor_subdir); + + if(theme->has_icon || theme->has_cursor) + app.icon_themes = g_slist_insert_sorted(app.icon_themes, theme, + (GCompareFunc)icon_theme_cmp_disp_name); + else /* this dir contains no icon or cursor theme, drop it. */ + icon_theme_free(theme); + } + } + g_dir_close(dir); + } +} + +static void load_icon_themes() +{ + int n, i; + gtk_icon_theme_get_search_path(gtk_icon_theme_get_default(), &icon_theme_dirs, &n); + GKeyFile* kf = g_key_file_new(); + for(i = 0; i < n; ++i) + { + load_icon_themes_from_dir(icon_theme_dirs[i], icon_theme_dirs[i], kf); + /* g_debug("icon_theme_dirs[%d] = %s", i, icon_theme_dirs[i]); */ + } + g_key_file_free(kf); +} + + +static void on_icon_theme_sel_changed(GtkTreeSelection* tree_sel, gpointer user_data) +{ + GtkTreeModel* model; + GtkTreeIter it; + if(gtk_tree_selection_get_selected(tree_sel, &model, &it)) + { + IconTheme* theme; + gtk_tree_model_get(model, &it, 1, &theme, -1); + if(g_strcmp0(theme->name, app.icon_theme)) + { + g_free(app.icon_theme); + app.icon_theme = g_strdup(theme->name); + g_object_set(gtk_settings_get_default(), "gtk-icon-theme-name", app.icon_theme, NULL); + + lxappearance_changed(); + } + + gtk_widget_set_sensitive(app.icon_theme_remove_btn, theme->is_removable); + } +} + +static void on_install_theme_clicked(GtkButton* btn, gpointer user_data) +{ + install_icon_theme(GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(btn)))); +} + +static void on_remove_theme_clicked(GtkButton* btn, gpointer user_data) +{ + char* theme_name; + GtkTreeSelection* sel; + GtkTreeModel* model; + GtkTreeIter it; + + if(btn == (GtkButton*)app.icon_theme_remove_btn) /* remove icon theme */ + sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(app.icon_theme_view)); + else if(btn == (GtkButton*)app.cursor_theme_remove_btn) /* remove cursor theme */ + sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(app.cursor_theme_view)); + else + return; + + if(gtk_tree_selection_get_selected(sel, &model, &it)) + { + IconTheme* theme; + gboolean both = theme->has_icon && theme->has_cursor; + + if(gtk_tree_model_iter_n_children(model, NULL) < 2) + { + /* FIXME: the user shouldn't remove the last available theme. + * another list needs to be checked, too. */ + return; + } + + gtk_tree_model_get(model, &it, 1, &theme, -1); + if(remove_icon_theme(GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(btn))), theme)) + { + gtk_list_store_remove(GTK_LIST_STORE(model), &it); + + /* select the first theme */ + gtk_tree_model_get_iter_first(model, &it); + gtk_tree_selection_select_iter(sel, &it); + + /* FIXME: in rare case, a theme can contain both icons and cursors */ + if(both) /* we need to remove item in another list store, too */ + { + model = GTK_TREE_MODEL(model == (GtkTreeModel*)app.icon_theme_store ? app.cursor_theme_store : app.icon_theme_store); + /* find the item in another store */ + if(gtk_tree_model_get_iter_first(model, &it)) + { + IconTheme* theme2; + do + { + gtk_tree_model_get(model, &it, 1, &theme2, -1); + if(theme2 == theme) + { + gtk_list_store_remove(GTK_LIST_STORE(model), &it); + /* select the first theme */ + gtk_tree_model_get_iter_first(model, &it); + gtk_tree_selection_select_iter(sel, &it); + break; + } + }while(gtk_tree_model_iter_next(model, &it)); + } + } + } + } +} + +void icon_theme_init(GtkBuilder* b) +{ + GSList* l; + GtkTreeIter it; + GtkTreeIter icon_theme_sel_it = {0}; + GtkTreeIter cursor_theme_sel_it = {0}; + GtkTreeSelection* sel; + GtkWidget* btn; + + app.icon_theme_store = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_POINTER); + app.cursor_theme_store = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_POINTER); + app.icon_theme_view = GTK_WIDGET(gtk_builder_get_object(b, "icon_theme_view")); + app.cursor_theme_view = GTK_WIDGET(gtk_builder_get_object(b, "cursor_theme_view")); + + /* install icon and cursor theme */ + btn = GTK_WIDGET(gtk_builder_get_object(b, "install_icon_theme")); + g_signal_connect(btn, "clicked", G_CALLBACK(on_install_theme_clicked), NULL); + + btn = GTK_WIDGET(gtk_builder_get_object(b, "install_cursor_theme")); + g_signal_connect(btn, "clicked", G_CALLBACK(on_install_theme_clicked), NULL); + + /* remove icon theme */ + app.icon_theme_remove_btn = GTK_WIDGET(gtk_builder_get_object(b, "remove_icon_theme")); + g_signal_connect(app.icon_theme_remove_btn, "clicked", G_CALLBACK(on_remove_theme_clicked), NULL); + + app.cursor_theme_remove_btn = GTK_WIDGET(gtk_builder_get_object(b, "remove_cursor_theme")); + g_signal_connect(app.cursor_theme_remove_btn, "clicked", G_CALLBACK(on_remove_theme_clicked), NULL); + + /* load icon and cursor themes */ + load_icon_themes(); + + for(l = app.icon_themes; l; l=l->next) + { + IconTheme* theme = (IconTheme*)l->data; + + if(theme->has_icon) + { + gtk_list_store_insert_with_values(app.icon_theme_store, &it, -1, 0, theme->disp_name, 1, theme, -1); + if(!icon_theme_sel_it.user_data) + { + if(strcmp(theme->name, app.icon_theme) == 0) + icon_theme_sel_it = it; + } + } + + if(theme->has_cursor) + { + gtk_list_store_insert_with_values(app.cursor_theme_store, &it, -1, 0, theme->disp_name, 1, theme, -1); + if(!cursor_theme_sel_it.user_data) + { + if(g_strcmp0(theme->name, app.cursor_theme) == 0) + cursor_theme_sel_it = it; + } + } + } + + /* select the currently used theme from the list */ + gtk_tree_view_set_model(GTK_TREE_VIEW(app.icon_theme_view), GTK_TREE_MODEL(app.icon_theme_store)); + sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(app.icon_theme_view)); + if(icon_theme_sel_it.user_data) + { + IconTheme* theme; + GtkTreePath* tp = gtk_tree_model_get_path(GTK_TREE_MODEL(app.icon_theme_store), &icon_theme_sel_it); + gtk_tree_selection_select_iter(sel, &icon_theme_sel_it); + gtk_tree_view_scroll_to_cell(GTK_TREE_VIEW(app.icon_theme_view), tp, NULL, FALSE, 0, 0); + gtk_tree_path_free(tp); + + gtk_tree_model_get(GTK_TREE_MODEL(app.icon_theme_store), &icon_theme_sel_it, 1, &theme, -1); + gtk_widget_set_sensitive(app.icon_theme_remove_btn, theme->is_removable); + } + g_signal_connect(sel, "changed", G_CALLBACK(on_icon_theme_sel_changed), NULL); + + gtk_tree_view_set_model(GTK_TREE_VIEW(app.cursor_theme_view), GTK_TREE_MODEL(app.cursor_theme_store)); + sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(app.cursor_theme_view)); + if(cursor_theme_sel_it.user_data) + { + IconTheme* theme; + GtkTreePath* tp = gtk_tree_model_get_path(GTK_TREE_MODEL(app.cursor_theme_store), &cursor_theme_sel_it); + gtk_tree_selection_select_iter(sel, &cursor_theme_sel_it); + gtk_tree_view_scroll_to_cell(GTK_TREE_VIEW(app.cursor_theme_view), tp, NULL, FALSE, 0, 0); + gtk_tree_path_free(tp); + + gtk_tree_model_get(GTK_TREE_MODEL(app.cursor_theme_store), &cursor_theme_sel_it, 1, &theme, -1); + gtk_widget_set_sensitive(app.cursor_theme_remove_btn, theme->is_removable); + } +} diff -Nru lxappearance-0.4.0/src/icon-theme.h lxappearance-0.5.0/src/icon-theme.h --- lxappearance-0.4.0/src/icon-theme.h 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/icon-theme.h 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,50 @@ +/* + * icon-theme.h + * + * Copyright 2010 PCMan + * + * This program 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + +#ifndef _ICON_THEME_H_ +#define _ICON_THEME_H_ + +#include + +G_BEGIN_DECLS + +extern char** icon_theme_dirs; + +typedef struct +{ + char* name; + char* disp_name; + char* comment; + const char* base_dir; + gboolean has_icon : 1; + gboolean has_cursor : 1; + gboolean is_removable : 1; +}IconTheme; + +void icon_theme_init(GtkBuilder* b); +void load_icon_themes_from_dir(const char* base_dir, const char* theme_dir, GKeyFile* kf); + +gint icon_theme_cmp_name(IconTheme* t, const char* name); +gint icon_theme_cmp_disp_name(IconTheme* t1, IconTheme* t2); + +G_END_DECLS + +#endif diff -Nru lxappearance-0.4.0/src/lxappearance.c lxappearance-0.5.0/src/lxappearance.c --- lxappearance-0.4.0/src/lxappearance.c 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/lxappearance.c 2010-08-12 22:53:00.000000000 +0000 @@ -0,0 +1,439 @@ +/* + * lxappearance.c + * + * Copyright 2010 PCMan + * + * This program 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include "lxappearance.h" + +#include +#include + +#include +#include +#include +#include +#include + +#include "widget-theme.h" +#include "color-scheme.h" +#include "icon-theme.h" +#include "cursor-theme.h" +#include "other.h" +#include "plugin.h" + +LXAppearance app = {0}; + +Atom lxsession_atom = 0; +static const char* lxsession_name = NULL; + +static void check_lxsession() +{ + lxsession_atom = XInternAtom( GDK_DISPLAY(), "_LXSESSION", True ); + if( lxsession_atom != None ) + { + XGrabServer( GDK_DISPLAY() ); + if( XGetSelectionOwner( GDK_DISPLAY(), lxsession_atom ) ) + { + app.use_lxsession = TRUE; + lxsession_name = g_getenv("DESKTOP_SESSION"); + } + XUngrabServer( GDK_DISPLAY() ); + } +} + +static GOptionEntry option_entries[] = +{ + { NULL } +}; + +static void save_cursor_theme_name() +{ + char* dir_path; + if(!app.cursor_theme || !g_strcmp0(app.cursor_theme, "default")) + return; + + dir_path = g_build_filename(g_get_home_dir(), ".icons/default", NULL); + if(0 == g_mkdir_with_parents(dir_path, 0700)) + { + char* index_theme = g_build_filename(dir_path, "index.theme", NULL); + char* content = g_strdup_printf( + "# This file is written by LXAppearance. Do not edit." + "[Icon Theme]\n" + "Name=Default\n" + "Comment=Default Cursor Theme\n" + "Inherits=%s\n", app.cursor_theme ? app.cursor_theme : ""); + g_file_set_contents(index_theme, content, -1, NULL); + g_free(content); + g_free(index_theme); + } + g_free(dir_path); + + /* + dir_path = g_build_filename(g_get_home_dir(), ".Xdefaults", NULL); + Xcursor.theme: name + Xcursor.size: [size] + g_file_set_contents(dir_path, "", -1, NULL); + g_free(dir_path); + */ +} + +static void reload_all_programs() +{ + GdkEventClient event; + event.type = GDK_CLIENT_EVENT; + event.send_event = TRUE; + event.window = NULL; + + if( app.use_lxsession ) + { + event.message_type = gdk_atom_intern_static_string("_LXSESSION"); + event.data.b[0] = 0; /* LXS_RELOAD */ + } + else + { + /* if( icon_only ) + event.message_type = gdk_atom_intern("_GTK_LOAD_ICONTHEMES", FALSE); + */ + event.message_type = gdk_atom_intern("_GTK_READ_RCFILES", FALSE); + } + event.data_format = 8; + gdk_event_send_clientmessage_toall((GdkEvent *)&event); +} + +static const char* bool2str(gboolean val) +{ + return val ? "TRUE" : "FALSE"; +} + +static void lxappearance_save_gtkrc() +{ + static const char* tb_styles[]={ + "GTK_TOOLBAR_ICONS", + "GTK_TOOLBAR_TEXT", + "GTK_TOOLBAR_BOTH", + "GTK_TOOLBAR_BOTH_HORIZ" + }; + static const char* tb_icon_sizes[]={ + "GTK_ICON_SIZE_INVALID", + "GTK_ICON_SIZE_MENU", + "GTK_ICON_SIZE_SMALL_TOOLBAR", + "GTK_ICON_SIZE_LARGE_TOOLBAR", + "GTK_ICON_SIZE_BUTTON", + "GTK_ICON_SIZE_DND", + "GTK_ICON_SIZE_DIALOG" + }; + + char* file_path = g_build_filename(g_get_home_dir(), ".gtkrc-2.0", NULL); + GString* content = g_string_sized_new(512); + g_string_append(content, + "# DO NOT EDIT! This file will be overwritten by LXAppearance.\n" + "# Any customization should be done in ~/.gtkrc-2.0.mine instead.\n\n"); + if(app.widget_theme) + g_string_append_printf(content, + "gtk-theme-name=\"%s\"\n", app.widget_theme); + if(app.icon_theme) + g_string_append_printf(content, + "gtk-icon-theme-name=\"%s\"\n", app.icon_theme); + if(app.default_font) + g_string_append_printf(content, + "gtk-font-name=\"%s\"\n", app.default_font); + if(app.cursor_theme) + g_string_append_printf(content, + "gtk-cursor-theme-name=\"%s\"\n", app.cursor_theme); + save_cursor_theme_name(); + + g_string_append_printf(content, + "gtk-cursor-theme-size=%d\n" + "gtk-toolbar-style=%s\n" + "gtk-toolbar-icon-size=%s\n" + "gtk-button-images=%d\n" + "gtk-menu-images=%d\n" +#if GTK_CHECK_VERSION(2, 14, 0) + "gtk-enable-event-sounds=%d\n" + "gtk-enable-input-feedback-sounds=%d\n" +#endif + , app.cursor_theme_size, + tb_styles[app.toolbar_style], + tb_icon_sizes[app.toolbar_icon_size], + app.button_images ? 1 : 0, + app.menu_images ? 1 : 0, +#if GTK_CHECK_VERSION(2, 14, 0) + app.enable_event_sound ? 1 : 0, + app.enable_input_feedback ? 1 : 0 +#endif + ); + + if(app.color_scheme) + { + char* escaped = g_strescape(app.color_scheme, NULL); + g_string_append_printf(content, + "gtk-color-scheme=\"\"\n", + escaped); + g_free(escaped); + } + + g_string_append_printf(content, + "include \"%s/.gtkrc-2.0.mine\"\n", + g_get_home_dir()); + + g_file_set_contents(file_path, content->str, content->len, NULL); + g_string_free(content, TRUE); + g_free(file_path); +} + +static void lxappearance_save_lxsession() +{ + char* rel_path = g_strconcat("lxsession/", lxsession_name, "/desktop.conf", NULL); + char* user_config_file = g_build_filename(g_get_user_config_dir(), rel_path, NULL); + char* buf; + int len; + GKeyFile* kf = g_key_file_new(); + + if(!g_key_file_load_from_file(kf, user_config_file, G_KEY_FILE_KEEP_COMMENTS|G_KEY_FILE_KEEP_TRANSLATIONS, NULL)) + { + /* the user config file doesn't exist, create its parent dir */ + len = strlen(user_config_file) - strlen("/desktop.conf"); + user_config_file[len] = '\0'; + g_debug("user_config_file = %s", user_config_file); + g_mkdir_with_parents(user_config_file, 0700); + user_config_file[len] = '/'; + + g_key_file_load_from_dirs(kf, rel_path, (const char**)g_get_system_config_dirs(), NULL, + G_KEY_FILE_KEEP_COMMENTS|G_KEY_FILE_KEEP_TRANSLATIONS, NULL); + } + + g_free(rel_path); + + g_key_file_set_string( kf, "GTK", "sNet/ThemeName", app.widget_theme ); + g_key_file_set_string( kf, "GTK", "sGtk/FontName", app.default_font ); + + g_key_file_set_string( kf, "GTK", "sGtk/ColorScheme", app.color_scheme ? app.color_scheme : "" ); + + g_key_file_set_string( kf, "GTK", "sNet/IconThemeName", app.icon_theme ); + + g_key_file_set_string( kf, "GTK", "sGtk/CursorThemeName", app.cursor_theme ); + g_key_file_set_integer( kf, "GTK", "iGtk/CursorThemeSize", app.cursor_theme_size ); + save_cursor_theme_name(); + + g_key_file_set_integer( kf, "GTK", "iGtk/ToolbarStyle", app.toolbar_style ); + g_key_file_set_integer( kf, "GTK", "iGtk/ToolbarIconSize", app.toolbar_icon_size ); + + g_key_file_set_integer( kf, "GTK", "iGtk/ToolbarStyle", app.toolbar_style ); + g_key_file_set_integer( kf, "GTK", "iGtk/ToolbarIconSize", app.toolbar_icon_size ); + + g_key_file_set_integer( kf, "GTK", "iGtk/ButtonImages", app.button_images ); + g_key_file_set_integer( kf, "GTK", "iGtk/MenuImages", app.menu_images ); + +#if GTK_CHECK_VERSION(2, 14, 0) + /* "Net/SoundThemeName\0" "gtk-sound-theme-name\0" */ + g_key_file_set_integer( kf, "GTK", "iNet/EnableEventSounds", app.enable_event_sound); + g_key_file_set_integer( kf, "GTK", "iNet/EnableInputFeedbackSounds", app.enable_input_feedback); +#endif + + buf = g_key_file_to_data( kf, &len, NULL ); + g_key_file_free(kf); + + g_file_set_contents(user_config_file, buf, len, NULL); + g_free(buf); + g_free(user_config_file); +} + +static void on_dlg_response(GtkDialog* dlg, int res, gpointer user_data) +{ + switch(res) + { + case GTK_RESPONSE_APPLY: + + if(app.use_lxsession) + lxappearance_save_lxsession(); + else + lxappearance_save_gtkrc(); + + reload_all_programs(); + + app.changed = FALSE; + gtk_dialog_set_response_sensitive(GTK_DIALOG(app.dlg), GTK_RESPONSE_APPLY, FALSE); + break; + case 1: /* about dialog */ + { + GtkBuilder* b = gtk_builder_new(); + if(gtk_builder_add_from_file(b, PACKAGE_UI_DIR "/about.ui", NULL)) + { + GtkWidget* dlg = GTK_WIDGET(gtk_builder_get_object(b, "dlg")); + gtk_dialog_run(GTK_DIALOG(dlg)); + gtk_widget_destroy(dlg); + } + g_object_unref(b); + } + break; + default: + gtk_main_quit(); + } +} + +static void settings_init() +{ + GtkSettings* settings = gtk_settings_get_default(); + g_object_get(settings, + "gtk-theme-name", &app.widget_theme, + "gtk-font-name", &app.default_font, + "gtk-icon-theme-name", &app.icon_theme, + "gtk-cursor-theme-name", &app.cursor_theme, + "gtk-cursor-theme-size", &app.cursor_theme_size, + "gtk-toolbar-style", &app.toolbar_style, + "gtk-toolbar-icon-size", &app.toolbar_icon_size, + "gtk-button-images", &app.button_images, + "gtk-menu-images", &app.menu_images, +#if GTK_CHECK_VERSION(2, 14, 0) + "gtk-enable-event-sounds", &app.enable_event_sound, + "gtk-enable-input-feedback-sounds", &app.enable_input_feedback, +#endif + NULL); + /* try to figure out cursor theme used. */ + if(!app.cursor_theme || g_strcmp0(app.cursor_theme, "default") == 0) + { + /* get the real theme name from default. */ + GKeyFile* kf = g_key_file_new(); + char* fpath = g_build_filename(g_get_home_dir(), ".icons/default/index.theme", NULL); + gboolean ret = g_key_file_load_from_file(kf, fpath, 0, NULL); + g_free(fpath); + + if(!ret) + ret = g_key_file_load_from_data_dirs(kf, "icons/default/index.theme", NULL, 0, NULL); + + if(ret) + { + g_free(app.cursor_theme); + app.cursor_theme = g_key_file_get_string(kf, "Icon Theme", "Inherits", NULL); + g_debug("cursor theme name: %s", app.cursor_theme); + } + g_key_file_free(kf); + } + + app.color_scheme_hash = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); + /* try to load custom color scheme if available */ + if(app.use_lxsession) + { + char* rel_path = g_strconcat("lxsession/", lxsession_name, "/desktop.conf", NULL); + char* user_config_file = g_build_filename(g_get_user_config_dir(), rel_path, NULL); + GKeyFile* kf = g_key_file_new(); + if(g_key_file_load_from_file(kf, user_config_file, 0, NULL)) + app.color_scheme = g_key_file_get_string(kf, "GTK", "sGtk/ColorScheme", NULL); + else if(g_key_file_load_from_dirs(kf, rel_path, (const char**)g_get_system_config_dirs(), NULL, 0, NULL)) + app.color_scheme = g_key_file_get_string(kf, "GTK", "sGtk/ColorScheme", NULL); + g_key_file_free(kf); + g_free(rel_path); + g_free(user_config_file); + + if(app.color_scheme) + { + if(*app.color_scheme) + color_scheme_str_to_hash(app.color_scheme_hash, app.color_scheme); + else + { + g_free(app.color_scheme); + app.color_scheme = NULL; + } + } + } + else + { + char* gtkrc_file = g_build_filename(g_get_home_dir(), ".gtkrc-2.0", NULL); + gtkrc_file_get_color_scheme(gtkrc_file, app.color_scheme_hash); + g_free(gtkrc_file); + if(g_hash_table_size(app.color_scheme_hash) > 0) + app.color_scheme = color_scheme_hash_to_str(app.color_scheme_hash); + } +} + +int main(int argc, char** argv) +{ + GError* err = NULL; + GtkBuilder* b; + + /* gettext support */ +#ifdef ENABLE_NLS + bindtextdomain ( GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR ); + bind_textdomain_codeset ( GETTEXT_PACKAGE, "UTF-8" ); + textdomain ( GETTEXT_PACKAGE ); +#endif + + g_thread_init(NULL); + /* initialize GTK+ and parse the command line arguments */ + if( G_UNLIKELY( ! gtk_init_with_args( &argc, &argv, "", option_entries, GETTEXT_PACKAGE, &err ) ) ) + { + g_print( "Error: %s\n", err->message ); + return 1; + } + + app.abi_version = LXAPPEARANCE_ABI_VERSION; + + /* check if we're under LXSession */ + check_lxsession(); + + /* create GUI here */ + b = gtk_builder_new(); + if(!gtk_builder_add_from_file(b, PACKAGE_UI_DIR "/lxappearance.ui", NULL)) + return 1; + + /* NOTE: GUI must be created prior to loading settings from GtkSettings object. + * Some properties of GtkSettings class are installed by some other gtk classes. + * For example, "gtk-menu-images" property is actually installed by initialization + * of GtkImageMenuItem class. If we load the GUI first, then when the menu items + * are created, this property gets correctly registered. So later it can be read. */ + + /* load config values */ + settings_init(); + + app.dlg = GTK_WIDGET(gtk_builder_get_object(b, "dlg")); + + widget_theme_init(b); + color_scheme_init(b); + icon_theme_init(b); + cursor_theme_init(b); + other_init(b); + /* the page for window manager plugins */ + app.wm_page = GTK_WIDGET(gtk_builder_get_object(b, "wm_page")); + + plugins_init(b); + + g_signal_connect(app.dlg, "response", G_CALLBACK(on_dlg_response), NULL); + + gtk_window_present(GTK_WINDOW(app.dlg)); + g_object_unref(b); + + gtk_main(); + + plugins_finalize(); + + return 0; +} + +void lxappearance_changed() +{ + if(!app.changed) + { + app.changed = TRUE; + gtk_dialog_set_response_sensitive(GTK_DIALOG(app.dlg), GTK_RESPONSE_APPLY, TRUE); + } +} diff -Nru lxappearance-0.4.0/src/lxappearance.h lxappearance-0.5.0/src/lxappearance.h --- lxappearance-0.4.0/src/lxappearance.h 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/lxappearance.h 2010-08-07 17:45:05.000000000 +0000 @@ -0,0 +1,102 @@ +/* + * lxappearance.h + * + * Copyright 2010 PCMan + * + * This program 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + +#ifndef _LXAPPEARANCE_H_ +#define _LXAPPEARANCE_H_ + +#include + +#define LXAPPEARANCE_ABI_VERSION 1 + +typedef struct _LXAppearance LXAppearance; +struct _LXAppearance +{ + guint32 abi_version; + GtkWidget* dlg; + GtkWidget* notebook; + + /* gtk theme */ + GtkWidget* widget_theme_view; + GtkListStore* widget_theme_store; + GtkWidget* default_font_btn; + + /* color scheme */ + GtkWidget* color_table; + GtkWidget* custom_colors; + GtkWidget* no_custom_colors; + GHashTable* color_scheme_hash; /* the custom color scheme set by the user */ + GHashTable* default_color_scheme_hash; /* default colors of current gtk theme */ + gboolean color_scheme_supported; /* if color scheme is supported by current gtk theme */ + /* color buttons in color scheme page. */ + GtkWidget* color_btns[8]; /* FIXME: this value might be changed in the future */ + + /* icon theme */ + GtkWidget* icon_theme_view; + GtkListStore* icon_theme_store; + GtkWidget* icon_theme_remove_btn; + + /* cursor theme */ + GtkWidget* cursor_theme_view; + GtkWidget* cursor_demo_view; + GtkListStore* cursor_theme_store; + GtkWidget* cursor_size_range; + GtkWidget* cursor_theme_remove_btn; + + GSList* icon_themes; /* a list of IconTheme struct representing all icon and cursor themes */ + + /* toolbar style and icon size */ + GtkWidget* tb_style_combo; + GtkWidget* tb_icon_size_combo; + + GtkWidget* button_images_check; + GtkWidget* menu_images_check; + + /* the page for window manager plugins */ + GtkWidget* wm_page; + + char* widget_theme; + char* default_font; + char* icon_theme; + char* cursor_theme; + int cursor_theme_size; + char* color_scheme; + int toolbar_style; + int toolbar_icon_size; + + gboolean button_images; + gboolean menu_images; + +#if GTK_CHECK_VERSION(2, 14, 0) + GtkWidget* event_sound_check; + GtkWidget* input_feedback_check; + gboolean enable_event_sound; + gboolean enable_input_feedback; +#endif + + gboolean changed; + gboolean use_lxsession; +}; + +extern LXAppearance app; + +void lxappearance_changed(); + +#endif diff -Nru lxappearance-0.4.0/src/main.c lxappearance-0.5.0/src/main.c --- lxappearance-0.4.0/src/main.c 2009-12-19 11:05:54.000000000 +0000 +++ lxappearance-0.5.0/src/main.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,91 +0,0 @@ -/* - * Initial main.c file generated by Glade. Edit as required. - * Glade will not overwrite this file. - */ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#include - -#include -#include -#include -#include - -#include -#include -#include -#include - -#include "main-dlg.h" -#include "demo.h" - -char tmp_rc_file[] = "/tmp/gtkrc-2.0-XXXXXX"; -GtkWidget* main_dlg = NULL; - -gboolean under_lxsession = FALSE; /* wether lxsession-xsettings daemon is active */ - -Atom lxsession_atom = 0; - -static void check_lxsession() -{ - lxsession_atom = XInternAtom( GDK_DISPLAY(), "_LXSESSION", True ); - if( lxsession_atom != None ) - { - XGrabServer( GDK_DISPLAY() ); - if( XGetSelectionOwner( GDK_DISPLAY(), lxsession_atom ) ) - under_lxsession = TRUE; - XUngrabServer( GDK_DISPLAY() ); - } -} - -int main (int argc, char *argv[]) -{ -#ifdef ENABLE_NLS - bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR); - bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); - textdomain (GETTEXT_PACKAGE); -#endif - - if( argc >= 3 && strcmp( argv[1], "demo" ) == 0 ) - { - char* files[] = { argv[3], NULL }; - gtk_rc_set_default_files(files); - - gtk_set_locale (); - gtk_init (&argc, &argv); - - check_lxsession(); - if( under_lxsession ) - return 1; - - show_demo( (GdkNativeWindow)atoi( argv[2] ) ); - gtk_main(); - return 0; - } - - gtk_set_locale (); - gtk_init (&argc, &argv); - - /* Dirty hack: check if we are under lxsession */ - check_lxsession(); - - if( ! under_lxsession ) - mkstemp( tmp_rc_file ); - - /* Dirty hack: "gtk-toolbar-style" is installed in class_init of GtkToolbar */ - gtk_widget_destroy( gtk_toolbar_new() ); - - main_dlg = main_dlg_new(); - gtk_window_set_icon_name( (GtkWindow*)main_dlg, "preferences-desktop-theme" ); - - gtk_main (); - - if( ! under_lxsession ) - unlink( tmp_rc_file ); - - return 0; -} - diff -Nru lxappearance-0.4.0/src/main-dlg.c lxappearance-0.5.0/src/main-dlg.c --- lxappearance-0.4.0/src/main-dlg.c 2009-12-20 12:31:38.000000000 +0000 +++ lxappearance-0.5.0/src/main-dlg.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,740 +0,0 @@ -#ifdef HAVE_CONFIG_H -# include -#endif - -#include -#include -#include - -#include -#include -#include -#include - -/* for kill & waitpid */ -#include -#include -#include - -#include "main-dlg.h" -#include "demo.h" - -enum { - COL_DISP_NAME, - COL_NAME, - N_COLS -}; - -#define LOOKUP(name) gtk_builder_get_object( builder, #name ) -#define GET_WIDGET_WITH_TYPE(name, type) name = type(LOOKUP(name)) - -#define INIT_LIST(name, prop) \ - GET_WIDGET_WITH_TYPE( name##_view, GTK_TREE_VIEW ); \ - name##_list = init_tree_view( name##_view, G_CALLBACK(on_list_sel_changed), prop); \ - load_##name##s( name##_list, name##_name ); - -#define enable_apply() gtk_dialog_set_response_sensitive(GTK_DIALOG (main_dlg), GTK_RESPONSE_APPLY, TRUE ) -#define disable_apply() gtk_dialog_set_response_sensitive(GTK_DIALOG (main_dlg), GTK_RESPONSE_APPLY, FALSE ) - -extern gboolean under_lxsession; /* wether we are under lxsession */ - -extern GtkWidget* main_dlg; /* defined in main.c */ - -static GtkTreeView* gtk_theme_view = NULL; -static GtkListStore* gtk_theme_list = NULL; - -static GtkTreeView* icon_theme_view = NULL; -static GtkListStore* icon_theme_list = NULL; - -#if CURSOR_THEME -static GtkTreeView* cursor_theme_view = NULL; -static GtkListStore* cursor_theme_list = NULL; -#endif - -static char* gtk_theme_name = NULL; -static char* icon_theme_name = NULL; -static char* font_name = NULL; -static char* cursor_theme_name = NULL; -static gint cursor_theme_size = 0; -static GtkToolbarStyle tb_style = GTK_TOOLBAR_BOTH; - -extern char tmp_rc_file[]; -static char* rc_file = NULL; - -/* -static GtkTreeView* font_view = NULL; -static GtkListStore* font_list = NULL; -*/ -static GtkWidget* demo_box = NULL; -static GtkWidget* demo_socket = NULL; -static GPid demo_pid = 0; - -static const char* session_name = NULL; - -extern Atom lxsession_atom; /* defined in main.c */ - -static void reload_demo_process() -{ - char* argv[5]; - char wid[16]; - - if( demo_pid > 0 ) /* kill old demo */ - { - int stat; - kill( demo_pid, SIGTERM ); - waitpid( demo_pid, &stat, 0 ); - demo_pid = 0; - } - - g_snprintf( wid, 16, "%ld", gtk_socket_get_id(GTK_SOCKET (demo_socket)) ); - - argv[0] = g_get_prgname(); - argv[1] = "demo"; - argv[2] = wid; - argv[3] = tmp_rc_file; - argv[4] = NULL; - g_spawn_async(NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, &demo_pid, NULL ); - - /* reloading demo means the current selected theme is changed */ - enable_apply(); -} - -static void write_rc_file( const char* path ) -{ - FILE* f; - static char* tb_styles[] = { - "GTK_TOOLBAR_ICONS", - "GTK_TOOLBAR_TEXT", - "GTK_TOOLBAR_BOTH", - "GTK_TOOLBAR_BOTH_HORIZ" - }; - - if( f = fopen( path, "w" ) ) - { - fputs( "# DO NOT EDIT! This file will be overwritten by LXAppearance.\n" - "# Any customization should be done in ~/.gtkrc-2.0.mine\n\n", f ); - - fprintf( f, "gtk-theme-name=\"%s\"\n", gtk_theme_name ); - fprintf( f, "gtk-icon-theme-name=\"%s\"\n", icon_theme_name ); - fprintf( f, "gtk-font-name=\"%s\"\n", font_name ); - fprintf( f, "gtk-toolbar-style=%d\n", tb_style ); -#if CURSOR_THEME - fprintf( f, "gtk-cursor-theme-name=\"%s\"\n", cursor_theme_name ); - fprintf( f, "gtk-cursor-theme-size=%d\n", cursor_theme_size ); -#endif - - fprintf( f, "include \"%s/.gtkrc-2.0.mine\"\n", g_get_home_dir() ); - - fclose( f ); - } -} - -static void create_lxsession_config_dir() -{ - char* dir = g_build_filename( g_get_user_config_dir(), "lxsession", session_name, NULL ); - g_mkdir_with_parents( dir, 0755 ); - g_free( dir ); -} - -static void write_lxsession_config() -{ - FILE* f; - char* file, *data; - gsize len; - GKeyFile* kf = g_key_file_new(); - gboolean ret; - - file = g_build_filename( g_get_user_config_dir(), "lxsession", session_name, "desktop.conf", NULL ); - ret = g_key_file_load_from_file( kf, file, G_KEY_FILE_KEEP_COMMENTS, NULL ); - - if( ! ret ) - { - const gchar* const * dir; - const gchar* const * dirs = g_get_system_config_dirs(); - create_lxsession_config_dir(); - - /* load system-wide config file */ - for( dir = dirs; *dir; ++dir ) - { - char* path = g_build_filename( *dir, "lxsession", session_name, "desktop.conf", NULL ); - ret = g_key_file_load_from_file( kf, path, G_KEY_FILE_KEEP_COMMENTS, NULL ); - g_free( path ); - if( ret ) - break; - } - } - - g_key_file_set_string( kf, "GTK", "sNet/ThemeName", gtk_theme_name ); - g_key_file_set_string( kf, "GTK", "sNet/IconThemeName", icon_theme_name ); - g_key_file_set_string( kf, "GTK", "sGtk/FontName", font_name ); - g_key_file_set_integer( kf, "GTK", "iGtk/ToolbarStyle", tb_style ); -#if CURSOR_THEME - g_key_file_set_string( kf, "GTK", "sGtk/CursorThemeName", cursor_theme_name ); - g_key_file_set_integer( kf, "GTK", "iGtk/CursorThemeSize", cursor_theme_size ); -#endif - - data = g_key_file_to_data( kf, &len, NULL ); - g_key_file_free( kf ); - - if( f = fopen( file, "w" ) ) - { - fwrite( data, sizeof(char), len, f ); - fclose( f ); - } - g_free( data ); -} - -static void reload_theme() -{ - - gtk_rc_reparse_all(); -} - -static void on_list_sel_changed( GtkTreeSelection* sel, const char* prop ) -{ - GtkTreeIter it; - GtkTreeModel* model; - if( gtk_tree_selection_get_selected( sel, &model, &it ) ) - { - char* name; - gtk_tree_model_get( model, &it, COL_NAME, &name, -1 ); - - if( model == GTK_TREE_MODEL (gtk_theme_list) ) /* gtk+ theme */ - { - if( name && gtk_theme_name && 0 == strcmp( name, gtk_theme_name ) ) - goto out; - g_free( gtk_theme_name ); - gtk_theme_name = name; - - if( under_lxsession ) - g_object_set( gtk_settings_get_default(), "gtk-theme-name", name, NULL ); - } - else if( model == GTK_TREE_MODEL (icon_theme_list) ) /* icon theme */ - { - if( name && icon_theme_name && 0 == strcmp( name, icon_theme_name ) ) - goto out; - g_free( icon_theme_name ); - icon_theme_name = name; - - if( under_lxsession ) - g_object_set( gtk_settings_get_default(), "gtk-icon-theme-name", name, NULL ); - } -#if CURSOR_THEME - else if( model == GTK_TREE_MODEL (cursor_theme_list) ) /* cursor theme */ - { - if( name && cursor_theme_name && 0 == strcmp( name, cursor_theme_name ) ) - goto out; - g_free( cursor_theme_name ); - cursor_theme_name = g_strdup(name); - //gdk_x11_display_set_cursor_theme ( gdk_display_get_default (), name, cursor_theme_size ); - - if( under_lxsession ) - g_object_set( gtk_settings_get_default(), "gtk-cursor-theme-name", name, NULL ); - } -#endif - - if( under_lxsession ) - { - enable_apply(); - } - else - { - write_rc_file( tmp_rc_file ); - //gtk_rc_reparse_all_for_settings(gtk_settings_get_default(), TRUE); - reload_demo_process(); - } - return; - out: - g_free( name ); - } -} - -static gint sort_func( GtkTreeModel* model, GtkTreeIter* it1, GtkTreeIter* it2, gpointer data ) -{ - char* str1, *str2; - int ret; - gtk_tree_model_get( model, it1, COL_DISP_NAME, &str1, -1 ); - gtk_tree_model_get( model, it2, COL_DISP_NAME, &str2, -1 ); - ret = g_utf8_collate( str1, str2 ); - g_free( str1 ); - g_free( str2 ); - return ret; -} - -static GtkListStore* init_tree_view( GtkTreeView* view, GCallback on_sel_changed, const char* prop ) -{ - GtkTreeViewColumn* col; - GtkListStore* list; - GtkTreeSelection* sel; - int text_col = strcmp(prop, "gtk-theme-name") && strcmp(prop, "gtk-cursor-theme-name") ? COL_DISP_NAME : COL_NAME; - - col = gtk_tree_view_column_new_with_attributes( NULL, gtk_cell_renderer_text_new(), - "text", text_col, NULL ); - gtk_tree_view_append_column( view, col ); - - sel = gtk_tree_view_get_selection(view); - g_signal_connect( sel, "changed", on_sel_changed, GINT_TO_POINTER(prop) ); - - list = gtk_list_store_new( N_COLS, G_TYPE_STRING, G_TYPE_STRING ); - gtk_tree_sortable_set_sort_func( (GtkTreeSortable*)list, text_col, sort_func, NULL, NULL ); - gtk_tree_view_set_model( view, (GtkTreeModel*)list ); - g_object_unref( list ); - return list; -} - -typedef gboolean (*ThemeFunc)(const char* file, const char* dir, const char* name, GtkListStore* list, GtkTreeIter* it); - -static void load_themes_from_dir( GtkListStore* list, - const char* dir_path, - const char* lookup, - GtkTreeSelection* sel, - const char* init_sel, - ThemeFunc theme_func ) -{ - GDir* dir; - if( dir = g_dir_open( dir_path, 0, NULL ) ) - { - const char* name; - while( name = g_dir_read_name( dir ) ) - { - char* file = g_build_filename( dir_path, name, lookup, NULL ); - if( g_file_test( file, G_FILE_TEST_EXISTS ) ) - { - gboolean add = TRUE; - GtkTreeIter it; - - /* prevent duplication */ - if( gtk_tree_model_get_iter_first(GTK_TREE_MODEL (list), &it ) ) - { - char* _name; - do { - _name = NULL; - gtk_tree_model_get(GTK_TREE_MODEL (list), &it, COL_NAME, &_name, -1); - if( _name && strcmp(_name, name) == 0 ) - { - add = FALSE; - g_free(_name); - break; - } - g_free(_name); - } - while( gtk_tree_model_iter_next(GTK_TREE_MODEL (list), &it ) ); - } - - if( add ) - { - gtk_list_store_append( list, &it ); - gtk_list_store_set( list, &it, COL_NAME, name, -1 ); - - if( theme_func ) - { - if( ! theme_func(file, (char *) dir, name, list, &it) ) - add = FALSE; - } - - if( add ) - { - if( 0 == strcmp( name, init_sel ) ) - { - GtkTreeView* view; - GtkTreePath* tp; - gtk_tree_selection_select_iter( sel, &it ); - view = gtk_tree_selection_get_tree_view( sel ); - tp = gtk_tree_model_get_path( (GtkTreeModel*)list, &it ); - gtk_tree_view_scroll_to_cell( view, tp, NULL, FALSE, 0, 0 ); - gtk_tree_path_free( tp ); - } - } - else - gtk_list_store_remove( list, &it ); - } - } - g_free( file ); - } - g_dir_close( dir ); - } -} - -static void load_from_data_dirs( GtkListStore* list, - const char* relative_path, - const char* lookup, - GtkTreeSelection* sel, - const char* init_sel, - ThemeFunc theme_func ) -{ - const char* const *dirs = g_get_system_data_dirs(); - const char* const *dir; - char* dir_path; - for( dir = dirs; *dir; ++dir ) - { - dir_path = g_build_filename( *dir, relative_path, NULL ); - load_themes_from_dir( list, dir_path, lookup, sel, init_sel, theme_func ); - g_free( dir_path ); - } - dir_path = g_build_filename( g_get_user_data_dir(), relative_path, NULL ); - load_themes_from_dir( list, dir_path, lookup, sel, init_sel, theme_func ); - g_free( dir_path ); -} - -static gboolean icon_theme_func(const char* file, const char* dir, const char* name, GtkListStore* list, GtkTreeIter* it) -{ - GKeyFile* kf; - char* disp_name = NULL; - if( g_str_has_prefix( name, "default." ) ) - return FALSE; - - kf = g_key_file_new(); - if( g_key_file_load_from_file(kf, file, 0, NULL) ) - { - if( g_key_file_has_key(kf, "Icon Theme", "Directories", NULL) - && ! g_key_file_get_boolean(kf, "Icon Theme", "Hidden", NULL) ) - { - disp_name = g_key_file_get_locale_string(kf, "Icon Theme", "Name", NULL, NULL); - gtk_list_store_set( list, it, COL_DISP_NAME, disp_name ? disp_name : name, -1 ); - } - } - g_key_file_free(kf); - return disp_name != NULL; -} - -#if CURSOR_THEME -static gboolean cursor_theme_func(const char* dir, const char* name, const char* lookup) -{ - char* ret = NULL; -/* - GKeyFile* kf = g_key_file_new(); - if( g_key_file_load_from_file(kf, lookup, 0, NULL) ) - { - if( g_key_file_has_key(kf, "Icon Theme", "Directories", NULL) ) - { - ret = g_key_file_get_locale_string(kf, "Icon Theme", "Name", NULL, NULL); - } - } - g_key_file_free(kf); -*/ - return ret != NULL; -} -#endif - -static void load_gtk_themes( GtkListStore* list, const char* cur_sel ) -{ - char* path; - GtkTreeSelection* sel = gtk_tree_view_get_selection( gtk_theme_view ); - load_from_data_dirs( list, "themes", "gtk-2.0", sel, cur_sel, NULL ); - path = g_build_filename( g_get_home_dir(), ".themes", NULL ); - load_themes_from_dir( list, path, "gtk-2.0", sel, cur_sel, NULL ); - g_free( path ); - gtk_tree_sortable_set_sort_column_id( (GtkTreeSortable*)list, 0, GTK_SORT_ASCENDING ); -} - -static void load_icon_themes( GtkListStore* list, const char* cur_sel ) -{ - char* path; - GtkTreeSelection* sel = gtk_tree_view_get_selection( icon_theme_view ); - load_from_data_dirs( list, "icons", "index.theme", sel, cur_sel, icon_theme_func ); - path = g_build_filename( g_get_home_dir(), ".icons", NULL ); - load_themes_from_dir( list, path, "index.theme", sel, cur_sel, icon_theme_func ); - g_free( path ); - gtk_tree_sortable_set_sort_column_id( (GtkTreeSortable*)list, 0, GTK_SORT_ASCENDING ); -} - -#if CURSOR_THEME -static void load_cursor_themes( GtkListStore* list, const char* cur_sel ) -{ - char* path; - GtkTreeSelection* sel = gtk_tree_view_get_selection( cursor_theme_view ); - load_from_data_dirs( list, "icons", "cursors", sel, cur_sel, NULL ); - path = g_build_filename( g_get_home_dir(), ".icons", NULL ); - load_themes_from_dir( list, path, "cursors", sel, cur_sel, NULL ); - g_free( path ); - gtk_tree_sortable_set_sort_column_id( (GtkTreeSortable*)list, 0, GTK_SORT_ASCENDING ); -} -#endif - -/* -static void load_fonts( GtkListStore* list ) -{ - -} -*/ - -gboolean center_win( GtkWidget* dlg ) -{ - gtk_widget_show( dlg ); - return FALSE; -} - -static void on_demo_loaded( GtkSocket* socket, GtkWidget* dlg ) -{ - /* sleep for 0.8 sec for loading of the demo window */ - /* FIXME: we need a better way to do this, such as IPC */ - g_timeout_add_full( G_PRIORITY_LOW, 800, (GSourceFunc)center_win, dlg, NULL ); - g_signal_handlers_disconnect_by_func( socket, on_demo_loaded, dlg ); -} - -GtkWidget* main_dlg_new() -{ - GtkBuilder* builder = gtk_builder_new(); - GtkWidget* dlg; - char* files[] = { tmp_rc_file, NULL }; - char** def_files = gtk_rc_get_default_files(); - char** file; - - if( under_lxsession ) - { - session_name = g_getenv("DESKTOP_SESSION"); - } - else - { - /* no lxsession-settings daemon, use gtkrc-2.0 */ - for( file = def_files; *file; ++file ) - { - if( 0 == access( *file, W_OK ) ) - rc_file = *file; - } - if( rc_file ) - rc_file = g_strdup( rc_file ); - else - rc_file = g_build_filename( g_get_home_dir(), ".gtkrc-2.0", NULL ); - } - g_object_get( gtk_settings_get_default(), - "gtk-theme-name", >k_theme_name, - "gtk-icon-theme-name", &icon_theme_name, - "gtk-font-name", &font_name, - "gtk-toolbar-style", &tb_style, -#if CURSOR_THEME - "gtk-cursor-theme-name", &cursor_theme_name, - "gtk-cursor-theme-size", &cursor_theme_size, -#endif - NULL ); - - if( ! gtk_theme_name ) - gtk_theme_name = g_strdup( "Raleigh" ); - if( ! icon_theme_name ) - icon_theme_name = g_strdup( "hicolor" ); -#if CURSOR_THEME - if( ! cursor_theme_name ) - cursor_theme_name = g_strdup( "default" ); -#endif - if( ! font_name ) - font_name = g_strdup( "Sans 10" ); - if( ! cursor_theme_size ) - cursor_theme_size = 16; - - /* no lxsession-settings daemon, use gtkrc-2.0 */ - if( ! under_lxsession ) - write_rc_file( tmp_rc_file ); - - gtk_builder_add_from_file(builder, PACKAGE_DATA_DIR "/lxappearance/lxappearance.ui", NULL); - gtk_builder_connect_signals(builder, NULL); - - GET_WIDGET_WITH_TYPE(dlg, GTK_WIDGET); - main_dlg = dlg; - - INIT_LIST( gtk_theme, "gtk-theme-name" ) - INIT_LIST( icon_theme, "gtk-icon-theme-name" ) - -#if CURSOR_THEME - INIT_LIST( cursor_theme, "gtk-cursor-theme-name" ) -#endif - - gtk_font_button_set_font_name( (GtkFontButton*)LOOKUP(font), font_name ); - -#if CURSOR_THEME - gtk_range_set_value( GTK_RANGE(LOOKUP(cursor_theme_size)), cursor_theme_size ); -#endif - - gtk_combo_box_set_active( GTK_COMBO_BOX(LOOKUP(tb_style)), tb_style < 4 ? tb_style : 3 ); - - GET_WIDGET_WITH_TYPE( demo_box, GTK_WIDGET ); - gtk_widget_show( demo_box ); - - if( under_lxsession ) - { - /* XSettings daemon of lxsession is running, gtkrc is useless. - * We should set properties of GtkSettings object on the fly. - * This will cause problems with some themes, but we have no choice. - */ - show_demo( (GdkNativeWindow)demo_box ); - gtk_widget_show( dlg ); - } - else - { - /* no lxsession-settings daemon, use gtkrc-2.0 and load preview in another process */ - demo_socket = gtk_socket_new(); - g_signal_connect( demo_socket, "plug-added", G_CALLBACK(on_demo_loaded), dlg ); - g_signal_connect( demo_socket, "plug-removed", G_CALLBACK(gtk_true), NULL ); - gtk_widget_show( demo_socket ); - gtk_container_add( (GtkContainer*)demo_box, demo_socket ); - - gtk_widget_realize( dlg ); - reload_demo_process(); - } - - disable_apply(); - - g_object_unref(builder); - return dlg; -} - -static void reload_all_programs( gboolean icon_only ) -{ - GdkEventClient event; - event.type = GDK_CLIENT_EVENT; - event.send_event = TRUE; - event.window = NULL; - - if( under_lxsession ) - { -/* - char* argv[]={"lxsession", "-r", NULL}; - g_spawn_sync(NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, NULL, NULL, NULL); - return; -*/ - event.message_type = gdk_atom_intern_static_string("_LXSESSION"); - event.data.b[0] = 0; /* LXS_RELOAD */ - } - else - { - if( icon_only ) - event.message_type = gdk_atom_intern("_GTK_LOAD_ICONTHEMES", FALSE); - else - event.message_type = gdk_atom_intern("_GTK_READ_RCFILES", FALSE); - } - event.data_format = 8; - gdk_event_send_clientmessage_toall((GdkEvent *)&event); -} - -void -on_apply_clicked (GtkButton *button, - gpointer user_data) -{ - if( under_lxsession ) - write_lxsession_config(); - else - write_rc_file( rc_file ); - - reload_all_programs( FALSE ); - disable_apply(); -} - - -void -on_font_changed (GtkFontButton *fontbutton, - gpointer user_data) -{ - const char* name = gtk_font_button_get_font_name(fontbutton); - if( name && font_name && 0 == strcmp( name, font_name ) ) - return; - g_free( font_name ); - font_name = g_strdup( name ); - - if( under_lxsession ) - { - g_object_set( gtk_settings_get_default(), "gtk-font-name", font_name, NULL ); - - enable_apply(); - } - else - { - write_rc_file( tmp_rc_file ); - reload_demo_process(); - } -} - -void -on_install_theme_clicked (GtkButton *button, - gpointer user_data) -{ - GtkFileFilter* filter = gtk_file_filter_new(); - GtkWidget* fc = gtk_file_chooser_dialog_new( _("Select an icon theme"), NULL, - GTK_FILE_CHOOSER_ACTION_OPEN, - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_OPEN, GTK_RESPONSE_OK, NULL ); - - gtk_file_filter_add_pattern( filter, "*.tar.gz" ); - gtk_file_filter_add_pattern( filter, "*.tar.bz2" ); - gtk_file_filter_set_name( filter, _("*.tar.gz, *.tar.bz2 (Icon Theme)") ); - - gtk_file_chooser_add_filter( GTK_FILE_CHOOSER(fc), filter ); - gtk_file_chooser_set_filter( GTK_FILE_CHOOSER(fc), filter ); - - if( gtk_dialog_run( (GtkDialog*)fc ) == GTK_RESPONSE_OK ) - { - char* file = gtk_file_chooser_get_filename( GTK_FILE_CHOOSER(fc) ); - char* argv[]={ - PACKAGE_DATA_DIR"/lxappearance/install-icon-theme.sh", - file, NULL }; - int status = 0; - char* stdo = NULL; - if( g_spawn_sync( NULL, argv, NULL, 0, NULL, NULL, &stdo, NULL, &status, NULL ) && 0 == status ) - { - char* sep = stdo ? strchr( stdo, '\n' ) : NULL; - if( sep ) - *sep = '\0'; - - /* reload all icon themes */ - gtk_list_store_clear( icon_theme_list ); - load_icon_themes( icon_theme_list, stdo ? stdo : "" ); - -#if CURSOR_THEME - /* reload all cursor themes */ - gtk_list_store_clear( cursor_theme_list ); - load_cursor_themes( cursor_theme_list, stdo ? stdo : "" ); -#endif - } - g_free( file ); - } - - gtk_widget_destroy( fc ); -} - - -void -on_remove_theme_clicked (GtkButton *button, - gpointer user_data) -{ - -} - -void -on_cursor_size_changed (GtkHScale *cursorsizescale, - gpointer user_data) -{ -#if CURSOR_THEME - cursor_theme_size = gtk_range_get_value( GTK_RANGE(cursorsizescale) ); - - if( under_lxsession ) - { - g_object_set( gtk_settings_get_default(), "gtk-cursor-theme-size", cursor_theme_size, NULL ); - enable_apply(); - } - else - { - write_rc_file( tmp_rc_file ); - reload_demo_process(); - } -#endif -} - -void -on_tb_style_changed (GtkComboBox *combobox, - gpointer user_data) -{ - int sel = gtk_combo_box_get_active( combobox ); - if( sel == tb_style || sel < 0 ) - return; - tb_style = sel; - - if( under_lxsession ) - { - g_object_set( gtk_settings_get_default(), "gtk-toolbar-style", tb_style, NULL ); - enable_apply(); - } - else - { - write_rc_file( tmp_rc_file ); - reload_demo_process(); - } -} - diff -Nru lxappearance-0.4.0/src/main-dlg.h lxappearance-0.5.0/src/main-dlg.h --- lxappearance-0.4.0/src/main-dlg.h 2009-12-19 11:05:54.000000000 +0000 +++ lxappearance-0.5.0/src/main-dlg.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -#include - -GtkWidget* main_dlg_new(); - -void -on_apply_clicked (GtkButton *button, - gpointer user_data); - -void -on_font_changed (GtkFontButton *fontbutton, - gpointer user_data); - -void -on_install_theme_clicked (GtkButton *button, - gpointer user_data); - -void -on_remove_theme_clicked (GtkButton *button, - gpointer user_data); - -void -on_cursor_size_changed (GtkHScale *cursorsizescale, - gpointer user_data); - -void -on_tb_style_changed (GtkComboBox *combobox, - gpointer user_data); diff -Nru lxappearance-0.4.0/src/Makefile.am lxappearance-0.5.0/src/Makefile.am --- lxappearance-0.4.0/src/Makefile.am 2009-12-19 11:05:54.000000000 +0000 +++ lxappearance-0.5.0/src/Makefile.am 2010-10-06 16:55:34.000000000 +0000 @@ -1,22 +1,53 @@ NULL= -INCLUDES = \ - -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ +AM_CPPFLAGS = \ + -I$(srcdir) \ + -DPACKAGE_DATA_DIR=\""$(datadir)/lxappearance"\" \ + -DPACKAGE_UI_DIR=\""$(datadir)/lxappearance/ui"\" \ + -DPACKAGE_LIB_DIR=\""$(libdir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ - $(PACKAGE_CFLAGS) \ $(NULL) -bin_PROGRAMS = lxappearance +lxappearance_includedir = $(includedir)/lxappearance +lxappearance_include_HEADERS = lxappearance.h +bin_PROGRAMS = lxappearance lxappearance_SOURCES = \ - main.c \ - main-dlg.c main-dlg.h \ - demo.c demo.h \ + lxappearance.c \ + lxappearance.h \ + widget-theme.c \ + widget-theme.h \ + color-scheme.c \ + color-scheme.h \ + icon-theme.c \ + icon-theme.h \ + cursor-theme.c \ + cursor-theme.h \ + other.c \ + other.h \ + utils.c \ + utils.h \ + plugin.c \ + plugin.h \ $(NULL) lxappearance_CFLAGS = \ - -Wl,--export-dynamic \ + $(GTK_CFLAGS) \ + $(XLIB_CFLAGS) \ + $(GMODULE_CFLAGS) \ -Werror-implicit-function-declaration \ $(NULL) -lxappearance_LDADD = $(PACKAGE_LIBS) $(INTLLIBS) +lxappearance_LDADD = \ + $(GTK_LIBS) \ + $(XLIB_LIBS) \ + $(GMODULE_LIBS) \ + $(INTLLIBS) \ + $(NULL) + + +# Little program to optimize size of xml files +noinst_PROGRAMS=xml-purge +xml_purge_SOURCES=$(top_srcdir)/src/xml-purge.c +xml_purge_CFLAGS=$(GTK_CFLAGS) +xml_purge_LDADD=$(GTK_LIBS) diff -Nru lxappearance-0.4.0/src/Makefile.in lxappearance-0.5.0/src/Makefile.in --- lxappearance-0.4.0/src/Makefile.in 2010-01-06 15:30:30.000000000 +0000 +++ lxappearance-0.5.0/src/Makefile.in 2010-10-12 15:20:51.000000000 +0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -15,6 +15,7 @@ @SET_MAKE@ + VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ @@ -33,29 +34,42 @@ PRE_UNINSTALL = : POST_UNINSTALL = : bin_PROGRAMS = lxappearance$(EXEEXT) +noinst_PROGRAMS = xml-purge$(EXEEXT) subdir = src -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(lxappearance_include_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -am__installdirs = "$(DESTDIR)$(bindir)" -PROGRAMS = $(bin_PROGRAMS) +am__installdirs = "$(DESTDIR)$(bindir)" \ + "$(DESTDIR)$(lxappearance_includedir)" +PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) am__objects_1 = -am_lxappearance_OBJECTS = lxappearance-main.$(OBJEXT) \ - lxappearance-main-dlg.$(OBJEXT) lxappearance-demo.$(OBJEXT) \ - $(am__objects_1) +am_lxappearance_OBJECTS = lxappearance-lxappearance.$(OBJEXT) \ + lxappearance-widget-theme.$(OBJEXT) \ + lxappearance-color-scheme.$(OBJEXT) \ + lxappearance-icon-theme.$(OBJEXT) \ + lxappearance-cursor-theme.$(OBJEXT) \ + lxappearance-other.$(OBJEXT) lxappearance-utils.$(OBJEXT) \ + lxappearance-plugin.$(OBJEXT) $(am__objects_1) lxappearance_OBJECTS = $(am_lxappearance_OBJECTS) am__DEPENDENCIES_1 = lxappearance_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) lxappearance_LINK = $(CCLD) $(lxappearance_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ +am_xml_purge_OBJECTS = xml_purge-xml-purge.$(OBJEXT) +xml_purge_OBJECTS = $(am_xml_purge_OBJECTS) +xml_purge_DEPENDENCIES = $(am__DEPENDENCIES_1) +xml_purge_LINK = $(CCLD) $(xml_purge_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -64,8 +78,30 @@ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -SOURCES = $(lxappearance_SOURCES) -DIST_SOURCES = $(lxappearance_SOURCES) +SOURCES = $(lxappearance_SOURCES) $(xml_purge_SOURCES) +DIST_SOURCES = $(lxappearance_SOURCES) $(xml_purge_SOURCES) +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +HEADERS = $(lxappearance_include_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -93,9 +129,13 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GMODULE_CFLAGS = @GMODULE_CFLAGS@ +GMODULE_LIBS = @GMODULE_LIBS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -111,7 +151,6 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -121,8 +160,6 @@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_CFLAGS = @PACKAGE_CFLAGS@ -PACKAGE_LIBS = @PACKAGE_LIBS@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ @@ -140,9 +177,8 @@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ -XMLCATALOG = @XMLCATALOG@ -XML_CATALOG_FILE = @XML_CATALOG_FILE@ -XSLTPROC = @XSLTPROC@ +XLIB_CFLAGS = @XLIB_CFLAGS@ +XLIB_LIBS = @XLIB_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -186,29 +222,57 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ NULL = -INCLUDES = \ - -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ +AM_CPPFLAGS = \ + -I$(srcdir) \ + -DPACKAGE_DATA_DIR=\""$(datadir)/lxappearance"\" \ + -DPACKAGE_UI_DIR=\""$(datadir)/lxappearance/ui"\" \ + -DPACKAGE_LIB_DIR=\""$(libdir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ - $(PACKAGE_CFLAGS) \ $(NULL) +lxappearance_includedir = $(includedir)/lxappearance +lxappearance_include_HEADERS = lxappearance.h lxappearance_SOURCES = \ - main.c \ - main-dlg.c main-dlg.h \ - demo.c demo.h \ + lxappearance.c \ + lxappearance.h \ + widget-theme.c \ + widget-theme.h \ + color-scheme.c \ + color-scheme.h \ + icon-theme.c \ + icon-theme.h \ + cursor-theme.c \ + cursor-theme.h \ + other.c \ + other.h \ + utils.c \ + utils.h \ + plugin.c \ + plugin.h \ $(NULL) lxappearance_CFLAGS = \ - -Wl,--export-dynamic \ + $(GTK_CFLAGS) \ + $(XLIB_CFLAGS) \ + $(GMODULE_CFLAGS) \ -Werror-implicit-function-declaration \ $(NULL) -lxappearance_LDADD = $(PACKAGE_LIBS) $(INTLLIBS) +lxappearance_LDADD = \ + $(GTK_LIBS) \ + $(XLIB_LIBS) \ + $(GMODULE_LIBS) \ + $(INTLLIBS) \ + $(NULL) + +xml_purge_SOURCES = $(top_srcdir)/src/xml-purge.c +xml_purge_CFLAGS = $(GTK_CFLAGS) +xml_purge_LDADD = $(GTK_LIBS) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -217,9 +281,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/Makefile + $(AUTOMAKE) --foreign src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -233,9 +297,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) +$(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @@ -275,9 +339,15 @@ clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) + +clean-noinstPROGRAMS: + -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) lxappearance$(EXEEXT): $(lxappearance_OBJECTS) $(lxappearance_DEPENDENCIES) @rm -f lxappearance$(EXEEXT) $(lxappearance_LINK) $(lxappearance_OBJECTS) $(lxappearance_LDADD) $(LIBS) +xml-purge$(EXEEXT): $(xml_purge_OBJECTS) $(xml_purge_DEPENDENCIES) + @rm -f xml-purge$(EXEEXT) + $(xml_purge_LINK) $(xml_purge_OBJECTS) $(xml_purge_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -285,9 +355,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxappearance-demo.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxappearance-main-dlg.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxappearance-main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxappearance-color-scheme.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxappearance-cursor-theme.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxappearance-icon-theme.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxappearance-lxappearance.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxappearance-other.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxappearance-plugin.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxappearance-utils.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lxappearance-widget-theme.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml_purge-xml-purge.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -303,47 +379,151 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` -lxappearance-main.o: main.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-main.o -MD -MP -MF $(DEPDIR)/lxappearance-main.Tpo -c -o lxappearance-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-main.Tpo $(DEPDIR)/lxappearance-main.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='lxappearance-main.o' libtool=no @AMDEPBACKSLASH@ +lxappearance-lxappearance.o: lxappearance.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-lxappearance.o -MD -MP -MF $(DEPDIR)/lxappearance-lxappearance.Tpo -c -o lxappearance-lxappearance.o `test -f 'lxappearance.c' || echo '$(srcdir)/'`lxappearance.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-lxappearance.Tpo $(DEPDIR)/lxappearance-lxappearance.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lxappearance.c' object='lxappearance-lxappearance.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-lxappearance.o `test -f 'lxappearance.c' || echo '$(srcdir)/'`lxappearance.c + +lxappearance-lxappearance.obj: lxappearance.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-lxappearance.obj -MD -MP -MF $(DEPDIR)/lxappearance-lxappearance.Tpo -c -o lxappearance-lxappearance.obj `if test -f 'lxappearance.c'; then $(CYGPATH_W) 'lxappearance.c'; else $(CYGPATH_W) '$(srcdir)/lxappearance.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-lxappearance.Tpo $(DEPDIR)/lxappearance-lxappearance.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lxappearance.c' object='lxappearance-lxappearance.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-lxappearance.obj `if test -f 'lxappearance.c'; then $(CYGPATH_W) 'lxappearance.c'; else $(CYGPATH_W) '$(srcdir)/lxappearance.c'; fi` + +lxappearance-widget-theme.o: widget-theme.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-widget-theme.o -MD -MP -MF $(DEPDIR)/lxappearance-widget-theme.Tpo -c -o lxappearance-widget-theme.o `test -f 'widget-theme.c' || echo '$(srcdir)/'`widget-theme.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-widget-theme.Tpo $(DEPDIR)/lxappearance-widget-theme.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='widget-theme.c' object='lxappearance-widget-theme.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-widget-theme.o `test -f 'widget-theme.c' || echo '$(srcdir)/'`widget-theme.c + +lxappearance-widget-theme.obj: widget-theme.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-widget-theme.obj -MD -MP -MF $(DEPDIR)/lxappearance-widget-theme.Tpo -c -o lxappearance-widget-theme.obj `if test -f 'widget-theme.c'; then $(CYGPATH_W) 'widget-theme.c'; else $(CYGPATH_W) '$(srcdir)/widget-theme.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-widget-theme.Tpo $(DEPDIR)/lxappearance-widget-theme.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='widget-theme.c' object='lxappearance-widget-theme.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-widget-theme.obj `if test -f 'widget-theme.c'; then $(CYGPATH_W) 'widget-theme.c'; else $(CYGPATH_W) '$(srcdir)/widget-theme.c'; fi` + +lxappearance-color-scheme.o: color-scheme.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-color-scheme.o -MD -MP -MF $(DEPDIR)/lxappearance-color-scheme.Tpo -c -o lxappearance-color-scheme.o `test -f 'color-scheme.c' || echo '$(srcdir)/'`color-scheme.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-color-scheme.Tpo $(DEPDIR)/lxappearance-color-scheme.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='color-scheme.c' object='lxappearance-color-scheme.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-color-scheme.o `test -f 'color-scheme.c' || echo '$(srcdir)/'`color-scheme.c + +lxappearance-color-scheme.obj: color-scheme.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-color-scheme.obj -MD -MP -MF $(DEPDIR)/lxappearance-color-scheme.Tpo -c -o lxappearance-color-scheme.obj `if test -f 'color-scheme.c'; then $(CYGPATH_W) 'color-scheme.c'; else $(CYGPATH_W) '$(srcdir)/color-scheme.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-color-scheme.Tpo $(DEPDIR)/lxappearance-color-scheme.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='color-scheme.c' object='lxappearance-color-scheme.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-color-scheme.obj `if test -f 'color-scheme.c'; then $(CYGPATH_W) 'color-scheme.c'; else $(CYGPATH_W) '$(srcdir)/color-scheme.c'; fi` + +lxappearance-icon-theme.o: icon-theme.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-icon-theme.o -MD -MP -MF $(DEPDIR)/lxappearance-icon-theme.Tpo -c -o lxappearance-icon-theme.o `test -f 'icon-theme.c' || echo '$(srcdir)/'`icon-theme.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-icon-theme.Tpo $(DEPDIR)/lxappearance-icon-theme.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='icon-theme.c' object='lxappearance-icon-theme.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-icon-theme.o `test -f 'icon-theme.c' || echo '$(srcdir)/'`icon-theme.c -lxappearance-main.obj: main.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-main.obj -MD -MP -MF $(DEPDIR)/lxappearance-main.Tpo -c -o lxappearance-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-main.Tpo $(DEPDIR)/lxappearance-main.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='lxappearance-main.obj' libtool=no @AMDEPBACKSLASH@ +lxappearance-icon-theme.obj: icon-theme.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-icon-theme.obj -MD -MP -MF $(DEPDIR)/lxappearance-icon-theme.Tpo -c -o lxappearance-icon-theme.obj `if test -f 'icon-theme.c'; then $(CYGPATH_W) 'icon-theme.c'; else $(CYGPATH_W) '$(srcdir)/icon-theme.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-icon-theme.Tpo $(DEPDIR)/lxappearance-icon-theme.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='icon-theme.c' object='lxappearance-icon-theme.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-icon-theme.obj `if test -f 'icon-theme.c'; then $(CYGPATH_W) 'icon-theme.c'; else $(CYGPATH_W) '$(srcdir)/icon-theme.c'; fi` -lxappearance-main-dlg.o: main-dlg.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-main-dlg.o -MD -MP -MF $(DEPDIR)/lxappearance-main-dlg.Tpo -c -o lxappearance-main-dlg.o `test -f 'main-dlg.c' || echo '$(srcdir)/'`main-dlg.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-main-dlg.Tpo $(DEPDIR)/lxappearance-main-dlg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main-dlg.c' object='lxappearance-main-dlg.o' libtool=no @AMDEPBACKSLASH@ +lxappearance-cursor-theme.o: cursor-theme.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-cursor-theme.o -MD -MP -MF $(DEPDIR)/lxappearance-cursor-theme.Tpo -c -o lxappearance-cursor-theme.o `test -f 'cursor-theme.c' || echo '$(srcdir)/'`cursor-theme.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-cursor-theme.Tpo $(DEPDIR)/lxappearance-cursor-theme.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cursor-theme.c' object='lxappearance-cursor-theme.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-main-dlg.o `test -f 'main-dlg.c' || echo '$(srcdir)/'`main-dlg.c +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-cursor-theme.o `test -f 'cursor-theme.c' || echo '$(srcdir)/'`cursor-theme.c -lxappearance-main-dlg.obj: main-dlg.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-main-dlg.obj -MD -MP -MF $(DEPDIR)/lxappearance-main-dlg.Tpo -c -o lxappearance-main-dlg.obj `if test -f 'main-dlg.c'; then $(CYGPATH_W) 'main-dlg.c'; else $(CYGPATH_W) '$(srcdir)/main-dlg.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-main-dlg.Tpo $(DEPDIR)/lxappearance-main-dlg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main-dlg.c' object='lxappearance-main-dlg.obj' libtool=no @AMDEPBACKSLASH@ +lxappearance-cursor-theme.obj: cursor-theme.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-cursor-theme.obj -MD -MP -MF $(DEPDIR)/lxappearance-cursor-theme.Tpo -c -o lxappearance-cursor-theme.obj `if test -f 'cursor-theme.c'; then $(CYGPATH_W) 'cursor-theme.c'; else $(CYGPATH_W) '$(srcdir)/cursor-theme.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-cursor-theme.Tpo $(DEPDIR)/lxappearance-cursor-theme.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cursor-theme.c' object='lxappearance-cursor-theme.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-main-dlg.obj `if test -f 'main-dlg.c'; then $(CYGPATH_W) 'main-dlg.c'; else $(CYGPATH_W) '$(srcdir)/main-dlg.c'; fi` +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-cursor-theme.obj `if test -f 'cursor-theme.c'; then $(CYGPATH_W) 'cursor-theme.c'; else $(CYGPATH_W) '$(srcdir)/cursor-theme.c'; fi` -lxappearance-demo.o: demo.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-demo.o -MD -MP -MF $(DEPDIR)/lxappearance-demo.Tpo -c -o lxappearance-demo.o `test -f 'demo.c' || echo '$(srcdir)/'`demo.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-demo.Tpo $(DEPDIR)/lxappearance-demo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='demo.c' object='lxappearance-demo.o' libtool=no @AMDEPBACKSLASH@ +lxappearance-other.o: other.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-other.o -MD -MP -MF $(DEPDIR)/lxappearance-other.Tpo -c -o lxappearance-other.o `test -f 'other.c' || echo '$(srcdir)/'`other.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-other.Tpo $(DEPDIR)/lxappearance-other.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='other.c' object='lxappearance-other.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-demo.o `test -f 'demo.c' || echo '$(srcdir)/'`demo.c +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-other.o `test -f 'other.c' || echo '$(srcdir)/'`other.c -lxappearance-demo.obj: demo.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-demo.obj -MD -MP -MF $(DEPDIR)/lxappearance-demo.Tpo -c -o lxappearance-demo.obj `if test -f 'demo.c'; then $(CYGPATH_W) 'demo.c'; else $(CYGPATH_W) '$(srcdir)/demo.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-demo.Tpo $(DEPDIR)/lxappearance-demo.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='demo.c' object='lxappearance-demo.obj' libtool=no @AMDEPBACKSLASH@ +lxappearance-other.obj: other.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-other.obj -MD -MP -MF $(DEPDIR)/lxappearance-other.Tpo -c -o lxappearance-other.obj `if test -f 'other.c'; then $(CYGPATH_W) 'other.c'; else $(CYGPATH_W) '$(srcdir)/other.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-other.Tpo $(DEPDIR)/lxappearance-other.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='other.c' object='lxappearance-other.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-demo.obj `if test -f 'demo.c'; then $(CYGPATH_W) 'demo.c'; else $(CYGPATH_W) '$(srcdir)/demo.c'; fi` +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-other.obj `if test -f 'other.c'; then $(CYGPATH_W) 'other.c'; else $(CYGPATH_W) '$(srcdir)/other.c'; fi` + +lxappearance-utils.o: utils.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-utils.o -MD -MP -MF $(DEPDIR)/lxappearance-utils.Tpo -c -o lxappearance-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-utils.Tpo $(DEPDIR)/lxappearance-utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils.c' object='lxappearance-utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c + +lxappearance-utils.obj: utils.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-utils.obj -MD -MP -MF $(DEPDIR)/lxappearance-utils.Tpo -c -o lxappearance-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-utils.Tpo $(DEPDIR)/lxappearance-utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils.c' object='lxappearance-utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` + +lxappearance-plugin.o: plugin.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-plugin.o -MD -MP -MF $(DEPDIR)/lxappearance-plugin.Tpo -c -o lxappearance-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-plugin.Tpo $(DEPDIR)/lxappearance-plugin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='plugin.c' object='lxappearance-plugin.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c + +lxappearance-plugin.obj: plugin.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -MT lxappearance-plugin.obj -MD -MP -MF $(DEPDIR)/lxappearance-plugin.Tpo -c -o lxappearance-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lxappearance-plugin.Tpo $(DEPDIR)/lxappearance-plugin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='plugin.c' object='lxappearance-plugin.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lxappearance_CFLAGS) $(CFLAGS) -c -o lxappearance-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi` + +xml_purge-xml-purge.o: $(top_srcdir)/src/xml-purge.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xml_purge_CFLAGS) $(CFLAGS) -MT xml_purge-xml-purge.o -MD -MP -MF $(DEPDIR)/xml_purge-xml-purge.Tpo -c -o xml_purge-xml-purge.o `test -f '$(top_srcdir)/src/xml-purge.c' || echo '$(srcdir)/'`$(top_srcdir)/src/xml-purge.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xml_purge-xml-purge.Tpo $(DEPDIR)/xml_purge-xml-purge.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/src/xml-purge.c' object='xml_purge-xml-purge.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xml_purge_CFLAGS) $(CFLAGS) -c -o xml_purge-xml-purge.o `test -f '$(top_srcdir)/src/xml-purge.c' || echo '$(srcdir)/'`$(top_srcdir)/src/xml-purge.c + +xml_purge-xml-purge.obj: $(top_srcdir)/src/xml-purge.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xml_purge_CFLAGS) $(CFLAGS) -MT xml_purge-xml-purge.obj -MD -MP -MF $(DEPDIR)/xml_purge-xml-purge.Tpo -c -o xml_purge-xml-purge.obj `if test -f '$(top_srcdir)/src/xml-purge.c'; then $(CYGPATH_W) '$(top_srcdir)/src/xml-purge.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/xml-purge.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xml_purge-xml-purge.Tpo $(DEPDIR)/xml_purge-xml-purge.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/src/xml-purge.c' object='xml_purge-xml-purge.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xml_purge_CFLAGS) $(CFLAGS) -c -o xml_purge-xml-purge.obj `if test -f '$(top_srcdir)/src/xml-purge.c'; then $(CYGPATH_W) '$(top_srcdir)/src/xml-purge.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/xml-purge.c'; fi` +install-lxappearance_includeHEADERS: $(lxappearance_include_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(lxappearance_includedir)" || $(MKDIR_P) "$(DESTDIR)$(lxappearance_includedir)" + @list='$(lxappearance_include_HEADERS)'; test -n "$(lxappearance_includedir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(lxappearance_includedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(lxappearance_includedir)" || exit $$?; \ + done + +uninstall-lxappearance_includeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(lxappearance_include_HEADERS)'; test -n "$(lxappearance_includedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(lxappearance_includedir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(lxappearance_includedir)" && rm -f $$files ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -429,9 +609,9 @@ done check-am: all-am check: check-am -all-am: Makefile $(PROGRAMS) +all-am: Makefile $(PROGRAMS) $(HEADERS) installdirs: - for dir in "$(DESTDIR)$(bindir)"; do \ + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(lxappearance_includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am @@ -461,7 +641,8 @@ @echo "it deletes files that may require special tools to rebuild." clean: clean-am -clean-am: clean-binPROGRAMS clean-generic mostlyclean-am +clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \ + mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) @@ -481,7 +662,7 @@ info-am: -install-data-am: +install-data-am: install-lxappearance_includeHEADERS install-dvi: install-dvi-am @@ -526,22 +707,25 @@ ps-am: -uninstall-am: uninstall-binPROGRAMS +uninstall-am: uninstall-binPROGRAMS \ + uninstall-lxappearance_includeHEADERS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ - clean-generic ctags distclean distclean-compile \ - distclean-generic distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-binPROGRAMS \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ + clean-generic clean-noinstPROGRAMS ctags distclean \ + distclean-compile distclean-generic distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am \ + install-lxappearance_includeHEADERS install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ - uninstall-am uninstall-binPROGRAMS + uninstall-am uninstall-binPROGRAMS \ + uninstall-lxappearance_includeHEADERS # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -Nru lxappearance-0.4.0/src/other.c lxappearance-0.5.0/src/other.c --- lxappearance-0.4.0/src/other.c 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/other.c 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,82 @@ +// other.c +// +// Copyright 2010 Hong Jen Yee (PCMan) +// +// This program 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; either version 2 of the License, or +// (at your option) any later version. +// +// This program 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 program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +// MA 02110-1301, USA. + + +#include "lxappearance.h" +#include "other.h" +#include + +static void on_tb_style_changed(GtkComboBox* combo, gpointer user_data) +{ + app.toolbar_style = gtk_combo_box_get_active(combo) + GTK_TOOLBAR_ICONS; + lxappearance_changed(); +} + +static void on_tb_icon_size_changed(GtkComboBox* combo, gpointer user_data) +{ + app.toolbar_icon_size = gtk_combo_box_get_active(combo) + GTK_ICON_SIZE_MENU; + lxappearance_changed(); +} + +static void on_check_button_toggled(GtkToggleButton* btn, gpointer user_data) +{ + gboolean* val = (gboolean*)user_data; + gboolean new_val = gtk_toggle_button_get_active(btn); + if(new_val != *val) + { + *val = new_val; + lxappearance_changed(); + } +} + +void other_init(GtkBuilder* b) +{ + int idx; + app.tb_style_combo = GTK_WIDGET(gtk_builder_get_object(b, "tb_style")); + idx = app.toolbar_style - GTK_TOOLBAR_ICONS; + gtk_combo_box_set_active(GTK_COMBO_BOX(app.tb_style_combo), idx); + g_signal_connect(app.tb_style_combo, "changed", G_CALLBACK(on_tb_style_changed), NULL); + + app.tb_icon_size_combo = GTK_WIDGET(gtk_builder_get_object(b, "tb_icon_size")); + idx = app.toolbar_icon_size - GTK_ICON_SIZE_MENU; + gtk_combo_box_set_active(GTK_COMBO_BOX(app.tb_icon_size_combo), idx); + g_signal_connect(app.tb_icon_size_combo, "changed", G_CALLBACK(on_tb_icon_size_changed), NULL); + + app.button_images_check = GTK_WIDGET(gtk_builder_get_object(b, "button_images")); + gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(app.button_images_check), app.button_images); + g_signal_connect(app.button_images_check, "toggled", G_CALLBACK(on_check_button_toggled), &app.button_images); + + app.menu_images_check = GTK_WIDGET(gtk_builder_get_object(b, "menu_images")); + gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(app.menu_images_check), app.menu_images); + g_signal_connect(app.menu_images_check, "toggled", G_CALLBACK(on_check_button_toggled), &app.menu_images); + +#if GTK_CHECK_VERSION(2, 14, 0) + app.event_sound_check = GTK_WIDGET(gtk_builder_get_object(b, "event_sound")); + gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(app.event_sound_check), app.enable_event_sound); + g_signal_connect(app.event_sound_check, "toggled", G_CALLBACK(on_check_button_toggled), &app.enable_event_sound); + + app.input_feedback_check = GTK_WIDGET(gtk_builder_get_object(b, "input_feedback_sound")); + gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(app.input_feedback_check), app.enable_input_feedback); + g_signal_connect(app.input_feedback_check, "toggled", G_CALLBACK(on_check_button_toggled), &app.enable_input_feedback); + + /* event sound support */ + gtk_widget_show_all(GTK_WIDGET(gtk_builder_get_object(b, "sound_effect"))); +#endif +} + diff -Nru lxappearance-0.4.0/src/other.h lxappearance-0.5.0/src/other.h --- lxappearance-0.4.0/src/other.h 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/other.h 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,30 @@ +// other.h +// +// Copyright 2010 Hong Jen Yee (PCMan) +// +// This program 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; either version 2 of the License, or +// (at your option) any later version. +// +// This program 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 program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +// MA 02110-1301, USA. + + +#ifndef __OTHER_H__ +#define __OTHER_H__ + +G_BEGIN_DECLS + +void other_init(GtkBuilder* b); + +G_END_DECLS + +#endif /* __OTHER_H__ */ diff -Nru lxappearance-0.4.0/src/plugin.c lxappearance-0.5.0/src/plugin.c --- lxappearance-0.4.0/src/plugin.c 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/plugin.c 2010-08-07 17:56:33.000000000 +0000 @@ -0,0 +1,93 @@ +// plugin.c +// +// Copyright 2010 Hong Jen Yee (PCMan) +// +// This program 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; either version 2 of the License, or +// (at your option) any later version. +// +// This program 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 program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +// MA 02110-1301, USA. + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include "plugin.h" +#include "lxappearance.h" +#include + +#define PLUGIN_DIR PACKAGE_LIB_DIR"/lxappearance/plugins" + +typedef gboolean (*PluginLoadFunc)(LXAppearance*, GtkBuilder*); +typedef void (*PluginUnloadFunc)(LXAppearance*); + +typedef struct _Plugin Plugin; +struct _Plugin +{ + GModule* module; + PluginLoadFunc load; + PluginUnloadFunc unload; +}; + +static GSList* plugins = NULL; + +void plugins_init(GtkBuilder* builder) +{ + GDir* dir = g_dir_open(PLUGIN_DIR, 0, NULL); + const char* name; + if(!dir) + return; + while(name = g_dir_read_name(dir)) + { + if(g_str_has_suffix(name, ".so")) + { + char* file = g_build_filename(PLUGIN_DIR, name, NULL); + GModule* mod = g_module_open(file, 0); + g_free(file); + if(mod) + { + PluginLoadFunc load; + gboolean loaded = FALSE; + g_debug("module: %s", g_module_name(mod)); + if(g_module_symbol(mod, "plugin_load", (gpointer*)&load)) + loaded = load(&app, builder); + if(loaded) + { + Plugin* plugin = g_slice_new0(Plugin); + plugin->module = mod; + plugin->load = load; + g_module_symbol(mod, "plugin_unload", (gpointer*)&plugin->unload); + plugins = g_slist_prepend(plugins, plugin); + } + else + g_module_close(mod); + } + else + g_debug("open failed: %s\n%s", name, g_module_error()); + } + } + g_dir_close(dir); +} + +void plugins_finalize() +{ + GSList* l; + for(l = plugins; l; l=l->next) + { + Plugin* plugin = (Plugin*)l->data; + if(plugin->unload) + plugin->unload(&app); + g_module_close(plugin->module); + g_slice_free(Plugin, plugin); + } + g_slist_free(plugins); +} diff -Nru lxappearance-0.4.0/src/plugin.h lxappearance-0.5.0/src/plugin.h --- lxappearance-0.4.0/src/plugin.h 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/plugin.h 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,28 @@ +// plugin.c +// +// Copyright 2010 Hong Jen Yee (PCMan) +// +// This program 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; either version 2 of the License, or +// (at your option) any later version. +// +// This program 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 program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +// MA 02110-1301, USA. + +#ifndef __PLUGIN_H__ +#define __PLUGIN_H__ + +#include + +void plugins_init(GtkBuilder* builder); +void plugins_finalize(); + +#endif diff -Nru lxappearance-0.4.0/src/utils.c lxappearance-0.5.0/src/utils.c --- lxappearance-0.4.0/src/utils.c 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/utils.c 2010-08-07 17:58:38.000000000 +0000 @@ -0,0 +1,267 @@ +/* + * utils.c + * + * Copyright 2010 PCMan + * + * This program 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + +#include "utils.h" +#include "lxappearance.h" +#include +#include +#include +#include +#include +#include + +#include "icon-theme.h" + +static void on_pid_exit(GPid pid, gint status, gpointer user_data) +{ + GtkDialog* dlg = GTK_DIALOG(user_data); + gtk_dialog_response(dlg, GTK_RESPONSE_OK); + g_debug("pid exit"); +} + +static void on_progress_dlg_response(GtkDialog* dlg, int res, gpointer user_data) +{ + if(res != GTK_RESPONSE_OK) + { + GPid* ppid = (GPid*)user_data; + int status; + kill(*ppid, SIGTERM); + waitpid(*ppid, &status, WNOHANG); + } +} + +static gboolean on_progress_timeout(GtkProgressBar* progress) +{ + gtk_progress_bar_pulse(progress); + return TRUE; +} + +gboolean show_progress_for_pid(GtkWindow* parent, const char* title, const char* msg, GPid pid) +{ + gint res; + GtkWidget* dlg = gtk_dialog_new_with_buttons(title, parent, + GTK_DIALOG_NO_SEPARATOR|GTK_DIALOG_MODAL, + GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL); + GtkWidget* progress = gtk_progress_bar_new(); + GtkWidget* vbox = gtk_dialog_get_content_area(GTK_DIALOG(dlg)); + GtkWidget* label = gtk_label_new(msg); + + guint child_watch = g_child_watch_add(pid, on_pid_exit, dlg); + guint timeout = g_timeout_add(300, (GSourceFunc)on_progress_timeout, progress); + + gtk_window_set_default_size(GTK_WINDOW(dlg), 240, -1); + gtk_box_set_spacing(GTK_BOX(vbox), 6); + gtk_widget_show(label); + gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, TRUE, 0); + gtk_widget_show(progress); + gtk_box_pack_start(GTK_BOX(vbox), progress, FALSE, TRUE, 0); + gtk_progress_set_activity_mode(GTK_PROGRESS(progress), TRUE); + g_signal_connect(dlg, "response", G_CALLBACK(on_progress_dlg_response), &pid); + + res = gtk_dialog_run(GTK_DIALOG(dlg)); + + g_source_remove(child_watch); + g_source_remove(timeout); + gtk_widget_destroy(dlg); + + return (res == GTK_RESPONSE_OK); +} + +static void insert_theme_to_models(IconTheme* theme) +{ + int icon_theme_pos = 0; + int cursor_theme_pos = 0; + GSList* l; + GtkTreeIter it; + + for(l = app.icon_themes; l; l=l->next) + { + IconTheme* theme2 = (IconTheme*)l->data; + if(l->data == theme) + break; + if(theme2->has_icon) + ++icon_theme_pos; + if(theme2->has_cursor) + ++cursor_theme_pos; + } + if(theme->has_icon) + gtk_list_store_insert_with_values(app.icon_theme_store, &it, icon_theme_pos, 0, theme->disp_name, 1, theme, -1); + + if(theme->has_cursor) + gtk_list_store_insert_with_values(app.cursor_theme_store, &it, cursor_theme_pos, 0, theme->disp_name, 1, theme, -1); +} + +static gboolean install_icon_theme_package(const char* package_path) +{ + GPid pid = -1; + const char* user_icons_dir = icon_theme_dirs[0]; + char* tmp_dir = g_build_filename(user_icons_dir, "tmp.XXXXXX", NULL); + char* argv[]= { + "tar", + NULL, + "-C", + tmp_dir, + "-xf", + (char*)package_path, + NULL + }; + + if(g_mkdir_with_parents(user_icons_dir, 0700) == -1) + return FALSE; + + if(!mkdtemp(tmp_dir)) + return FALSE; + + if(g_str_has_suffix(package_path, ".tar.gz")) + argv[1] = "--gzip"; + else if(g_str_has_suffix(package_path, ".tar.bz2")) + argv[1] = "--bzip2"; + else /* the file format is not supported */ + goto _out; + + char* cmd = g_strjoinv(" ", argv); + g_debug("extract: %s", cmd); + g_free(cmd); + + if(g_spawn_async(NULL, argv, NULL, G_SPAWN_SEARCH_PATH|G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, &pid, NULL)) + { + g_debug("pid = %d", pid); + /* show progress UI for this pid */ + if(show_progress_for_pid(GTK_WINDOW(app.dlg), "Install themes", "Installing...", pid)) + { + /* move files in tmp_dir to user_icons_dir */ + GDir* dir; + GKeyFile* kf = g_key_file_new(); + + /* convert the themes in the dir to IconTheme structs and add them to app.icon_themes list */ + load_icon_themes_from_dir(user_icons_dir, tmp_dir, kf); + g_key_file_free(kf); + + /* now really move this themes to ~/.icons dir and also update the GUI */ + dir = g_dir_open(tmp_dir, 0, NULL); + if(dir) + { + char* name; + while(name = (char*)g_dir_read_name(dir)) + { + char* index_theme = g_build_filename(tmp_dir, name, "index.theme", NULL); + gboolean is_theme = g_file_test(index_theme, G_FILE_TEST_EXISTS); + g_free(index_theme); + if(is_theme) + { + char* theme_tmp = g_build_filename(tmp_dir, name, NULL); + char* theme_target = g_build_filename(user_icons_dir, name, NULL); + if(g_rename(theme_tmp, theme_target) == 0) + { + /* the theme is already installed to ~/.icons */ + GSList* l= g_slist_find_custom(app.icon_themes, name, (GCompareFunc)icon_theme_cmp_name); + if(l) + { + IconTheme* theme = (IconTheme*)l->data; + g_debug("installed theme: %p, %s", theme, theme->name); + /* update UI */ + insert_theme_to_models(theme); + } + } + else + { + /* errors happened */ + } + g_free(theme_target); + g_free(theme_tmp); + } + } + g_dir_close(dir); + + /* remove remaining files. FIXME: will this cause problems? */ + name = g_strdup_printf("rm -rf '%s'", tmp_dir); + g_spawn_command_line_sync(name, NULL, NULL, NULL, NULL); + g_free(name); + } + } + } + +_out: + g_free(tmp_dir); + return (pid != -1); +} + +gboolean install_icon_theme(GtkWindow* parent) +{ + GtkFileFilter* filter = gtk_file_filter_new(); + char* file = NULL; + int res; + GtkWidget* fc = gtk_file_chooser_dialog_new( _("Select an icon theme"), NULL, + GTK_FILE_CHOOSER_ACTION_OPEN, + GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, + GTK_STOCK_OPEN, GTK_RESPONSE_OK, NULL ); + gtk_window_set_transient_for(GTK_WINDOW(fc), GTK_WINDOW(app.dlg)); + gtk_file_filter_add_pattern( filter, "*.tar.gz" ); + gtk_file_filter_add_pattern( filter, "*.tar.bz2" ); + gtk_file_filter_set_name( filter, _("*.tar.gz, *.tar.bz2 (Icon Theme)") ); + + gtk_file_chooser_add_filter( GTK_FILE_CHOOSER(fc), filter ); + gtk_file_chooser_set_filter( GTK_FILE_CHOOSER(fc), filter ); + + res = gtk_dialog_run( (GtkDialog*)fc ); + file = gtk_file_chooser_get_filename( GTK_FILE_CHOOSER(fc) ); + gtk_widget_destroy( fc ); + + if( res == GTK_RESPONSE_OK ) + install_icon_theme_package(file); + + g_free(file); + return TRUE; +} + +gboolean remove_icon_theme(GtkWindow* parent, IconTheme* theme) +{ + gboolean ret = TRUE; + char* dir = g_build_filename(theme->base_dir, theme->name, NULL); + char* tmp_dir = g_build_filename(theme->base_dir, "tmp.XXXXXX", NULL); +g_debug("tmp_dir = %s", tmp_dir); + /* move the theme to a tmp dir first. so we can make the + * removal atomic. */ + if(mkdtemp(tmp_dir)) + { + char* tmp_dest = g_build_filename(tmp_dir, theme->name, NULL); + if(g_rename(dir, tmp_dest) == 0) + { + char* argv[] = { + "rm", + "-rf", + tmp_dir, + NULL + }; + GPid pid; + if(g_spawn_async(NULL, argv, NULL, G_SPAWN_SEARCH_PATH|G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, &pid, NULL)) + { + ret = show_progress_for_pid(GTK_WINDOW(app.dlg), "Remove icon theme", "Removing...", pid); + } + } + g_free(tmp_dest); + } + else + ret = FALSE; + + g_free(dir); + return ret; +} diff -Nru lxappearance-0.4.0/src/utils.h lxappearance-0.5.0/src/utils.h --- lxappearance-0.4.0/src/utils.h 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/utils.h 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,37 @@ +/* + * utils.h + * + * Copyright 2010 PCMan + * + * This program 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + +#ifndef _UTILS_H_ +#define _UTILS_H_ + +#include +#include "icon-theme.h" + +G_BEGIN_DECLS + +gboolean show_progress_for_pid(GtkWindow* parent, const char* title, const char* msg, GPid pid); + +gboolean install_icon_theme(GtkWindow* parent); +gboolean remove_icon_theme(GtkWindow* parent, IconTheme* theme); + +G_END_DECLS + +#endif diff -Nru lxappearance-0.4.0/src/widget-theme.c lxappearance-0.5.0/src/widget-theme.c --- lxappearance-0.4.0/src/widget-theme.c 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/widget-theme.c 2010-08-07 17:48:56.000000000 +0000 @@ -0,0 +1,147 @@ +/* + * widget-theme.c + * + * Copyright 2010 PCMan + * + * This program 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + +#include "lxappearance.h" +#include "widget-theme.h" +#include "color-scheme.h" +#include + +static GSList* load_themes_in_dir(const char* theme_dir, GSList* themes) +{ + GDir* dir = g_dir_open(theme_dir, 0, NULL); + if(dir) + { + const char* name; + while(name = g_dir_read_name(dir)) + { + /* test if we already have this in list */ + if(!g_slist_find_custom(themes, name, (GCompareFunc)strcmp)) + { + /* test if this is a gtk theme */ + char* gtkrc = g_build_filename(theme_dir, name, "gtk-2.0/gtkrc", NULL); + if(g_file_test(gtkrc, G_FILE_TEST_EXISTS)) + themes = g_slist_prepend(themes, g_strdup(name)); + g_free(gtkrc); + } + } + g_dir_close(dir); + } + return themes; +} + +static void on_sel_changed(GtkTreeSelection* sel, gpointer user_data) +{ + GtkTreeIter it; + GtkTreeModel* model; + if(gtk_tree_selection_get_selected(sel, &model, &it)) + { + g_free(app.widget_theme); + gtk_tree_model_get(model, &it, 0, &app.widget_theme, -1); + g_object_set(gtk_settings_get_default(), "gtk-theme-name", app.widget_theme, NULL); + lxappearance_changed(); + + /* check if current theme support color schemes. */ + color_scheme_update(); + } +} + +static void load_themes() +{ + char* dir; + GSList* themes = NULL, *l; + GtkTreeIter sel_it = {0}; + GtkTreeSelection* tree_sel; + + /* load user dir */ + dir = g_build_filename(g_get_home_dir(), ".themes", NULL); + themes = load_themes_in_dir(dir, themes); + g_free(dir); + + /* load system default */ + dir = gtk_rc_get_theme_dir(); + themes = load_themes_in_dir(dir, themes); + g_free(dir); + + themes = g_slist_sort(themes, (GCompareFunc)strcmp); + for(l = themes; l; l=l->next) + { + GtkTreeIter it; + char* name = (char*)l->data; + gtk_list_store_insert_with_values(app.widget_theme_store, &it, -1, 0, name, -1); + /* if this theme is the one currently in use */ + if(!sel_it.user_data) + { + if(strcmp(name, app.widget_theme) == 0) + sel_it = it; + } + g_free(name); + } + + gtk_tree_view_set_model(GTK_TREE_VIEW(app.widget_theme_view), GTK_TREE_MODEL(app.widget_theme_store)); + tree_sel = gtk_tree_view_get_selection(GTK_TREE_VIEW(app.widget_theme_view)); + if(sel_it.user_data) + { + GtkTreePath* tp = gtk_tree_model_get_path(GTK_TREE_MODEL(app.widget_theme_store), &sel_it); + gtk_tree_selection_select_iter(tree_sel, &sel_it); + gtk_tree_view_scroll_to_cell(GTK_TREE_VIEW(app.widget_theme_view), tp, NULL, FALSE, 0, 0); + gtk_tree_path_free(tp); + } + + g_slist_free(themes); + + g_signal_connect(tree_sel, "changed", G_CALLBACK(on_sel_changed), NULL); + + /* FIXME: we need to handle this, too. */ + // g_signal_connect(gtk_settings_get_default(), "notify::gtk-theme-name", G_CALLBACK(on_sel_changed), NULL); +} + +static void on_font_set(GtkFontButton* btn, gpointer user_data) +{ + const char* font_name = gtk_font_button_get_font_name(btn); + if(g_strcmp0(font_name, app.default_font)) + { + g_free(app.default_font); + app.default_font = g_strdup(font_name); + g_object_set(gtk_settings_get_default(), "gtk-font-name", font_name, NULL); + + lxappearance_changed(); + } +} + +void widget_theme_init(GtkBuilder* b) +{ + GtkWidget* demo; + GdkColor black = {0, 0, 0, 0}; + + demo = GTK_WIDGET(gtk_builder_get_object(b, "demo")); + app.widget_theme_view = GTK_WIDGET(gtk_builder_get_object(b, "widget_theme_view")); + + gtk_widget_modify_bg(demo, GTK_STATE_NORMAL, &black); + + app.widget_theme_store = gtk_list_store_new(1, G_TYPE_STRING); + + /* load available themes */ + load_themes(); + + app.default_font_btn = GTK_WIDGET(gtk_builder_get_object(b, "default_font")); + gtk_font_button_set_font_name(GTK_FONT_BUTTON(app.default_font_btn), app.default_font); + g_signal_connect(app.default_font_btn, "font-set", G_CALLBACK(on_font_set), NULL); +} diff -Nru lxappearance-0.4.0/src/widget-theme.h lxappearance-0.5.0/src/widget-theme.h --- lxappearance-0.4.0/src/widget-theme.h 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/widget-theme.h 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,33 @@ +/* + * widget-theme.h + * + * Copyright 2010 PCMan + * + * This program 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + +#ifndef _WIDGET_THEME_H_ +#define _WIDGET_THEME_H_ + +#include + +G_BEGIN_DECLS + +void widget_theme_init(GtkBuilder* b); + +G_END_DECLS + +#endif diff -Nru lxappearance-0.4.0/src/xml-purge.c lxappearance-0.5.0/src/xml-purge.c --- lxappearance-0.4.0/src/xml-purge.c 1970-01-01 00:00:00.000000000 +0000 +++ lxappearance-0.5.0/src/xml-purge.c 2010-08-07 16:19:09.000000000 +0000 @@ -0,0 +1,102 @@ +#include +#include +#include +#include + +#define IS_BLANK(ch) strchr(" \t\n\r", ch) + +static void purge_file( const char* file ) +{ + char* buf, *pbuf; + int in_tag = 0, in_quote = 0; + FILE* fo; + + if(!g_file_get_contents(file, &buf, NULL, NULL)) + exit(1); + + fo = fopen( file, "w" ); + if( ! fo ) + goto error; + + for( pbuf = buf; *pbuf; ++pbuf ) + { + if( in_tag > 0 ) + { + if( in_quote ) + { + if( *pbuf == '\"' ) + in_quote = 0; + } + else + { + if( *pbuf == '\"' ) + ++in_quote; + if( ! in_quote && IS_BLANK(*pbuf) ) /* skip unnecessary blanks */ + { + do{ + ++pbuf; + }while( IS_BLANK( *pbuf ) ); + + if( *pbuf != '>' ) + fputc( ' ', fo ); + --pbuf; + continue; + } + } + if( *pbuf == '>' ) + --in_tag; + fputc( *pbuf, fo ); + } + else + { + if( *pbuf == '<' ) + { + if( 0 == strncmp( pbuf, "" ); + if( ! pbuf ) + goto error; + pbuf += 2; + continue; + } + ++in_tag; + fputc( '<', fo ); + } + else + { + char* tmp = pbuf; + while( *tmp && IS_BLANK( *tmp ) && *tmp != '<' ) + ++tmp; + if( *tmp == '<' ) /* all cdata are blank characters */ + pbuf = tmp - 1; + else /* not blank, keep the cdata */ + { + if( tmp == pbuf ) + fputc( *pbuf, fo ); + else + { + fwrite( pbuf, 1, tmp - pbuf, fo ); + pbuf = tmp - 1; + } + } + } + } + } + + fclose( fo ); + +error: + free( buf ); +} + +int main( int argc, char** argv ) +{ + int i; + if( argc < 2 ) + return 1; + + for( i = 1; i < argc; ++i ) + purge_file( argv[ i] ); + + return 0; +}