diff -Nru thunar-media-tags-plugin-0.2.0/aclocal.m4 thunar-media-tags-plugin-0.2.1/aclocal.m4 --- thunar-media-tags-plugin-0.2.0/aclocal.m4 2011-11-30 19:34:10.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/aclocal.m4 2013-05-11 09:57:02.000000000 +0000 @@ -1,7 +1,7 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.13.1 -*- Autoconf -*- + +# Copyright (C) 1996-2012 Free Software Foundation, Inc. -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 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. @@ -11,13 +11,14 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, -[m4_warning([this file was generated for autoconf 2.68. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +[m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. -To do so, use the procedure documented by the package, typically `autoreconf'.])]) +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # Copyright (C) 1995-2002 Free Software Foundation, Inc. # Copyright (C) 2001-2003,2004 Red Hat, Inc. @@ -458,7 +459,7 @@ dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) -# serial 40 IT_PROG_INTLTOOL +# serial 42 IT_PROG_INTLTOOL AC_DEFUN([IT_PROG_INTLTOOL], [ AC_PREREQ([2.50])dnl AC_REQUIRE([AM_NLS])dnl @@ -471,13 +472,11 @@ ;; esac +INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | 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; }'` if test -n "$1"; then AC_MSG_CHECKING([for intltool >= $1]) - - INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | 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; }'` - ] AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) @@ -490,25 +489,48 @@ AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) 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 "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi +AC_SUBST([AM_DEFAULT_VERBOSITY]) + +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' +AC_SUBST(INTLTOOL_V_MERGE) +AC_SUBST(INTLTOOL__v_MERGE_) +AC_SUBST(INTLTOOL__v_MERGE_0) + +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' +AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) +AC_SUBST(intltool__v_merge_options_) +AC_SUBST(intltool__v_merge_options_0) + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' +else + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir' +fi + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' _IT_SUBST(INTLTOOL_DESKTOP_RULE) _IT_SUBST(INTLTOOL_DIRECTORY_RULE) @@ -554,7 +576,7 @@ if test $? -ne 0; then AC_MSG_ERROR([perl 5.8.1 is required for intltool]) else - IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" + IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` AC_MSG_RESULT([$IT_PERL_VERSION]) fi if test "x$2" != "xno-xml"; then @@ -9238,7 +9260,7 @@ m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) # nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation, +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -9430,7 +9452,62 @@ fi[]dnl ])# PKG_CHECK_MODULES -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + +# PKG_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable pkgconfigdir as the location where a module +# should install pkg-config .pc files. By default the directory is +# $libdir/pkgconfig, but the default can be changed by passing +# DIRECTORY. The user can override through the --with-pkgconfigdir +# parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_INSTALLDIR + + +# PKG_NOARCH_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable noarch_pkgconfigdir as the location where a +# module should install arch-independent pkg-config .pc files. By +# default the directory is $datadir/pkgconfig, but the default can be +# changed by passing DIRECTORY. The user can override through the +# --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_NOARCH_INSTALLDIR + + +# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# ------------------------------------------- +# Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])# PKG_CHECK_VAR + +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -9442,10 +9519,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.11' +[am__api_version='1.13' 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.1], [], +m4_if([$1], [1.13.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -9461,22 +9538,22 @@ # 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.1])dnl +[AM_AUTOMAKE_VERSION([1.13.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 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. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and @@ -9495,7 +9572,7 @@ # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you +# harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, @@ -9521,22 +9598,19 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2013 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 9 - # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ(2.52)dnl - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl @@ -9555,16 +9629,14 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2013 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 10 -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing @@ -9574,7 +9646,7 @@ # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was @@ -9587,12 +9659,13 @@ AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], UPC, [depcc="$UPC" am_compiler_list=], - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], @@ -9600,8 +9673,9 @@ # 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'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -9640,16 +9714,16 @@ : > 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 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > 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" + # 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 + # 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 @@ -9658,16 +9732,16 @@ test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # 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 + msvc7 | msvc7msys | 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} @@ -9715,7 +9789,7 @@ # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl @@ -9725,34 +9799,39 @@ # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors]) +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2013 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_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -9765,7 +9844,7 @@ # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but + # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. @@ -9777,21 +9856,19 @@ continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` @@ -9809,7 +9886,7 @@ # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will +# is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], @@ -9817,29 +9894,14 @@ [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, -# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 1996-2013 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 16 - # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. @@ -9855,7 +9917,7 @@ # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.62])dnl +[AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -9884,31 +9946,40 @@ # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl -AC_REQUIRE([AM_PROG_MKDIR_P])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl @@ -9919,28 +9990,32 @@ [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES(OBJC)], - [define([AC_PROG_OBJC], - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl -]) -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The `parallel-tests' driver may need to know about EXEEXT, so add the -dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) -dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], @@ -9968,7 +10043,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -9987,16 +10062,14 @@ install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi -AC_SUBST(install_sh)]) +AC_SUBST([install_sh])]) -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 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 2 - # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], @@ -10013,20 +10086,17 @@ # 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. +# Copyright (C) 1996-2013 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 +# 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]), @@ -10034,13 +10104,14 @@ [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]) +AC_MSG_CHECKING([whether to enable 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])) + [AS_HELP_STRING([--]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 @@ -10048,18 +10119,14 @@ ] ) -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. +# Copyright (C) 2001-2013 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 - # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. @@ -10077,7 +10144,7 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# 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 @@ -10104,15 +10171,12 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2013 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 6 - # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], @@ -10120,11 +10184,10 @@ $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) - # AM_MISSING_HAS_RUN # ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl @@ -10137,63 +10200,35 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) + AC_MSG_WARN(['missing' script is too old or missing]) fi ]) -# Copyright (C) 2003, 2004, 2005, 2006 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. - -# AM_PROG_MKDIR_P -# --------------- -# Check for `mkdir -p'. -AC_DEFUN([AM_PROG_MKDIR_P], -[AC_PREREQ([2.60])dnl -AC_REQUIRE([AC_PROG_MKDIR_P])dnl -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, -dnl while keeping a definition of mkdir_p for backward compatibility. -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of -dnl Makefile.ins that do not define MKDIR_P, so we do our own -dnl adjustment using top_builddir (which is defined more often than -dnl MKDIR_P). -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl -case $mkdir_p in - [[\\/$]]* | ?:[[\\/]]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac -]) - # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 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 - # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) -# ------------------------------ +# -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- +# ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) @@ -10204,7 +10239,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10223,22 +10258,16 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1996-2013 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_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -10249,32 +10278,40 @@ esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) - AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$[2]" = conftest.file ) then @@ -10284,36 +10321,85 @@ AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi -AC_MSG_RESULT(yes)]) +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009-2013 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 1 - # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT -# (`yes' being less verbose, `no' or empty being verbose). +# ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], -[AC_ARG_ENABLE([silent-rules], -[ --enable-silent-rules less verbose build output (undo: `make V=1') - --disable-silent-rules verbose build output (undo: `make V=0')]) -case $enable_silent_rules in -yes) AM_DEFAULT_VERBOSITY=0;; -no) AM_DEFAULT_VERBOSITY=1;; -*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10321,34 +10407,32 @@ # AM_PROG_INSTALL_STRIP # --------------------- -# One issue with vendor `install' (even GNU) is that you can't +# One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize +# always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006-2013 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 2 - # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. @@ -10356,24 +10440,22 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- +# -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2004-2013 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 2 - # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. -# FORMAT should be one of `v7', `ustar', or `pax'. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory @@ -10384,10 +10466,11 @@ # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) @@ -10395,7 +10478,7 @@ _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. +# Solaris sh will not grok spaces in the rhs of '-'. for _am_tool in $_am_tools do case $_am_tool in @@ -10660,30 +10743,6 @@ -dnl BM_DEPEND(varname, package, version) -dnl -dnl Simple wrapper for XDT_CHECK_PACKAGE("varname", "package", "version"). Kept -dnl for backward compatibility. Will be removed in the future. -dnl -AC_DEFUN([BM_DEPEND], -[ - XDT_CHECK_PACKAGE([$1], [$2], [$3]) -]) - - - -dnl BM_DEPEND_CHECK(var, pkg, version, name, helpstring, default) -dnl -dnl Simple wrapper for XDT_CHECK_OPTIONAL_PACKAGE(). Kept for backward -dnl compatibility. Will be removed in the future. -dnl -AC_DEFUN([BM_DEPEND_CHECK], -[ - XDT_CHECK_OPTIONAL_PACKAGE([$1], [$2], [$3], [$4], [$5], [$6]) -]) - - - dnl XDT_CHECK_LIBX11() dnl dnl Executes various checks for X11. Sets LIBX11_CFLAGS, LIBX11_LDFLAGS @@ -10820,66 +10879,6 @@ ]) - -dnl BM_LIBX11() -dnl -dnl Simple wrapper for XDT_CHECK_LIBX11. Kept for backward -dnl compatibility. Will be removed in the future. -dnl -AC_DEFUN([BM_LIBX11], -[ - AC_REQUIRE([XDT_CHECK_LIBX11]) -]) - - - -dnl BM_LIBX11_REQUIRE() -dnl -dnl Simple wrapper for XDT_CHECK_LIBX11_REQUIRE. Kept for backward -dnl compatibility. Will be removed in the future. -dnl -AC_DEFUN([BM_LIBX11_REQUIRE], -[ - AC_REQUIRE([XDT_CHECK_LIBX11_REQUIRE]) -]) - - - -dnl BM_LIBSM() -dnl -dnl Simple wrapper for XDT_CHECK_LIBSM. Kept for backward -dnl compatibility. Will be removed in the future. -dnl -AC_DEFUN([BM_LIBSM], -[ - AC_REQUIRE([XDT_CHECK_LIBSM]) -]) - - - -dnl BM_LIBXPM -dnl -dnl Simple wrapper for XDT_CHECK_LIBXPM. Kept for backward -dnl compatibility. Will be removed in the future. -dnl -AC_DEFUN([BM_LIBXPM], -[ - AC_REQUIRE([XDT_CHECK_LIBXPM]) -]) - - - -dnl BM_LIBXPM_REQUIRE -dnl -dnl Simple wrapper for XDT_CHECK_LIBXPM_REQUIRE. Kept for -dnl backward compatibility. Will be removed in the future. -dnl -AC_DEFUN([BM_LIBXPM_REQUIRE], -[ - AC_REQUIRE([XDT_CHECK_LIBXPM_REQUIRE]) -]) - - dnl $Id$ dnl dnl Copyright (c) 2002-2006 @@ -10924,7 +10923,7 @@ AC_MSG_CHECKING([if $CC supports $flag]) saved_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $flag" - AC_COMPILE_IFELSE([ ], [flag_supported=yes], [flag_supported=no]) + AC_COMPILE_IFELSE([AC_LANG_SOURCE([ ])], [flag_supported=yes], [flag_supported=no]) CFLAGS="$saved_CFLAGS" AC_MSG_RESULT([$flag_supported]) @@ -10958,10 +10957,10 @@ -Wdeclaration-after-statement \ -Wmissing-declarations \ -Wmissing-noreturn -Wshadow -Wpointer-arith \ - -Wcast-align -Wformat-security \ + -Wcast-align -Wformat -Wformat-security -Wformat-y2k \ -Winit-self -Wmissing-include-dirs -Wundef \ - -Wmissing-format-attribute -Wnested-externs" - CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2" + -Wnested-externs" + CPPFLAGS="$CPPFLAGS" if test x`uname` = x"Linux"; then xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -fstack-protector" @@ -11001,7 +11000,7 @@ CPPFLAGS="$CPPFLAGS -DNDEBUG" if test x"$enable_debug" = x"no"; then - CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS" + CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT" AC_MSG_RESULT([no]) else AC_MSG_RESULT([minimum]) @@ -11028,7 +11027,7 @@ saved_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $xdt_vis_test_cflags" AC_MSG_CHECKING([whether $CC supports the GNUC visibility attribute]) - AC_COMPILE_IFELSE(AC_LANG_SOURCE( + AC_COMPILE_IFELSE([AC_LANG_SOURCE( [ void test_default (void); void test_hidden (void); @@ -11041,7 +11040,7 @@ test_hidden (); return 0; } - ]), + ])], [ have_gnuc_visibility=yes AC_MSG_RESULT([yes]) @@ -11102,84 +11101,6 @@ fi ]) -dnl BM_DEBUG_SUPPORT() -dnl -AC_DEFUN([BM_DEBUG_SUPPORT], -[ -dnl # --enable-debug - AC_REQUIRE([XDT_FEATURE_DEBUG]) - -dnl # --enable-profiling - AC_ARG_ENABLE([profiling], -AC_HELP_STRING([--enable-profiling], - [Generate extra code to write profile information]) -AC_HELP_STRING([--disable-profiling], - [No extra code for profiling (default)]), - [], [enable_profiling=no]) - - AC_MSG_CHECKING([whether to build with profiling support]) - if test x"$enable_profiling" != x"no"; then - CFLAGS="$CFLAGS -pg" - LDFLAGS="$LDFLAGS -pg" - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi - -dnl # --enable-gcov - AC_ARG_ENABLE([gcov], -AC_HELP_STRING([--enable-gcov], - [compile with coverage profiling instrumentation (gcc only)]) -AC_HELP_STRING([--disable-gcov], - [do not generate coverage profiling instrumentation (default)]), - [], [enable_gcov=no]) - - AC_MSG_CHECKING([whether to compile with coverage profiling instrumentation]) - if test x"$enable_gcov" != x"no"; then - CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage" - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi - -dnl # --disable-asserts - AC_ARG_ENABLE([asserts], -AC_HELP_STRING([--disable-asserts], [Disable assertions [DANGEROUS]]), - [], [enable_asserts=yes]) - - AC_MSG_CHECKING([whether to disable assertions]) - if test x"$enable_asserts" = x"no"; then - AC_MSG_RESULT([yes]) - CPPFLAGS="$CPPFLAGS -DG_DISABLE_CHECKS -DG_DISABLE_ASSERT" - CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS" - else - AC_MSG_RESULT([no]) - fi - -dnl # --enable-final - AC_REQUIRE([AC_PROG_LD]) - AC_ARG_ENABLE([final], -AC_HELP_STRING([--enable-final], [Build final version]), - [], [enable_final=yes]) - - AC_MSG_CHECKING([whether to build final version]) - if test x"$enable_final" = x"yes"; then - AC_MSG_RESULT([yes]) - AC_MSG_CHECKING([whether $LD accepts -O1]) - case `$LD -O1 -v 2>&1 +Date: Sat May 11 11:55:39 2013 +0200 + + Updates for release. + +commit 40e580a4ba49ab473116883d30c4207fe454fb76 +Author: Nick Schermer +Date: Sat May 11 11:54:38 2013 +0200 + + Automake updates. + +commit 6ea398e73b52abe9797d040ffc59f78ccd93458d +Author: Klemen Košir +Date: Thu May 9 01:27:28 2013 +0200 + + l10n: Updated Slovenian (sl) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit aafee9e2ac31d73f6932bb7cec5d114fa7906677 +Author: Pjotr vertaalt +Date: Fri Apr 26 21:39:10 2013 +0200 + + l10n: Updated Dutch (Flemish) (nl) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 98bb95f2cef8e64881113c0cd78f9925db0b8313 +Author: Kiril Kirilov +Date: Sat Feb 9 13:53:52 2013 +0100 + + l10n: Updates to Bulgarian translation + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit eb7c1be1a9ea17ea7add983467095391314069b7 +Author: Nenad Latinović +Date: Sun Jan 20 12:21:52 2013 +0100 + + l10n: Slovene translation of the file + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit bd819f548e222a6afde9265ac1649f6fc2d84089 +Author: Gheyret Kenji +Date: Wed Oct 24 05:54:47 2012 +0200 + + l10n: Updated Uyghur (ug) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 7ed4d836485baf931ca7062332b9b596faeb254a +Author: Marcin Romańczuk +Date: Sun Oct 7 15:43:18 2012 +0200 + + l10n: Updated Polish (pl) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 2a00866a7e3c2d0f2feac7003f386f812bc8ce5c +Author: Marcin Romańczuk +Date: Sun Oct 7 15:42:27 2012 +0200 + + l10n: Updated Polish (pl) translation to 98% + + New status: 57 messages complete with 1 fuzzy and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 0fb8f6a4a0d91a9e270213fb1895ad1322c875a7 +Author: jc jc1 +Date: Wed Aug 29 16:03:46 2012 +0200 + + l10n: Updated French (fr) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 446b4f7bbe8d82f47787a78f0c23d0481231533c +Author: Gheyret Kenji +Date: Sat Aug 4 07:10:14 2012 +0200 + + l10n: Updated Uyghur (ug) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 6fa92a6ff40dbcb5633a07387949bb8309c16d45 +Author: Gheyret Kenji +Date: Sat Aug 4 07:04:15 2012 +0200 + + l10n: Updated Uyghur (ug) translation to 100% + + New status: 49 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 5b8e9fc5bacbe0399538a10fb2d9d8c4b70cb739 +Author: Мирослав Николић +Date: Fri Jul 6 07:02:48 2012 +0200 + + l10n: New Serbian translation + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit da5caeb780f9d0af9341d2658f6215ae160ab669 +Author: Gheyret Kenji +Date: Thu May 31 07:26:11 2012 +0200 + + l10n: Updated Uyghur (ug) translation to 100% + + New status: 49 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit ed5efacc1320c79c43e187cd81116feb5db2fef2 +Author: Jeff Bailes +Date: Mon Apr 23 02:14:46 2012 +0200 + + l10n: Updated English (United Kingdom) (en_GB) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit f71ce024fb4e7ac691623872e3f3861c6a35d7c3 +Author: Seong-ho Cho +Date: Sun Apr 22 16:43:17 2012 +0200 + + l10n: Updated Korean (ko) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit f7726bbbcb8ada5878b6cc67dde339a2272faf5c +Author: Chipong Luo +Date: Fri Apr 20 14:41:52 2012 +0200 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 7d31b31035c13f4cfe581e1ce03d1f9893ff520a +Author: Ivica Kolić +Date: Sun Apr 15 16:49:03 2012 +0200 + + l10n: Updated Croatian (hr) translation to 93% + + New status: 54 messages complete with 0 fuzzies and 4 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 292d60638af1a9b53ef8d1e5f65a8bdc7d8b286f +Author: Ivica Kolić +Date: Sun Apr 15 16:41:49 2012 +0200 + + l10n: Updated Croatian (hr) translation to 87% + + New status: 51 messages complete with 0 fuzzies and 7 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit e7ed5164e6c403bcbbf4528984d8b8975b112cab +Author: Iliyas Jorio +Date: Sat Apr 14 02:03:41 2012 +0200 + + l10n: Updated French (fr) translation to 98% + + New status: 57 messages complete with 0 fuzzies and 1 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 47810831c3a074c529e1d1d59c1406c8c36fd1d0 +Author: Ivica Kolić +Date: Tue Apr 3 00:55:03 2012 +0200 + + l10n: Updated Croatian (hr) translation to 77% + + New status: 45 messages complete with 0 fuzzies and 13 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 35372e1470db3488db9f2963968f064fe58f9287 +Author: Xavier Devlamynck +Date: Sun Apr 1 15:51:07 2012 +0200 + + l10n: Updated French (fr) translation to 94% + + New status: 55 messages complete with 1 fuzzy and 2 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 74d01bb86340080b6683b2d9218a91c113e8b13d +Author: Seong-ho Cho +Date: Mon Mar 26 18:55:55 2012 +0200 + + l10n: Updated Korean (ko) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 70acdb8dcf8cce5f83e1adcdad2f33fe2c9018bc +Author: Utku Berberoğlu +Date: Mon Mar 19 17:04:08 2012 +0100 + + l10n: Updated Turkish (tr) translation to 89% + + New status: 52 messages complete with 3 fuzzies and 3 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit b66774cb952c35a667738fa47f5bf3b39bd56d77 +Author: Andhika Padmawan +Date: Tue Mar 13 10:43:13 2012 +0100 + + l10n: Updated Indonesian (id) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 4ed0b1e8f6ecd70faab6d212c6390655c9c2d654 +Author: Chipong Luo +Date: Sun Mar 11 10:25:54 2012 +0100 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 28bf7ce31a030ba848ce5605755556b704220acf +Author: Urmas D +Date: Thu Mar 8 05:47:00 2012 +0100 + + l10n: Updated Russian (ru) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 4395d4b54ec20a63c31c2bd7a2764dbbc1c6560f +Author: Slavko +Date: Wed Mar 7 22:22:55 2012 +0100 + + l10n: Updated Slovak (sk) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 71558a6d9ed6a6293a973c132323b3741853addf +Author: Slavko +Date: Wed Mar 7 22:22:03 2012 +0100 + + l10n: Updated Slovak (sk) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit bbf5dcd4390b3691639d60799f06711ecb4cec19 +Author: Slavko +Date: Wed Mar 7 22:20:23 2012 +0100 + + l10n: Updated Slovak (sk) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit e274fa8adac324b0eba1513839f148b036fa29ea +Author: Rihards Prieditis +Date: Tue Mar 6 15:17:03 2012 +0100 + + l10n: Updated Latvian (lv) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 26db61a9a6ea562f4d983882b2f9343940d07a78 +Author: Seong-ho Cho +Date: Tue Feb 28 18:24:10 2012 +0100 + + l10n: Updated Korean (ko) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit e0b4a9c535e78b8b945b9197888ddcb680ef193f +Author: Seong-ho Cho +Date: Mon Feb 27 15:02:33 2012 +0100 + + l10n: initial commit for Korean translation + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 825ce1e4ea2bb781252cae89837b0c0998a04002 +Author: Thomas Schütz +Date: Fri Feb 17 09:04:14 2012 +0100 + + l10n: Updated German (de) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit b20115ca0efacecbc4f0cb3e5ba36378572607e7 +Author: Chris Leick +Date: Thu Feb 16 23:16:34 2012 +0100 + + l10n: Updated German (de) translation to 96% + + New status: 56 messages complete with 2 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit dde5b2212f575826f117d847a0335f5aba4d6d72 +Author: Chipong Luo +Date: Thu Feb 9 08:58:30 2012 +0100 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit e9807fc4f19ca36ebb30851d080fff60ff2ab6fa +Author: كريم أولاد الشلحة +Date: Sat Feb 4 22:34:48 2012 +0100 + + l10n: Updated Arabic (ar) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit edfb0fda0626e1bd5c2927329f8e557ffb4606e9 +Author: Andres Sanchez +Date: Tue Jan 24 20:59:54 2012 +0100 + + l10n: Updated Spanish (Castilian) (es) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 59dfc95af426697ce4c3ab177db70b9d5ae0d644 +Author: Cheng-Chia Tseng +Date: Thu Jan 19 08:27:20 2012 +0100 + + l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 0da1d1a095310b622e12fd7a90a589fa503c7931 +Author: Piarres Beobide +Date: Mon Jan 16 11:19:48 2012 +0100 + + l10n: Updated Basque (eu) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 0cb7f1d1de77025db3c7c27dd335b67439999cb7 +Author: Algimantas Margevičius +Date: Sat Jan 14 18:02:29 2012 +0100 + + l10n: Added Lithuanian language + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 83cba0fd7fb9a515bc405a435045143b64a709d0 +Author: Sergio Marques +Date: Mon Jan 9 11:40:54 2012 +0100 + + l10n: Updated Portuguese (pt) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 555d87a3f98a842e5e0e66ac5ca0a7eec7796b1a +Author: Michal Várady +Date: Mon Jan 9 00:56:40 2012 +0100 + + l10n: Updated Czech (cs) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit ddff16eaf1a522fad0d2b202936ae31fdfe88543 +Author: André Luiz Dias de Miranda +Date: Sun Jan 8 01:30:53 2012 +0100 + + l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit ca3d19adeac5939fe736d51eda7d373422c679bd +Author: Cristian Marchi +Date: Fri Jan 6 20:44:39 2012 +0100 + + l10n: Updated Italian (it) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 81cb5e984ff652faa1674b563b5ffb2b0859ba02 +Author: Christoph Wickert +Date: Wed Jan 4 21:37:09 2012 +0100 + + l10n: Updated German (de) translation to 94% + + New status: 55 messages complete with 3 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit ad65dd1a19266c4898d3342a466580fb23d48d12 +Author: Thomas Schütz +Date: Wed Jan 4 20:48:56 2012 +0100 + + l10n: Updated German (de) translation to 87% + + New status: 51 messages complete with 7 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 49f4f78ca30559ef10e62472af1c9cc0edddaa52 +Author: Christoph Wickert +Date: Wed Jan 4 12:55:41 2012 +0100 + + l10n: Updated German (de) translation to 86% + + New status: 50 messages complete with 8 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 70455a263785ccb44be3205c7281b9f465dfc4e6 +Author: Slavko +Date: Wed Jan 4 12:05:00 2012 +0100 + + l10n: Updated Slovak (sk) translation to 98% + + New status: 57 messages complete with 0 fuzzies and 1 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 6aaa9f8758aaa02d7b73dae9922c6d9e63d0652a +Author: Thomas Schütz +Date: Wed Jan 4 08:44:34 2012 +0100 + + l10n: Updated German (de) translation to 84% + + New status: 49 messages complete with 9 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 0601f2a67d7511843f2455215ab9a29c53222445 +Author: Andres Sanchez +Date: Tue Jan 3 15:01:34 2012 +0100 + + l10n: Updated Spanish (Castilian) (es) translation to 96% + + New status: 56 messages complete with 1 fuzzy and 1 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 8cd53499f392ed464420cddac14452b1bda0bdb4 +Author: Carles Muñoz Gorriz +Date: Sun Dec 18 17:41:57 2011 +0100 + + l10n: Updated Catalan (Valencian) (ca) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit cc48a3ee6cccbafaf684b23bad87944f1dd5d295 +Author: Bauzhan Muftakhidinov +Date: Sat Dec 17 19:01:59 2011 +0100 + + l10n: Updated Kazakh (kk) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit a11d8a92ae998aa7382770f3eb5aaa780efbbae3 +Author: Chipong Luo +Date: Fri Dec 9 15:10:22 2011 +0100 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 71cfd8e6000db9ce21b8da9c233ad0d9d71bb2dc +Author: Chipong Luo +Date: Wed Dec 7 15:36:05 2011 +0100 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 4d6ecacaa649488d1dc70c77d465b390f9d022a9 +Author: Yarema aka Knedlyk +Date: Sun Dec 4 13:35:55 2011 +0100 + + l10n: Updated Ukrainian (uk) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit aa9cec9f6a6ed18e0a7f1c7d668ba612ea512f40 +Author: Yarema aka Knedlyk +Date: Sun Dec 4 13:33:38 2011 +0100 + + l10n: Updated Ukrainian (uk) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 83b6f5ff8c13cab72df645bbe9eba663d9d1eed8 +Author: Per Kongstad +Date: Sun Dec 4 11:21:04 2011 +0100 + + l10n: Updated Danish (da) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 224550233f010122b55fb669237d2d78b119c872 +Author: Sergio Marques +Date: Fri Dec 2 13:42:45 2011 +0100 + + l10n: Updated Portuguese (pt) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 4561170b3591a824bd8a899846c562570caa40c2 +Author: Pjotr Anon +Date: Thu Dec 1 12:10:43 2011 +0100 + + l10n: Updated Dutch (Flemish) (nl) translation to 100% + + New status: 58 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 253997d9c3aa09b9bb9c3a9f58f9c6a7bd16c45d +Author: Nick Schermer +Date: Wed Nov 30 20:35:07 2011 +0100 + + Post release tag bump. + commit 7c8d2e24a008a7c3ed991b23089a118d31d52955 Author: Nick Schermer Date: Wed Nov 30 20:33:59 2011 +0100 diff -Nru thunar-media-tags-plugin-0.2.0/config.guess thunar-media-tags-plugin-0.2.1/config.guess --- thunar-media-tags-plugin-0.2.0/config.guess 2011-11-30 19:34:11.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/config.guess 2013-05-11 09:57:03.000000000 +0000 @@ -1,14 +1,14 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012, 2013 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2012-12-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but @@ -17,26 +17,22 @@ # 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. +# along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - - -# Originally written by Per Bothner. Please send patches (context -# diff format) to and include a ChangeLog -# entry. +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). # -# This script attempts to guess a canonical system name similar to -# config.sub. If it succeeds, it prints the system name on stdout, and -# exits with 0. Otherwise, it exits with 1. +# Originally written by Per Bothner. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD +# +# Please send patches with a ChangeLog entry to config-patches@gnu.org. + me=`echo "$0" | sed -e 's,.*/,,'` @@ -56,8 +52,9 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, +2012, 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -144,7 +141,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or - # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward @@ -180,7 +177,7 @@ fi ;; *) - os=netbsd + os=netbsd ;; esac # The OS release @@ -201,6 +198,10 @@ # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} @@ -223,7 +224,7 @@ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on @@ -269,7 +270,10 @@ # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit ;; + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead @@ -295,12 +299,12 @@ echo s390-ibm-zvmoe exit ;; *:OS400:*:*) - echo powerpc-ibm-os400 + echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; - arm:riscos:*:*|arm:RISCOS:*:*) + arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) @@ -394,23 +398,23 @@ # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit ;; + exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; @@ -480,8 +484,8 @@ echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ @@ -494,7 +498,7 @@ else echo i586-dg-dgux${UNAME_RELEASE} fi - exit ;; + exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; @@ -551,7 +555,7 @@ echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -594,52 +598,52 @@ 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 - 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 - esac ;; - esac + esac ;; + esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include - #define _HPUX_SOURCE - #include - #include - - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); - - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa @@ -730,22 +734,22 @@ exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd - exit ;; + exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit ;; + exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd - exit ;; + exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd - exit ;; + exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd - exit ;; + exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; @@ -769,14 +773,14 @@ exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} @@ -788,30 +792,35 @@ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - case ${UNAME_MACHINE} in - pc98) - echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + UNAME_PROCESSOR=`/usr/bin/uname -p` + case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; + *:MINGW64*:*) + echo ${UNAME_MACHINE}-pc-mingw64 + exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) - case ${UNAME_MACHINE} in + case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; @@ -857,6 +866,13 @@ i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; + aarch64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + aarch64_be:Linux:*:*) + UNAME_MACHINE=aarch64_be + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; @@ -866,7 +882,7 @@ EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; - esac + esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} @@ -878,20 +894,29 @@ then echo ${UNAME_MACHINE}-unknown-linux-gnu else - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) - echo cris-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; crisv32:Linux:*:*) - echo crisv32-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; frv:Linux:*:*) - echo frv-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + hexagon:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu @@ -933,7 +958,7 @@ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) - echo or32-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu @@ -959,7 +984,7 @@ echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -967,14 +992,17 @@ sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) - echo x86_64-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -983,11 +1011,11 @@ echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. + # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) @@ -1019,7 +1047,7 @@ fi exit ;; i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. + # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; @@ -1047,13 +1075,13 @@ exit ;; pc:*:*:*) # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i586. + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp - exit ;; + exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; @@ -1088,8 +1116,8 @@ /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4; exit; } ;; + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ @@ -1132,10 +1160,10 @@ echo ns32k-sni-sysv fi exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says - echo i586-unisys-sysv4 - exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm @@ -1161,11 +1189,11 @@ exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv${UNAME_RELEASE} else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv${UNAME_RELEASE} fi - exit ;; + exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; @@ -1178,6 +1206,9 @@ BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; @@ -1230,7 +1261,10 @@ *:QNX:*:4*) echo i386-pc-qnx exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) @@ -1275,13 +1309,13 @@ echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} + echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) - UNAME_MACHINE=`(uname -p) 2>/dev/null` + UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; @@ -1299,11 +1333,11 @@ i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; + x86_64:VMkernel:*:*) + echo ${UNAME_MACHINE}-unknown-esx + exit ;; esac -#echo '(No uname command or uname output not recognized.)' 1>&2 -#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 - eval $set_cc_for_build cat >$dummy.c < printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 - "4" + "4" #else - "" + "" #endif - ); exit (0); + ); exit (0); #endif #endif diff -Nru thunar-media-tags-plugin-0.2.0/config.h.in thunar-media-tags-plugin-0.2.1/config.h.in --- thunar-media-tags-plugin-0.2.0/config.h.in 2011-11-30 19:34:11.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/config.h.in 2013-05-11 09:57:02.000000000 +0000 @@ -1,4 +1,4 @@ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated from configure.ac by autoheader. */ /* Define for debugging support */ #undef DEBUG diff -Nru thunar-media-tags-plugin-0.2.0/config.sub thunar-media-tags-plugin-0.2.1/config.sub --- thunar-media-tags-plugin-0.2.0/config.sub 2011-11-30 19:34:11.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/config.sub 2013-05-11 09:57:03.000000000 +0000 @@ -1,38 +1,33 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012, 2013 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2012-12-29' -# This file is (in principle) common to ALL GNU software. -# The presence of a machine in this file suggests that SOME GNU software -# can handle that machine. It does not imply ALL GNU software can. -# -# This file is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 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. +# 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. +# along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). -# Please send patches to . Submit a context -# diff and a properly formatted GNU ChangeLog entry. +# Please send patches with a ChangeLog entry to config-patches@gnu.org. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. @@ -75,8 +70,9 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, +2012, 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -123,13 +119,18 @@ # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ - uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; + android-linux) + os=-linux-android + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] @@ -152,12 +153,12 @@ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray | -microblaze) + -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; - -bluegene*) - os=-cnk + -bluegene*) + os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= @@ -173,10 +174,10 @@ os=-chorusos basic_machine=$1 ;; - -chorusrdb) - os=-chorusrdb + -chorusrdb) + os=-chorusrdb basic_machine=$1 - ;; + ;; -hiux*) os=-hiuxwe2 ;; @@ -221,6 +222,12 @@ -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 + ;; -lynx*) os=-lynxos ;; @@ -245,20 +252,27 @@ # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ + | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | arc \ + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ + | avr | avr32 \ + | be32 | be64 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ + | epiphany \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | mcore | mep | metag \ + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -281,29 +295,39 @@ | moxie \ | mt \ | msp430 \ + | nds32 | nds32le | nds32be \ | nios | nios2 \ | ns16k | ns32k \ + | open8 \ | or32 \ | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ - | rx \ + | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu | strongarm \ - | tahoe | thumb | tic4x | tic80 | tron \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ - | v850 | v850e \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | we32k \ - | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12 | picochip) - # Motorola 68HC11/12. + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -313,6 +337,21 @@ basic_machine=mt-unknown ;; + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. @@ -327,25 +366,30 @@ # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ + | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ + | be32-* | be64-* \ | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ @@ -367,25 +411,29 @@ | mmix-* \ | mt-* \ | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ - | romp-* | rs6000-* | rx-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ - | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ | tron-* \ | ubicom32-* \ - | v850-* | v850e-* | vax-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) @@ -410,7 +458,7 @@ basic_machine=a29k-amd os=-udi ;; - abacus) + abacus) basic_machine=abacus-unknown ;; adobe68k) @@ -480,11 +528,20 @@ basic_machine=powerpc-ibm os=-cnk ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; c90) basic_machine=c90-cray os=-unicos ;; - cegcc) + cegcc) basic_machine=arm-unknown os=-cegcc ;; @@ -516,7 +573,7 @@ basic_machine=craynv-cray os=-unicosmp ;; - cr16) + cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; @@ -674,7 +731,6 @@ i370-ibm* | ibm*) basic_machine=i370-ibm ;; -# I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 @@ -732,9 +788,13 @@ basic_machine=ns32k-utek os=-sysv ;; - microblaze) + microblaze*) basic_machine=microblaze-xilinx ;; + mingw64) + basic_machine=x86_64-pc + os=-mingw64 + ;; mingw32) basic_machine=i386-pc os=-mingw32 @@ -771,10 +831,18 @@ ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; + msys) + basic_machine=i386-pc + os=-msys + ;; mvs) basic_machine=i370-ibm os=-mvs ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; ncr3000) basic_machine=i486-ncr os=-sysv4 @@ -839,6 +907,12 @@ np1) basic_machine=np1-gould ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; nsr-tandem) basic_machine=nsr-tandem ;; @@ -921,9 +995,10 @@ ;; power) basic_machine=power-ibm ;; - ppc) basic_machine=powerpc-unknown + ppc | ppcbe) basic_machine=powerpc-unknown ;; - ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown @@ -948,7 +1023,11 @@ basic_machine=i586-unknown os=-pw32 ;; - rdos) + rdos | rdos64) + basic_machine=x86_64-pc + os=-rdos + ;; + rdos32) basic_machine=i386-pc os=-rdos ;; @@ -1017,6 +1096,9 @@ basic_machine=i860-stratus os=-sysv4 ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; sun2) basic_machine=m68000-sun ;; @@ -1073,20 +1155,8 @@ basic_machine=t90-cray os=-unicos ;; - tic54x | c54x*) - basic_machine=tic54x-unknown - os=-coff - ;; - tic55x | c55x*) - basic_machine=tic55x-unknown - os=-coff - ;; - tic6x | c6x*) - basic_machine=tic6x-unknown - os=-coff - ;; tile*) - basic_machine=tile-unknown + basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) @@ -1156,6 +1226,9 @@ xps | xps100) basic_machine=xps100-honeywell ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; ymp) basic_machine=ymp-cray os=-unicos @@ -1253,11 +1326,11 @@ if [ x"$os" != x"" ] then case $os in - # First match some system type aliases - # that might get confused with valid system types. + # First match some system type aliases + # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. - -auroraux) - os=-auroraux + -auroraux) + os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` @@ -1287,14 +1360,15 @@ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ @@ -1341,7 +1415,7 @@ -opened*) os=-openedition ;; - -os400*) + -os400*) os=-os400 ;; -wince*) @@ -1390,7 +1464,7 @@ -sinix*) os=-sysv4 ;; - -tpf*) + -tpf*) os=-tpf ;; -triton*) @@ -1435,6 +1509,8 @@ -dicos*) os=-dicos ;; + -nacl*) + ;; -none) ;; *) @@ -1457,10 +1533,10 @@ # system, and we'll never get to this point. case $basic_machine in - score-*) + score-*) os=-elf ;; - spu-*) + spu-*) os=-elf ;; *-acorn) @@ -1472,8 +1548,20 @@ arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff + c4x-* | tic4x-*) + os=-coff + ;; + hexagon-*) + os=-elf + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff ;; # This must come before the *-dec entry. pdp10-*) @@ -1493,14 +1581,11 @@ ;; m68000-sun) os=-sunos3 - # This also exists in the configure program, but was not the - # default. - # os=-sunos4 ;; m68*-cisco) os=-aout ;; - mep-*) + mep-*) os=-elf ;; mips*-cisco) @@ -1527,7 +1612,7 @@ *-ibm) os=-aix ;; - *-knuth) + *-knuth) os=-mmixware ;; *-wec) diff -Nru thunar-media-tags-plugin-0.2.0/configure thunar-media-tags-plugin-0.2.1/configure --- thunar-media-tags-plugin-0.2.0/configure 2011-11-30 19:34:12.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/configure 2013-05-11 09:57:03.000000000 +0000 @@ -1,16 +1,14 @@ #! /bin/sh -# From configure.in 7c8d2e2. +# From configure.ac d3e03bf. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for thunar-media-tags-plugin 0.2.0. +# Generated by GNU Autoconf 2.69 for thunar-media-tags-plugin 0.2.1. # # Report bugs to . # # Copyright (c) 2006-2007 Jannis Pohlmann . # # -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation @@ -139,6 +137,31 @@ # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh @@ -172,7 +195,8 @@ else exitcode=1; echo positional parameters were not saved. fi -test x\$exitcode = x0 || exit 1" +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && @@ -225,21 +249,25 @@ if test "x$CONFIG_SHELL" != x; then : - # We cannot yet assume a decent shell, so we have to provide a - # neutralization value for shells without unset; and this also - # works around shells that cannot unset nonexistent variables. - # Preserve -v and -x to the replacement shell. - BASH_ENV=/dev/null - ENV=/dev/null - (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV - export CONFIG_SHELL - case $- in # (((( - *v*x* | *x*v* ) as_opts=-vx ;; - *v* ) as_opts=-v ;; - *x* ) as_opts=-x ;; - * ) as_opts= ;; - esac - exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 fi if test x$as_have_required = xno; then : @@ -342,6 +370,14 @@ } # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take @@ -463,6 +499,10 @@ chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). @@ -497,16 +537,16 @@ # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @@ -518,28 +558,8 @@ as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -573,8 +593,8 @@ # Identity of this package. PACKAGE_NAME='thunar-media-tags-plugin' PACKAGE_TARNAME='thunar-media-tags-plugin' -PACKAGE_VERSION='0.2.0' -PACKAGE_STRING='thunar-media-tags-plugin 0.2.0' +PACKAGE_VERSION='0.2.1' +PACKAGE_STRING='thunar-media-tags-plugin 0.2.1' PACKAGE_BUGREPORT='thunar-dev@xfce.org' PACKAGE_URL='' @@ -697,6 +717,12 @@ INTLTOOL_KEYS_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_DESKTOP_RULE +intltool__v_merge_options_0 +intltool__v_merge_options_ +INTLTOOL_V_MERGE_OPTIONS +INTLTOOL__v_MERGE_0 +INTLTOOL__v_MERGE_ +INTLTOOL_V_MERGE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE @@ -710,6 +736,7 @@ am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -723,11 +750,13 @@ LDFLAGS CFLAGS CC -AM_BACKSLASH -AM_DEFAULT_VERBOSITY MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -804,8 +833,8 @@ ac_subst_files='' ac_user_opts=' enable_option_checking -enable_maintainer_mode enable_silent_rules +enable_maintainer_mode enable_dependency_tracking with_gnu_ld enable_nls @@ -1286,8 +1315,6 @@ if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used" >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi @@ -1373,7 +1400,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 thunar-media-tags-plugin 0.2.0 to adapt to many kinds of systems. +\`configure' configures thunar-media-tags-plugin 0.2.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1445,7 +1472,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of thunar-media-tags-plugin 0.2.0:";; + short | recursive ) echo "Configuration of thunar-media-tags-plugin 0.2.1:";; esac cat <<\_ACEOF @@ -1453,12 +1480,15 @@ --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 - --enable-silent-rules less verbose build output (undo: `make V=1') - --disable-silent-rules verbose build output (undo: `make V=0') - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-maintainer-mode + enable make rules and dependencies not useful (and + sometimes confusing) to the casual installer + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build --disable-nls do not use Native Language Support --enable-static[=PKGS] build static libraries [default=no] --enable-shared[=PKGS] build shared libraries [default=yes] @@ -1564,10 +1594,10 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -thunar-media-tags-plugin configure 0.2.0 -generated by GNU Autoconf 2.68 +thunar-media-tags-plugin configure 0.2.1 +generated by GNU Autoconf 2.69 -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -1846,7 +1876,7 @@ test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || - $as_test_x conftest$ac_exeext + test -x conftest$ac_exeext }; then : ac_retval=0 else @@ -1935,8 +1965,8 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by thunar-media-tags-plugin $as_me 0.2.0, which was -generated by GNU Autoconf 2.68. Invocation command line was +It was created by thunar-media-tags-plugin $as_me 0.2.1, which was +generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2425,9 +2455,7 @@ program_prefix=${target_alias}- -ac_config_headers="$ac_config_headers config.h" - -am__api_version='1.11' +am__api_version='1.13' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2466,7 +2494,7 @@ # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. @@ -2524,9 +2552,6 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -2537,32 +2562,40 @@ esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken -alias in your environment" "$LINENO" 5 - fi + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$2" = conftest.file ) then @@ -2574,6 +2607,16 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. @@ -2596,12 +2639,12 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then @@ -2613,10 +2656,10 @@ esac fi -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. +# will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. @@ -2635,7 +2678,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2675,7 +2718,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2726,7 +2769,7 @@ test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ @@ -2755,12 +2798,6 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } -mkdir_p="$MKDIR_P" -case $mkdir_p in - [\\/$]* | ?:[\\/]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac - for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -2779,7 +2816,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -2843,6 +2880,45 @@ fi rmdir .tst 2>/dev/null +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." @@ -2865,7 +2941,7 @@ # Define the identity of the package. PACKAGE='thunar-media-tags-plugin' - VERSION='0.2.0' + VERSION='0.2.1' cat >>confdefs.h <<_ACEOF @@ -2893,11 +2969,17 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. - -AMTAR=${AMTAR-"${am_missing_run}tar"} +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 @@ -2906,7 +2988,7 @@ _am_tools='gnutar plaintar pax cpio none' _am_tools=${am_cv_prog_tar_ustar-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. +# Solaris sh will not grok spaces in the rhs of '-'. for _am_tool in $_am_tools do case $_am_tool in @@ -2986,6 +3068,8 @@ +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; } @@ -3014,11 +3098,38 @@ enableval=$enable_silent_rules; fi -case $enable_silent_rules in -yes) AM_DEFAULT_VERBOSITY=0;; -no) AM_DEFAULT_VERBOSITY=1;; -*) AM_DEFAULT_VERBOSITY=0;; +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=0;; esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi AM_BACKSLASH='\' @@ -3041,7 +3152,7 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# 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 @@ -3074,6 +3185,7 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= @@ -3106,7 +3218,7 @@ 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 as_fn_executable_p "$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 @@ -3146,7 +3258,7 @@ 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 as_fn_executable_p "$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 @@ -3199,7 +3311,7 @@ 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 as_fn_executable_p "$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 @@ -3240,7 +3352,7 @@ 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 as_fn_executable_p "$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 @@ -3298,7 +3410,7 @@ 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 as_fn_executable_p "$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 @@ -3342,7 +3454,7 @@ 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 as_fn_executable_p "$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 @@ -3788,8 +3900,7 @@ /* end confdefs.h. */ #include #include -#include -#include +struct stat; /* 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); @@ -3885,8 +3996,9 @@ # 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'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -3920,16 +4032,16 @@ : > 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 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > 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" + # 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 + # 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 @@ -3938,16 +4050,16 @@ test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # 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 + msvc7 | msvc7msys | 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} @@ -4156,7 +4268,7 @@ 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 + as_fn_executable_p "$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 @@ -4222,7 +4334,7 @@ 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 + as_fn_executable_p "$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 @@ -4429,8 +4541,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -# define __EXTENSIONS__ 1 - $ac_includes_default +# define __EXTENSIONS__ 1 + $ac_includes_default int main () { @@ -4541,7 +4653,7 @@ 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 as_fn_executable_p "$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 @@ -4581,7 +4693,7 @@ 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 as_fn_executable_p "$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 @@ -4634,7 +4746,7 @@ 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 as_fn_executable_p "$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 @@ -4675,7 +4787,7 @@ 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 as_fn_executable_p "$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 @@ -4733,7 +4845,7 @@ 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 as_fn_executable_p "$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 @@ -4777,7 +4889,7 @@ 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 as_fn_executable_p "$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 @@ -4973,8 +5085,7 @@ /* end confdefs.h. */ #include #include -#include -#include +struct stat; /* 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); @@ -5070,8 +5181,9 @@ # 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'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -5105,16 +5217,16 @@ : > 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 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > 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" + # 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 + # 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 @@ -5123,16 +5235,16 @@ test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # 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 + msvc7 | msvc7msys | 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} @@ -5208,7 +5320,7 @@ for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue + as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in @@ -5287,7 +5399,7 @@ for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue + as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in @@ -5543,14 +5655,12 @@ ;; esac +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; }'` 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" || @@ -5575,7 +5685,7 @@ 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 as_fn_executable_p "$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 @@ -5615,7 +5725,7 @@ 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 as_fn_executable_p "$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 @@ -5655,7 +5765,7 @@ 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 as_fn_executable_p "$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 @@ -5681,25 +5791,48 @@ 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 "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi + + +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' + + + + +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' + + + + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' +else + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir' +fi + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -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) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' @@ -5816,7 +5949,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 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 @@ -5856,7 +5989,7 @@ 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 as_fn_executable_p "$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 @@ -5896,7 +6029,7 @@ 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 as_fn_executable_p "$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 @@ -5936,7 +6069,7 @@ 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 as_fn_executable_p "$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 @@ -5987,7 +6120,7 @@ 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 as_fn_executable_p "$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 @@ -6018,7 +6151,7 @@ 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\"`" + 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 @@ -6198,7 +6331,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6242,7 +6375,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6666,7 +6799,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -6706,7 +6839,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7012,7 +7145,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7052,7 +7185,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7155,7 +7288,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7199,7 +7332,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7324,7 +7457,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7364,7 +7497,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7423,7 +7556,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -7463,7 +7596,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8112,7 +8245,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8152,7 +8285,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8232,7 +8365,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8272,7 +8405,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8324,7 +8457,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8364,7 +8497,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8416,7 +8549,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8456,7 +8589,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8508,7 +8641,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8548,7 +8681,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8600,7 +8733,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -8640,7 +8773,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 @@ -12865,7 +12998,7 @@ - ALL_LINGUAS="ar ast ca cs da de el en_GB es eu fi fr gl hr hu id it ja kk lv nb nl pa pl pt_BR pt ru sk sq sv tr ug uk ur_PK ur zh_CN zh_TW " + ALL_LINGUAS="ar ast bg ca cs da de el en_GB es eu fi fr gl hr hu id it ja kk ko lt lv nb nl pa pl pt pt_BR ru sk sl sq sr sv tr ug uk ur ur_PK zh_CN zh_TW " for ac_header in locale.h do : @@ -13364,7 +13497,7 @@ 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 as_fn_executable_p "$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 @@ -13646,7 +13779,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_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 @@ -13689,7 +13822,7 @@ 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 as_fn_executable_p "$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 @@ -13841,7 +13974,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_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 @@ -13884,7 +14017,7 @@ 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 as_fn_executable_p "$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 @@ -14036,7 +14169,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_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 @@ -14079,7 +14212,7 @@ 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 as_fn_executable_p "$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 @@ -14231,7 +14364,7 @@ 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_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 @@ -14274,7 +14407,7 @@ 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 as_fn_executable_p "$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 @@ -14476,10 +14609,10 @@ -Wdeclaration-after-statement \ -Wmissing-declarations \ -Wmissing-noreturn -Wshadow -Wpointer-arith \ - -Wcast-align -Wformat-security \ + -Wcast-align -Wformat -Wformat-security -Wformat-y2k \ -Winit-self -Wmissing-include-dirs -Wundef \ - -Wmissing-format-attribute -Wnested-externs" - CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2" + -Wnested-externs" + CPPFLAGS="$CPPFLAGS" if test x`uname` = x"Linux"; then xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -fstack-protector" @@ -14539,7 +14672,7 @@ CPPFLAGS="$CPPFLAGS -DNDEBUG" if test x"$enable_debug" = x"no"; then - CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS" + CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT" { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } else @@ -14717,6 +14850,14 @@ LTLIBOBJS=$ac_ltlibobjs +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' @@ -15043,16 +15184,16 @@ # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null @@ -15112,28 +15253,16 @@ as_mkdir_p=false fi -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in #( - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -15154,8 +15283,8 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by thunar-media-tags-plugin $as_me 0.2.0, which was -generated by GNU Autoconf 2.68. Invocation command line was +This file was extended by thunar-media-tags-plugin $as_me 0.2.1, which was +generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -15220,11 +15349,11 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -thunar-media-tags-plugin config.status 0.2.0 -configured by $0, generated by GNU Autoconf 2.68, +thunar-media-tags-plugin config.status 0.2.1 +configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -15315,7 +15444,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' @@ -16231,7 +16360,7 @@ case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -16244,7 +16373,7 @@ # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but + # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. @@ -16278,21 +16407,19 @@ continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || diff -Nru thunar-media-tags-plugin-0.2.0/configure.ac thunar-media-tags-plugin-0.2.1/configure.ac --- thunar-media-tags-plugin-0.2.0/configure.ac 1970-01-01 00:00:00.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/configure.ac 2013-05-11 09:57:00.000000000 +0000 @@ -0,0 +1,123 @@ +dnl +dnl This file was autogenerated from "configure.ac.in". +dnl Edit that file instead! +dnl + +dnl $Id$ +dnl +dnl Copyright (c) 2006 +dnl Jannis Pohlmann +dnl + +dnl *************************** +dnl *** Version information *** +dnl *************************** +m4_define([tmt_version_major], [0]) +m4_define([tmt_version_minor], [2]) +m4_define([tmt_version_micro], [1]) +m4_define([tmt_version_nano], []) dnl leave this empty to have no nano version +m4_define([tmt_version_build], [d3e03bf]) +m4_define([tmt_version_tag], []) +m4_define([tmt_version], [tmt_version_major().tmt_version_minor().tmt_version_micro()ifelse(tmt_version_nano(), [], [], [.tmt_version_nano()])ifelse(tmt_version_tag(), [git], [tmt_version_tag()-tmt_version_build()], [tmt_version_tag()])]) + +dnl ******************************************* +dnl *** Debugging support for GIT snapshots *** +dnl ******************************************* +m4_define([tmt_debug_default], [ifelse(tmt_version_tag(), [git], [yes], [minimum])]) + +dnl *************************** +dnl *** Initialize autoconf *** +dnl *************************** +AC_COPYRIGHT([Copyright (c) 2006-2007 Jannis Pohlmann .]) +AC_INIT([thunar-media-tags-plugin], [tmt_version], [thunar-dev@xfce.org]) +AC_PREREQ([2.50]) +AC_CANONICAL_TARGET() +AC_REVISION([tmt_version_build]) + +dnl *************************** +dnl *** Initialize automake *** +dnl *************************** +AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip]) +AC_CONFIG_HEADERS([config.h]) +AM_MAINTAINER_MODE() +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + +dnl ******************************* +dnl *** Check for UNIX variants *** +dnl ******************************* +AC_AIX() +AC_ISC_POSIX() +AC_MINIX() + +dnl ******************************** +dnl *** Check for basic programs *** +dnl ******************************** +AC_PROG_CC() +AC_PROG_LD() +AC_PROG_INSTALL() +AC_PROG_INTLTOOL() + +dnl ************************** +dnl *** Initialize libtool *** +dnl ************************** +LT_PREREQ([2.2.6]) +LT_INIT([disable-static]) + +dnl ****************************** +dnl *** Check for i18n support *** +dnl ****************************** +XDT_I18N([ar ast bg ca cs da de el en_GB es eu fi fr gl hr hu id it ja kk ko lt lv nb nl pa pl pt pt_BR ru sk sl sq sr sv tr ug uk ur ur_PK zh_CN zh_TW ]) + +dnl *********************************** +dnl *** Check for required packages *** +dnl *********************************** +XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.12.0]) +XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0]) +XDT_CHECK_PACKAGE([THUNARX], [thunarx-2], [1.0.1]) +XDT_CHECK_PACKAGE([TAGLIB], [taglib], [1.4]) + +dnl *********************************** +dnl *** Check for taglib_c *** +dnl *********************************** +TAGLIBC_LIBS="" +TAGLIBC_CFLAGS="" +AC_CHECK_LIB([tag_c], [taglib_file_new], +[ + AC_CHECK_HEADER([taglib/tag_c.h], + [ + TAGLIBC_LIBS="-ltag_c" + AC_DEFINE([HAVE_TAGLIBC], [1], [Define to 1 if tag_c is found]) + ]) +], [-lm]) +AC_SUBST([TAGLIBC_CFLAGS]) +AC_SUBST([TAGLIBC_LIBS]) + +dnl *********************************** +dnl *** Check for debugging support *** +dnl *********************************** +XDT_FEATURE_DEBUG([tmt_debug_default]) + +dnl ************************************** +dnl *** Check for linker optimizations *** +dnl ************************************** +XDT_FEATURE_LINKER_OPTS() + +dnl ********************************* +dnl *** Substitute platform flags *** +dnl ********************************* +AC_MSG_CHECKING([PLATFORM_CPPFLAGS]) +AC_MSG_RESULT([$PLATFORM_CPPFLAGS]) +AC_SUBST([PLATFORM_CPPFLAGS]) +AC_MSG_CHECKING([PLATFORM_CFLAGS]) +AC_MSG_RESULT([$PLATFORM_CFLAGS]) +AC_SUBST([PLATFORM_CFLAGS]) +AC_MSG_CHECKING([PLATFORM_LDFLAGS]) +AC_MSG_RESULT([$PLATFORM_LDFLAGS]) +AC_SUBST([PLATFORM_LDFLAGS]) + +AC_OUTPUT([ +Makefile +po/Makefile.in +thunar-plugin/Makefile +]) + diff -Nru thunar-media-tags-plugin-0.2.0/configure.in thunar-media-tags-plugin-0.2.1/configure.in --- thunar-media-tags-plugin-0.2.0/configure.in 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/configure.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,123 +0,0 @@ -dnl -dnl This file was autogenerated from "configure.in.in". -dnl Edit that file instead! -dnl - -dnl $Id$ -dnl -dnl Copyright (c) 2006 -dnl Jannis Pohlmann -dnl - -dnl *************************** -dnl *** Version information *** -dnl *************************** -m4_define([tap_version_major], [0]) -m4_define([tap_version_minor], [2]) -m4_define([tap_version_micro], [0]) -m4_define([tap_version_nano], []) dnl leave this empty to have no nano version -m4_define([tap_version_build], [7c8d2e2]) -m4_define([tap_version_tag], []) -m4_define([tap_version], [tap_version_major().tap_version_minor().tap_version_micro()ifelse(tap_version_nano(), [], [], [.tap_version_nano()])ifelse(tap_version_tag(), [git], [tap_version_tag()-tap_version_build()], [tap_version_tag()])]) - -dnl ******************************************* -dnl *** Debugging support for GIT snapshots *** -dnl ******************************************* -m4_define([tap_debug_default], [ifelse(tap_version_tag(), [git], [yes], [minimum])]) - -dnl *************************** -dnl *** Initialize autoconf *** -dnl *************************** -AC_COPYRIGHT([Copyright (c) 2006-2007 Jannis Pohlmann .]) -AC_INIT([thunar-media-tags-plugin], [tap_version], [thunar-dev@xfce.org]) -AC_PREREQ([2.50]) -AC_CANONICAL_TARGET() -AC_REVISION([tap_version_build]) - -dnl *************************** -dnl *** Initialize automake *** -dnl *************************** -AM_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2 tar-ustar]) -AM_MAINTAINER_MODE() -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) - -dnl ******************************* -dnl *** Check for UNIX variants *** -dnl ******************************* -AC_AIX() -AC_ISC_POSIX() -AC_MINIX() - -dnl ******************************** -dnl *** Check for basic programs *** -dnl ******************************** -AC_PROG_CC() -AC_PROG_LD() -AC_PROG_INSTALL() -AC_PROG_INTLTOOL() - -dnl ************************** -dnl *** Initialize libtool *** -dnl ************************** -LT_PREREQ([2.2.6]) -LT_INIT([disable-static]) - -dnl ****************************** -dnl *** Check for i18n support *** -dnl ****************************** -XDT_I18N([ar ast ca cs da de el en_GB es eu fi fr gl hr hu id it ja kk lv nb nl pa pl pt_BR pt ru sk sq sv tr ug uk ur_PK ur zh_CN zh_TW ]) - -dnl *********************************** -dnl *** Check for required packages *** -dnl *********************************** -XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.12.0]) -XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0]) -XDT_CHECK_PACKAGE([THUNARX], [thunarx-2], [1.0.1]) -XDT_CHECK_PACKAGE([TAGLIB], [taglib], [1.4]) - -dnl *********************************** -dnl *** Check for taglib_c *** -dnl *********************************** -TAGLIBC_LIBS="" -TAGLIBC_CFLAGS="" -AC_CHECK_LIB([tag_c], [taglib_file_new], -[ - AC_CHECK_HEADER([taglib/tag_c.h], - [ - TAGLIBC_LIBS="-ltag_c" - AC_DEFINE([HAVE_TAGLIBC], [1], [Define to 1 if tag_c is found]) - ]) -], [-lm]) -AC_SUBST([TAGLIBC_CFLAGS]) -AC_SUBST([TAGLIBC_LIBS]) - -dnl *********************************** -dnl *** Check for debugging support *** -dnl *********************************** -XDT_FEATURE_DEBUG([tap_debug_default]) - -dnl ************************************** -dnl *** Check for linker optimizations *** -dnl ************************************** -XDT_FEATURE_LINKER_OPTS() - -dnl ********************************* -dnl *** Substitute platform flags *** -dnl ********************************* -AC_MSG_CHECKING([PLATFORM_CPPFLAGS]) -AC_MSG_RESULT([$PLATFORM_CPPFLAGS]) -AC_SUBST([PLATFORM_CPPFLAGS]) -AC_MSG_CHECKING([PLATFORM_CFLAGS]) -AC_MSG_RESULT([$PLATFORM_CFLAGS]) -AC_SUBST([PLATFORM_CFLAGS]) -AC_MSG_CHECKING([PLATFORM_LDFLAGS]) -AC_MSG_RESULT([$PLATFORM_LDFLAGS]) -AC_SUBST([PLATFORM_LDFLAGS]) - -AC_OUTPUT([ -Makefile -po/Makefile.in -thunar-plugin/Makefile -]) - diff -Nru thunar-media-tags-plugin-0.2.0/debian/changelog thunar-media-tags-plugin-0.2.1/debian/changelog --- thunar-media-tags-plugin-0.2.0/debian/changelog 2011-11-30 21:20:32.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/debian/changelog 2015-06-18 05:59:12.000000000 +0000 @@ -1,3 +1,24 @@ +thunar-media-tags-plugin (0.2.1-1~ubuntu12.04.1) precise; urgency=low + + * No-change backport to precise + + -- Pavel Sofishchenko Thu, 18 Jun 2015 10:59:12 +0500 + +thunar-media-tags-plugin (0.2.1-1) unstable; urgency=low + + [ Lionel Le Folgoc ] + * New upstream release. + * debian/control: bump debhelper b-dep to (>= 9). + * debian/rules: enable all hardening options. + + [ Yves-Alexis Perez ] + * debian/control: + - update standards version to 3.9.4. + - drop version on Xfce build-dep since stable has Xfce 4.8 now. + - drop dpkg-dev build-dep since stable one has hardening support. + + -- Lionel Le Folgoc Sun, 26 May 2013 14:54:16 +0200 + thunar-media-tags-plugin (0.2.0-1) unstable; urgency=low * New upstream release. diff -Nru thunar-media-tags-plugin-0.2.0/debian/control thunar-media-tags-plugin-0.2.1/debian/control --- thunar-media-tags-plugin-0.2.0/debian/control 2011-11-30 21:17:41.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/debian/control 2013-05-26 12:54:12.000000000 +0000 @@ -4,10 +4,9 @@ Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez , Lionel Le Folgoc -Build-Depends: debhelper (>= 8.9.4), pkg-config, libthunarx-2-dev (>= 1.0.1), - libexo-1-dev (>= 0.5.0), libtagc0-dev, libxml-parser-perl, intltool, - dpkg-dev (>= 1.16.1) -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9), pkg-config, libthunarx-2-dev, libexo-1-dev, + libtagc0-dev, libxml-parser-perl, intltool +Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/thunar-media-tags-plugin/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/thunar-media-tags-plugin/ diff -Nru thunar-media-tags-plugin-0.2.0/debian/rules thunar-media-tags-plugin-0.2.1/debian/rules --- thunar-media-tags-plugin-0.2.0/debian/rules 2011-11-30 21:20:10.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/debian/rules 2013-05-22 18:36:07.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f -export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1 -export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow +export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs +export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ diff -Nru thunar-media-tags-plugin-0.2.0/depcomp thunar-media-tags-plugin-0.2.1/depcomp --- thunar-media-tags-plugin-0.2.0/depcomp 2011-11-30 19:34:11.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/depcomp 2013-05-11 09:57:03.000000000 +0000 @@ -1,10 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2009-04-28.21; # UTC +scriptversion=2012-10-18.11; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free -# Software Foundation, Inc. +# Copyright (C) 1999-2013 Free Software Foundation, Inc. # 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 @@ -28,9 +27,9 @@ case $1 in '') - echo "$0: No command. Try \`$0 --help' for more information." 1>&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -40,11 +39,11 @@ Environment variables: depmode Dependency tracking mode. - source Source file read by `PROGRAMS ARGS'. - object Object file output by `PROGRAMS ARGS'. + source Source file read by 'PROGRAMS ARGS'. + object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. - tmpdepfile Temporary file to use when outputing dependencies. + tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . @@ -57,6 +56,66 @@ ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + +# A tabulation character. +tab=' ' +# A newline character. +nl=' +' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} + if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 @@ -69,6 +128,9 @@ rm -f "$tmpdepfile" +# Avoid interferences from the environment. +gccflag= dashmflag= + # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case @@ -80,18 +142,32 @@ fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u="sed s,\\\\\\\\,/,g" - depmode=msvisualcpp + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp +fi + +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -114,8 +190,7 @@ done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -123,13 +198,17 @@ ;; gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -## -MM, not -M (despite what the docs say). +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then @@ -137,31 +216,31 @@ fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. + # The second -e expression handles DOS-style file names with drive + # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" -## This next piece of magic avoids the `deleted header file' problem. +## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. - tr ' ' ' -' < "$tmpdepfile" | -## Some versions of gcc put a space before the `:'. On the theory +## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as -## well. +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -179,8 +258,7 @@ "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -188,43 +266,41 @@ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; - # the IRIX cc adds comments like `#:fec' to the end of the + # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. - tr ' ' ' -' < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr ' -' ' ' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" - # The second pass generates a dummy entry for each header file. - tr ' ' ' -' < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; +xlc) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the - # current directory. Also, the AIX compiler puts `$object:' at the + # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -237,9 +313,7 @@ "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -248,44 +322,100 @@ do test -f "$tmpdepfile" && break done - if test -f "$tmpdepfile"; then - # Each line is of the form `foo.o: dependent.h'. - # Do two passes, one to just change these to - # `$object: dependent.h' and one to simply `dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - # That's a tab and a space in the []. - sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + aix_post_process_depfile + ;; + +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat fi + rm -f "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; -icc) - # Intel's C compiler understands `-MD -MF file'. However on - # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want: - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output +## The order of this option in the case statement is important, since the +## shell code in configure will try each of these formats in the order +## listed in this file. A plain '-MD' option would be understood by many +## compilers, so we must ensure this comes after the gcc and icc options. +pgcc) + # Portland's C compiler understands '-MD'. + # Will always output deps to 'file.d' where file is the root name of the + # source file under compilation, even if file resides in a subdirectory. + # The object file name does not affect the name of the '.d' file. + # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using \ : + # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... + set_dir_from "$object" + # Use the source, not the object, to determine the base name, since + # that's sadly what pgcc will do too. + set_base_from "$source" + tmpdepfile=$base.d + + # For projects that build the same source file twice into different object + # files, the pgcc approach of using the *source* file root name can cause + # problems in parallel builds. Use a locking strategy to avoid stomping on + # the same $tmpdepfile. + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 + numtries=100 + i=$numtries + while test $i -gt 0; do + # mkdir is a portable test-and-set. + if mkdir "$lockdir" 2>/dev/null; then + # This process acquired the lock. + "$@" -MD + stat=$? + # Release the lock. + rmdir "$lockdir" + break + else + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do + sleep 1 + i=`expr $i - 1` + done + fi + i=`expr $i - 1` + done + trap - 1 2 13 15 + if test $i -le 0; then + echo "$0: failed to acquire lock after $numtries attempts" >&2 + echo "$0: check lockdir '$lockdir'" >&2 + exit 1 + fi - "$@" -MD -MF "$tmpdepfile" - stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -297,8 +427,8 @@ sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. - sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | - sed -e 's/$/ :/' >> "$depfile" + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -309,9 +439,8 @@ # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -322,8 +451,7 @@ "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -333,77 +461,106 @@ test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" - # Add `dependent.h:' lines. + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" + # Add 'dependent.h:' lines. sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in `foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - # That's a tab and a space in the []. - sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; + +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/'"$tab"'\1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/'"$tab"'/ + G + p +}' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; #nosideeffect) # This comment above is used by automake to tell side-effect @@ -422,7 +579,7 @@ shift fi - # Remove `-o $object'. + # Remove '-o $object'. IFS=" " for arg do @@ -442,18 +599,18 @@ done test -z "$dashmflag" && dashmflag=-M - # Require at least two characters before searching for `:' + # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: - # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. + # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" - tr ' ' ' -' < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -503,12 +660,15 @@ touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" - cat < "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' ' -' | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -525,7 +685,7 @@ shift fi - # Remove `-o $object'. + # Remove '-o $object'. IFS=" " for arg do @@ -544,10 +704,10 @@ esac done - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" @@ -579,23 +739,23 @@ shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; + set fnord "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" - sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" - echo " " >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" + echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; diff -Nru thunar-media-tags-plugin-0.2.0/INSTALL thunar-media-tags-plugin-0.2.1/INSTALL --- thunar-media-tags-plugin-0.2.0/INSTALL 2011-11-30 19:34:11.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/INSTALL 2013-05-11 09:57:03.000000000 +0000 @@ -1,8 +1,8 @@ Installation Instructions ************************* -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation, +Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -226,6 +226,11 @@ and if that doesn't work, install pre-built binaries of GCC for HP-UX. + HP-UX `make' updates targets which have the same time stamps as +their prerequisites, which makes it generally unusable when shipped +generated files such as `configure' are involved. Use GNU `make' +instead. + 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 @@ -304,9 +309,10 @@ 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: +an Autoconf limitation. Until the limitation is lifted, you can use +this workaround: - CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash + CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== @@ -362,4 +368,3 @@ `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. - diff -Nru thunar-media-tags-plugin-0.2.0/install-sh thunar-media-tags-plugin-0.2.1/install-sh --- thunar-media-tags-plugin-0.2.0/install-sh 2011-11-30 19:34:11.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/install-sh 2013-05-11 09:57:03.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2009-04-28.21; # UTC +scriptversion=2011-11-20.07; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -35,7 +35,7 @@ # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent -# `make' implicit rules from creating a file called install from it +# 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written @@ -156,6 +156,10 @@ -s) stripcmd=$stripprog;; -t) dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac shift;; -T) no_target_directory=true;; @@ -186,6 +190,10 @@ fi shift # arg dst_arg=$arg + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac done fi @@ -194,13 +202,17 @@ echo "$0: no input file specified." >&2 exit 1 fi - # It's OK to call `install-sh -d' without argument. + # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then - trap '(exit $?); exit' 1 2 13 15 + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. @@ -228,9 +240,9 @@ for src do - # Protect names starting with `-'. + # Protect names problematic for 'test' and other utilities. case $src in - -*) src=./$src;; + -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then @@ -252,12 +264,7 @@ echo "$0: no destination specified." >&2 exit 1 fi - dst=$dst_arg - # Protect names starting with `-'. - case $dst in - -*) dst=./$dst;; - esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. @@ -347,7 +354,7 @@ if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writeable bit of parent directory when it shouldn't. + # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in @@ -385,7 +392,7 @@ case $dstdir in /*) prefix='/';; - -*) prefix='./';; + [-=\(\)!]*) prefix='./';; *) prefix='';; esac @@ -403,7 +410,7 @@ for d do - test -z "$d" && continue + test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then diff -Nru thunar-media-tags-plugin-0.2.0/Makefile.in thunar-media-tags-plugin-0.2.1/Makefile.in --- thunar-media-tags-plugin-0.2.0/Makefile.in 2011-11-30 19:34:11.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/Makefile.in 2013-05-11 09:57:03.000000000 +0000 @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.13.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. +# Copyright (C) 1994-2012 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. @@ -17,6 +16,23 @@ # $Id$ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -37,51 +53,88 @@ host_triplet = @host@ target_triplet = @target@ 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 \ - TODO config.guess config.sub depcomp install-sh ltmain.sh \ - missing mkinstalldirs +DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/configure $(am__configure_deps) \ + $(srcdir)/config.h.in COPYING TODO config.guess config.sub \ + install-sh missing ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(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 \ configure.lineno config.status.lineno -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ +am__v_at_1 = 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 +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-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 \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac 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 dist dist-all distcheck +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + cscope distdir dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ + $(LISP)config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags +CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ - { test ! -d "$(distdir)" \ - || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr "$(distdir)"; }; } + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ @@ -109,7 +162,10 @@ reldir="$$dir2" GZIP_ENV = --best DIST_ARCHIVES = $(distdir).tar.bz2 +DIST_TARGETS = dist-bzip2 distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -163,6 +219,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ @@ -255,6 +315,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -296,7 +358,7 @@ $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: -am--refresh: +am--refresh: Makefile @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ @@ -332,10 +394,8 @@ $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then \ - rm -f stamp-h1; \ - $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ - else :; fi + @if test ! -f $@; then rm -f stamp-h1; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -358,12 +418,12 @@ -rm -f libtool config.lt # 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): +# 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. +$(am__recursive_targets): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ @@ -373,7 +433,11 @@ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ @@ -388,57 +452,12 @@ $(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 +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ @@ -454,12 +473,7 @@ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ - list='$(SOURCES) $(HEADERS) config.h.in $(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; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -471,15 +485,11 @@ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) config.h.in $(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; }; }'`; \ +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -488,9 +498,31 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) @@ -526,13 +558,10 @@ 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 \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ @@ -564,35 +593,35 @@ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 - $(am__remove_distdir) + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) -dist-lzma: distdir - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma - $(am__remove_distdir) +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) dist-xz: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz - $(am__remove_distdir) + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) + $(am__post_remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) + $(am__post_remove_distdir) -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 - $(am__remove_distdir) +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another @@ -603,8 +632,8 @@ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lzma*) \ - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ @@ -614,9 +643,9 @@ *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod a+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ @@ -624,6 +653,7 @@ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ @@ -647,13 +677,21 @@ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 - $(am__remove_distdir) + $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: - @$(am__cd) '$(distuninstallcheck_dir)' \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ @@ -684,10 +722,15 @@ 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 + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -770,25 +813,24 @@ uninstall-am: -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ - ctags-recursive install-am install-strip tags-recursive +.MAKE: $(am__recursive_targets) all install-am install-strip -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am am--refresh check check-am clean clean-generic \ - clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ - dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ - dist-zip distcheck distclean distclean-generic distclean-hdr \ - distclean-libtool distclean-local distclean-tags \ - distcleancheck distdir distuninstallcheck 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 installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-cscope clean-generic \ + clean-libtool cscope cscopelist-am ctags ctags-am dist \ + dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ + dist-tarZ dist-xz dist-zip distcheck distclean \ + distclean-generic distclean-hdr distclean-libtool \ + distclean-local distclean-tags distcleancheck distdir \ + distuninstallcheck 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 installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am distclean-local: diff -Nru thunar-media-tags-plugin-0.2.0/missing thunar-media-tags-plugin-0.2.1/missing --- thunar-media-tags-plugin-0.2.0/missing 2011-11-30 19:34:11.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/missing 2013-05-11 09:57:03.000000000 +0000 @@ -1,11 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2009-04-28.21; # UTC +scriptversion=2012-06-26.16; # UTC -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008, 2009 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # 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 @@ -26,69 +25,40 @@ # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then - echo 1>&2 "Try \`$0 --help' for more information" + echo 1>&2 "Try '$0 --help' for more information" exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, `missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file \`aclocal.m4' - autoconf touch file \`configure' - autoheader touch file \`config.h.in' - autom4te touch the output file, or create a stub one - automake touch all \`Makefile.in' files - bison create \`y.tab.[ch]', if possible, from existing .[ch] - flex create \`lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create \`lex.yy.c', if possible, from existing .c - makeinfo touch the output file - tar try tar, gnutar, gtar, then tar without non-portable flags - yacc create \`y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man -Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and -\`g' are ignored when checking the name. +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. Send bug reports to ." exit $? @@ -100,272 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown \`$1' option" - echo 1>&2 "Try \`$0 --help' for more information" + echo 1>&2 "$0: unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; - - tar*) - if test -n "$run"; then - echo 1>&2 "ERROR: \`tar' requires --run" - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - exit 1 - fi - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running `$TOOL --version' or `$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acinclude.m4' or \`${configure_ac}'. You might want - to install the \`Automake' and \`Perl' packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`${configure_ac}'. You might want to install the - \`Autoconf' and \`GNU m4' packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acconfig.h' or \`${configure_ac}'. You might want - to install the \`Autoconf' and \`GNU m4' packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; - - automake*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. - You might want to install the \`Automake' and \`Perl' packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - autom4te*) - echo 1>&2 "\ -WARNING: \`$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get \`$1' as part of \`Autoconf' from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: \`$1' $msg. You should only need it if - you modified a \`.y' file. You may need the \`Bison' package - in order for those modifications to take effect. You can get - \`Bison' from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG="\${$#}" - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.l' file. You may need the \`Flex' package - in order for those modifications to take effect. You can get - \`Flex' from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG="\${$#}" - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - \`Help2man' package in order for those modifications to take - effect. You can get \`Help2man' from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.texi' or \`.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy \`make' (AIX, - DU, IRIX). You might want to install the \`Texinfo' package or - the \`GNU make' package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - tar*) - shift - - # We have already tried tar in the generic part. - # Look for gnutar/gtar before invocation to avoid ugly error - # messages. - if (gnutar --version > /dev/null 2>&1); then - gnutar "$@" && exit 0 - fi - if (gtar --version > /dev/null 2>&1); then - gtar "$@" && exit 0 - fi - firstarg="$1" - if shift; then - case $firstarg in - *o*) - firstarg=`echo "$firstarg" | sed s/o//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - case $firstarg in - *h*) - firstarg=`echo "$firstarg" | sed s/h//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - fi - - echo 1>&2 "\ -WARNING: I can't seem to be able to run \`tar' with the given arguments. - You may want to install GNU tar or Free paxutils, or check the - command line arguments." - exit 1 - ;; - - *) - echo 1>&2 "\ -WARNING: \`$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the \`README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing \`$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'automa4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru thunar-media-tags-plugin-0.2.0/mkinstalldirs thunar-media-tags-plugin-0.2.1/mkinstalldirs --- thunar-media-tags-plugin-0.2.0/mkinstalldirs 2011-11-30 19:34:11.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/mkinstalldirs 1970-01-01 00:00:00.000000000 +0000 @@ -1,162 +0,0 @@ -#! /bin/sh -# mkinstalldirs --- make directory hierarchy - -scriptversion=2009-04-28.21; # UTC - -# Original author: Noah Friedman -# Created: 1993-05-16 -# Public domain. -# -# This file is maintained in Automake, please report -# bugs to or send patches to -# . - -nl=' -' -IFS=" "" $nl" -errstatus=0 -dirmode= - -usage="\ -Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... - -Create each directory DIR (with mode MODE, if specified), including all -leading file name components. - -Report bugs to ." - -# process command line arguments -while test $# -gt 0 ; do - case $1 in - -h | --help | --h*) # -h for help - echo "$usage" - exit $? - ;; - -m) # -m PERM arg - shift - test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } - dirmode=$1 - shift - ;; - --version) - echo "$0 $scriptversion" - exit $? - ;; - --) # stop option processing - shift - break - ;; - -*) # unknown option - echo "$usage" 1>&2 - exit 1 - ;; - *) # first non-opt arg - break - ;; - esac -done - -for file -do - if test -d "$file"; then - shift - else - break - fi -done - -case $# in - 0) exit 0 ;; -esac - -# Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and -# mkdir -p a/c at the same time, both will detect that a is missing, -# one will create a, then the other will try to create a and die with -# a "File exists" error. This is a problem when calling mkinstalldirs -# from a parallel make. We use --version in the probe to restrict -# ourselves to GNU mkdir, which is thread-safe. -case $dirmode in - '') - if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then - echo "mkdir -p -- $*" - exec mkdir -p -- "$@" - else - # On NextStep and OpenStep, the `mkdir' command does not - # recognize any option. It will interpret all options as - # directories to create, and then abort because `.' already - # exists. - test -d ./-p && rmdir ./-p - test -d ./--version && rmdir ./--version - fi - ;; - *) - if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && - test ! -d ./--version; then - echo "mkdir -m $dirmode -p -- $*" - exec mkdir -m "$dirmode" -p -- "$@" - else - # Clean up after NextStep and OpenStep mkdir. - for d in ./-m ./-p ./--version "./$dirmode"; - do - test -d $d && rmdir $d - done - fi - ;; -esac - -for file -do - case $file in - /*) pathcomp=/ ;; - *) pathcomp= ;; - esac - oIFS=$IFS - IFS=/ - set fnord $file - shift - IFS=$oIFS - - for d - do - test "x$d" = x && continue - - pathcomp=$pathcomp$d - case $pathcomp in - -*) pathcomp=./$pathcomp ;; - esac - - if test ! -d "$pathcomp"; then - echo "mkdir $pathcomp" - - mkdir "$pathcomp" || lasterr=$? - - if test ! -d "$pathcomp"; then - errstatus=$lasterr - else - if test ! -z "$dirmode"; then - echo "chmod $dirmode $pathcomp" - lasterr= - chmod "$dirmode" "$pathcomp" || lasterr=$? - - if test ! -z "$lasterr"; then - errstatus=$lasterr - fi - fi - fi - fi - - pathcomp=$pathcomp/ - done -done - -exit $errstatus - -# Local Variables: -# mode: shell-script -# sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" -# time-stamp-end: "; # UTC" -# End: diff -Nru thunar-media-tags-plugin-0.2.0/NEWS thunar-media-tags-plugin-0.2.1/NEWS --- thunar-media-tags-plugin-0.2.0/NEWS 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/NEWS 2013-05-11 09:57:00.000000000 +0000 @@ -1,3 +1,13 @@ +0.2.1 +===== +- Automake updates. +- Translation updates: Arabic, Bulgarian, Catalan (Valencian), Czech, + Danish, German, English (United Kingdom), Spanish (Castilian), + Basque, French, Croatian, Indonesian, Italian, Kazakh, Korean, + Lithuanian, Latvian, Dutch (Flemish), Polish, Portuguese, Portuguese + (Brazilian), Russian, Slovak, Slovenian, Serbian, Turkish, Uyghur, + Ukrainian, Chinese (China), Chinese (Taiwan). + 0.2.0 ===== - Use thunarx-2 and exo-1 API. diff -Nru thunar-media-tags-plugin-0.2.0/po/ar.po thunar-media-tags-plugin-0.2.1/po/ar.po --- thunar-media-tags-plugin-0.2.0/po/ar.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/ar.po 2013-05-11 09:57:00.000000000 +0000 @@ -3,17 +3,18 @@ msgstr "" "Project-Id-Version: thunar-media-tags-plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-02-04 19:24+0000\n" "PO-Revision-Date: 2011-08-09 18:12-0000\n" "Last-Translator: كريم أولاد الشلحة \n" "Language-Team: Arabic Xfce Translation Team \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: \n" "X-Poedit-Language: Arabic\n" "X-Poedit-Country: Morocco\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "عنوان" @@ -41,184 +42,220 @@ msgid "Artist - Track - Title" msgstr "الفنان -- المسار -- العنوان" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "مخصص" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "صيغة م_خصصة:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_صيغة :" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_يؤكد" -#: ../thunar-plugin/tag-renamer.c:248 -msgid "Activating this option will replace all spaces in the target filename with underscores." +#: ../thunar-plugin/tag-renamer.c:314 +msgid "" +"Activating this option will replace all spaces in the target filename with " +"underscores." msgstr "بتفعيل هذا الخيار سيستبدل كافة المسافات في إسم الملف الهدف." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_صغيرة" -#: ../thunar-plugin/tag-renamer.c:255 -msgid "If you activate this, the resulting filename will only contain lowercase letters." +#: ../thunar-plugin/tag-renamer.c:321 +msgid "" +"If you activate this, the resulting filename will only contain lowercase " +"letters." msgstr "إذا قمت بتفعيل هذا ، إسم الملف سيحتوي على أحرف صغيرة فقط." -#: ../thunar-plugin/tag-renamer.c:264 -#: ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "الفنان مجهول" -#: ../thunar-plugin/tag-renamer.c:265 -#: ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "عنوان مجهول" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "تحرير _العلامات" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "تحرير علامات ID3/OGG ​​لهذا الملف." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "علامة المساعدة" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "فنان" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "ألبوم" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "نوع" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "عدد المقطع" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "سنة" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "تعليق" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "العلامات الصوتية" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "ألبوم مجهول" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "مقطع:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "أدخل رقم المقطع هنا." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "السنة :" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "أدخل سنة الإصدار هنا." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "الفنان :" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "أدخل إسم الفنان أو الكاتب هذا الملف هنا." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "العنوان :" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "ادخل إسم الأغتية هنا." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "ألبوم:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "أدخل الألبوم/عنوان التسجيل هتا." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "تعليقات:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "أدخل تعليقاتك هنا." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "نوع:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "حدد او أدخل نوع هذه الأغنية هنا." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_حفظ" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "حفظ أوسمة الصوت." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_معلومات" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "عرض المزيد من المعلومات حول هذا الملف الصوتي." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "صوت" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "حرر أوسمة" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "معلومات الصوت" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d دقائق" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d كب/ث" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "إسم الملف:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "حجم الملف:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "نوع MIME:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "معدل البث:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "تقييم العينة:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "قناة:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "مدة:" - diff -Nru thunar-media-tags-plugin-0.2.0/po/bg.po thunar-media-tags-plugin-0.2.1/po/bg.po --- thunar-media-tags-plugin-0.2.0/po/bg.po 1970-01-01 00:00:00.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/bg.po 2013-05-11 09:57:00.000000000 +0000 @@ -0,0 +1,263 @@ +# Bulgarian translation of the thunar-media-tags-plugin. +# Copyright (C) 2006-2007 Jannis Pohlmann +# This file is distributed under the same license as the thunar-media-tags-plugin package. +# Kiril Kirilov (Cybercop) , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-09 09:51+0000\n" +"PO-Revision-Date: 2013-02-09 14:51+0200\n" +"Last-Translator: Cybercop \n" +"Language-Team: Bulgarian \n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Title" +msgstr "Заглавие" + +#: ../thunar-plugin/tag-renamer.c:60 +msgid "Artist - Title" +msgstr "Изпълнител - Заглавие" + +#: ../thunar-plugin/tag-renamer.c:61 +msgid "Track - Title" +msgstr "Запис - Заглавие" + +#: ../thunar-plugin/tag-renamer.c:62 +msgid "Track - Artist - Title" +msgstr "Запис - Изпълнител - Заглавие" + +#: ../thunar-plugin/tag-renamer.c:63 +msgid "Track. Title" +msgstr "Запис. Заглавие" + +#: ../thunar-plugin/tag-renamer.c:64 +msgid "Track. Artist - Title" +msgstr "Запис. Изпълнител - Заглавие" + +#: ../thunar-plugin/tag-renamer.c:65 +msgid "Artist - Track - Title" +msgstr "Изпълнител - Запис - Заглавие" + +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Потребителски" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Потребителски формат:" + +#. Format label +#: ../thunar-plugin/tag-renamer.c:271 +msgid "_Format:" +msgstr "Формат:" + +#: ../thunar-plugin/tag-renamer.c:312 +msgid "_Underscores" +msgstr "Долни черти" + +#: ../thunar-plugin/tag-renamer.c:314 +msgid "Activating this option will replace all spaces in the target filename with underscores." +msgstr "Когато активирате тази опция, всички пространства в името на файла ще бъде заменени от долна черта." + +#: ../thunar-plugin/tag-renamer.c:319 +msgid "_Lowercase" +msgstr "Малки букви" + +#: ../thunar-plugin/tag-renamer.c:321 +msgid "If you activate this, the resulting filename will only contain lowercase letters." +msgstr "Ако активирате тази опция, името на файла ще съдържа само малки букви." + +#: ../thunar-plugin/tag-renamer.c:464 +#: ../thunar-plugin/audio-tags-page.c:182 +msgid "Unknown Artist" +msgstr "Неизвестен изпълнител" + +#: ../thunar-plugin/tag-renamer.c:472 +#: ../thunar-plugin/audio-tags-page.c:208 +msgid "Unknown Title" +msgstr "Неизвестно заглавие" + +#. Edit tags action +#: ../thunar-plugin/tag-renamer.c:627 +msgid "Edit _Tags" +msgstr "Редактиране на тагове" + +#: ../thunar-plugin/tag-renamer.c:627 +msgid "Edit ID3/OGG tags of this file." +msgstr "Редактиране на ID3/OGG тагове от този файл." + +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Помощен списък на таг" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Изпълнител" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Албум" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Жанр" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Номер на запис" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Година" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Коментар" + +#: ../thunar-plugin/tag-renamer.c:717 +msgid "Audio Tags" +msgstr "Аудио тагове" + +#: ../thunar-plugin/audio-tags-page.c:195 +msgid "Unknown Album" +msgstr "Неизвестен албум" + +#: ../thunar-plugin/audio-tags-page.c:328 +msgid "Track:" +msgstr "Запис:" + +#: ../thunar-plugin/audio-tags-page.c:343 +msgid "Enter the track number here." +msgstr "Въведете номера на записа." + +#: ../thunar-plugin/audio-tags-page.c:351 +msgid "Year:" +msgstr "Година:" + +#: ../thunar-plugin/audio-tags-page.c:366 +msgid "Enter the release year here." +msgstr "Въведете годината на издаване." + +#: ../thunar-plugin/audio-tags-page.c:374 +msgid "Artist:" +msgstr "Изпълнител:" + +#: ../thunar-plugin/audio-tags-page.c:381 +msgid "Enter the name of the artist or author of this file here." +msgstr "Въведете изпълнителя или автора на този файл." + +#: ../thunar-plugin/audio-tags-page.c:389 +msgid "Title:" +msgstr "Заглавие:" + +#: ../thunar-plugin/audio-tags-page.c:396 +msgid "Enter the song title here." +msgstr "Въведете заглавието на песента." + +#: ../thunar-plugin/audio-tags-page.c:403 +msgid "Album:" +msgstr "Албум:" + +#: ../thunar-plugin/audio-tags-page.c:410 +msgid "Enter the album/record title here." +msgstr "Въведете името на албума." + +#: ../thunar-plugin/audio-tags-page.c:417 +msgid "Comment:" +msgstr "Коментар:" + +#: ../thunar-plugin/audio-tags-page.c:424 +msgid "Enter your comments here." +msgstr "Въведете вашият коментар." + +#: ../thunar-plugin/audio-tags-page.c:431 +msgid "Genre:" +msgstr "Жанр:" + +#: ../thunar-plugin/audio-tags-page.c:438 +msgid "Select or enter the genre of this song here." +msgstr "Изберете или въведете жанра на тази песен." + +#. Create and add the save action +#: ../thunar-plugin/audio-tags-page.c:449 +msgid "_Save" +msgstr "Запазване" + +#: ../thunar-plugin/audio-tags-page.c:449 +msgid "Save audio tags." +msgstr "Запазване на аудио тагове." + +#. Create and add the info action +#: ../thunar-plugin/audio-tags-page.c:456 +msgid "_Information" +msgstr "Информация" + +#: ../thunar-plugin/audio-tags-page.c:456 +msgid "Display more detailed information about this audio file." +msgstr "Покажи по- подробна информация за този аудио-файл." + +#: ../thunar-plugin/audio-tags-page.c:524 +msgid "Audio" +msgstr "Аудио" + +#. Set up the dialog +#: ../thunar-plugin/audio-tags-page.c:560 +msgid "Edit Tags" +msgstr "Редактиране на тагове" + +#. Create dialog +#: ../thunar-plugin/audio-tags-page.c:982 +msgid "Audio Information" +msgstr "Аудио информация" + +#: ../thunar-plugin/audio-tags-page.c:993 +#, c-format +msgid "%d:%d Minutes" +msgstr "%d:%d минути" + +#: ../thunar-plugin/audio-tags-page.c:994 +#, c-format +msgid "%d KBit/s" +msgstr "%d кБит/сек" + +#: ../thunar-plugin/audio-tags-page.c:995 +#, c-format +msgid "%d Hz" +msgstr "%d Хц" + +#: ../thunar-plugin/audio-tags-page.c:1019 +msgid "Filename:" +msgstr "Име на файл:" + +#: ../thunar-plugin/audio-tags-page.c:1032 +msgid "Filesize:" +msgstr "Размер на файл:" + +#: ../thunar-plugin/audio-tags-page.c:1045 +msgid "MIME Type:" +msgstr "Добавка тип MIME:" + +#: ../thunar-plugin/audio-tags-page.c:1058 +msgid "Bitrate:" +msgstr "Качество на звука:" + +#: ../thunar-plugin/audio-tags-page.c:1071 +msgid "Samplerate:" +msgstr "Честота на дискретизация:" + +#: ../thunar-plugin/audio-tags-page.c:1084 +msgid "Channels:" +msgstr "Канали" + +#: ../thunar-plugin/audio-tags-page.c:1097 +msgid "Length:" +msgstr "Продължителност:" + diff -Nru thunar-media-tags-plugin-0.2.0/po/ca.po thunar-media-tags-plugin-0.2.1/po/ca.po --- thunar-media-tags-plugin-0.2.0/po/ca.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/ca.po 2013-05-11 09:57:00.000000000 +0000 @@ -1,22 +1,27 @@ # Catalan translation of the thunar-media-tags-plugin. # Copyright (C) 2006-2007 Jannis Pohlmann -# This file is distributed under the same license as the thunar-media-tags-plugin package. -# Carles Muñoz Gorriz , 2006, 2008-2009. +# This file is distributed under the same license as the +# thunar-media-tags-plugin package. +# Carles Muñoz Gorriz , 2006, 2008-2009, 2011. # msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" -"PO-Revision-Date: 2009-02-01 12:07+0100\n" +"POT-Creation-Date: 2011-12-18 14:42+0000\n" +"PO-Revision-Date: 2011-12-18 17:41+0100\n" "Last-Translator: Carles Muñoz Gorriz \n" "Language-Team: catalan \n" +"Language: \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: ca\n" +"X-Poedit-SourceCharset: utf-8\n" #: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Títol" @@ -44,190 +49,222 @@ msgid "Artist - Track - Title" msgstr "Artista - Pista - Títol" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Personalitzat" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Format _personalitzat:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Format:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Subratllat" -#: ../thunar-plugin/tag-renamer.c:248 -msgid "" -"Activating this option will replace all spaces in the target filename with " -"underscores." -msgstr "" -"Si s'activa aquesta opció es substituiran tots els espais del nom del fitxer " -"per caràcters de subratllat." +#: ../thunar-plugin/tag-renamer.c:314 +msgid "Activating this option will replace all spaces in the target filename with underscores." +msgstr "Si s'activa aquesta opció es substituiran tots els espais del nom del fitxer per caràcters de subratllat." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Minúscula" -#: ../thunar-plugin/tag-renamer.c:255 -msgid "" -"If you activate this, the resulting filename will only contain lowercase " -"letters." +#: ../thunar-plugin/tag-renamer.c:321 +msgid "If you activate this, the resulting filename will only contain lowercase letters." msgstr "Si s'activa el no de fitxer només tindrà caràcters en minúscula." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 +#: ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Artista desconegut" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 +#: ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Títol desconegut" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "_Edita les etiquetes" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Edita les etiquetes ID3/OGG d'aquest fitxer." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Ajuda en les etiquetes" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Artista" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Àlbum" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Gènere" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Número de pista" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Any" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Comentari" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Etiquetes d'àudio" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Àlbum desconegut" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Pista:Year:" msgstr "Any:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Introduïu l'any de distribució." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" -msgstr "Artista" +msgstr "Artista:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Introduïu el nom de l'artista o l'autor del fitxer." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Títol:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Introduïu el títol de la cançó." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Àlbum:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Introduïu el títol de l'àlbum/gravació." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Comentari: " -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Introduïu llur comentari." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Gènere:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Seleccioneu o introduïu el gènere de la cançó." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Desa" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Desa les etiquetes d'àudio." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informació" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Mostra informació més detallada sobre el fitxer d'àudio." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Àudio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Edita les etiquetes" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Informació d'àudio" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d minuts" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Nom del fitxer:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Mida del fitxer:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Tipus MIME" # Coeficient/Velocitat/Ritme/Ràtio/Taxa? # Ràtio no hi és al diec. # El termcat recomana taxa -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Taxa de bits:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Taxa de la mostra:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Canals:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" -msgstr "Durada" +msgstr "Durada:" + diff -Nru thunar-media-tags-plugin-0.2.0/po/cs.po thunar-media-tags-plugin-0.2.1/po/cs.po --- thunar-media-tags-plugin-0.2.0/po/cs.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/cs.po 2013-05-11 09:57:00.000000000 +0000 @@ -1,22 +1,24 @@ # Czech translation of the thunar-media-tags-plugin. # Copyright (C) 2006-2007 Jannis Pohlmann # This file is distributed under the same license as the thunar-media-tags-plugin package. -# Michal Várady , 2006. +# Michal Várady , 2006-2012. # msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" -"PO-Revision-Date: 2006-09-17 09:31+0100\n" +"POT-Creation-Date: 2012-01-08 22:18+0000\n" +"PO-Revision-Date: 2012-01-09 00:56+0100\n" "Last-Translator: Michal Várady \n" "Language-Team: Czech \n" +"Language: cs\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" #: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Název" @@ -44,184 +46,219 @@ msgid "Artist - Track - Title" msgstr "Umělec - Stopa - Název" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Vlastní" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "_Vlastní formát:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Formát:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Podtržítka" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "Activating this option will replace all spaces in the target filename with underscores." msgstr "Aktivace této položky způsobí nahrazení všech mezer v cílovém názvu podtržítky." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Malá písmena" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "If you activate this, the resulting filename will only contain lowercase letters." msgstr "Použijete-li tuto volbu, výsledné názvy budou obsahovat pouze malá písmena." -#: ../thunar-plugin/tag-renamer.c:264 -#: ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 +#: ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Neznámý umělec" -#: ../thunar-plugin/tag-renamer.c:265 -#: ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 +#: ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Neznámý název" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Upravit _tagy" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Upraví tagy ID3 nebo OGG tohoto souboru." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Nápověda tagů" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Umělec" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Žánr" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Číslo stopy" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Rok" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Komentář" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Tagy nahrávky" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Neznámé album" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Stopa:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Sem zadejte název stopy." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Rok:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Sem zadejte rok vydání." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Umělec:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Sem zadejte jméno umělce nebo autora tohoto souboru." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Název:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Sem zadejte název skladby." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Album:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Sem zadejte název alba nebo nahrávky." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Komentář:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Sem zadejte Váš komentář." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Žánr:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Sem zadejte nebo zvolte žánr této skladby." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Uložit" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Uloží tagy nahrávky." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informace" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Zobrazí podrobné informace o tomto zvukovém souboru." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Nahrávka" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Upravit tagy" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Informace o nahrávce" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d minut" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Název souboru:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Velikost souboru:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Typ MIME:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Datový tok:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Vzorkovací frekvence:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Počet kanálů:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Délka:" diff -Nru thunar-media-tags-plugin-0.2.0/po/da.po thunar-media-tags-plugin-0.2.1/po/da.po --- thunar-media-tags-plugin-0.2.0/po/da.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/da.po 2013-05-11 09:57:00.000000000 +0000 @@ -3,24 +3,25 @@ # This file is distributed under the same license as the thunar-media-tags-plugin package. # Jens Hyllegaard , 2007. # Per Kongstad , 2008 -# +# msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2011-12-04 05:30+0000\n" "PO-Revision-Date: 2008-10-14 11:44+0100\n" "Last-Translator: Per Kongstad \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=n != 1\n" "X-Poedit-Language: Danish\n" -"X-Poedit-Country: DENMARK\n" "X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-Country: DENMARK\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Titel" @@ -48,184 +49,223 @@ msgid "Artist - Track - Title" msgstr "Kunstner - spor - titel" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Tilpas" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Tilpas_set format:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Format:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Bundstreger" -#: ../thunar-plugin/tag-renamer.c:248 -msgid "Activating this option will replace all spaces in the target filename with underscores." -msgstr "Aktivering af denne indstilling vil erstatte alle mellemrum i filnavne med bundstreger." +#: ../thunar-plugin/tag-renamer.c:314 +msgid "" +"Activating this option will replace all spaces in the target filename with " +"underscores." +msgstr "" +"Aktivering af denne indstilling vil erstatte alle mellemrum i filnavne med " +"bundstreger." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Små bogstaver" -#: ../thunar-plugin/tag-renamer.c:255 -msgid "If you activate this, the resulting filename will only contain lowercase letters." -msgstr "Hvis du aktiverer denne, vil filnavnet kun blive skrevet med små bogstaver." - -#: ../thunar-plugin/tag-renamer.c:264 -#: ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:321 +msgid "" +"If you activate this, the resulting filename will only contain lowercase " +"letters." +msgstr "" +"Hvis du aktiverer denne, vil filnavnet kun blive skrevet med små bogstaver." + +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Ukendt kunstner" -#: ../thunar-plugin/tag-renamer.c:265 -#: ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Ukendt titel" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Redigér _mærke" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Redigér ID3/OGG-mærker af denne fil." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Markeringshjælp" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Kunstner" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Genre" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Spornummer" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "År" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Kommentar" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Lydmærker" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Ukendt album" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Spor:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Angiv spornummer her." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "År:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Angiv udgivelsesåret her." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Kunstner:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Angiv navnet på kunstneren eller forfatteren af denne fil her." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Titel:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Angiv sangtitel her." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Album:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Angiv albummet/melodi-titel her." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Kommentarer:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Angiv dine kommentarer her." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Genre:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Vælg eller angiv genren af denne sang her." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Gem" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Gem lydmærker." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Information" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Vis mere detaljerede informationer om denne lydfil." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Lyd" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Redigér mærker" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Lydinformation" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d minutter" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Filnavn:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Filstørrelse:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "MIME-type:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Bithastighed:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Målefrekvens:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Kanaler:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Længde:" - diff -Nru thunar-media-tags-plugin-0.2.0/po/de.po thunar-media-tags-plugin-0.2.1/po/de.po --- thunar-media-tags-plugin-0.2.0/po/de.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/de.po 2013-05-11 09:57:00.000000000 +0000 @@ -3,21 +3,22 @@ # This file is distributed under the same license as the thunar-media-tags-plugin package. # Jannis Pohlmann , 2006. # Fabian Nowak , 2007. -# +# msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-02-17 03:27+0000\n" "PO-Revision-Date: 2007-12-01 18:38+0000\n" "Last-Translator: Fabian Nowak \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Titel" @@ -45,185 +46,220 @@ msgid "Artist - Track - Title" msgstr "Interpret - Stück - Titel" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Benutzerdefiniert" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Benutzerdefiniertes F_ormat:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Format:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Unterstriche" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "" "Activating this option will replace all spaces in the target filename with " "underscores." msgstr "Mit dieser Option werden alle Leerzeichen durch Unterstriche ersetzt." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "K_leinbuchstaben" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "" "If you activate this, the resulting filename will only contain lowercase " "letters." msgstr "Wandelt alle Zeichen in Kleinbuchstaben um." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Unbekannter Interpret" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Unbekannter Titel" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "_Tags bearbeiten" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "ID3- und OGG-Tags dieser Datei bearbeiten." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Tag-Hilfe" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Interpret" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Genre" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Titelnummer" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Jahr" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Kommentar" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Audio-Tags" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Unbekanntes Album" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Stück:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Hier die Nummer eingeben." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Jahr:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Hier das Jahr der Veröffentlichung eingeben." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Interpret:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Hier den Namen des/der Interpreten oder Autors angeben." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Titel:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Hier den Titel des Lieds oder Dokuments eingeben." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Album:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Hier den Namen des Albums/der Veröffentlichung eingeben." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Kommentar:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." -msgstr "Hier einen beliebigen Kommentar einfügen." +msgstr "Hier beliebige Kommentare einfügen." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Genre:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Hier ein Genre auswählen oder selbst eingeben." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Speichern" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Audio-Tags speichern." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informationen" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Detailliertere Information über diese Audiodatei anzeigen." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Audio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Tags bearbeiten" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Audio-Informationen" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d Minuten" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Dateiname:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Dateigröße:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "MIME-Typ:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Bitrate:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Abtastrate:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Kanäle:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Länge:" diff -Nru thunar-media-tags-plugin-0.2.0/po/en_GB.po thunar-media-tags-plugin-0.2.1/po/en_GB.po --- thunar-media-tags-plugin-0.2.0/po/en_GB.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/en_GB.po 2013-05-11 09:57:00.000000000 +0000 @@ -7,15 +7,16 @@ msgstr "" "Project-Id-Version: thunar-media-tags-plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-04-22 20:48+0000\n" "PO-Revision-Date: 2007-03-29 19:12+1000\n" "Last-Translator: Jeff Bailes \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit" +"Content-Transfer-Encoding: 8bit\n" +"Language: \n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Title" @@ -43,16 +44,25 @@ msgid "Artist - Track - Title" msgstr "Artist - Track - Title" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Custom" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Cust_om format:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Format:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Underscores" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "" "Activating this option will replace all spaces in the target filename with " "underscores." @@ -60,11 +70,11 @@ "Activating this option will replace all spaces in the target filename with " "underscores." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Lowercase" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "" "If you activate this, the resulting filename will only contain lowercase " "letters." @@ -72,161 +82,186 @@ "If you activate this, the resulting filename will contain only lowercase " "letters." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Unknown Artist" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Unknown Title" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Edit _Tags" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Edit ID3/OGG tags of this file." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Tag Help" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Artist" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Genre" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Track number" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Year" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Comment" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Audio Tags" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Unknown Album" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Track:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Enter the track number here." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Year:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Enter the release year here." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Artist:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Enter the name of the artist or author of this file here." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Title:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Enter the song title here." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Album:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Enter the album/record title here." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Comment:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Enter your comments here." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Genre:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Select or enter the genre of this song here." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Save" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Save audio tags." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Information" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Display more detailed information about this audio file." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Audio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Edit Tags" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Audio Information" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d Minutes" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Filename:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Filesize:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "MIME Type:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Bitrate:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Samplerate:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Channels:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Length:" - diff -Nru thunar-media-tags-plugin-0.2.0/po/es.po thunar-media-tags-plugin-0.2.1/po/es.po --- thunar-media-tags-plugin-0.2.0/po/es.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/es.po 2013-05-11 09:57:00.000000000 +0000 @@ -2,20 +2,21 @@ # Copyright (C) 2006-2007 Jannis Pohlmann # This file is distributed under the same license as the thunar-media-tags-plugin package. # Abel Martín , 2008. -# +# msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-01-24 16:36+0000\n" "PO-Revision-Date: 2008-10-20 20:27+0100\n" "Last-Translator: Abel Martín \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Título" @@ -43,184 +44,224 @@ msgid "Artist - Track - Title" msgstr "Artista - Pista - Título" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Personalizado" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Formato per_sonalizado:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Formato:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Subrayados" -#: ../thunar-plugin/tag-renamer.c:248 -msgid "Activating this option will replace all spaces in the target filename with underscores." -msgstr "Activar esta opción sustituirá todos los espacios en el nombre del archivo objetivo con subrayados." +#: ../thunar-plugin/tag-renamer.c:314 +msgid "" +"Activating this option will replace all spaces in the target filename with " +"underscores." +msgstr "" +"Activar esta opción sustituirá todos los espacios en el nombre del archivo " +"objetivo con subrayados." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Minúsculas" -#: ../thunar-plugin/tag-renamer.c:255 -msgid "If you activate this, the resulting filename will only contain lowercase letters." -msgstr "Si activa esta opción, el nombre de archivo resultante sólo contendrá letras minúsculas." - -#: ../thunar-plugin/tag-renamer.c:264 -#: ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:321 +msgid "" +"If you activate this, the resulting filename will only contain lowercase " +"letters." +msgstr "" +"Si activa esta opción, el nombre de archivo resultante sólo contendrá letras " +"minúsculas." + +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Artista desconocido" -#: ../thunar-plugin/tag-renamer.c:265 -#: ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Título desconocido" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Editar _etiquetas" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Editar etiquetas ID3/OGG de este archivo." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Etiqueta" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Artista" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Álbum" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Genero" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Número de pista" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Año" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Comentario" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Etiquetas de audio" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Álbum desconocido" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Pista:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Introduzca aquí el número de pista." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Año:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Introduzca aquí el año de publicación." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Artista:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Introduzca aquí el nombre del artista o autor de este archivo." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Título:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Introduzca aquí el título de la canción." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Álbum:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Introduzca aquí el título del álbum/disco." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Comentario:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Introduzca aquí sus comentarios." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Género:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Selecciones el género de esta canción aquí." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Guardar" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Guardar etiquetas de audio." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Información" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Mostrar información más detallada sobre este archivo de audio." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Audio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Editar etiquetas" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Información de audio" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d minutos" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Nombre de archivo:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Tamaño de archivo:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Tipo MIME:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Tasa de bits:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Tasa de muestreo:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Canales:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Duración:" - diff -Nru thunar-media-tags-plugin-0.2.0/po/eu.po thunar-media-tags-plugin-0.2.1/po/eu.po --- thunar-media-tags-plugin-0.2.0/po/eu.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/eu.po 2013-05-11 09:57:00.000000000 +0000 @@ -2,23 +2,23 @@ # Copyright (C) 2006-2007 Jannis Pohlmann # This file is distributed under the same license as the thunar-media-tags-plugin package. # Piarres Beobide , 2006. -# +# msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-01-16 08:33+0000\n" "PO-Revision-Date: 2008-11-05 14:22+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Basque \n" -"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 1.2.0\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Izenburua" @@ -46,16 +46,25 @@ msgid "Artist - Track - Title" msgstr "Artista - Pista - Izenburua" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Pertsonalizatua" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Pertsonalizatutako _formatua:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Formatua:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Azpimarratua" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "" "Activating this option will replace all spaces in the target filename with " "underscores." @@ -63,170 +72,196 @@ "Aukera hau gaituaz helburu fitxategiaren hutsune guztiak azpimarratxo batez " "aldatuko dira." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Minuskulak" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "" "If you activate this, the resulting filename will only contain lowercase " "letters." msgstr "Hau gaituaz, bistaraziko den fitxategi izena minuskuletan egongo da." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Artista Ezezaguna" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Izenburu Ezezaguna" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "E_tiketak Editatu" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Fitxategi honen ID3/OGG etiketak editatu." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Etiketa laguntza" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Artista" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Albuma" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Generoa" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Pista zenbakia" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Urtea" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Iruzkina" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Audio Etiketak" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Albun Ezezaguna" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Pista:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Idatzi pista zenbakia hemen." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Urtea:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Argitaratze urtea idatzi hemen" -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Artista:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Fitxategi honen artista edo autorearen izena idatzi hemen." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Izenburua:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Kanta izenburua idatzi hemen." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Albuna:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Albun/grabazio izenburua idatzi hemen." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Iruzkina:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Iruzkinak idatzi hemen." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Generoa" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Kantaren generoa hautatu edo idatzi hemen." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Gorde" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Audio etiketak gorde" #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Argibideak" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Audio fitxategi honen argibide hedatuak bistarazi." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Audioa" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Etiketak Editatu" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Audio Argibideak" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d Minutu" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Fitxategi-izena:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Fitxategi-tamaina:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "MIME Mota::" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Bit-tasa:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Adibide-tasa:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Kanalak:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Luzera:" diff -Nru thunar-media-tags-plugin-0.2.0/po/fr.po thunar-media-tags-plugin-0.2.1/po/fr.po --- thunar-media-tags-plugin-0.2.0/po/fr.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/fr.po 2013-05-11 09:57:00.000000000 +0000 @@ -8,15 +8,17 @@ msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" -"PO-Revision-Date: 2007-01-29 00:41+0100\n" -"Last-Translator: Maximilian Schleiss \n" +"POT-Creation-Date: 2012-08-29 13:36+0000\n" +"PO-Revision-Date: 2012-08-29 16:03+0100\n" +"Last-Translator: \n" "Language-Team: French \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Titre" @@ -44,193 +46,230 @@ msgid "Artist - Track - Title" msgstr "Artiste - Piste - Titre" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Personnalisé" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "F_ormat personnalisé :" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Format :" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "So_ulignement" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "Activating this option will replace all spaces in the target filename with underscores." msgstr "Activer cette option remplacera toutes les espaces dans le nom de fichier cible par des soulignements." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Minuscules" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "If you activate this, the resulting filename will only contain lowercase letters." msgstr "De l'activation de cette option résultera un nom de fichier ne contenant que des lettres minuscules." -#: ../thunar-plugin/tag-renamer.c:264 -#: ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 +#: ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Artiste inconnu" -#: ../thunar-plugin/tag-renamer.c:265 -#: ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 +#: ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Titre inconnu" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Éditer les _balises" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Éditer les balises ID3/OGG de ce fichier." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Aide balise" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Artiste" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Genre" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Numéro de piste" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Année" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Commentaire" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Balises audio" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Album inconnu" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Piste :" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Entrez ici le numéro de la piste." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Année :" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Entrez ici la date de sortie." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Artiste :" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Entrez ici le nom de l'artiste ou de l'auteur de ce fichier." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Titre :" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Entrez ici le titre du morceau." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Album :" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Entrez ici le titre de l'album/enregistrement." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Commentaire :" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Entrez ici vos commentaires." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Genre :" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Sélectionnez ou entrez ici le genre de ce morceau." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Enregistrer" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Enregistrer les balises audio." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Information" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Afficher des informations plus détaillées à propos de ce fichier audio." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Audio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Éditer les balises" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Information audio" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" -msgstr "%d:%d minutes" +msgstr "%d :%d minutes" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d Kbit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Nom du fichier :" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Taille du fichier :" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Type MIME :" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Débit :" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Fréq. d'échantillonage :" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Canaux :" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Durée :" #~ msgid "Naming _scheme:" #~ msgstr "_Schéma de nom :" + #~ msgid "Default Art_ist:" #~ msgstr "Art_iste par défaut :" + #~ msgid "Text entered in this field is going to replace missing artist tags." #~ msgstr "Le texte de ce champ remplira les balises artiste vides." + #~ msgid "ID3 and Vorbis Tags" #~ msgstr "Balises Vorbis et ID3" - diff -Nru thunar-media-tags-plugin-0.2.0/po/hr.po thunar-media-tags-plugin-0.2.1/po/hr.po --- thunar-media-tags-plugin-0.2.0/po/hr.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/hr.po 2013-05-11 09:57:00.000000000 +0000 @@ -2,25 +2,25 @@ # Copyright (C) 2006-2007 Jannis Pohlmann # This file is distributed under the same license as the thunar-media-tags-plugin package. # Ivica Kolić , 2011. -# +# msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-04-15 10:33+0000\n" "PO-Revision-Date: 2011-05-28 17:11+0200\n" "Last-Translator: Ivica Kolić \n" "Language-Team: Croatian \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" +"Language: hr\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-Poedit-Language: Croatian\n" -"X-Poedit-Country: CROATIA\n" "X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-Country: CROATIA\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Naslov" @@ -48,185 +48,222 @@ msgid "Artist - Track - Title" msgstr "Umjetnik - Zapis -NAslov" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Prilagođeno" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Pri_logođeni format:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Format:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "" "Activating this option will replace all spaces in the target filename with " "underscores." msgstr "" -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Mala slova" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "" "If you activate this, the resulting filename will only contain lowercase " "letters." msgstr "Ako aktivirate ovo,ime datoteke će sadržavati samo mala slova." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Nepoznati umjetnik" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Nepoznati naslov" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Uredi _oznake" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Uredi ID3/OGG oznake ove datoteke" -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Pomoć oznaka" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Umjetnik " + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Vrsta" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Broj zapisa" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Godina" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Komentar" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Audio oznake" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Nepoznati album" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Zapis:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." -msgstr "Unesite e broj zapisa ovdje." +msgstr "Unesite broj zapisa ovdje." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Godina:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Unesite godinu izdavanja ovdje." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Umjetnik:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Unesite ovdje ime umjetnika ili autora ove datoteke." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Naslov:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Unesite ime pjesme ovdje." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Album:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "" -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Komentar:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Unesite ovdje svoje komentare." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Vrsta:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." -msgstr "" +msgstr "Odaberite ili unesite vrstu ovdje za ovu pjesmu." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Spremi" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Spremi audio oznake" #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informacija" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Prikaži detaljniju informaciju o ovoj audio datoteci." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Audio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Uredi oznake" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Audio informacija" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d minuta" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Ime datoteke:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Veličina datoteke:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "" +"\t\r\n" +"MIME tip:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" -msgstr "" +msgstr "Protok bitova:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Kanali:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Duljina:" diff -Nru thunar-media-tags-plugin-0.2.0/po/id.po thunar-media-tags-plugin-0.2.1/po/id.po --- thunar-media-tags-plugin-0.2.0/po/id.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/id.po 2013-05-11 09:57:00.000000000 +0000 @@ -2,20 +2,21 @@ # Copyright (C) 2006-2007 Jannis Pohlmann # This file is distributed under the same license as the thunar-media-tags-plugin package. # Andhika Padmawan , 2008. -# +# msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-03-13 04:15+0000\n" "PO-Revision-Date: 2008-06-11 11:22+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Judul" @@ -43,184 +44,224 @@ msgid "Artist - Track - Title" msgstr "Artis - Lagu - Judul" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Suai" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Format s_uai:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Format:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Garis Bawah" -#: ../thunar-plugin/tag-renamer.c:248 -msgid "Activating this option will replace all spaces in the target filename with underscores." -msgstr "Mengaktifkan opsi ini akan mengganti semua spasi di nama berkas tujuan dengan garis bawah." +#: ../thunar-plugin/tag-renamer.c:314 +msgid "" +"Activating this option will replace all spaces in the target filename with " +"underscores." +msgstr "" +"Mengaktifkan opsi ini akan mengganti semua spasi di nama berkas tujuan " +"dengan garis bawah." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Huruf Bawah" -#: ../thunar-plugin/tag-renamer.c:255 -msgid "If you activate this, the resulting filename will only contain lowercase letters." -msgstr "Jika anda mengaktifkan ini, hasil dari nama berkas hanya akan terdiri dari huruf sosok bawah." - -#: ../thunar-plugin/tag-renamer.c:264 -#: ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:321 +msgid "" +"If you activate this, the resulting filename will only contain lowercase " +"letters." +msgstr "" +"Jika anda mengaktifkan ini, hasil dari nama berkas hanya akan terdiri dari " +"huruf sosok bawah." + +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Artis Tak Diketahui" -#: ../thunar-plugin/tag-renamer.c:265 -#: ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Judul Tak Diketahui" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Sunting _Tag" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Sunting tag ID3/OGG untuk berkas ini." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Bantuan Tanda" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Artis" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Genre" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Nomor lagu" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Tahun" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Komentar" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Tag Audio" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Album Tak Diketahui" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Lagu:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Masukkan nomor lagu di sini." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Tahun:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Masukkan tahun rilis di sini." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Artis:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Masukkan nama artis atau penulis berkas ini di sini." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Judul:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Masukkan judul lagu di sini." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Album:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Masukkan judul album/rekaman di sini." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Komentar:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Masukkan komentar anda di sini." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Genre:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Pilih atau masukkan genre lagu ini di sini." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Simpan" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Simpan tag audio." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informasi" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Tampilkan informasi yang lebih detail tentang berkas audio ini." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Audio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Sunting Tag" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Informasi Audio" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d Menit" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Nama Berkas:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Ukuran Berkas:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Tipe MIME:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Bitrasi:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Tingkat Contoh:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Saluran:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Panjang:" - diff -Nru thunar-media-tags-plugin-0.2.0/po/it.po thunar-media-tags-plugin-0.2.1/po/it.po --- thunar-media-tags-plugin-0.2.0/po/it.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/it.po 2013-05-11 09:57:00.000000000 +0000 @@ -7,16 +7,17 @@ msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-01-06 16:12+0000\n" "PO-Revision-Date: 2007-06-12 22:38+0200\n" "Last-Translator: Fabio Riga \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Titolo" @@ -44,181 +45,224 @@ msgid "Artist - Track - Title" msgstr "Artista - Traccia - Titolo" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Personalizzato" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Formato pers_onalizzato:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Formato:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Trattino basso" -#: ../thunar-plugin/tag-renamer.c:248 -msgid "Activating this option will replace all spaces in the target filename with underscores." -msgstr "Attivando questa opzione tutti gli spazi nei nomi dei file selezionati saranno sostituiti con un trattino basso." +#: ../thunar-plugin/tag-renamer.c:314 +msgid "" +"Activating this option will replace all spaces in the target filename with " +"underscores." +msgstr "" +"Attivando questa opzione tutti gli spazi nei nomi dei file selezionati " +"saranno sostituiti con un trattino basso." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "Rendi _minuscolo" -#: ../thunar-plugin/tag-renamer.c:255 -msgid "If you activate this, the resulting filename will only contain lowercase letters." -msgstr "Con questa opzione attivata, il nome del file risultante conterrà solo lettere minuscole." +#: ../thunar-plugin/tag-renamer.c:321 +msgid "" +"If you activate this, the resulting filename will only contain lowercase " +"letters." +msgstr "" +"Con questa opzione attivata, il nome del file risultante conterrà solo " +"lettere minuscole." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Artista sconosciuto" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Titolo sconosciuto" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Modifica i _tag" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Modifica i tag ID3/OGG di questo file." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Aiuto tag" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Artista" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Genere" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Numero traccia" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Anno" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Commento" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Tag audio" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Album sconosciuto" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Traccia:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Inserire qui il numero di traccia." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Anno:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Inserire qui l'anno di uscita." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Artista:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Inserire qui il nome dell'artista o dell'autore del file." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Titolo:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Inserire qui il titolo della canzone." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Album:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Inserire qui il titolo dell'album o del disco." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Commenti:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Inserire qui i propri commenti." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Genere:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Scegliere o inserire qui il genere della canzone." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Salva" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Salva i tag audio." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informazioni" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Mostra informazioni più dettagliate su questo file audio." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Audio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Modifica tag" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Informazioni audio" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d minuti" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Nome file:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Dimensione file:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Tipo MIME:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Bitrate:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Samplerate:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Canali:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Lunghezza:" diff -Nru thunar-media-tags-plugin-0.2.0/po/kk.po thunar-media-tags-plugin-0.2.1/po/kk.po --- thunar-media-tags-plugin-0.2.0/po/kk.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/kk.po 2013-05-11 09:57:00.000000000 +0000 @@ -7,22 +7,24 @@ msgstr "" "Project-Id-Version: trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" -"PO-Revision-Date: 2010-03-21 01:07+0600\n" +"POT-Creation-Date: 2011-12-17 14:18+0000\n" +"PO-Revision-Date: 2011-12-18 00:01+0600\n" "Last-Translator: Baurzhan Muftakhidinov \n" "Language-Team: Kazakh \n" +"Language: kk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0\n" #: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Атауы" #: ../thunar-plugin/tag-renamer.c:60 msgid "Artist - Title" -msgstr "Орындаушы - Атауы" +msgstr "Әртіс - Атауы" #: ../thunar-plugin/tag-renamer.c:61 msgid "Track - Title" @@ -30,7 +32,7 @@ #: ../thunar-plugin/tag-renamer.c:62 msgid "Track - Artist - Title" -msgstr "Трек - Орындаушы - Атауы" +msgstr "Трек - Әртіс - Атауы" #: ../thunar-plugin/tag-renamer.c:63 msgid "Track. Title" @@ -38,190 +40,225 @@ #: ../thunar-plugin/tag-renamer.c:64 msgid "Track. Artist - Title" -msgstr "Трек. Орындаушы - Атауы" +msgstr "Трек. Әртіс - Атауы" #: ../thunar-plugin/tag-renamer.c:65 msgid "Artist - Track - Title" -msgstr "Орындаушы - Трек - Атауы" +msgstr "Әртіс - Трек - Атауы" + +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Таңдауыңызша" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Т_аңдауыңызша пішімі:" #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Format:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Астыңғы сызу" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "Activating this option will replace all spaces in the target filename with underscores." msgstr "Бұл опцияны белсенді ету нәтижесінде мақсат файл атында барлық бос орындар астыңғы сызулармен алмастырылады." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "Кі_ші әріптер" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "If you activate this, the resulting filename will only contain lowercase letters." msgstr "Осыны белсенді етсеңіз, шыққан файл атында тек кіші әріптер болады." -#: ../thunar-plugin/tag-renamer.c:264 -#: ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 +#: ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" -msgstr "Белгісіз орындаушы" +msgstr "Белгісіз әртіс" -#: ../thunar-plugin/tag-renamer.c:265 -#: ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 +#: ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Белгісіз атауы" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Тегтерді _түзету" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Бұл файлдың ID3/OGG тегтерін түзету." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Тег көмегі" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Әртіс" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Альбом" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Жанр" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Трек нөмірі" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Жыл" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Түсіндірме" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Аудио тегтер" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Белгісіз альбом" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Трек:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Трек нөмірін осында енгізіңіз." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Жыл:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Шыққан жылын осында енгізіңіз." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" -msgstr "Орындаушы:" +msgstr "Әртіс:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." -msgstr "Орындаушы атын не өлең автор атын осында енгізіңіз." +msgstr "Әртіс атын не өлең автор атын осында енгізіңіз." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Атауы:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Өлең атын осында енгізіңіз." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Альбомы:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Альбом/жазба атауын осында енгізіңіз." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Түсіндірме:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Түсіндірмеңізді осында енгізіңіз." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Жанры:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Бұл өленнің жанрын таңдаңыз не осында енгізіңіз." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Сақтау" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Аудио тегтерді сақтау." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Ақпараты" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Бұл аудио файлы жөнінде көбірек ақпаратты көрсету." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Аудио" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Тегтерді түзету" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Аудио ақпараты" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d минут" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d КБит/с" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Гц" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Файл аты:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Файл өлшемі:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "MIME түрі:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Битрейт:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Samplerate:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Арналары:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Ұзындығы:" diff -Nru thunar-media-tags-plugin-0.2.0/po/ko.po thunar-media-tags-plugin-0.2.1/po/ko.po --- thunar-media-tags-plugin-0.2.0/po/ko.po 1970-01-01 00:00:00.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/ko.po 2013-05-11 09:57:00.000000000 +0000 @@ -0,0 +1,267 @@ +# Korean translation for thunar-media-tags-plugin package. +# Copyright (C) 2006-2012 Jannis Pohlmann et al. +# This file is distributed under the same license as the thunar-media-tags-plugin package. +# Seong-ho Cho , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: thunar-media-tags-plugin.master\n" +"Report-Msgid-Bugs-To: xfce4-users-kr-i18n \n" +"POT-Creation-Date: 2012-02-27 09:09+0000\n" +"PO-Revision-Date: 2012-02-27 22:59+0900\n" +"Last-Translator: Seong-ho, Cho \n" +"Language-Team: xfce4-users-kr-i18n \n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-Language: Korean\n" +"X-Poedit-Country: KOREA, REPUBLIC OF\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Title" +msgstr "제목" + +#: ../thunar-plugin/tag-renamer.c:60 +msgid "Artist - Title" +msgstr "작곡가 - 제목" + +#: ../thunar-plugin/tag-renamer.c:61 +msgid "Track - Title" +msgstr "트랙 - 제목" + +#: ../thunar-plugin/tag-renamer.c:62 +msgid "Track - Artist - Title" +msgstr "트랙 - 작곡가 - 제목" + +#: ../thunar-plugin/tag-renamer.c:63 +msgid "Track. Title" +msgstr "트랙. 제목" + +#: ../thunar-plugin/tag-renamer.c:64 +msgid "Track. Artist - Title" +msgstr "트랙. 작곡가 - 제목" + +#: ../thunar-plugin/tag-renamer.c:65 +msgid "Artist - Track - Title" +msgstr "작곡가 - 트랙 - 제목" + +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "사용자 정의" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "사용자 정의 형식(_O):" + +#. Format label +#: ../thunar-plugin/tag-renamer.c:271 +msgid "_Format:" +msgstr "형식(_F):" + +#: ../thunar-plugin/tag-renamer.c:312 +msgid "_Underscores" +msgstr "밑줄(_U)" + +#: ../thunar-plugin/tag-renamer.c:314 +msgid "Activating this option will replace all spaces in the target filename with underscores." +msgstr "이 옵션을 활성화하면 대상 파일 이름의 공백문자를 밑줄로 바꿉니다." + +#: ../thunar-plugin/tag-renamer.c:319 +msgid "_Lowercase" +msgstr "소문자(_L)" + +#: ../thunar-plugin/tag-renamer.c:321 +msgid "If you activate this, the resulting filename will only contain lowercase letters." +msgstr "이것을 활성화하면, 파일 이름에 소문자만 포함하게 됩니다." + +#: ../thunar-plugin/tag-renamer.c:464 +#: ../thunar-plugin/audio-tags-page.c:182 +msgid "Unknown Artist" +msgstr "알 수 없는 음악가" + +#: ../thunar-plugin/tag-renamer.c:472 +#: ../thunar-plugin/audio-tags-page.c:208 +msgid "Unknown Title" +msgstr "알 수 없는 제목" + +#. Edit tags action +#: ../thunar-plugin/tag-renamer.c:627 +msgid "Edit _Tags" +msgstr "태그 편집(_T)" + +#: ../thunar-plugin/tag-renamer.c:627 +msgid "Edit ID3/OGG tags of this file." +msgstr "이 파일의 ID3/OGG 태그를 편집합니다." + +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "태그 도움말" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "작곡가" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "앨범" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "장르" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "트랙번호" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "연도" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "설명" + +#: ../thunar-plugin/tag-renamer.c:717 +msgid "Audio Tags" +msgstr "음악 태그" + +#: ../thunar-plugin/audio-tags-page.c:195 +msgid "Unknown Album" +msgstr "알 수 없는 앨범" + +#: ../thunar-plugin/audio-tags-page.c:328 +msgid "Track:" +msgstr "트랙:" + +#: ../thunar-plugin/audio-tags-page.c:343 +msgid "Enter the track number here." +msgstr "여기에 트랙번호를 입력합니다." + +#: ../thunar-plugin/audio-tags-page.c:351 +msgid "Year:" +msgstr "연도:" + +#: ../thunar-plugin/audio-tags-page.c:366 +msgid "Enter the release year here." +msgstr "여기에 연도를 입력합니다." + +#: ../thunar-plugin/audio-tags-page.c:374 +msgid "Artist:" +msgstr "작곡가:" + +#: ../thunar-plugin/audio-tags-page.c:381 +msgid "Enter the name of the artist or author of this file here." +msgstr "여기에 이 파일의 작곡가나 저작자의 이름을 입력합니다." + +#: ../thunar-plugin/audio-tags-page.c:389 +msgid "Title:" +msgstr "제목:" + +#: ../thunar-plugin/audio-tags-page.c:396 +msgid "Enter the song title here." +msgstr "여기에 노래 제목을 입력합니다." + +#: ../thunar-plugin/audio-tags-page.c:403 +msgid "Album:" +msgstr "앨범:" + +#: ../thunar-plugin/audio-tags-page.c:410 +msgid "Enter the album/record title here." +msgstr "여기에 앨범/레코드 제목을 입력합니다." + +#: ../thunar-plugin/audio-tags-page.c:417 +msgid "Comment:" +msgstr "설명:" + +#: ../thunar-plugin/audio-tags-page.c:424 +msgid "Enter your comments here." +msgstr "여기에 설명을 입력합니다." + +#: ../thunar-plugin/audio-tags-page.c:431 +msgid "Genre:" +msgstr "장르:" + +#: ../thunar-plugin/audio-tags-page.c:438 +msgid "Select or enter the genre of this song here." +msgstr "여기에 이 노래의 장르를 입력합니다." + +#. Create and add the save action +#: ../thunar-plugin/audio-tags-page.c:449 +msgid "_Save" +msgstr "저장(_S)" + +#: ../thunar-plugin/audio-tags-page.c:449 +msgid "Save audio tags." +msgstr "음악 태그를 저장합니다." + +#. Create and add the info action +#: ../thunar-plugin/audio-tags-page.c:456 +msgid "_Information" +msgstr "정보(_I)" + +#: ../thunar-plugin/audio-tags-page.c:456 +msgid "Display more detailed information about this audio file." +msgstr "이 음악 파일에 대한 자세한 정보를 보여줍니다." + +#: ../thunar-plugin/audio-tags-page.c:524 +msgid "Audio" +msgstr "음악" + +#. Set up the dialog +#: ../thunar-plugin/audio-tags-page.c:560 +msgid "Edit Tags" +msgstr "태그 편집" + +#. Create dialog +#: ../thunar-plugin/audio-tags-page.c:982 +msgid "Audio Information" +msgstr "음악 정보" + +#: ../thunar-plugin/audio-tags-page.c:993 +#, c-format +msgid "%d:%d Minutes" +msgstr "%d:%d 분" + +#: ../thunar-plugin/audio-tags-page.c:994 +#, c-format +msgid "%d KBit/s" +msgstr "%d KBit/s" + +#: ../thunar-plugin/audio-tags-page.c:995 +#, c-format +msgid "%d Hz" +msgstr "%d Hz" + +#: ../thunar-plugin/audio-tags-page.c:1019 +msgid "Filename:" +msgstr "파일 이름:" + +#: ../thunar-plugin/audio-tags-page.c:1032 +msgid "Filesize:" +msgstr "파일 크기:" + +#: ../thunar-plugin/audio-tags-page.c:1045 +msgid "MIME Type:" +msgstr "MIME 형식:" + +#: ../thunar-plugin/audio-tags-page.c:1058 +msgid "Bitrate:" +msgstr "비트 전송율:" + +#: ../thunar-plugin/audio-tags-page.c:1071 +msgid "Samplerate:" +msgstr "샘플 주파수:" + +#: ../thunar-plugin/audio-tags-page.c:1084 +msgid "Channels:" +msgstr "채널:" + +#: ../thunar-plugin/audio-tags-page.c:1097 +msgid "Length:" +msgstr "길이:" + diff -Nru thunar-media-tags-plugin-0.2.0/po/lt.po thunar-media-tags-plugin-0.2.1/po/lt.po --- thunar-media-tags-plugin-0.2.0/po/lt.po 1970-01-01 00:00:00.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/lt.po 2013-05-11 09:57:00.000000000 +0000 @@ -0,0 +1,268 @@ +# 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. +# Algimantas Margevičius , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: media tags\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-01-14 16:18+0000\n" +"PO-Revision-Date: 2012-01-14 19:01+0200\n" +"Last-Translator: Algimantas Margevičius \n" +"Language-Team: Lietuvių <>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bits\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2)\n" + +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 +msgid "Title" +msgstr "Pavadinimas" + +#: ../thunar-plugin/tag-renamer.c:60 +msgid "Artist - Title" +msgstr "Atlikėjas - Pavadinimas" + +#: ../thunar-plugin/tag-renamer.c:61 +msgid "Track - Title" +msgstr "Takelis - Pavadinimas" + +#: ../thunar-plugin/tag-renamer.c:62 +msgid "Track - Artist - Title" +msgstr "Takelis - Atlikėjas - Pavadinimas" + +#: ../thunar-plugin/tag-renamer.c:63 +msgid "Track. Title" +msgstr "Takelis. Pavadinimas" + +#: ../thunar-plugin/tag-renamer.c:64 +msgid "Track. Artist - Title" +msgstr "Takelis. Atlikėjas - Pavadinimas" + +#: ../thunar-plugin/tag-renamer.c:65 +msgid "Artist - Track - Title" +msgstr "Atlikėjas - Takelis - Pavadinimas" + +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Pasirinkta" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "_Pasirinktas formatas:" + +#. Format label +#: ../thunar-plugin/tag-renamer.c:271 +msgid "_Format:" +msgstr "_Formatas:" + +#: ../thunar-plugin/tag-renamer.c:312 +msgid "_Underscores" +msgstr "_Brūkšniai apačioje" + +#: ../thunar-plugin/tag-renamer.c:314 +msgid "" +"Activating this option will replace all spaces in the target filename with " +"underscores." +msgstr "" +"Aktyvavus šią parinktį, paskirties failo varde visi tarpai bus pakeisti " +"brūkšniu apačioje." + +#: ../thunar-plugin/tag-renamer.c:319 +msgid "_Lowercase" +msgstr "_Mažosios raidės" + +#: ../thunar-plugin/tag-renamer.c:321 +msgid "" +"If you activate this, the resulting filename will only contain lowercase " +"letters." +msgstr "Jei aktyvuosite, rezultate failo vardas turės tik mažąsias raides." + +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 +msgid "Unknown Artist" +msgstr "Nežinomas atlikėjas" + +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 +msgid "Unknown Title" +msgstr "Nežinomas pavadinimas" + +#. Edit tags action +#: ../thunar-plugin/tag-renamer.c:627 +msgid "Edit _Tags" +msgstr "Redaguoti ž_ymes" + +#: ../thunar-plugin/tag-renamer.c:627 +msgid "Edit ID3/OGG tags of this file." +msgstr "Keisti šio failo ID3/OGG žymes." + +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Žymių žinynas" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Atlikėjas" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Albumas" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Žanras" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Takelio numeris" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Metai" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Komentaras" + +#: ../thunar-plugin/tag-renamer.c:717 +msgid "Audio Tags" +msgstr "Audio žymės" + +#: ../thunar-plugin/audio-tags-page.c:195 +msgid "Unknown Album" +msgstr "Nežinomas albumas" + +#: ../thunar-plugin/audio-tags-page.c:328 +msgid "Track:" +msgstr "Takelis:" + +#: ../thunar-plugin/audio-tags-page.c:343 +msgid "Enter the track number here." +msgstr "Čia įveskite takelio numerį." + +#: ../thunar-plugin/audio-tags-page.c:351 +msgid "Year:" +msgstr "Metai:" + +#: ../thunar-plugin/audio-tags-page.c:366 +msgid "Enter the release year here." +msgstr "Čia įveskite išleidimo metus." + +#: ../thunar-plugin/audio-tags-page.c:374 +msgid "Artist:" +msgstr "Atlikėjas:" + +#: ../thunar-plugin/audio-tags-page.c:381 +msgid "Enter the name of the artist or author of this file here." +msgstr "Čia įveskite šio failo atlikėjo ar autoriaus vardą." + +#: ../thunar-plugin/audio-tags-page.c:389 +msgid "Title:" +msgstr "Pavadinimas:" + +#: ../thunar-plugin/audio-tags-page.c:396 +msgid "Enter the song title here." +msgstr "Čia įveskite dainos pavadinimą." + +#: ../thunar-plugin/audio-tags-page.c:403 +msgid "Album:" +msgstr "Albumas:" + +#: ../thunar-plugin/audio-tags-page.c:410 +msgid "Enter the album/record title here." +msgstr "Čia įveskite albumo/įrašo pavadinimą." + +#: ../thunar-plugin/audio-tags-page.c:417 +msgid "Comment:" +msgstr "Komentaras:" + +#: ../thunar-plugin/audio-tags-page.c:424 +msgid "Enter your comments here." +msgstr "Čia įveskite savo komentarą." + +#: ../thunar-plugin/audio-tags-page.c:431 +msgid "Genre:" +msgstr "Žanras:" + +#: ../thunar-plugin/audio-tags-page.c:438 +msgid "Select or enter the genre of this song here." +msgstr "Pasirinkite arba įveskite šios dainos žanrą." + +#. Create and add the save action +#: ../thunar-plugin/audio-tags-page.c:449 +msgid "_Save" +msgstr "Iš_saugoti" + +#: ../thunar-plugin/audio-tags-page.c:449 +msgid "Save audio tags." +msgstr "Išsaugoti audio žymes." + +#. Create and add the info action +#: ../thunar-plugin/audio-tags-page.c:456 +msgid "_Information" +msgstr "_Informacija" + +#: ../thunar-plugin/audio-tags-page.c:456 +msgid "Display more detailed information about this audio file." +msgstr "Rodyti išsamesnę informaciją apie šį audio failą." + +#: ../thunar-plugin/audio-tags-page.c:524 +msgid "Audio" +msgstr "Audio" + +#. Set up the dialog +#: ../thunar-plugin/audio-tags-page.c:560 +msgid "Edit Tags" +msgstr "Redaguoti žymes" + +#. Create dialog +#: ../thunar-plugin/audio-tags-page.c:982 +msgid "Audio Information" +msgstr "Garso informacija" + +#: ../thunar-plugin/audio-tags-page.c:993 +#, c-format +msgid "%d:%d Minutes" +msgstr "%d:%d Minutės" + +#: ../thunar-plugin/audio-tags-page.c:994 +#, c-format +msgid "%d KBit/s" +msgstr "%d KBit/s" + +#: ../thunar-plugin/audio-tags-page.c:995 +#, c-format +msgid "%d Hz" +msgstr "%d Hz" + +#: ../thunar-plugin/audio-tags-page.c:1019 +msgid "Filename:" +msgstr "Failo vardas:" + +#: ../thunar-plugin/audio-tags-page.c:1032 +msgid "Filesize:" +msgstr "Failo dydis:" + +#: ../thunar-plugin/audio-tags-page.c:1045 +msgid "MIME Type:" +msgstr "MIME tipas:" + +#: ../thunar-plugin/audio-tags-page.c:1058 +msgid "Bitrate:" +msgstr "Bitų dažnis:" + +#: ../thunar-plugin/audio-tags-page.c:1071 +msgid "Samplerate:" +msgstr "Diskretizacijos dažnis:" + +#: ../thunar-plugin/audio-tags-page.c:1084 +msgid "Channels:" +msgstr "Kanalai:" + +#: ../thunar-plugin/audio-tags-page.c:1097 +msgid "Length:" +msgstr "Trukmė:" diff -Nru thunar-media-tags-plugin-0.2.0/po/lv.po thunar-media-tags-plugin-0.2.1/po/lv.po --- thunar-media-tags-plugin-0.2.0/po/lv.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/lv.po 2013-05-11 09:57:00.000000000 +0000 @@ -1,25 +1,25 @@ # Latvian translation of the thunar-media-tags-plugin.. # Copyright (C) 2006-2007 Jannis Pohlmann # This file is distributed under the same license as the thunar-media-tags package. -# +# # Rihards Prieditis , 2007. # Rihards Prieditis , 2009. msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-03-06 09:51+0000\n" "PO-Revision-Date: 2009-09-18 20:35+0100\n" "Last-Translator: Rihards Prieditis \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" "X-Generator: Lokalize 1.0\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Virsraksts" @@ -47,16 +47,25 @@ msgid "Artist - Track - Title" msgstr "Izpildītājs - Celiņš - Virsraksts" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Pielāgots" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Pielāg_ots formāts:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Formāts:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Pasvītrojumi" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "" "Activating this option will replace all spaces in the target filename with " "underscores." @@ -64,172 +73,197 @@ "Aktivizējot šo opciju, visas atstarpes faila nosaukumā tiks aizvietotas ar " "pasvītrojumu." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Apakšējā reģistrā" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "" "If you activate this, the resulting filename will only contain lowercase " "letters." msgstr "" "Aktivizējot šo, faila nosaukums saturēs tikai burtus apakšējā reģistrā." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Nezināms izpildītājs" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Nezināms virsraksts" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Rediģēt _atzīmes" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Rediģēt faila ID3/OGG atzīmes." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Atzīmes palīdzība" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Izpildītājs" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Albums" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Žanrs" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Celiņa numurs" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Gads" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Komentārs" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Audio atzīmes" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Nezināms albums" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Celiņš:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Ievadiet celiņa numuru." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Gads:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Ievadiet izdošanas gadu." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Izpildītājs:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Ievadiet izpildītāju vai faila autoru." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Virsraksts:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Ievadiet dziesmas virsrakstu." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Albums:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Ievadiet albuma/ieraksta virsrakstu." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Komentārs:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Ievadiet komentāru." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Žanrs:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Atlasiet vai ievadiet šīs dziesmas žanru." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Saglabāt" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Saglabāt audio atzīmes." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informācija" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Parādīt detalizētāku informāciju par šo audio failu" -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Audio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Rediģēt atzīmes" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Audio informācija" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d minūtes" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Faila nosaukums:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Faila izmērs:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "MIME tips:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Bitu pārraides ātrums:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Nolase:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Kanāli:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Ilgums:" - diff -Nru thunar-media-tags-plugin-0.2.0/po/Makefile.in.in thunar-media-tags-plugin-0.2.1/po/Makefile.in.in --- thunar-media-tags-plugin-0.2.0/po/Makefile.in.in 2011-11-30 19:34:08.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/Makefile.in.in 2013-05-11 09:57:00.000000000 +0000 @@ -50,8 +50,8 @@ XGETTEXT = @XGETTEXT@ $(XGETTEXT_ARGS) INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -MSGMERGE = XGETTEXT_ARGS="$(XGETTEXT_ARGS)" INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist -GENPOT = XGETTEXT_ARGS="$(XGETTEXT_ARGS)" INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot +MSGMERGE = XGETTEXT_ARGS="$(XGETTEXT_ARGS)" INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist +GENPOT = XGETTEXT_ARGS="$(XGETTEXT_ARGS)" INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot ALL_LINGUAS = @ALL_LINGUAS@ @@ -74,15 +74,20 @@ .SUFFIXES: .SUFFIXES: .po .pox .gmo .mo .msg .cat +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V)) +INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY)) +INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@; + .po.pox: $(MAKE) $(GETTEXT_PACKAGE).pot $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: - $(MSGFMT) -o $@ $< + $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $< .po.gmo: - file=`echo $* | sed 's,.*/,,'`.gmo \ + $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \ && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: diff -Nru thunar-media-tags-plugin-0.2.0/po/nl.po thunar-media-tags-plugin-0.2.1/po/nl.po --- thunar-media-tags-plugin-0.2.0/po/nl.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/nl.po 2013-05-11 09:57:00.000000000 +0000 @@ -2,15 +2,15 @@ # Copyright (C) The Xfce development team. # This file is distributed under the same license as the thunar-media-tags-plugin package. # Stephan Arts , 2007. -# Pjotr, 2011. -# +# Pjotr , 2011 - 2013. +# msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2011-12-01 07:30+0000\n" "PO-Revision-Date: 2011-09-09 13:55+0200\n" -"Last-Translator: Pjotr\n" +"Last-Translator: Pjotr pjotrvertaalt@gmail.com\n" "Language-Team: Dutch (Flemish)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" @@ -18,7 +18,7 @@ "Language: nl (Dutch)\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Titel" @@ -46,189 +46,224 @@ msgid "Artist - Track - Title" msgstr "Artiest - Spoor - Titel" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Aangepast" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Aangepaste bestandopmaak:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Bestandopmaak:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Laagliggende streepjes" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "" "Activating this option will replace all spaces in the target filename with " "underscores." msgstr "" -"Het inschakelen van deze optie zal alle spaties in de doel-bestandnaam vervangen " -"door laagliggende streepjes." +"Het inschakelen van deze optie zal alle spaties in de doel-bestandnaam " +"vervangen door laagliggende streepjes." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Kleine letters" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "" "If you activate this, the resulting filename will only contain lowercase " "letters." msgstr "" -"Als u dit inschakelt, zal de uiteindelijke bestandnaam uitsluitend " -"kleine letters bevatten." +"Als u dit inschakelt, zal de uiteindelijke bestandnaam uitsluitend kleine " +"letters bevatten." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Onbekende artiest" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Onbekende titel" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "_Etiketten bewerken" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "ID3/OGG-etiketten van dit bestand bewerken." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Etikethulp" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Artiest" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Genre" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Spoornummer" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Jaar" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Commentaar" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Audio-etiketten" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Onbekend album" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Spoor:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Voer hier het spoornummer in." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Jaar:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Voer hier het jaar van uitgifte in." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Artiest:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Voer hier de naam van de artiest of maker van dit bestand in." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Titel:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Voer de liedtitel hier in." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Album:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Voer hier de album-/plaat-titel in." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Commentaar:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Voer hier uw commentaar in." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Genre:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Vermeld of selecteer het genre van dit lied hier." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Opslaan" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Audio-etiketten opslaan." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informatie" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Toon gedetailleerdere informatie over dit geluidbestand." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Audio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Etiketten bewerken" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Audio-informatie" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d minuten" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Bestandnaam:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Bestandgrootte:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "MIME Type:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Bitrate:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Samplerate:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Kanalen:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Duur:" diff -Nru thunar-media-tags-plugin-0.2.0/po/pl.po thunar-media-tags-plugin-0.2.1/po/pl.po --- thunar-media-tags-plugin-0.2.0/po/pl.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/pl.po 2013-05-11 09:57:00.000000000 +0000 @@ -2,20 +2,21 @@ # Copyright (C) 2006-2007 Jannis Pohlmann # This file is distributed under the same license as the thunar-media-tags-plugin package. # Piotr Maliński , 2006. -# +# msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-10-07 08:30+0000\n" "PO-Revision-Date: 2009-03-25 09:19+0100\n" "Last-Translator: Piotr Sokół \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Tytuł" @@ -43,184 +44,220 @@ msgid "Artist - Track - Title" msgstr "Artysta - ścieżka - tytuł" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Własne" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "_Własny format:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Format:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Podkreślenia" -#: ../thunar-plugin/tag-renamer.c:248 -msgid "Activating this option will replace all spaces in the target filename with underscores." +#: ../thunar-plugin/tag-renamer.c:314 +msgid "" +"Activating this option will replace all spaces in the target filename with " +"underscores." msgstr "Zastępuje znaki spacji w nazwie pliku docelowego, znakami podkreślenia" -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Małe litery" -#: ../thunar-plugin/tag-renamer.c:255 -msgid "If you activate this, the resulting filename will only contain lowercase letters." +#: ../thunar-plugin/tag-renamer.c:321 +msgid "" +"If you activate this, the resulting filename will only contain lowercase " +"letters." msgstr "Używa tyko małych liter w nazwie pliku docelowego" -#: ../thunar-plugin/tag-renamer.c:264 -#: ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Nieznany artysta" -#: ../thunar-plugin/tag-renamer.c:265 -#: ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Nieznany tytuł" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Edytuj _etykiety" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Modyfikuje etykiety ID3/OGG pliku muzycznego" -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Pomoc etykiet" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Artysta" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Gatunek" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Numer ścieżki" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Rok" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Komentarz" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Wstawianie etykiet audio" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Nieznany album" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Ścieżka:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Wprowadza numer ścieżki" -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Rok:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Wprowadza rok publikacji" -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Artysta:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Wprowadza nazwisko autora lub artysty" -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Tytuł:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Wprowadza tytuł utworu" -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Album:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Wprowadza nazwę albumu lub nagrania" -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Komentarz:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Wprowadza własne komentarze" -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Gatunek:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Wprowadza gatunek utwory" #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Zapisz" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Zapisuje etykiety audio" #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informacje" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Wyświetla bardziej szczegółowe informacje na temat pliku muzycznego" -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Etykiety audio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Edytuj etykiety" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Informacje audio" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d min" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Nazwa pliku:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Rozmiar pliku:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Typ MIME:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Gęstość bitowa:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Częstotliwość próbkowania:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Ilość kanałów:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Czas trwania:" - diff -Nru thunar-media-tags-plugin-0.2.0/po/pt_BR.po thunar-media-tags-plugin-0.2.1/po/pt_BR.po --- thunar-media-tags-plugin-0.2.0/po/pt_BR.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/pt_BR.po 2013-05-11 09:57:00.000000000 +0000 @@ -2,21 +2,22 @@ # Copyright (C) 2007 THE thunar media tags plugin'S COPYRIGHT HOLDER # This file is distributed under the same license as the thunar media tags plugin package. # Fábio Nogueira , 2007. -# +# msgid "" msgstr "" "Project-Id-Version: thunar media tags plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-01-07 22:39+0000\n" "PO-Revision-Date: 2007-11-06 08:23-0300\n" "Last-Translator: Fábio Nogueira \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Título" @@ -44,187 +45,223 @@ msgid "Artist - Track - Title" msgstr "Artista - Faixa - Título" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Personalizado" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "F_ormato Personalizado:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Formato:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "S_ublinhados" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "" "Activating this option will replace all spaces in the target filename with " "underscores." msgstr "" "Ativando esta opção serão substituídos todos os espaços por sublinhados." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "Minúscu_las" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "" "If you activate this, the resulting filename will only contain lowercase " "letters." msgstr "" -"Se você ativar isto, resultará que os nomes dos arquivos fiquem em minúsculas." +"Se você ativar isto, resultará que os nomes dos arquivos fiquem em " +"minúsculas." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Artista Desconhecido" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Título Desconhecido" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Editar E_tiqueta" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Editar etiquetas ID3/OGG deste arquivo." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Etiqueta de Ajuda" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Artista" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Álbum" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Gênero" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Número da faixa" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Ano" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Comentário" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Etiquetas do Áudio" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Álbum Desconhecido" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Faixa:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Entre com a número da faixa aqui." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Ano:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Entre com o ano do lançamento aqui." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Artista:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Entre com o nome do artista ou autor deste arquivo aqui." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Título:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Entre com o título da música aqui." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Álbum:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Entre com o título do álbum/gravação aqui." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Comentário:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Entre seus comentários aqui." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Gênero:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Selecione ou entre com o gênero da música aqui." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Salvar" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Salvar etiquetas do áudio." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informação" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Exibir mais informações detalhadas sobre este arquivo de áudio." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Áudio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Editar Etiquetas" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Informações sobre o Áudio" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d Minutos" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Nome do arquivo:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Tamanho do arquivo:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Tipo MIME:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Bitrate:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Taxa de amostragem:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Canais:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Duração:" diff -Nru thunar-media-tags-plugin-0.2.0/po/pt.po thunar-media-tags-plugin-0.2.1/po/pt.po --- thunar-media-tags-plugin-0.2.0/po/pt.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/pt.po 2013-05-11 09:57:00.000000000 +0000 @@ -2,23 +2,25 @@ # Copyright (C) 2009, THE thunar-mediatags-plugin COPYRIGHT HOLDER # This file is distributed under the same license as the thunar-mediatags-plugin package. # Nuno Miguel, , 2007. -# +# msgid "" msgstr "" "Project-Id-Version: thunar-mediatags-plugin 0.1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" -"PO-Revision-Date: 2010-01-05 10:47-0000\n" +"POT-Creation-Date: 2012-01-08 22:18+0000\n" +"PO-Revision-Date: 2012-01-08 23:23+0100\n" "Last-Translator: Sérgio Marques \n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Country: PORTUGAL\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Poedit-Language: Portuguese\n" +"X-Poedit-Country: PORTUGAL\n" #: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Título" @@ -46,181 +48,219 @@ msgid "Artist - Track - Title" msgstr "Artista - Faixa - Título" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Personalizado" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "F_ormato personalizado:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Formato:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "S_ublinhado" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "Activating this option will replace all spaces in the target filename with underscores." -msgstr "Ao activar esta opção, irá substituir todos os espaços no nome do ficheiro por sublinhados." +msgstr "Se ativar esta opção, irá substituir todos os espaços no nome do ficheiro por sublinhados." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Minúsculas" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "If you activate this, the resulting filename will only contain lowercase letters." -msgstr "Se você activar isto, o nome do ficheiro apenas irá ter letras minúsculas." +msgstr "Se ativar esta opção, o nome do ficheiro apenas irá ter letras minúsculas." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 +#: ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Artista desconhecido" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 +#: ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Título desconhecido" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Editar de_talhes" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." -msgstr "Editar os detalhes ID3/OGG deste ficheiro." +msgstr "Editar detalhes ID3/OGG deste ficheiro." + +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Ajuda" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Artista" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Álbum" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Género" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "N.º de faixa" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Ano" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Comentário" -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Detalhes áudio" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Álbum desconhecido" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Faixa:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Indique aqui o número da faixa." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Ano:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." -msgstr "Indique aqui o ano de lançamento." +msgstr "Indique aqui o ano de disponibilização." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Artista:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Indique aqui o nome do artista ou do autor deste ficheiro." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Título:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." -msgstr "Indique aqui o título da canção." +msgstr "Indique aqui o título da faixa." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Álbum:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." -msgstr "Indique aqui o título do álbum/gravação." +msgstr "Indique aqui o título do álbum/disco." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Comentário:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Indique aqui os comentários." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Género" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." -msgstr "Seleccione ou indique aqui o género musical." +msgstr "Selecione ou indique aqui o género musical." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Gravar" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Gravar detalhes áudio." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informações" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." -msgstr "Apresentar informações detalhadas sobre este ficheiro áudio." +msgstr "Exibir informações detalhadas sobre este ficheiro áudio." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Áudio" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Editar detalhes" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Informações áudio" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" -msgstr "%d:%d Minutos" +msgstr "%d:%d minutos" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" -msgstr "%d KBit/s" +msgstr "%d kb/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" -msgstr "%d Hz" +msgstr "%d hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Nome:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Tamanho:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Tipo MIME:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" -msgstr "Taxa de bits:" +msgstr "Taxa de dados:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" -msgstr "Taxa de amostra:" +msgstr "Frequência:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Canais:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Duração:" + diff -Nru thunar-media-tags-plugin-0.2.0/po/ru.po thunar-media-tags-plugin-0.2.1/po/ru.po --- thunar-media-tags-plugin-0.2.0/po/ru.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/ru.po 2013-05-11 09:57:00.000000000 +0000 @@ -2,20 +2,21 @@ # Copyright (C) 2006-2007 Jannis Pohlmann # This file is distributed under the same license as the thunar-media-tags-plugin package. # Andrey Fedoseev , 2006. -# +# msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-03-08 02:27+0000\n" "PO-Revision-Date: 2006-04-09 16:27+0600\n" "Last-Translator: Andrey Fedoseev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Название" @@ -43,16 +44,25 @@ msgid "Artist - Track - Title" msgstr "Артист - Номер - Название" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Другой" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "_Формат:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "Формат:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "Подчеркивания" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "" "Activating this option will replace all spaces in the target filename with " "underscores." @@ -60,11 +70,11 @@ "При активации этого параметра все пробелы в имени файла будут заменены на " "знак подчеркивания." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "Нижний регистр" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "" "If you activate this, the resulting filename will only contain lowercase " "letters." @@ -72,160 +82,186 @@ "Если вы активируете этот параметр, то получившееся имя файла будет содержать " "только буквы в нижнем регистре." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Артист неизвестен" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Название неизвестно" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Редактировать теги" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Редактировать ID3/OGG теги этого файла." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Список тэгов" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Исполнитель" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Альбом" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Жанр" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Дорожка" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Год" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Примечание" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Аудио теги" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Альбом неизвестен" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Номер:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Укажите здесь номер трека." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Год:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Укажите здесь год выпуска композиции." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Артист:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Укажите здесь имя артиста или автора композиции." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Название:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Укажите здесь название композиции" -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Альбом:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Укажите здесь название альбома." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Комментарий:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Укажите здесь ваши комментарии." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Жанр:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Выберите или укажите жанр композиции." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "Сохранить" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Сохранить аудио теги." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "Информация" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Отобразить более подробную информацию об этом аудио файле." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Аудио" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Редактировать теги" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Аудио информация" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d минут" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d кБит/сек" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Гц" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Имя файла:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Размер:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Тип:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Битрейт:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Сэмплрейт:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Каналы:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Длина:" diff -Nru thunar-media-tags-plugin-0.2.0/po/sk.po thunar-media-tags-plugin-0.2.1/po/sk.po --- thunar-media-tags-plugin-0.2.0/po/sk.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/sk.po 2013-05-11 09:57:00.000000000 +0000 @@ -6,15 +6,16 @@ msgstr "" "Project-Id-Version: 0.1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-03-07 20:39+0000\n" "PO-Revision-Date: 2009-10-12 17:21+0200\n" "Last-Translator: Robert Hartl \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8-bit\n" +"Language: sk\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Názov" @@ -42,181 +43,223 @@ msgid "Artist - Track - Title" msgstr "Umelec - Skladba - Názov" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Vlastné" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "_Vlastný formát:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Formát:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Podtržníky" -#: ../thunar-plugin/tag-renamer.c:248 -msgid "Activating this option will replace all spaces in the target filename with underscores." -msgstr "Aktiváciou tejto voľby budú nahradené všetky medzery v cieľovom názve podčiarkovníkmi." +#: ../thunar-plugin/tag-renamer.c:314 +msgid "" +"Activating this option will replace all spaces in the target filename with " +"underscores." +msgstr "" +"Aktiváciou tejto voľby budú nahradené všetky medzery v cieľovom názve " +"podčiarkovníkmi." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Malé písmená" -#: ../thunar-plugin/tag-renamer.c:255 -msgid "If you activate this, the resulting filename will only contain lowercase letters." -msgstr "Ak použijete túto voľbu, výsledné názvy budú obsahovať len malé písmená." +#: ../thunar-plugin/tag-renamer.c:321 +msgid "" +"If you activate this, the resulting filename will only contain lowercase " +"letters." +msgstr "" +"Ak použijete túto voľbu, výsledné názvy budú obsahovať len malé písmená." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Neznámy umelec" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Neznámy názov" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" -msgstr "Upraviť _tagy" +msgstr "Upraviť _značky" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." -msgstr "Upraviť tagy ID3 alebo OGG tohto súboru." +msgstr "Upraviť značky ID3 alebo OGG tohto súboru." + +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Pomocník značiek" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Umelec" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Žáner" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Číslo stopy" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Rok" -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Komentár" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" -msgstr "Tagy nahrávky" +msgstr "Značky nahrávky" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Neznámy album" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Skladba:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Sem zadajte číslo skladby." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Rok:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Sem zadajte rok vydania." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Umelec:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Sem zadajte meno umelca alebo autora tohto súboru." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Názov:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Sem zadajte názov skladby." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Album:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Sem zadajte názov albumu." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Komentár:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Sem zadajte Váš komentár." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Žáner:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Sem zadajte alebo žáner tejto skladby." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Uložiť" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." -msgstr "Uložiť tagy nahrávky." +msgstr "Uložiť značky nahrávky." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Informácie" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Zobrazí podrobné informácie o tomto zvukovom súbore." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Nahrávka" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" -msgstr "Upraviť tagy" +msgstr "Upraviť značky" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Informácie o nahrávke" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d minút" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" -msgstr "%d KBit/s" +msgstr "%d kBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Názov súboru:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Veľkosť súboru:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Typ MIME:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Dátový tok:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Vzorkovacia frekvencia:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Počet kanálov:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Dĺžka:" diff -Nru thunar-media-tags-plugin-0.2.0/po/sl.po thunar-media-tags-plugin-0.2.1/po/sl.po --- thunar-media-tags-plugin-0.2.0/po/sl.po 1970-01-01 00:00:00.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/sl.po 2013-05-11 09:57:00.000000000 +0000 @@ -0,0 +1,267 @@ +# Slovenian translation for thunar-media-tags-plugin. +# Copyright (C) 2013 The Xfce Development Team. +# This file is distributed under the same license as the thunar-media-tags-plugin package. +# +# Klemen KoÅ¡ir , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: thunar-media-tags-plugin\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-08 22:54+0000\n" +"PO-Revision-Date: 2013-05-09 01:26+0100\n" +"Last-Translator: Klemen Košir \n" +"Language-Team: Slovenian \n" +"Language: sl\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 ? 1 : n%100==2 ? 2 : n%100==3 || n" +"%100==4 ? 3 : 0);\n" + +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 +msgid "Title" +msgstr "Naslov" + +#: ../thunar-plugin/tag-renamer.c:60 +msgid "Artist - Title" +msgstr "Izvajalec - Naslov" + +#: ../thunar-plugin/tag-renamer.c:61 +msgid "Track - Title" +msgstr "Št. skladbe - Naslov" + +#: ../thunar-plugin/tag-renamer.c:62 +msgid "Track - Artist - Title" +msgstr "Št. skladbe - Izvajalec - Naslov" + +#: ../thunar-plugin/tag-renamer.c:63 +msgid "Track. Title" +msgstr "Št. skladbe. Naslov" + +#: ../thunar-plugin/tag-renamer.c:64 +msgid "Track. Artist - Title" +msgstr "Št. skladbe. Izvajalec - Naslov" + +#: ../thunar-plugin/tag-renamer.c:65 +msgid "Artist - Track - Title" +msgstr "Izvajalec - Št. skladbe - Naslov" + +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Po meri" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Oblika po _meri:" + +#. Format label +#: ../thunar-plugin/tag-renamer.c:271 +msgid "_Format:" +msgstr "_Oblika:" + +#: ../thunar-plugin/tag-renamer.c:312 +msgid "_Underscores" +msgstr "_Podčrtaji" + +#: ../thunar-plugin/tag-renamer.c:314 +msgid "" +"Activating this option will replace all spaces in the target filename with " +"underscores." +msgstr "Vsi presledki v imenu datoteke bodo zamenjani s podčrtaji" + +#: ../thunar-plugin/tag-renamer.c:319 +msgid "_Lowercase" +msgstr "Majhne _črke" + +#: ../thunar-plugin/tag-renamer.c:321 +msgid "" +"If you activate this, the resulting filename will only contain lowercase " +"letters." +msgstr "Ime datoteke naj vsebuje samo majhne črke" + +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 +msgid "Unknown Artist" +msgstr "Neznan izvajalec" + +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 +msgid "Unknown Title" +msgstr "Neznan naslov" + +#. Edit tags action +#: ../thunar-plugin/tag-renamer.c:627 +msgid "Edit _Tags" +msgstr "Uredi _oznake" + +#: ../thunar-plugin/tag-renamer.c:627 +msgid "Edit ID3/OGG tags of this file." +msgstr "Uredi oznake ID3/OGG" + +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Pomoč" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Izvajalec" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Album" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Zvrst" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Številka skladbe" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Leto" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Opomba" + +#: ../thunar-plugin/tag-renamer.c:717 +msgid "Audio Tags" +msgstr "Oznake" + +#: ../thunar-plugin/audio-tags-page.c:195 +msgid "Unknown Album" +msgstr "Neznan album" + +#: ../thunar-plugin/audio-tags-page.c:328 +msgid "Track:" +msgstr "Št. skladbe:" + +#: ../thunar-plugin/audio-tags-page.c:343 +msgid "Enter the track number here." +msgstr "Številka skladbe" + +#: ../thunar-plugin/audio-tags-page.c:351 +msgid "Year:" +msgstr "Leto:" + +#: ../thunar-plugin/audio-tags-page.c:366 +msgid "Enter the release year here." +msgstr "Leto izdaje" + +#: ../thunar-plugin/audio-tags-page.c:374 +msgid "Artist:" +msgstr "Izvajalec:" + +#: ../thunar-plugin/audio-tags-page.c:381 +msgid "Enter the name of the artist or author of this file here." +msgstr "Izvajalec skladbe" + +#: ../thunar-plugin/audio-tags-page.c:389 +msgid "Title:" +msgstr "Naslov:" + +#: ../thunar-plugin/audio-tags-page.c:396 +msgid "Enter the song title here." +msgstr "Naslov skladbe" + +#: ../thunar-plugin/audio-tags-page.c:403 +msgid "Album:" +msgstr "Album:" + +#: ../thunar-plugin/audio-tags-page.c:410 +msgid "Enter the album/record title here." +msgstr "Naslov albuma" + +#: ../thunar-plugin/audio-tags-page.c:417 +msgid "Comment:" +msgstr "Opomba:" + +#: ../thunar-plugin/audio-tags-page.c:424 +msgid "Enter your comments here." +msgstr "Opombe skladbe" + +#: ../thunar-plugin/audio-tags-page.c:431 +msgid "Genre:" +msgstr "Zvrst:" + +#: ../thunar-plugin/audio-tags-page.c:438 +msgid "Select or enter the genre of this song here." +msgstr "Zvrst skladbe" + +#. Create and add the save action +#: ../thunar-plugin/audio-tags-page.c:449 +msgid "_Save" +msgstr "_Shrani" + +#: ../thunar-plugin/audio-tags-page.c:449 +msgid "Save audio tags." +msgstr "Shrani oznake" + +#. Create and add the info action +#: ../thunar-plugin/audio-tags-page.c:456 +msgid "_Information" +msgstr "_Podatki" + +#: ../thunar-plugin/audio-tags-page.c:456 +msgid "Display more detailed information about this audio file." +msgstr "Podrobni podatki o zvočni datoteki" + +# Ime zavihka v lastnostih datoteke +#: ../thunar-plugin/audio-tags-page.c:524 +msgid "Audio" +msgstr "Podrobnosti" + +#. Set up the dialog +#: ../thunar-plugin/audio-tags-page.c:560 +msgid "Edit Tags" +msgstr "Uredi oznake" + +#. Create dialog +#: ../thunar-plugin/audio-tags-page.c:982 +msgid "Audio Information" +msgstr "Podatki o zvočni datoteki" + +#: ../thunar-plugin/audio-tags-page.c:993 +#, c-format +msgid "%d:%d Minutes" +msgstr "%d:%d minut" + +#: ../thunar-plugin/audio-tags-page.c:994 +#, c-format +msgid "%d KBit/s" +msgstr "%d KBit/s" + +#: ../thunar-plugin/audio-tags-page.c:995 +#, c-format +msgid "%d Hz" +msgstr "%d Hz" + +#: ../thunar-plugin/audio-tags-page.c:1019 +msgid "Filename:" +msgstr "Ime datoteke:" + +#: ../thunar-plugin/audio-tags-page.c:1032 +msgid "Filesize:" +msgstr "Velikost datoteke:" + +#: ../thunar-plugin/audio-tags-page.c:1045 +msgid "MIME Type:" +msgstr "Vrsta MIME:" + +#: ../thunar-plugin/audio-tags-page.c:1058 +msgid "Bitrate:" +msgstr "Bitna hitrost:" + +#: ../thunar-plugin/audio-tags-page.c:1071 +msgid "Samplerate:" +msgstr "Hitrost vzorčenja:" + +#: ../thunar-plugin/audio-tags-page.c:1084 +msgid "Channels:" +msgstr "Kanali:" + +#: ../thunar-plugin/audio-tags-page.c:1097 +msgid "Length:" +msgstr "Trajanje:" diff -Nru thunar-media-tags-plugin-0.2.0/po/sr.po thunar-media-tags-plugin-0.2.1/po/sr.po --- thunar-media-tags-plugin-0.2.0/po/sr.po 1970-01-01 00:00:00.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/sr.po 2013-05-11 09:57:00.000000000 +0000 @@ -0,0 +1,271 @@ +# Serbian translation of thunar-media-tags-plugin. +# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the thunar-media-tags-plugin package. +# Мирослав Николић , 2012. +msgid "" +msgstr "" +"Project-Id-Version: thunar-media-tags-plugin.master\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-07-06 04:12+0000\n" +"PO-Revision-Date: 2012-07-06 07:00+0200\n" +"Last-Translator: Мирослав Николић \n" +"Language-Team: српски \n" +"Language: sr\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" + +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 +msgid "Title" +msgstr "Наслов" + +#: ../thunar-plugin/tag-renamer.c:60 +msgid "Artist - Title" +msgstr "Извођач — Наслов" + +#: ../thunar-plugin/tag-renamer.c:61 +msgid "Track - Title" +msgstr "Нумера — Наслов" + +#: ../thunar-plugin/tag-renamer.c:62 +msgid "Track - Artist - Title" +msgstr "Нумера — Извођач — Наслов" + +#: ../thunar-plugin/tag-renamer.c:63 +msgid "Track. Title" +msgstr "Нумера. Наслов" + +#: ../thunar-plugin/tag-renamer.c:64 +msgid "Track. Artist - Title" +msgstr "Нумера. Извођач — Наслов" + +#: ../thunar-plugin/tag-renamer.c:65 +msgid "Artist - Track - Title" +msgstr "Извођач — Нумера — Наслов" + +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Произвољно" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "Облик по _избору:" + +#. Format label +#: ../thunar-plugin/tag-renamer.c:271 +msgid "_Format:" +msgstr "_Облик:" + +#: ../thunar-plugin/tag-renamer.c:312 +msgid "_Underscores" +msgstr "_Подвлаке" + +#: ../thunar-plugin/tag-renamer.c:314 +msgid "" +"Activating this option will replace all spaces in the target filename with " +"underscores." +msgstr "" +"Укључивање ове могућности ће све размаке у називу циљне датотеке заменити " +"подвлакама." + +#: ../thunar-plugin/tag-renamer.c:319 +msgid "_Lowercase" +msgstr "_Мала слова" + +#: ../thunar-plugin/tag-renamer.c:321 +msgid "" +"If you activate this, the resulting filename will only contain lowercase " +"letters." +msgstr "" +"Ако укључите ову могућност, назив резултирајуће датотеке ће садржати само " +"мала слова." + +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 +msgid "Unknown Artist" +msgstr "Непознат извођач" + +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 +msgid "Unknown Title" +msgstr "Непознат наслов" + +#. Edit tags action +#: ../thunar-plugin/tag-renamer.c:627 +msgid "Edit _Tags" +msgstr "Уреди _ознаке" + +#: ../thunar-plugin/tag-renamer.c:627 +msgid "Edit ID3/OGG tags of this file." +msgstr "Уредите ИД3/ОГГ ознаке ове датотеке." + +# #-#-#-#-# libslab.master.sr.po (YaST2 (@memory@)) #-#-#-#-# +# popup heading +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Помоћ ознака" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Извођач" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Албум" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Жанр" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Број песме" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Година" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Напомена" + +#: ../thunar-plugin/tag-renamer.c:717 +msgid "Audio Tags" +msgstr "Ознаке звука" + +#: ../thunar-plugin/audio-tags-page.c:195 +msgid "Unknown Album" +msgstr "Непознат албум" + +#: ../thunar-plugin/audio-tags-page.c:328 +msgid "Track:" +msgstr "Нумере:" + +#: ../thunar-plugin/audio-tags-page.c:343 +msgid "Enter the track number here." +msgstr "Овде унесите број нумере." + +#: ../thunar-plugin/audio-tags-page.c:351 +msgid "Year:" +msgstr "Година:" + +#: ../thunar-plugin/audio-tags-page.c:366 +msgid "Enter the release year here." +msgstr "Овде унесите годину издавања." + +#: ../thunar-plugin/audio-tags-page.c:374 +msgid "Artist:" +msgstr "Извођач:" + +#: ../thunar-plugin/audio-tags-page.c:381 +msgid "Enter the name of the artist or author of this file here." +msgstr "Овде унесите име извођача или аутора ове нумере." + +#: ../thunar-plugin/audio-tags-page.c:389 +msgid "Title:" +msgstr "Наслов:" + +#: ../thunar-plugin/audio-tags-page.c:396 +msgid "Enter the song title here." +msgstr "Овде унесите наслов песме." + +#: ../thunar-plugin/audio-tags-page.c:403 +msgid "Album:" +msgstr "Албум:" + +#: ../thunar-plugin/audio-tags-page.c:410 +msgid "Enter the album/record title here." +msgstr "Овде унесите наслов албума/снимка." + +#: ../thunar-plugin/audio-tags-page.c:417 +msgid "Comment:" +msgstr "Примедба:" + +#: ../thunar-plugin/audio-tags-page.c:424 +msgid "Enter your comments here." +msgstr "Овде унесите вашу примедбу." + +#: ../thunar-plugin/audio-tags-page.c:431 +msgid "Genre:" +msgstr "Жанр:" + +#: ../thunar-plugin/audio-tags-page.c:438 +msgid "Select or enter the genre of this song here." +msgstr "Овде изаберите или унесите жанр ове песме." + +#. Create and add the save action +#: ../thunar-plugin/audio-tags-page.c:449 +msgid "_Save" +msgstr "_Сачувај" + +#: ../thunar-plugin/audio-tags-page.c:449 +msgid "Save audio tags." +msgstr "Сачувајте ознаке звука." + +#. Create and add the info action +#: ../thunar-plugin/audio-tags-page.c:456 +msgid "_Information" +msgstr "_Подаци" + +#: ../thunar-plugin/audio-tags-page.c:456 +msgid "Display more detailed information about this audio file." +msgstr "Прикажите више података о овој звучној датотеци." + +#: ../thunar-plugin/audio-tags-page.c:524 +msgid "Audio" +msgstr "Звук" + +#. Set up the dialog +#: ../thunar-plugin/audio-tags-page.c:560 +msgid "Edit Tags" +msgstr "Уредите ознаке" + +#. Create dialog +#: ../thunar-plugin/audio-tags-page.c:982 +msgid "Audio Information" +msgstr "Подаци о звуку" + +# bug: plural-forms +#: ../thunar-plugin/audio-tags-page.c:993 +#, c-format +msgid "%d:%d Minutes" +msgstr "%d:%d минута" + +#: ../thunar-plugin/audio-tags-page.c:994 +#, c-format +msgid "%d KBit/s" +msgstr "%d KB/s" + +#: ../thunar-plugin/audio-tags-page.c:995 +#, c-format +msgid "%d Hz" +msgstr "%d Hz" + +#: ../thunar-plugin/audio-tags-page.c:1019 +msgid "Filename:" +msgstr "Назив датотеке:" + +#: ../thunar-plugin/audio-tags-page.c:1032 +msgid "Filesize:" +msgstr "Величина датотеке:" + +#: ../thunar-plugin/audio-tags-page.c:1045 +msgid "MIME Type:" +msgstr "МИМЕ врста:" + +#: ../thunar-plugin/audio-tags-page.c:1058 +msgid "Bitrate:" +msgstr "Проток бита:" + +#: ../thunar-plugin/audio-tags-page.c:1071 +msgid "Samplerate:" +msgstr "Проток узорка:" + +#: ../thunar-plugin/audio-tags-page.c:1084 +msgid "Channels:" +msgstr "Бр. канала:" + +#: ../thunar-plugin/audio-tags-page.c:1097 +msgid "Length:" +msgstr "Трајање:" diff -Nru thunar-media-tags-plugin-0.2.0/po/tr.po thunar-media-tags-plugin-0.2.1/po/tr.po --- thunar-media-tags-plugin-0.2.0/po/tr.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/tr.po 2013-05-11 09:57:00.000000000 +0000 @@ -1,17 +1,19 @@ +# msgid "" msgstr "" "Project-Id-Version: thunar media tags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2012-03-19 11:03+0000\n" "PO-Revision-Date: \n" "Last-Translator: Samed Beyribey \n" "Language-Team: Xfce-TR \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: \n" "X-Poedit-Country: TURKEY\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Şarkı Adı" @@ -39,184 +41,225 @@ msgid "Artist - Track - Title" msgstr "Sanatçı - Parça - Şarkı Adı" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +#, fuzzy +msgid "Cust_om format:" +msgstr "_Biçim:" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Biçim:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Altçizgi" -#: ../thunar-plugin/tag-renamer.c:248 -msgid "Activating this option will replace all spaces in the target filename with underscores." -msgstr "Bu seçeneği etkinleştirmek hedef dosyadaki tüm boşlukları alt çizgi ile değiştirir" +#: ../thunar-plugin/tag-renamer.c:314 +msgid "" +"Activating this option will replace all spaces in the target filename with " +"underscores." +msgstr "" +"Bu seçeneği etkinleştirmek hedef dosyadaki tüm boşlukları alt çizgi ile " +"değiştirir" -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Küçük Harf" -#: ../thunar-plugin/tag-renamer.c:255 -msgid "If you activate this, the resulting filename will only contain lowercase letters." +#: ../thunar-plugin/tag-renamer.c:321 +msgid "" +"If you activate this, the resulting filename will only contain lowercase " +"letters." msgstr "Eğer bu seçeneği seçerseniz, dosya adı küçük harflerle yazılacaktır." -#: ../thunar-plugin/tag-renamer.c:264 -#: ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "Bilinmeyen Sanatçı" -#: ../thunar-plugin/tag-renamer.c:265 -#: ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Bilinmeyen Şarkı Adı" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Etiketleri _Düzenle" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Bu dosyanın ID3/OGG etiketlerini düzenle." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "" + +#: ../thunar-plugin/tag-renamer.c:657 +#, fuzzy +msgid "Artist" +msgstr "Sanatçı - Şarkı Adı" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Albüm" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Tarz" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Yıl" + +#: ../thunar-plugin/tag-renamer.c:660 +#, fuzzy +msgid "Comment" +msgstr "Yorum:" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Müzik Etiketleri" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Bilinmeyen Albüm" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Parça:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Parça numarasını bu alana yazabilirsiniz." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Yıl:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Yapım yılını bu alana yazabilirsiniz." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Sanatçı" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "Sanatçı adını bu alana yazabilirsiniz." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "İsim:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Şarkı adını bu alana yazabilirsiniz." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Albüm:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Albüm adını bu alana yazabilirsiniz." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Yorum:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Bu alana yorumlarınızı yazabilirsiniz." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Tür:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Şarkı türünü seçebilir veya yazabilirsiniz" #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Kaydet" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Müzik etiketlerini kaydet." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Bilgi" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Bu müzik dosyası hakkında ayrıntılı bilgi gösterir." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Müzik" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Etiketleri Düzenle" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Müzik Bilgisi" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d Dakika" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Dosya Adı:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Boyut:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "MIME Türü" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Kalite:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Örnekleme Sıklığı:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Kanal:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Süre:" - diff -Nru thunar-media-tags-plugin-0.2.0/po/ug.po thunar-media-tags-plugin-0.2.1/po/ug.po --- thunar-media-tags-plugin-0.2.0/po/ug.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/ug.po 2013-05-11 09:57:00.000000000 +0000 @@ -1,232 +1,263 @@ -# Uyghur translation of the thunar-media-tags-plugin. -# Copyright (C) 2006-2007 Jannis Pohlmann -# This file is distributed under the same license as the thunar-media-tags-plugin package. -# Gheyret T.Kenji , 2010 -# +# Uyghur translation for thunar-media-tags-plugin. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Gheyret Kenji , YEAR. +# msgid "" msgstr "" -"Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" +"Project-Id-Version: thunar-media-tags-plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" -"PO-Revision-Date: 2008-12-14 15:57+0900\n" -"Last-Translator: Gheyret T.Kenji \n" +"POT-Creation-Date: 2012-10-24 01:45+0000\n" +"PO-Revision-Date: 2011-11-09 16:10+0900\n" +"Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur Computer Science Association \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "ماۋزۇ" #: ../thunar-plugin/tag-renamer.c:60 msgid "Artist - Title" -msgstr "سەنئەتكار - ماۋزۇ" +msgstr "ئورۇنلىغۇچى - ماۋزۇ" #: ../thunar-plugin/tag-renamer.c:61 msgid "Track - Title" -msgstr "Track - ماۋزۇ" +msgstr "نەغمە - ماۋزۇ" #: ../thunar-plugin/tag-renamer.c:62 msgid "Track - Artist - Title" -msgstr "Track - سەنئەتكار - ماۋزۇ" +msgstr "نەغمە - ئورۇنلىغۇچى - ماۋزۇ" #: ../thunar-plugin/tag-renamer.c:63 msgid "Track. Title" -msgstr "Track. ماۋزۇ" +msgstr "نەغمە. ماۋزۇ" #: ../thunar-plugin/tag-renamer.c:64 msgid "Track. Artist - Title" -msgstr "Track. سەنئەتكار - ماۋزۇ" +msgstr "نەغمە. ئورۇنلىغۇچى - ماۋزۇ" #: ../thunar-plugin/tag-renamer.c:65 msgid "Artist - Track - Title" -msgstr "سەنئەتكار - Track - ماۋزۇ" +msgstr "ئورۇنلىغۇچى - نەغمە - ماۋزۇ" + +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "ئىختىيارى" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "ئىختىيارىي پىچىم(_O):" #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" -msgstr "فورمات(_F):" +msgstr "پىچىم(_F):" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "پەس سىزىق(_U)" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "" "Activating this option will replace all spaces in the target filename with " "underscores." -msgstr "" -"بۇ تاللانما تاللانسا، ھۆججەت نامىدىكى بارلىق بوشلۇقلار پەس سىزىققا " -"ئالماشتۇرۇلىدۇ." +msgstr "بۇ تاللانما تاللانسا، ھۆججەت نامىدىكى بارلىق بوشلۇقلار پەس سىزىققا ئالماشتۇرۇلىدۇ." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "كىچىك يېزىلىشى(_L)" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "" "If you activate this, the resulting filename will only contain lowercase " "letters." -msgstr "" -"بۇ تاللانما تاللانسا، ھۆججەت نامىدىكى بارلىق ھەرپلەر كىچىك يېزىلىشتا بولىدۇ." +msgstr "بۇ تاللانما تاللانسا، ھۆججەت نامىدىكى بارلىق ھەرپلەر كىچىك يېزىلىشتا بولىدۇ." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" -msgstr "نامەلۇم سەنئەتكار" +msgstr "نامەلۇم ئورۇنلىغۇچى" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "نامەلۇم ماۋزۇ" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Tag تەھرىرلە(_T)" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "بۇ ھۆججەتتىكى ID3/OGG tag لارنى تەھرىرلەيدۇ" -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Tag ياردەم" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "ئورۇنلىغۇچى" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "ئالبوم" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "ئېقىم" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "ناخشا نومۇرى" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "يىل" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "ئىزاھات" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "ئۈن Tag لىرى" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "نامەلۇم ئالبوم" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" -msgstr "Track:" +msgstr "نەغمە:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." -msgstr "Track نومۇرىنى بۇ يەرگە كىرگۈزۈڭ." +msgstr "نەغمە نومۇرىنى بۇ يەرگە كىرگۈزۈڭ." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "تارقىتىلغان يىل:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "تارقىتىلغان يىلىنى بۇ يەرگە كىرگۈزۈڭ:" -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" -msgstr "سەنئەتكار:" +msgstr "ئورۇنلىغۇچى:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." -msgstr "سەنئەتكار ئاتىنى ياكى بۇ ھۆججەتنىڭ ئاپتورىنى بۇ يەرگە كىرگۈزۈڭ." +msgstr "ئورۇنلىغۇچى ئاتىنى ياكى بۇ ھۆججەتنىڭ ئاپتورىنى بۇ يەرگە كىرگۈزۈڭ." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "ماۋزۇ:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "ناخشا ماۋزۇسىنى بۇ يەرگە كىرگۈزۈڭ." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "ئالبوم:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "ئالبوم/پلاستىنكا ئاتىنى بۇ يەرگە كىرگۈزۈڭ." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "ئىزاھات:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "ئىزاھاتىڭىزنى بۇ يەرگە كىرگۈزۈڭ." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "ئېقىم:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "ناخشىنىڭ ئېقىمىنى(بىر قانچە) بۇ يەرگە كىرگۈزۈڭ." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "ساقلا(_S)" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "ئۈن tag لىرىنى ساقلايدۇ." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "ئۇچۇر(_I)" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." -msgstr "بۇ ئۈن ھۆججىتى ھەققىدىكى تېخىمۇ كوپ ئۇچۇرلارنى كۆرسىتىدۇ." +msgstr "بۇ ئۈن ھۆججىتى ھەققىدىكى تېخىمۇ كۆپ ئۇچۇرلارنى كۆرسىتىدۇ." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "ئۈن" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "tag تەھرىرلە" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "ئۈن ئۇچۇرلىرى" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d مىنۇت" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" -msgstr "%d Kbit/سېكۇنت" +msgstr "%d كىلوبىت/سېكۇنت" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "ھۆججەت ئاتى:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "ھۆججەت ئۇزۇنلۇقى:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "MIME تىپى:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Bitrate:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Samplerate:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "قانال سانى:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "ئۇزۇنلۇقى:" - diff -Nru thunar-media-tags-plugin-0.2.0/po/uk.po thunar-media-tags-plugin-0.2.1/po/uk.po --- thunar-media-tags-plugin-0.2.0/po/uk.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/uk.po 2013-05-11 09:57:00.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"POT-Creation-Date: 2011-12-04 12:30+0000\n" "PO-Revision-Date: 2007-03-02 15:51+0200\n" "Last-Translator: Dmitry Nikitin \n" "Language-Team: Ukrainian \n" @@ -15,10 +15,10 @@ "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: uk\n" -"X-Generator: KBabel 1.11.4\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: KBabel 1.11.4\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "Назва" @@ -32,7 +32,7 @@ #: ../thunar-plugin/tag-renamer.c:62 msgid "Track - Artist - Title" -msgstr "Трек - Артист - Назва" +msgstr "Трек - Виконавець - Назва" #: ../thunar-plugin/tag-renamer.c:63 msgid "Track. Title" @@ -40,22 +40,31 @@ #: ../thunar-plugin/tag-renamer.c:64 msgid "Track. Artist - Title" -msgstr "Трек. Артист - Назва" +msgstr "Трек. Виконавець - Назва" #: ../thunar-plugin/tag-renamer.c:65 msgid "Artist - Track - Title" -msgstr "Артист - Трек - Назва" +msgstr "Виконавець - Трек - Назва" + +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "Власне" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "_Власний формат:" #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "_Формат:" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "_Підкреслення" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "" "Activating this option will replace all spaces in the target filename with " "underscores." @@ -63,11 +72,11 @@ "Активуйте цю опцію для заміни всіх пробілів в назві файлу символами нижнього " "підкреслення." -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "_Нижній регістр" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "" "If you activate this, the resulting filename will only contain lowercase " "letters." @@ -75,160 +84,186 @@ "Якщо Ви активуєте це, то в результаті ім'я файлу буде приведене до нижнього " "регістру букв." -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" -msgstr "Невідомий Артист" +msgstr "Невідомий Виконавець" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "Невідома Назва" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "Редагувати _теги" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "Редагувати ID3/OGG теги цього файлу." -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "Допомога по мітках" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "Виконавець" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "Альбом" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "Жанр" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "Номер треку" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "Рік" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "Коментар" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "Аудіо Теги" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "Невідомий Альбом" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "Трек:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "Введіть тут номер треку." -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "Рік:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "Введіть тут рік випуску." -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "Артист:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." -msgstr "Введіть тут ім'я артиста чи автора цього файлу." +msgstr "Введіть тут ім'я виконавця чи автора цього файлу." -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "Назва:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "Введіть тут назву пісні." -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "Альбом:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "Введіть тут назву альбому/запису." -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "Коментар:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "Введіть тут Ваші коментарі." -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "Напрямок музики:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "Виберіть чи введіть тут напрямок музики цієї пісні." #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "_Зберегти" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "Зберегти аудіо-теги." #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "_Інформація" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "Показати більш детальну інформацію про цей аудіо-файл." -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "Аудіо" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "Редагувати теги" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "Інформація про Аудіо" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d хвилин" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d кбіт/с" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Гц" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "Ім'я файлу:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "Розмір файлу:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "Тип MIME:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "Бітрейт:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "Частота дискретизації:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "Каналів:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "Тривалість:" diff -Nru thunar-media-tags-plugin-0.2.0/po/zh_CN.po thunar-media-tags-plugin-0.2.1/po/zh_CN.po --- thunar-media-tags-plugin-0.2.0/po/zh_CN.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/zh_CN.po 2013-05-11 09:57:00.000000000 +0000 @@ -1,23 +1,25 @@ -# Chinese translations for PACKAGE package. -# Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as -# the thunar-media-tags-plugin. +# Simplified Chinese translations for +# the thunar-media-tags-plugin package. +# This file is distributed under the same license as +# the thunar-media-tags-plugin package. # Hunt Xu , 2008. -# Chipong Luo , 2011. +# Chipong Luo , 2011, 2012. +# msgid "" msgstr "" "Project-Id-Version: thunar-media-tags-plugin\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-04-20 11:18+0000\n" "PO-Revision-Date: 2008-12-04 16:51+0800\n" -"Last-Translator: Chipong Luo \n" -"Language-Team: Chinese (simplified) \n" -"Language: \n" +"Last-Translator: Chipong Luo \n" +"Language-Team: Chinese (Simplified) \n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:59 ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "标题" @@ -45,185 +47,220 @@ msgid "Artist - Track - Title" msgstr "艺术家-音轨-标题" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "自定义" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "自定义格式(_O):" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "格式(_F):" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "下划线(_U)" -#: ../thunar-plugin/tag-renamer.c:248 +#: ../thunar-plugin/tag-renamer.c:314 msgid "" "Activating this option will replace all spaces in the target filename with " "underscores." -msgstr "激活此选项将会用下划线代替目标文件名中的所有空格" +msgstr "激活此项会用下划线代替目标文件名中的所有空格" -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "小写字母(_L)" -#: ../thunar-plugin/tag-renamer.c:255 +#: ../thunar-plugin/tag-renamer.c:321 msgid "" "If you activate this, the resulting filename will only contain lowercase " "letters." -msgstr "激活此项将使文件名中只包含小写字母" +msgstr "激活此项会使最终文件名中只包含小写字母。" -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "未知艺术家" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "未知标题" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "编辑标签(_T)" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "编辑此文件的 ID3/OGG 标签" -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "标签帮助" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "艺术家" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "专辑" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "流派" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "音轨编号" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "年份" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "注释" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "音频标签" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "未知专辑" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "音轨:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "在这里输入音轨编号。" -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" msgstr "年份:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "在这里输入发行年份。" -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "艺术家:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." -msgstr "在这里输入艺术家或此文件作者姓名。" +msgstr "在这里输入艺术家或此文件作者的姓名。" -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "标题:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "在这里输入歌曲标题。" -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" -msgstr "专辑名:" +msgstr "专辑:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "在这里输入专辑/唱片标题。" -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" msgstr "注释:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." msgstr "在此输入您的注释。" -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "流派:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "在此选择或输入歌曲流派。" #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "保存(_S)" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." -msgstr "保存音频标签" +msgstr "保存音频标签。" #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "信息(_I)" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "显示此音频文件的相关详细信息。" -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "音频" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "编辑标签" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "音频信息" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d 分钟" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d K/s" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "文件名:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "文件大小:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "MIME 类型:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" msgstr "比特率:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "采样率:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "声道:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "长度:" diff -Nru thunar-media-tags-plugin-0.2.0/po/zh_TW.po thunar-media-tags-plugin-0.2.1/po/zh_TW.po --- thunar-media-tags-plugin-0.2.0/po/zh_TW.po 2011-11-30 19:34:07.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/po/zh_TW.po 2013-05-11 09:57:00.000000000 +0000 @@ -7,16 +7,18 @@ msgstr "" "Project-Id-Version: thunar-media-tags-plugin 0.1.2svn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-09-11 11:38+0200\n" -"PO-Revision-Date: 2006-04-06 01:06+0800\n" -"Last-Translator: Hydonsingore Cia \n" +"POT-Creation-Date: 2012-01-19 03:51+0000\n" +"PO-Revision-Date: 2012-01-19 15:26+0800\n" +"Last-Translator: Cheng-Chia Tseng \n" "Language-Team: Chinese (traditional) \n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../thunar-plugin/tag-renamer.c:59 +#: ../thunar-plugin/tag-renamer.c:657 msgid "Title" msgstr "曲名" @@ -44,185 +46,219 @@ msgid "Artist - Track - Title" msgstr "演出者 - 曲目 - 曲名" +#: ../thunar-plugin/tag-renamer.c:67 +msgid "Custom" +msgstr "自訂" + +#. Custom format +#: ../thunar-plugin/tag-renamer.c:243 +msgid "Cust_om format:" +msgstr "自訂格式(_O):" + #. Format label -#: ../thunar-plugin/tag-renamer.c:223 +#: ../thunar-plugin/tag-renamer.c:271 msgid "_Format:" msgstr "格式(_F):" -#: ../thunar-plugin/tag-renamer.c:246 +#: ../thunar-plugin/tag-renamer.c:312 msgid "_Underscores" msgstr "底線(_U)" -#: ../thunar-plugin/tag-renamer.c:248 -msgid "" -"Activating this option will replace all spaces in the target filename with " -"underscores." +#: ../thunar-plugin/tag-renamer.c:314 +msgid "Activating this option will replace all spaces in the target filename with underscores." msgstr "啟動本選項會以底線取代檔名中所有的空白。" -#: ../thunar-plugin/tag-renamer.c:253 +#: ../thunar-plugin/tag-renamer.c:319 msgid "_Lowercase" msgstr "小寫(_L)" -#: ../thunar-plugin/tag-renamer.c:255 -msgid "" -"If you activate this, the resulting filename will only contain lowercase " -"letters." +#: ../thunar-plugin/tag-renamer.c:321 +msgid "If you activate this, the resulting filename will only contain lowercase letters." msgstr "如果您啟動本項,檔名將只會包含小寫字母。" -#: ../thunar-plugin/tag-renamer.c:264 ../thunar-plugin/tag-renamer.c:702 -#: ../thunar-plugin/audio-tags-page.c:183 +#: ../thunar-plugin/tag-renamer.c:464 +#: ../thunar-plugin/audio-tags-page.c:182 msgid "Unknown Artist" msgstr "未知的演出者" -#: ../thunar-plugin/tag-renamer.c:265 ../thunar-plugin/tag-renamer.c:750 -#: ../thunar-plugin/audio-tags-page.c:209 +#: ../thunar-plugin/tag-renamer.c:472 +#: ../thunar-plugin/audio-tags-page.c:208 msgid "Unknown Title" msgstr "未知的曲名" #. Edit tags action -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit _Tags" msgstr "編輯標籤(_T)" -#: ../thunar-plugin/tag-renamer.c:523 +#: ../thunar-plugin/tag-renamer.c:627 msgid "Edit ID3/OGG tags of this file." msgstr "編輯本檔案的 ID3/OGG 標籤。" -#: ../thunar-plugin/tag-renamer.c:545 +#: ../thunar-plugin/tag-renamer.c:646 +msgid "Tag Help" +msgstr "標籤幫助" + +#: ../thunar-plugin/tag-renamer.c:657 +msgid "Artist" +msgstr "演出者" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Album" +msgstr "專輯" + +#: ../thunar-plugin/tag-renamer.c:658 +msgid "Genre" +msgstr "曲風" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Track number" +msgstr "曲目編號" + +#: ../thunar-plugin/tag-renamer.c:659 +msgid "Year" +msgstr "年份" + +#: ../thunar-plugin/tag-renamer.c:660 +msgid "Comment" +msgstr "評註" + +#: ../thunar-plugin/tag-renamer.c:717 msgid "Audio Tags" msgstr "音效標籤" -#: ../thunar-plugin/audio-tags-page.c:196 +#: ../thunar-plugin/audio-tags-page.c:195 msgid "Unknown Album" msgstr "未知的專輯" -#: ../thunar-plugin/audio-tags-page.c:305 +#: ../thunar-plugin/audio-tags-page.c:328 msgid "Track:" msgstr "曲目:" -#: ../thunar-plugin/audio-tags-page.c:320 +#: ../thunar-plugin/audio-tags-page.c:343 msgid "Enter the track number here." msgstr "在這裡鍵入曲目。" -#: ../thunar-plugin/audio-tags-page.c:328 +#: ../thunar-plugin/audio-tags-page.c:351 msgid "Year:" -msgstr "年:" +msgstr "年份:" -#: ../thunar-plugin/audio-tags-page.c:343 +#: ../thunar-plugin/audio-tags-page.c:366 msgid "Enter the release year here." msgstr "在這裡鍵入發行年份。" -#: ../thunar-plugin/audio-tags-page.c:351 +#: ../thunar-plugin/audio-tags-page.c:374 msgid "Artist:" msgstr "演出者:" -#: ../thunar-plugin/audio-tags-page.c:358 +#: ../thunar-plugin/audio-tags-page.c:381 msgid "Enter the name of the artist or author of this file here." msgstr "在這裡鍵入本檔案的演出者或作者名稱。" -#: ../thunar-plugin/audio-tags-page.c:366 +#: ../thunar-plugin/audio-tags-page.c:389 msgid "Title:" msgstr "曲名:" -#: ../thunar-plugin/audio-tags-page.c:373 +#: ../thunar-plugin/audio-tags-page.c:396 msgid "Enter the song title here." msgstr "在這裡鍵入歌曲標題。" -#: ../thunar-plugin/audio-tags-page.c:380 +#: ../thunar-plugin/audio-tags-page.c:403 msgid "Album:" msgstr "專輯:" -#: ../thunar-plugin/audio-tags-page.c:387 +#: ../thunar-plugin/audio-tags-page.c:410 msgid "Enter the album/record title here." msgstr "在這裡鍵入專輯標題。" -#: ../thunar-plugin/audio-tags-page.c:394 +#: ../thunar-plugin/audio-tags-page.c:417 msgid "Comment:" -msgstr "評語:" +msgstr "評註:" -#: ../thunar-plugin/audio-tags-page.c:401 +#: ../thunar-plugin/audio-tags-page.c:424 msgid "Enter your comments here." -msgstr "在這裡鍵入您的評語。" +msgstr "在這裡鍵入您的評註。" -#: ../thunar-plugin/audio-tags-page.c:408 +#: ../thunar-plugin/audio-tags-page.c:431 msgid "Genre:" msgstr "曲風:" -#: ../thunar-plugin/audio-tags-page.c:415 +#: ../thunar-plugin/audio-tags-page.c:438 msgid "Select or enter the genre of this song here." msgstr "在這裡選取或鍵入本曲的曲風。" #. Create and add the save action -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "_Save" msgstr "儲存(_S)" -#: ../thunar-plugin/audio-tags-page.c:454 +#: ../thunar-plugin/audio-tags-page.c:449 msgid "Save audio tags." msgstr "儲存音效標籤。" #. Create and add the info action -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "_Information" msgstr "資訊(_I)" -#: ../thunar-plugin/audio-tags-page.c:461 +#: ../thunar-plugin/audio-tags-page.c:456 msgid "Display more detailed information about this audio file." msgstr "顯示本音效檔案的詳細資訊。" -#: ../thunar-plugin/audio-tags-page.c:528 +#: ../thunar-plugin/audio-tags-page.c:524 msgid "Audio" msgstr "聲音" #. Set up the dialog -#: ../thunar-plugin/audio-tags-page.c:564 +#: ../thunar-plugin/audio-tags-page.c:560 msgid "Edit Tags" msgstr "編輯標籤" #. Create dialog -#: ../thunar-plugin/audio-tags-page.c:992 +#: ../thunar-plugin/audio-tags-page.c:982 msgid "Audio Information" msgstr "音效資訊" -#: ../thunar-plugin/audio-tags-page.c:1003 +#: ../thunar-plugin/audio-tags-page.c:993 #, c-format msgid "%d:%d Minutes" msgstr "%d:%d 分" -#: ../thunar-plugin/audio-tags-page.c:1004 +#: ../thunar-plugin/audio-tags-page.c:994 #, c-format msgid "%d KBit/s" msgstr "%d KBit/秒" -#: ../thunar-plugin/audio-tags-page.c:1005 +#: ../thunar-plugin/audio-tags-page.c:995 #, c-format msgid "%d Hz" msgstr "%d Hz" -#: ../thunar-plugin/audio-tags-page.c:1025 +#: ../thunar-plugin/audio-tags-page.c:1019 msgid "Filename:" msgstr "檔案名稱:" -#: ../thunar-plugin/audio-tags-page.c:1038 +#: ../thunar-plugin/audio-tags-page.c:1032 msgid "Filesize:" msgstr "檔案大小:" -#: ../thunar-plugin/audio-tags-page.c:1051 +#: ../thunar-plugin/audio-tags-page.c:1045 msgid "MIME Type:" msgstr "MIME 類型:" -#: ../thunar-plugin/audio-tags-page.c:1064 +#: ../thunar-plugin/audio-tags-page.c:1058 msgid "Bitrate:" -msgstr "Bitrate:" +msgstr "位元率:" -#: ../thunar-plugin/audio-tags-page.c:1077 +#: ../thunar-plugin/audio-tags-page.c:1071 msgid "Samplerate:" msgstr "取樣率:" -#: ../thunar-plugin/audio-tags-page.c:1090 +#: ../thunar-plugin/audio-tags-page.c:1084 msgid "Channels:" msgstr "聲道數:" -#: ../thunar-plugin/audio-tags-page.c:1103 +#: ../thunar-plugin/audio-tags-page.c:1097 msgid "Length:" msgstr "長度:" + diff -Nru thunar-media-tags-plugin-0.2.0/thunar-plugin/Makefile.in thunar-media-tags-plugin-0.2.1/thunar-plugin/Makefile.in --- thunar-media-tags-plugin-0.2.0/thunar-plugin/Makefile.in 2011-11-30 19:34:11.000000000 +0000 +++ thunar-media-tags-plugin-0.2.1/thunar-plugin/Makefile.in 2013-05-11 09:57:03.000000000 +0000 @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.13.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. +# Copyright (C) 1994-2012 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. @@ -18,6 +17,23 @@ # $Id$ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -38,12 +54,13 @@ host_triplet = @host@ target_triplet = @target@ subdir = thunar-plugin -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = @@ -68,6 +85,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(extensionsdir)" LTLIBRARIES = $(extensions_LTLIBRARIES) thunar_media_tags_plugin_la_LIBADD = @@ -78,13 +101,26 @@ thunar_media_tags_plugin_la-media-tags-plugin.lo thunar_media_tags_plugin_la_OBJECTS = \ $(am_thunar_media_tags_plugin_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent +am__v_lt_1 = thunar_media_tags_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) \ $(thunar_media_tags_plugin_la_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -95,24 +131,42 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) -am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) -am__v_at_0 = @ +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) -am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) -am__v_GEN_0 = @echo " GEN " $@; +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(thunar_media_tags_plugin_la_SOURCES) DIST_SOURCES = $(thunar_media_tags_plugin_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -168,6 +222,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ @@ -260,6 +318,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -355,9 +415,9 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): + install-extensionsLTLIBRARIES: $(extensions_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(extensionsdir)" || $(MKDIR_P) "$(DESTDIR)$(extensionsdir)" @list='$(extensions_LTLIBRARIES)'; test -n "$(extensionsdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ @@ -365,6 +425,8 @@ else :; fi; \ done; \ test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(extensionsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(extensionsdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(extensionsdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(extensionsdir)"; \ } @@ -380,13 +442,15 @@ clean-extensionsLTLIBRARIES: -test -z "$(extensions_LTLIBRARIES)" || rm -f $(extensions_LTLIBRARIES) - @list='$(extensions_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done -thunar-media-tags-plugin.la: $(thunar_media_tags_plugin_la_OBJECTS) $(thunar_media_tags_plugin_la_DEPENDENCIES) + @list='$(extensions_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +thunar-media-tags-plugin.la: $(thunar_media_tags_plugin_la_OBJECTS) $(thunar_media_tags_plugin_la_DEPENDENCIES) $(EXTRA_thunar_media_tags_plugin_la_DEPENDENCIES) $(AM_V_CCLD)$(thunar_media_tags_plugin_la_LINK) -rpath $(extensionsdir) $(thunar_media_tags_plugin_la_OBJECTS) $(thunar_media_tags_plugin_la_LIBADD) $(LIBS) mostlyclean-compile: @@ -403,58 +467,51 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< thunar_media_tags_plugin_la-media-tags-provider.lo: media-tags-provider.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -MT thunar_media_tags_plugin_la-media-tags-provider.lo -MD -MP -MF $(DEPDIR)/thunar_media_tags_plugin_la-media-tags-provider.Tpo -c -o thunar_media_tags_plugin_la-media-tags-provider.lo `test -f 'media-tags-provider.c' || echo '$(srcdir)/'`media-tags-provider.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/thunar_media_tags_plugin_la-media-tags-provider.Tpo $(DEPDIR)/thunar_media_tags_plugin_la-media-tags-provider.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='media-tags-provider.c' object='thunar_media_tags_plugin_la-media-tags-provider.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='media-tags-provider.c' object='thunar_media_tags_plugin_la-media-tags-provider.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -c -o thunar_media_tags_plugin_la-media-tags-provider.lo `test -f 'media-tags-provider.c' || echo '$(srcdir)/'`media-tags-provider.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -c -o thunar_media_tags_plugin_la-media-tags-provider.lo `test -f 'media-tags-provider.c' || echo '$(srcdir)/'`media-tags-provider.c thunar_media_tags_plugin_la-tag-renamer.lo: tag-renamer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -MT thunar_media_tags_plugin_la-tag-renamer.lo -MD -MP -MF $(DEPDIR)/thunar_media_tags_plugin_la-tag-renamer.Tpo -c -o thunar_media_tags_plugin_la-tag-renamer.lo `test -f 'tag-renamer.c' || echo '$(srcdir)/'`tag-renamer.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/thunar_media_tags_plugin_la-tag-renamer.Tpo $(DEPDIR)/thunar_media_tags_plugin_la-tag-renamer.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tag-renamer.c' object='thunar_media_tags_plugin_la-tag-renamer.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tag-renamer.c' object='thunar_media_tags_plugin_la-tag-renamer.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -c -o thunar_media_tags_plugin_la-tag-renamer.lo `test -f 'tag-renamer.c' || echo '$(srcdir)/'`tag-renamer.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -c -o thunar_media_tags_plugin_la-tag-renamer.lo `test -f 'tag-renamer.c' || echo '$(srcdir)/'`tag-renamer.c thunar_media_tags_plugin_la-audio-tags-page.lo: audio-tags-page.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -MT thunar_media_tags_plugin_la-audio-tags-page.lo -MD -MP -MF $(DEPDIR)/thunar_media_tags_plugin_la-audio-tags-page.Tpo -c -o thunar_media_tags_plugin_la-audio-tags-page.lo `test -f 'audio-tags-page.c' || echo '$(srcdir)/'`audio-tags-page.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/thunar_media_tags_plugin_la-audio-tags-page.Tpo $(DEPDIR)/thunar_media_tags_plugin_la-audio-tags-page.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='audio-tags-page.c' object='thunar_media_tags_plugin_la-audio-tags-page.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='audio-tags-page.c' object='thunar_media_tags_plugin_la-audio-tags-page.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -c -o thunar_media_tags_plugin_la-audio-tags-page.lo `test -f 'audio-tags-page.c' || echo '$(srcdir)/'`audio-tags-page.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -c -o thunar_media_tags_plugin_la-audio-tags-page.lo `test -f 'audio-tags-page.c' || echo '$(srcdir)/'`audio-tags-page.c thunar_media_tags_plugin_la-media-tags-plugin.lo: media-tags-plugin.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -MT thunar_media_tags_plugin_la-media-tags-plugin.lo -MD -MP -MF $(DEPDIR)/thunar_media_tags_plugin_la-media-tags-plugin.Tpo -c -o thunar_media_tags_plugin_la-media-tags-plugin.lo `test -f 'media-tags-plugin.c' || echo '$(srcdir)/'`media-tags-plugin.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/thunar_media_tags_plugin_la-media-tags-plugin.Tpo $(DEPDIR)/thunar_media_tags_plugin_la-media-tags-plugin.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='media-tags-plugin.c' object='thunar_media_tags_plugin_la-media-tags-plugin.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='media-tags-plugin.c' object='thunar_media_tags_plugin_la-media-tags-plugin.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -c -o thunar_media_tags_plugin_la-media-tags-plugin.lo `test -f 'media-tags-plugin.c' || echo '$(srcdir)/'`media-tags-plugin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(thunar_media_tags_plugin_la_CFLAGS) $(CFLAGS) -c -o thunar_media_tags_plugin_la-media-tags-plugin.lo `test -f 'media-tags-plugin.c' || echo '$(srcdir)/'`media-tags-plugin.c mostlyclean-libtool: -rm -f *.lo @@ -462,26 +519,15 @@ clean-libtool: -rm -rf .libs _libs -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 +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - 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; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -493,15 +539,11 @@ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(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; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -510,6 +552,21 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -561,10 +618,15 @@ 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 + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -649,20 +711,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS all all-am check check-am clean \ - clean-extensionsLTLIBRARIES clean-generic clean-libtool ctags \ - distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags 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-extensionsLTLIBRARIES 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 \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags uninstall uninstall-am \ - uninstall-extensionsLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ + clean-extensionsLTLIBRARIES clean-generic clean-libtool \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags 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-extensionsLTLIBRARIES \ + 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 maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-extensionsLTLIBRARIES # vi:set ts=8 sw=8 noet ai nocindent syntax=automake: