diff -Nru tumbler-0.1.29/aclocal.m4 tumbler-0.1.30/aclocal.m4 --- tumbler-0.1.29/aclocal.m4 2013-05-05 19:39:35.000000000 +0000 +++ tumbler-0.1.30/aclocal.m4 2014-02-22 23:15:12.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.13.1 -*- Autoconf -*- +# generated automatically by aclocal 1.14.1 -*- Autoconf -*- -# Copyright (C) 1996-2012 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, @@ -337,7 +337,6 @@ dnl glib_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl - AC_REQUIRE([AC_HEADER_STDC])dnl GLIB_LC_MESSAGES GLIB_WITH_NLS @@ -717,10 +716,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.13' +[am__api_version='1.14' 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.13.1], [], +m4_if([$1], [1.14.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -736,7 +735,7 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.13.1])dnl +[AM_AUTOMAKE_VERSION([1.14.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -1078,7 +1077,7 @@ 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 + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the @@ -1123,6 +1122,12 @@ # 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. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -1231,7 +1236,48 @@ AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl -]) + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi]) 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 @@ -1239,7 +1285,6 @@ m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. @@ -1387,38 +1432,6 @@ rm -f confinc confmf ]) -# 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. - -# AM_PROG_CC_C_O -# -------------- -# Like AC_PROG_CC_C_O, but changed for automake. -AC_DEFUN([AM_PROG_CC_C_O], -[AC_REQUIRE([AC_PROG_CC_C_O])dnl -AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([compile])dnl -# FIXME: we rely on the cache variable name because -# there is no other way. -set dummy $CC -am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` -eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o -if test "$am_t" != yes; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" -fi -dnl Make sure AC_PROG_CC is never called again, or it will override our -dnl setting of CC. -m4_define([AC_PROG_CC], - [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) -]) - # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2013 Free Software Foundation, Inc. @@ -1489,6 +1502,53 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +# 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. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + # Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1715,83 +1775,121 @@ # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar +# AC_DEFUN([_AM_PROG_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='$${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]) -# Loop over all known methods to create a tar archive until one works. + +# We'll loop over all known methods to create a tar archive until one works. _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 '-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi -done -rm -rf conftest.dir -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR dnl -*- mode: autoconf -*- -# serial 1 +# serial 2 dnl Usage: dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) @@ -1801,8 +1899,24 @@ AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first + ifelse([$1],[],[gtk_doc_requires="gtk-doc"],[gtk_doc_requires="gtk-doc >= $1"]) + AC_MSG_CHECKING([for gtk-doc]) + PKG_CHECK_EXISTS([$gtk_doc_requires],[have_gtk_doc=yes],[have_gtk_doc=no]) + AC_MSG_RESULT($have_gtk_doc) + + if test "$have_gtk_doc" = "no"; then + AC_MSG_WARN([ + You will not be able to create source packages with 'make dist' + because $gtk_doc_requires is not found.]) + fi + dnl check for tools we added during development - AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check]) + dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that + dnl may not be writable by the user. Currently, automake requires that the + dnl test name must end in '.test'. + dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638 + AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test]) + AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check]) AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) @@ -1819,22 +1933,22 @@ [use gtk-doc to build documentation [[default=no]]]),, [enable_gtk_doc=no]) - if test x$enable_gtk_doc = xyes; then - ifelse([$1],[], - [PKG_CHECK_EXISTS([gtk-doc],, - AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))], - [PKG_CHECK_EXISTS([gtk-doc >= $1],, - AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))]) - dnl don't check for glib if we build glib - if test "x$PACKAGE_NAME" != "xglib"; then - dnl don't fail if someone does not have glib - PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,) - fi - fi - AC_MSG_CHECKING([whether to build gtk-doc documentation]) AC_MSG_RESULT($enable_gtk_doc) + if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then + AC_MSG_ERROR([ + You must have $gtk_doc_requires installed to build documentation for + $PACKAGE_NAME. Please install gtk-doc or disable building the + documentation by adding '--disable-gtk-doc' to '[$]0'.]) + fi + + dnl don't check for glib if we build glib + if test "x$PACKAGE_NAME" != "xglib"; then + dnl don't fail if someone does not have glib + PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,[:]) + fi + dnl enable/disable output formats AC_ARG_ENABLE([gtk-doc-html], AS_HELP_STRING([--enable-gtk-doc-html], @@ -1849,7 +1963,12 @@ enable_gtk_doc_pdf=no fi + if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 + fi + AC_SUBST([AM_DEFAULT_VERBOSITY]) + AM_CONDITIONAL([HAVE_GTK_DOC], [test x$have_gtk_doc = xyes]) AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) diff -Nru tumbler-0.1.29/ChangeLog tumbler-0.1.30/ChangeLog --- tumbler-0.1.29/ChangeLog 2013-05-05 19:39:43.000000000 +0000 +++ tumbler-0.1.30/ChangeLog 2014-02-22 23:15:16.000000000 +0000 @@ -1,3 +1,677 @@ +commit 073c2080c79075fdf574064fa2098c4b5bb79a11 +Author: Nick Schermer +Date: Sun Feb 23 00:12:51 2014 +0100 + + Updates for release. + +commit 7506f8464605ad60031aa8c25924077dd77dba76 +Author: PavelNicklasson +Date: Fri Feb 21 00:30:32 2014 +0100 + + I18n: Update translation sv (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 73914504ecfd40936baf3e50980842ad1f653031 +Author: Walter Cheuk +Date: Fri Dec 6 06:30:27 2013 +0100 + + I18n: Add new translation zh_HK (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 4483074bbd9220dc30a946c36bae1ebbd168ba00 +Author: Cedric31 +Date: Tue Nov 19 18:41:51 2013 +0100 + + I18n: Add new translation oc (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit fc842604c08a19d56d1e6aed8104b1d586360588 +Author: Nick +Date: Tue Nov 19 18:41:51 2013 +0100 + + I18n: Update translation zh_TW (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit ef729495c20f47df4f15ba9140a74ca95b4a6e13 +Author: Nick +Date: Tue Nov 19 18:41:51 2013 +0100 + + I18n: Update translation zh_CN (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 7a0a7b87f9f4821ea18c8a03ea457e16c6e26f68 +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation uk (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 6edea63efe4f31952ced87579712f45448cdad43 +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation sv (86%). + + 38 translated messages, 6 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit ac3dd9c7073153061dea6c9322fafec7977c40db +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation sk (86%). + + 38 translated messages, 6 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 73cdeb40797879b1598460deb671001154a63ecf +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation ru (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 3f43370f6abf28a0e6144a9278289eaab0ca5f2e +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation ro (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 7a804a1ab7c4b3a4bb7de9b80ccb71b35dbc5d17 +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation pt (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit a96a4aa79f669669a8c8ca4b8a2e8039da983b41 +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation pt_BR (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 99746c6b5146011aa9b807faabfb422ef1b9fe53 +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation pl (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 71680e0a00951607b13ea23d03ed188aba7434f0 +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation nn (86%). + + 38 translated messages, 6 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit d23430fd1f8234453cb9ea13ca186a684bd8ba88 +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation nb (81%). + + 36 translated messages, 8 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 4ba16af13ba687ab4252a2c4e4fa8f2a52981a24 +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation lv (50%). + + 22 translated messages, 22 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 96223b9cd8d1f1b76a31289bad97810fe1979358 +Author: Nick +Date: Tue Nov 19 18:41:50 2013 +0100 + + I18n: Update translation lt (86%). + + 38 translated messages, 6 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit a4005dc4248caf42ae7fe63e618b6312d27d2cf1 +Author: Nick +Date: Tue Nov 19 18:41:49 2013 +0100 + + I18n: Update translation kk (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit f6f5879e61608cef66534d7bb7d7627792b2b5a9 +Author: Nick +Date: Tue Nov 19 18:41:49 2013 +0100 + + I18n: Update translation ja (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 1775c4cb277de5155d65f82b6cd64bdcaa73b79c +Author: Nick +Date: Tue Nov 19 18:41:49 2013 +0100 + + I18n: Update translation id (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 2e8a23c087c2274f05f995d551e8ab0ee183bbb8 +Author: Leandro Regueiro +Date: Tue Nov 19 18:41:49 2013 +0100 + + I18n: Update translation gl (93%). + + 41 translated messages, 3 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 213e2550642d58e4e9785fe05037f85cf63a5460 +Author: Nick +Date: Tue Nov 19 18:41:49 2013 +0100 + + I18n: Update translation fi (86%). + + 38 translated messages, 6 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit ae0c4bf8530c9678bcc5b80e73500c0645d3e80b +Author: Nick +Date: Tue Nov 19 18:41:49 2013 +0100 + + I18n: Update translation bn (77%). + + 34 translated messages, 10 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 95019608158b517eef58017eabab3374db972ef8 +Author: Nick +Date: Tue Nov 19 18:41:49 2013 +0100 + + I18n: Update translation bg (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 279ed399811bc4d2bd87d917a8bc238251458fb8 +Author: Nick +Date: Tue Nov 19 18:41:49 2013 +0100 + + I18n: Update translation ast (50%). + + 22 translated messages, 22 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 6166e12d93b0f022efcebf907d9b379523b0a051 +Author: Puretech +Date: Thu Nov 14 06:30:27 2013 +0100 + + I18n: Add new translation ms (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit e68dbce0b82613b7167910e822f0191911c35f3a +Author: Aputsiaĸ Niels Janussen +Date: Fri Nov 8 18:30:35 2013 +0100 + + I18n: Update translation da (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit c1fa2d9bd82db7151e873be083bb8f7d6d216d2a +Author: theppitak +Date: Wed Nov 6 12:30:33 2013 +0100 + + I18n: Add new translation th (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 863e8f4a0bbcc2667906baa1708a9ebbce5f200e +Author: Yaron Shahrabani +Date: Wed Nov 6 12:30:32 2013 +0100 + + I18n: Update translation he (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 1495e08243039908f4e0e8264dc53e923deff0b3 +Author: Pablo Lezaeta +Date: Wed Oct 30 06:30:28 2013 +0100 + + I18n: Update translation es (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit c99633bb6fafbbc62c84f4589f762bddb227c08d +Author: hjudt +Date: Wed Oct 2 00:30:31 2013 +0200 + + I18n: Update translation de (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 76e881d38fa2771a90d040c59941fb7f22728c2b +Author: Pjotr123 +Date: Thu Sep 19 18:30:37 2013 +0200 + + I18n: Update translation nl (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 68972555fc1fcafddbc2a41db8c49901c5dee0b4 +Author: Karim Oulad Chalha +Date: Sun Sep 8 18:30:35 2013 +0200 + + I18n: Update translation ar (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 8e68d1abed9caade3220695fb176e5c0991e2497 +Author: cri +Date: Tue Aug 13 18:30:33 2013 +0200 + + I18n: Update translation it (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 5fa37283362a17fc4775a235955d6cde38c0db40 +Author: volkangezer +Date: Tue Aug 13 00:30:37 2013 +0200 + + I18n: Update translation tr (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit f3ccbcd686b014ef0780acceb0b83ca879391f48 +Author: Alois Nešpor +Date: Mon Aug 12 12:30:39 2013 +0200 + + I18n: Update translation cs (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit d2dac97a6a1753664afbc3c94fb1dc8b0de64b79 +Author: jc1 +Date: Mon Jul 29 18:30:37 2013 +0200 + + I18n: Update translation fr (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit b4a9a81442a34dc902689f7e2d5d2b540f5f1704 +Author: Nick Schermer +Date: Sun Jul 28 16:33:55 2013 +0200 + + Send the cache operation replies after they are completed. + + The reply was send when the operation was queued, but this does + not allow applications to properly handle new thumbs after a + copy/move operation. + +commit 21c0e5f761153df4ffc420044fd8d9b782354968 +Author: Nick Schermer +Date: Sun Jul 28 16:08:06 2013 +0200 + + Support move/copy operations on directories in the cache. + +commit 4668baa03f0a82d602e33aef2a25081d2b892eec +Author: Nick Schermer +Date: Sun Jul 28 15:09:39 2013 +0200 + + Combine copy and move functions. + +commit 49e6da1f81a32bcdf1c612adf3fe860efd982c09 +Author: Noskcaj +Date: Sat Jul 27 00:30:34 2013 +0200 + + I18n: Update translation en_GB (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit a9722abe55ebce14bd16f6a081677efa57b70a27 +Author: k3lt01 +Date: Thu Jul 25 06:30:33 2013 +0200 + + I18n: Add new translation en_AU (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 0d75f4f21a4d22b3ea499313e884b8104671c881 +Author: loathingkernel +Date: Mon Jul 15 00:30:32 2013 +0200 + + I18n: Update translation el (88%). + + 39 translated messages, 5 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 571cf02d00946f27eaba8b4fdcaaaeeb54ba0477 +Author: Anonymous +Date: Thu Jul 11 12:30:44 2013 +0200 + + I18n: Update translation ug (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 31a94ce2d823710841a8168c4828bb1268492119 +Author: kelemeng +Date: Wed Jul 10 06:30:34 2013 +0200 + + I18n: Update translation hu (100%). + + 44 translated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit afba608313e5f2bbb84a4733693c05a6944eb158 +Author: alavios +Date: Mon Jul 8 18:30:35 2013 +0200 + + I18n: Update translation ca (93%). + + 41 translated messages, 3 untranslated messages. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 909abb5cc5ec045662f7955ecfc131f9221c49e0 +Author: Piarres Beobide +Date: Fri Jul 5 22:59:40 2013 +0200 + + I18n: Add new translation eu (97%). + + 43 translated messages, 1 untranslated message. + + Transifex (https://www.transifex.com/projects/p/xfce/). + +commit 763a917e96f16d9f351fa1645405a7b061750a00 +Author: Nick Schermer +Date: Tue Jul 2 22:39:04 2013 +0200 + + I18n: Remove broken / unsupported translations. + + See http://users.xfce.org/~nick/broken-i18n/ for files and logs. + + Use https://www.transifex.com/projects/p/xfce/ to upload fixed versions or request a translation team. + +commit afbb730666747e85ec0ff6f063a0139e85a01ae1 +Author: Piotr Strębski +Date: Tue Jun 11 14:51:03 2013 +0200 + + l10n: Updated Polish (pl) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit cef0dffaa2a3ec091f3be6c6dcb5f840099dec96 +Author: Neliton Pereira Junior +Date: Tue Jun 11 05:04:00 2013 +0200 + + l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 5fa3f9d266797b61ea60c7843c3cfad642b6d66a +Author: Ardjuna +Date: Thu Jun 6 05:11:36 2013 +0200 + + l10n: Updated Indonesian (id) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit a43ab0049a73861c2e017eae27e4dbc15b4f9ecc +Author: Gheyret Kenji +Date: Wed Jun 5 08:16:23 2013 +0200 + + l10n: Updated Uyghur (ug) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 1a28ae6f925eb95956082b666429d68ec6b7bbc0 +Author: Urmas D +Date: Mon May 20 22:01:28 2013 +0200 + + l10n: Updated Russian (ru) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 426ca09b166b4519623727ace8849afc0ea6a9aa +Author: Adolfo Jayme Barrientos +Date: Fri May 17 12:10:37 2013 +0200 + + l10n: Updated Spanish (Castilian) (es) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 43a2e1812c688746380db18d813117d51af4a2af +Author: Cheng-Chia Tseng +Date: Sun May 12 10:34:32 2013 +0200 + + l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 0ff6f2f6801e1804dd1eed2f3d89dfeaac878e1b +Author: Seong-ho Cho +Date: Sun May 12 08:47:25 2013 +0200 + + l10n: Updated Korean (ko) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 6054bf065ce2b3760eba03d5ea9868d5a7386b38 +Author: Kiril Kirilov +Date: Wed May 8 18:28:03 2013 +0200 + + l10n: Updated Bulgarian (bg) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 364a8be9640fd91a7bc5c587bb4f787bf3be39ae +Author: Piarres Beobide +Date: Wed May 8 10:37:41 2013 +0200 + + l10n: Updated Basque (eu) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 01e7a9ebac157a69495704f1f43de2db788037db +Author: Baurzhan Muftakhidinov +Date: Wed May 8 04:26:34 2013 +0200 + + l10n: Updated Kazakh (kk) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 8460fd3e4ad494548ce0aa3f4cc5e0117cbf5e79 +Author: Sergio Marques +Date: Tue May 7 17:30:03 2013 +0200 + + l10n: Updated Portuguese (pt) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 79b013f49f91122d24128060397dd8430e973bd8 +Author: Rafael Ferreira +Date: Tue May 7 03:22:40 2013 +0200 + + l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 6b8dfa46e21b5c417d628aee459f7cde2852d803 +Author: Mișu Moldovan +Date: Mon May 6 21:55:37 2013 +0200 + + l10n: Updated Romanian (ro) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 805fd767fe1785e4dbaf48c5c1c2d95f3ad04641 +Author: Nick Schermer +Date: Mon May 6 18:35:28 2013 +0200 + + Only enable keepalive in curl >= 7.25. + +commit 920aa63c24cee52a3b15204fbc1d54c4973d8081 +Author: jc jc1 +Date: Mon May 6 15:15:30 2013 +0200 + + l10n: Updated French (fr) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit 15efb15d447fddf27e12562a8b6ccdc64d1915b7 +Author: jc jc1 +Date: Mon May 6 15:12:14 2013 +0200 + + l10n: Updated French (fr) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit f3b427a61bdc96b8fabad1190d9a239eca691397 +Author: Chipong Luo +Date: Mon May 6 14:49:59 2013 +0200 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit f8038f177734c38775c05da54d9382f5ffb60cfb +Author: Chipong Luo +Date: Mon May 6 14:47:25 2013 +0200 + + l10n: Updated Chinese (China) (zh_CN) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + +commit e39f52cc1ab38881c97a35e6b7a06ade6efb8483 +Author: Yarema aka Knedlyk +Date: Mon May 6 10:35:30 2013 +0200 + + l10n: Updated Ukrainian (uk) translation to 100% + + New status: 44 messages complete with 0 fuzzies and 0 untranslated. + + Transmitted-via: Transifex (translations.xfce.org). + commit 05e2fd3b43c94b97549a351f5cf89dba3b528d3b Author: Nick Schermer Date: Sun May 5 21:39:27 2013 +0200 diff -Nru tumbler-0.1.29/config.guess tumbler-0.1.30/config.guess --- tumbler-0.1.29/config.guess 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/config.guess 2014-02-22 23:15:12.000000000 +0000 @@ -1,10 +1,8 @@ #! /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, 2010, -# 2011, 2012, 2013 Free Software Foundation, Inc. +# Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2012-12-29' +timestamp='2013-11-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 @@ -26,7 +24,7 @@ # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # -# Originally written by Per Bothner. +# 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 @@ -52,9 +50,7 @@ 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, 2009, 2010, 2011, -2012, 2013 Free Software Foundation, Inc. +Copyright 1992-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." @@ -136,6 +132,27 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown +case "${UNAME_SYSTEM}" in +Linux|GNU|GNU/*) + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + LIBC=gnu + + eval $set_cc_for_build + cat <<-EOF > $dummy.c + #include + #if defined(__UCLIBC__) + LIBC=uclibc + #elif defined(__dietlibc__) + LIBC=dietlibc + #else + LIBC=gnu + #endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + ;; +esac + # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in @@ -857,21 +874,21 @@ exit ;; *:GNU:*:*) # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -884,59 +901,54 @@ EV68*) UNAME_MACHINE=alphaev68 ;; 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} + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + arc:Linux:*:* | arceb:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else - echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; frv:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) - LIBC=gnu - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build @@ -955,54 +967,63 @@ #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; + or1k:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; or32:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) - echo sparc-unknown-linux-gnu + echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu + echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-gnu ;; - PA8*) echo hppa2.0-unknown-linux-gnu ;; - *) echo hppa-unknown-linux-gnu ;; + PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; + PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; + *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu + echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu + echo powerpc-unknown-linux-${LIBC} + exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux + echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-gnu + echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -1235,19 +1256,31 @@ exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - case $UNAME_PROCESSOR in - i386) - eval $set_cc_for_build - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - UNAME_PROCESSOR="x86_64" - fi - fi ;; - unknown) UNAME_PROCESSOR=powerpc ;; - esac + eval $set_cc_for_build + if test "$UNAME_PROCESSOR" = unknown ; then + UNAME_PROCESSOR=powerpc + fi + if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # Avoid executing cc on OS X 10.9, as it ships with a stub + # that puts up a graphical alert prompting to install + # developer tools. Any system running Mac OS X 10.7 or + # later (Darwin 11 and later) is required to have a 64-bit + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 + fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) diff -Nru tumbler-0.1.29/config.h.in tumbler-0.1.30/config.h.in --- tumbler-0.1.29/config.h.in 2013-05-05 19:39:35.000000000 +0000 +++ tumbler-0.1.30/config.h.in 2014-02-22 23:15:12.000000000 +0000 @@ -106,9 +106,6 @@ */ #undef LT_OBJDIR -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Name of package */ #undef PACKAGE diff -Nru tumbler-0.1.29/config.sub tumbler-0.1.30/config.sub --- tumbler-0.1.29/config.sub 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/config.sub 2014-02-22 23:15:12.000000000 +0000 @@ -1,10 +1,8 @@ #! /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, 2010, -# 2011, 2012, 2013 Free Software Foundation, Inc. +# Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2012-12-29' +timestamp='2013-10-01' # 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 @@ -70,9 +68,7 @@ version="\ GNU config.sub ($timestamp) -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. +Copyright 1992-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." @@ -256,12 +252,12 @@ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ - | arc \ + | arc | arceb \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | be32 | be64 \ | bfin \ - | c4x | clipper \ + | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | epiphany \ | fido | fr30 | frv \ @@ -269,6 +265,7 @@ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ @@ -290,16 +287,17 @@ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ - | nios | nios2 \ + | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 \ - | or32 \ + | or1k | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ @@ -327,7 +325,7 @@ c6x) basic_machine=tic6x-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -369,13 +367,13 @@ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ - | clipper-* | craynv-* | cydra-* \ + | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ @@ -384,6 +382,7 @@ | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ @@ -407,12 +406,13 @@ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* \ + | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | orion-* \ @@ -796,7 +796,7 @@ os=-mingw64 ;; mingw32) - basic_machine=i386-pc + basic_machine=i686-pc os=-mingw32 ;; mingw32ce) @@ -832,7 +832,7 @@ basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) - basic_machine=i386-pc + basic_machine=i686-pc os=-msys ;; mvs) @@ -1354,7 +1354,7 @@ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ - | -sym* | -kopensolaris* \ + | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ @@ -1500,9 +1500,6 @@ -aros*) os=-aros ;; - -kaos*) - os=-kaos - ;; -zvmoe) os=-zvmoe ;; @@ -1551,6 +1548,9 @@ c4x-* | tic4x-*) os=-coff ;; + c8051-*) + os=-elf + ;; hexagon-*) os=-elf ;; @@ -1594,6 +1594,9 @@ mips*-*) os=-elf ;; + or1k-*) + os=-elf + ;; or32-*) os=-coff ;; diff -Nru tumbler-0.1.29/configure tumbler-0.1.30/configure --- tumbler-0.1.29/configure 2013-05-05 19:39:37.000000000 +0000 +++ tumbler-0.1.30/configure 2014-02-22 23:15:14.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for tumbler 0.1.29. +# Generated by GNU Autoconf 2.69 for tumbler 0.1.30. # # Report bugs to . # @@ -592,8 +592,8 @@ # Identity of this package. PACKAGE_NAME='tumbler' PACKAGE_TARNAME='tumbler' -PACKAGE_VERSION='0.1.29' -PACKAGE_STRING='tumbler 0.1.29' +PACKAGE_VERSION='0.1.30' +PACKAGE_STRING='tumbler 0.1.30' PACKAGE_BUGREPORT='http://bugzilla.xfce.org/' PACKAGE_URL='' @@ -705,11 +705,14 @@ GTK_DOC_BUILD_HTML_TRUE ENABLE_GTK_DOC_FALSE ENABLE_GTK_DOC_TRUE +HAVE_GTK_DOC_FALSE +HAVE_GTK_DOC_TRUE GTKDOC_DEPS_LIBS GTKDOC_DEPS_CFLAGS HTML_DIR GTKDOC_MKPDF GTKDOC_REBASE +GTKDOC_CHECK_PATH GTKDOC_CHECK PKG_CONFIG_LIBDIR PKG_CONFIG_PATH @@ -1515,7 +1518,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 tumbler 0.1.29 to adapt to many kinds of systems. +\`configure' configures tumbler 0.1.30 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1586,7 +1589,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of tumbler 0.1.29:";; + short | recursive ) echo "Configuration of tumbler 0.1.30:";; esac cat <<\_ACEOF @@ -1787,7 +1790,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -tumbler configure 0.1.29 +tumbler configure 0.1.30 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2158,7 +2161,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by tumbler $as_me 0.1.29, which was +It was created by tumbler $as_me 0.1.30, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2650,7 +2653,7 @@ NONENONEs,x,x, && program_prefix=${target_alias}- -am__api_version='1.13' +am__api_version='1.14' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -3136,7 +3139,7 @@ # Define the identity of the package. PACKAGE='tumbler' - VERSION='0.1.29' + VERSION='0.1.30' cat >>confdefs.h <<_ACEOF @@ -3177,86 +3180,125 @@ AMTAR='$${TAR-tar}' -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 -$as_echo_n "checking how to create a ustar tar archive... " >&6; } -# Loop over all known methods to create a tar archive until one works. +# We'll loop over all known methods to create a tar archive until one works. _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 '-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - { echo "$as_me:$LINENO: $_am_tar --version" >&5 + +# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5 +$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; } + if test $am_uid -le $am_max_uid; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + _am_tools=none + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5 +$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; } + if test $am_gid -le $am_max_gid; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + _am_tools=none + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 +$as_echo_n "checking how to create a ustar tar archive... " >&6; } + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_ustar-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + { echo "$as_me:$LINENO: $_am_tar --version" >&5 ($_am_tar --version) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && break - done - am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x ustar -w "$$tardir"' - am__tar_='pax -L -x ustar -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H ustar -L' - am__tar_='find "$tardir" -print | cpio -o -H ustar -L' - am__untar='cpio -i -H ustar -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_ustar}" && break + done + am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x ustar -w "$$tardir"' + am__tar_='pax -L -x ustar -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H ustar -L' + am__tar_='find "$tardir" -print | cpio -o -H ustar -L' + am__untar='cpio -i -H ustar -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_ustar}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } - rm -rf conftest.dir - if test -s conftest.tar; then - { echo "$as_me:$LINENO: $am__untar &5 + rm -rf conftest.dir + if test -s conftest.tar; then + { echo "$as_me:$LINENO: $am__untar &5 ($am__untar &5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } - grep GrepMe conftest.dir/file >/dev/null 2>&1 && break - fi -done -rm -rf conftest.dir + { echo "$as_me:$LINENO: cat conftest.dir/file" >&5 + (cat conftest.dir/file) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break + fi + done + rm -rf conftest.dir -if ${am_cv_prog_tar_ustar+:} false; then : + if ${am_cv_prog_tar_ustar+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_prog_tar_ustar=$_am_tool fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 $as_echo "$am_cv_prog_tar_ustar" >&6; } @@ -3264,6 +3306,48 @@ +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + ACLOCAL_AMFLAGS="$ACLOCAL_FLAGS -I m4" ac_config_headers="$ac_config_headers config.h" @@ -3336,7 +3420,7 @@ TUMBLER_VERSION_MAJOR=0 TUMBLER_VERSION_MINOR=1 -TUMBLER_VERSION_MICRO=29 +TUMBLER_VERSION_MICRO=30 TUMBLER_VERSION_API_MAJOR=1 TUMBLER_VERSION_API=$TUMBLER_VERSION_API_MAJOR @@ -4197,6 +4281,65 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 @@ -5536,6 +5679,65 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 @@ -5664,131 +5866,6 @@ fi -if test "x$CC" != xcc; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 -$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 -$as_echo_n "checking whether cc understands -c and -o together... " >&6; } -fi -set dummy $CC; ac_cc=`$as_echo "$2" | - sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -# Make sure it works both with $CC and with simple cc. -# We do the test twice because some compilers refuse to overwrite an -# existing .o file with -o, though they will create one. -ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' -rm -f conftest2.* -if { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && - test -f conftest2.$ac_objext && { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; -then - eval ac_cv_prog_cc_${ac_cc}_c_o=yes - if test "x$CC" != xcc; then - # Test first that cc exists at all. - if { ac_try='cc -c conftest.$ac_ext >&5' - { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; }; then - ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' - rm -f conftest2.* - if { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && - test -f conftest2.$ac_objext && { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; - then - # cc works too. - : - else - # cc exists but doesn't like -o. - eval ac_cv_prog_cc_${ac_cc}_c_o=no - fi - fi - fi -else - eval ac_cv_prog_cc_${ac_cc}_c_o=no -fi -rm -f core conftest* - -fi -if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - -$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h - -fi - -# FIXME: we rely on the cache variable name because -# there is no other way. -set dummy $CC -am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o -if test "$am_t" != yes; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" -fi - @@ -14704,16 +14781,78 @@ - # Extract the first word of "gtkdoc-check", so it can be a program name with args. + gtk_doc_requires="gtk-doc >= 1.9" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk-doc" >&5 +$as_echo_n "checking for gtk-doc... " >&6; } + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_doc_requires\""; } >&5 + ($PKG_CONFIG --exists --print-errors "$gtk_doc_requires") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + have_gtk_doc=yes +else + have_gtk_doc=no +fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_gtk_doc" >&5 +$as_echo "$have_gtk_doc" >&6; } + + if test "$have_gtk_doc" = "no"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: + You will not be able to create source packages with 'make dist' + because $gtk_doc_requires is not found." >&5 +$as_echo "$as_me: WARNING: + You will not be able to create source packages with 'make dist' + because $gtk_doc_requires is not found." >&2;} + fi + + # Extract the first word of "gtkdoc-check", so it can be a program name with args. set dummy gtkdoc-check; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_path_GTKDOC_CHECK+:} false; then : +if ${ac_cv_prog_GTKDOC_CHECK+:} false; then : $as_echo_n "(cached) " >&6 else - case $GTKDOC_CHECK in + if test -n "$GTKDOC_CHECK"; then + ac_cv_prog_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_GTKDOC_CHECK="gtkdoc-check.test" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +GTKDOC_CHECK=$ac_cv_prog_GTKDOC_CHECK +if test -n "$GTKDOC_CHECK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5 +$as_echo "$GTKDOC_CHECK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + # Extract the first word of "gtkdoc-check", so it can be a program name with args. +set dummy gtkdoc-check; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_GTKDOC_CHECK_PATH+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $GTKDOC_CHECK_PATH in [\\/]* | ?:[\\/]*) - ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path. + ac_cv_path_GTKDOC_CHECK_PATH="$GTKDOC_CHECK_PATH" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -14723,7 +14862,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext" + ac_cv_path_GTKDOC_CHECK_PATH="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -14734,10 +14873,10 @@ ;; esac fi -GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK -if test -n "$GTKDOC_CHECK"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5 -$as_echo "$GTKDOC_CHECK" >&6; } +GTKDOC_CHECK_PATH=$ac_cv_path_GTKDOC_CHECK_PATH +if test -n "$GTKDOC_CHECK_PATH"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK_PATH" >&5 +$as_echo "$GTKDOC_CHECK_PATH" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -14850,18 +14989,19 @@ fi - if test x$enable_gtk_doc = xyes; then - if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.9\""; } >&5 - ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.9") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - : -else - as_fn_error $? "You need to have gtk-doc >= 1.9 installed to build $PACKAGE_NAME" "$LINENO" 5 -fi - if test "x$PACKAGE_NAME" != "xglib"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5 +$as_echo_n "checking whether to build gtk-doc documentation... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5 +$as_echo "$enable_gtk_doc" >&6; } + + if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then + as_fn_error $? " + You must have $gtk_doc_requires installed to build documentation for + $PACKAGE_NAME. Please install gtk-doc or disable building the + documentation by adding '--disable-gtk-doc' to '$0'." "$LINENO" 5 + fi + + if test "x$PACKAGE_NAME" != "xglib"; then pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKDOC_DEPS" >&5 @@ -14921,31 +15061,11 @@ # Put the nasty error message in config.log where it belongs echo "$GTKDOC_DEPS_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0) were not met: - -$GTKDOC_DEPS_PKG_ERRORS - -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. - -Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS -and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details." "$LINENO" 5 + : elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. - -Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS -and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details. - -To get pkg-config, see . -See \`config.log' for more details" "$LINENO" 5; } + : else GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS @@ -14953,14 +15073,8 @@ $as_echo "yes" >&6; } fi - fi fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5 -$as_echo_n "checking whether to build gtk-doc documentation... " >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5 -$as_echo "$enable_gtk_doc" >&6; } - # Check whether --enable-gtk-doc-html was given. if test "${enable_gtk_doc_html+set}" = set; then : enableval=$enable_gtk_doc_html; @@ -14980,6 +15094,18 @@ enable_gtk_doc_pdf=no fi + if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 + fi + + + if test x$have_gtk_doc = xyes; then + HAVE_GTK_DOC_TRUE= + HAVE_GTK_DOC_FALSE='#' +else + HAVE_GTK_DOC_TRUE='#' + HAVE_GTK_DOC_FALSE= +fi if test x$enable_gtk_doc = xyes; then ENABLE_GTK_DOC_TRUE= @@ -17743,6 +17869,10 @@ ac_config_commands="$ac_config_commands po/stamp-it" +if test -z "${HAVE_GTK_DOC_TRUE}" && test -z "${HAVE_GTK_DOC_FALSE}"; then + as_fn_error $? "conditional \"HAVE_GTK_DOC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -18200,7 +18330,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by tumbler $as_me 0.1.29, which was +This file was extended by tumbler $as_me 0.1.30, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18266,7 +18396,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -tumbler config.status 0.1.29 +tumbler config.status 0.1.30 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -19346,7 +19476,7 @@ 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 + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the diff -Nru tumbler-0.1.29/configure.ac tumbler-0.1.30/configure.ac --- tumbler-0.1.29/configure.ac 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/configure.ac 2014-02-22 23:15:10.000000000 +0000 @@ -24,7 +24,7 @@ m4_define([tumbler_version_api_major], [1]) m4_define([tumbler_version_major], [0]) m4_define([tumbler_version_minor], [1]) -m4_define([tumbler_version_micro], [29]) +m4_define([tumbler_version_micro], [30]) m4_define([tumbler_version], [tumbler_version_major().tumbler_version_minor().tumbler_version_micro()]) dnl *************************** diff -Nru tumbler-0.1.29/debian/changelog tumbler-0.1.30/debian/changelog --- tumbler-0.1.29/debian/changelog 2013-12-29 18:59:16.000000000 +0000 +++ tumbler-0.1.30/debian/changelog 2014-03-13 06:09:05.000000000 +0000 @@ -1,3 +1,19 @@ +tumbler (0.1.30-1ubuntu1) trusty; urgency=medium + + * Merge from debian. (LP: #1290528) Remaining changes: + - Build using dh-autoreconf. + + -- Jackson Doak Thu, 13 Mar 2014 06:20:43 +1100 + +tumbler (0.1.30-1) unstable; urgency=medium + + [ Jackson Doak ] + * New upstream release + * debian/rules: Disable silent rules + * debian/control: Bump standards-version to 3.9.5 + + -- Yves-Alexis Perez Sun, 09 Mar 2014 10:09:08 +0100 + tumbler (0.1.29-2ubuntu1) trusty; urgency=medium * Build using dh-autoreconf. diff -Nru tumbler-0.1.29/debian/control tumbler-0.1.30/debian/control --- tumbler-0.1.29/debian/control 2013-12-29 19:01:30.000000000 +0000 +++ tumbler-0.1.30/debian/control 2014-03-13 06:09:05.000000000 +0000 @@ -1,7 +1,8 @@ Source: tumbler Priority: optional Section: xfce -Maintainer: Debian Xfce Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez , Lionel Le Folgoc Build-Depends: debhelper (>= 9), intltool (>= 0.31), pkg-config, @@ -10,7 +11,7 @@ libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, libjpeg-dev, libgsf-1-dev, libopenrawgnome-dev, libffmpegthumbnailer-dev, libcurl4-gnutls-dev, dpkg-dev (>= 1.16.1) -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Homepage: http://www.xfce.org/ Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/tumbler Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/desktop/trunk/tumbler diff -Nru tumbler-0.1.29/debian/rules tumbler-0.1.30/debian/rules --- tumbler-0.1.29/debian/rules 2013-12-29 19:02:16.000000000 +0000 +++ tumbler-0.1.30/debian/rules 2014-03-13 06:09:05.000000000 +0000 @@ -16,5 +16,8 @@ override_dh_strip: dh_strip --dbg-package=libtumbler-1-dbg +override_dh_auto_configure: + dh_auto_configure -- --disable-silent-rules + %: dh $@ --parallel --with autoreconf diff -Nru tumbler-0.1.29/depcomp tumbler-0.1.30/depcomp --- tumbler-0.1.29/depcomp 2013-05-05 19:39:37.000000000 +0000 +++ tumbler-0.1.30/depcomp 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2012-10-18.11; # UTC +scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. @@ -552,6 +552,7 @@ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; diff -Nru tumbler-0.1.29/docs/Makefile.in tumbler-0.1.30/docs/Makefile.in --- tumbler-0.1.29/docs/Makefile.in 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/docs/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -33,23 +33,51 @@ # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ esac; \ - test $$am__dry = yes; \ - } + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -227,6 +255,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -416,13 +445,12 @@ # (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 \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ diff -Nru tumbler-0.1.29/docs/reference/Makefile.in tumbler-0.1.30/docs/reference/Makefile.in --- tumbler-0.1.29/docs/reference/Makefile.in 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/docs/reference/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -33,23 +33,51 @@ # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ esac; \ - test $$am__dry = yes; \ - } + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -227,6 +255,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -416,13 +445,12 @@ # (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 \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/api-index-full.html tumbler-0.1.30/docs/reference/tumbler/html/api-index-full.html --- tumbler-0.1.29/docs/reference/tumbler/html/api-index-full.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/api-index-full.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,104 +2,83 @@ -API Index +tumbler Reference Manual: API Index - + - - - - - - - - - - + + + + + + +

API Index

A

-TumblerAbstractThumbnailerClass, struct in TumblerAbstractThumbnailer -
-
-
TUMBLER_ADD_INTERFACE, macro in tumbler-glib-extensions

C

-TumblerCacheIface, struct in TumblerCache -
-
-
-TumblerCachePlugin, struct in tumbler-cache-plugin +tumbler_cache_cleanup, function in TumblerCache
-TumblerCachePluginClass, struct in tumbler-cache-plugin +tumbler_cache_copy, function in TumblerCache
-tumbler_cache_cleanup, function in TumblerCache +tumbler_cache_delete, function in TumblerCache
-tumbler_cache_copy, function in TumblerCache +tumbler_cache_get_default, function in TumblerCache
-tumbler_cache_delete, function in TumblerCache +tumbler_cache_get_flavor, function in TumblerCache
-tumbler_cache_get_default, function in TumblerCache +tumbler_cache_get_flavors, function in TumblerCache
-tumbler_cache_get_flavor, function in TumblerCache +tumbler_cache_get_thumbnail, function in TumblerCache
-tumbler_cache_get_flavors, function in TumblerCache +tumbler_cache_is_thumbnail, function in TumblerCache
-tumbler_cache_get_thumbnail, function in TumblerCache -
-
-
-tumbler_cache_is_thumbnail, function in TumblerCache -
-
-
-tumbler_cache_move, function in TumblerCache +tumbler_cache_move, function in TumblerCache
@@ -111,17 +90,13 @@
-tumbler_check_version, function in Version Information and Compatibility Checks +tumbler_check_version, function in Version Information and Compatibility Checks
TUMBLER_CHECK_VERSION, macro in Version Information and Compatibility Checks
-
-TumblerColorspace, enum in Various Enumeration Types -
-

E

TUMBLER_ERROR, macro in Error Domain and Types @@ -137,67 +112,59 @@

F

-TumblerFileInfo, struct in tumbler-file-info +TumblerFileInfo:flavor, object property in tumbler-file-info
-TumblerFileInfo:flavor, object property in tumbler-file-info +TumblerFileInfo:mime-type, object property in tumbler-file-info
-TumblerFileInfo:mime-type, object property in tumbler-file-info +TumblerFileInfo:mtime, object property in tumbler-file-info
-TumblerFileInfo:mtime, object property in tumbler-file-info +TumblerFileInfo:uri, object property in tumbler-file-info
-TumblerFileInfo:uri, object property in tumbler-file-info +tumbler_file_info_array_copy, function in tumbler-file-info
-TumblerFileInfoClass, struct in tumbler-file-info +tumbler_file_info_array_free, function in tumbler-file-info
-tumbler_file_info_array_copy, function in tumbler-file-info +tumbler_file_info_array_new_with_flavor, function in tumbler-file-info
-tumbler_file_info_array_free, function in tumbler-file-info +tumbler_file_info_get_mime_type, function in tumbler-file-info
-tumbler_file_info_array_new_with_flavor, function in tumbler-file-info +tumbler_file_info_get_mtime, function in tumbler-file-info
-tumbler_file_info_get_mime_type, function in tumbler-file-info +tumbler_file_info_get_thumbnail, function in tumbler-file-info
-tumbler_file_info_get_mtime, function in tumbler-file-info +tumbler_file_info_get_uri, function in tumbler-file-info
-tumbler_file_info_get_thumbnail, function in tumbler-file-info +tumbler_file_info_load, function in tumbler-file-info
-tumbler_file_info_get_uri, function in tumbler-file-info +tumbler_file_info_needs_update, function in tumbler-file-info
-tumbler_file_info_load, function in tumbler-file-info -
-
-
-tumbler_file_info_needs_update, function in tumbler-file-info -
-
-
-tumbler_file_info_new, function in tumbler-file-info +tumbler_file_info_new, function in tumbler-file-info

G

@@ -211,7 +178,7 @@

I

-TumblerImageData, struct in TumblerThumbnail +TumblerImageData, struct in TumblerThumbnail
@@ -220,11 +187,11 @@

M

-TUMBLER_MAJOR_VERSION, macro in Version Information and Compatibility Checks +tumbler_major_version, variable in Version Information and Compatibility Checks
-tumbler_major_version, variable in Version Information and Compatibility Checks +TUMBLER_MAJOR_VERSION, macro in Version Information and Compatibility Checks
@@ -269,44 +236,68 @@

P

-TumblerProviderFactory, struct in tumbler-provider-factory +tumbler_provider_factory_get_default, function in tumbler-provider-factory
-TumblerProviderFactoryClass, struct in tumbler-provider-factory +tumbler_provider_factory_get_providers, function in tumbler-provider-factory
-TumblerProviderPlugin, struct in tumbler-provider-plugin +tumbler_provider_plugin_get_types, function in tumbler-provider-plugin
-TumblerProviderPluginClass, struct in tumbler-provider-plugin +tumbler_provider_plugin_new, function in tumbler-provider-plugin
+

T

-tumbler_provider_factory_get_default, function in tumbler-provider-factory +TumblerThumbnail:cache, object property in TumblerThumbnail
-tumbler_provider_factory_get_providers, function in tumbler-provider-factory +TumblerThumbnail:flavor, object property in TumblerThumbnail
-tumbler_provider_plugin_get_types, function in tumbler-provider-plugin +TumblerThumbnail:uri, object property in TumblerThumbnail
-tumbler_provider_plugin_new, function in tumbler-provider-plugin +TumblerThumbnailer::error, object signal in TumblerThumbnailer
-

T

-TumblerThumbnailerIface, struct in TumblerThumbnailer +TumblerThumbnailer::ready, object signal in TumblerThumbnailer
-TumblerThumbnailerProviderIface, struct in TumblerThumbnailerProvider +TumblerThumbnailer::unregister, object signal in TumblerThumbnailer +
+
+
+TumblerThumbnailer:hash-keys, object property in TumblerThumbnailer +
+
+
+TumblerThumbnailer:locations, object property in TumblerThumbnailer +
+
+
+TumblerThumbnailer:max-file-size, object property in TumblerThumbnailer +
+
+
+TumblerThumbnailer:mime-types, object property in TumblerThumbnailer +
+
+
+TumblerThumbnailer:priority, object property in TumblerThumbnailer +
+
+
+TumblerThumbnailer:uri-schemes, object property in TumblerThumbnailer
@@ -342,7 +333,7 @@
-tumbler_thumbnailer_provider_get_thumbnailers, function in TumblerThumbnailerProvider +tumbler_thumbnailer_provider_get_thumbnailers, function in TumblerThumbnailerProvider
@@ -354,10 +345,6 @@
-TumblerThumbnailFlavor, struct in tumbler-thumbnail-flavor -
-
-
TumblerThumbnailFlavor:height, object property in tumbler-thumbnail-flavor
@@ -370,18 +357,6 @@
-TumblerThumbnailFlavorClass, struct in tumbler-thumbnail-flavor -
-
-
-TumblerThumbnailFormat, enum in Various Enumeration Types -
-
-
-TumblerThumbnailIface, struct in TumblerThumbnail -
-
-
tumbler_thumbnail_flavor_get_name, function in tumbler-thumbnail-flavor
@@ -402,23 +377,23 @@
-tumbler_thumbnail_get_flavor, function in TumblerThumbnail +tumbler_thumbnail_get_flavor, function in TumblerThumbnail
-tumbler_thumbnail_load, function in TumblerThumbnail +tumbler_thumbnail_load, function in TumblerThumbnail
-tumbler_thumbnail_needs_update, function in TumblerThumbnail +tumbler_thumbnail_needs_update, function in TumblerThumbnail
-tumbler_thumbnail_save_file, function in TumblerThumbnail +tumbler_thumbnail_save_file, function in TumblerThumbnail
-tumbler_thumbnail_save_image_data, function in TumblerThumbnail +tumbler_thumbnail_save_image_data, function in TumblerThumbnail

U

@@ -433,6 +408,6 @@
+ Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/extension-api.html tumbler-0.1.30/docs/reference/tumbler/html/extension-api.html --- tumbler-0.1.29/docs/reference/tumbler/html/extension-api.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/extension-api.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,22 +2,22 @@ -Part IV. Extension API +tumbler Reference Manual: Part IV. Extension API - + - + - - - - - - + + + + + +
+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/extension-tutorial.html tumbler-0.1.30/docs/reference/tumbler/html/extension-tutorial.html --- tumbler-0.1.29/docs/reference/tumbler/html/extension-tutorial.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/extension-tutorial.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,27 +2,27 @@ -Part V. Tutorial: Extending Tumbler +tumbler Reference Manual: Part V. Tutorial: Extending Tumbler - + - + - - - - - - + + + + + +

Part V. Tutorial: Extending Tumbler

+ Generated by GTK-Doc V1.20
\ No newline at end of file Binary files /tmp/DaG7o8G7_i/tumbler-0.1.29/docs/reference/tumbler/html/home.png and /tmp/5oUhj4au5h/tumbler-0.1.30/docs/reference/tumbler/html/home.png differ diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/index.html tumbler-0.1.30/docs/reference/tumbler/html/index.html --- tumbler-0.1.29/docs/reference/tumbler/html/index.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/index.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,11 +2,11 @@ -tumbler Reference Manual +tumbler Reference Manual: tumbler Reference Manual - + @@ -20,7 +20,7 @@ -

Version 0.1.29 +

Version 0.1.30

\ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/index.sgml tumbler-0.1.30/docs/reference/tumbler/html/index.sgml --- tumbler-0.1.29/docs/reference/tumbler/html/index.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/index.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -1,110 +1,121 @@ - + + + + - + + - - + - - - + + - + + + + - - - + + + - - + - + + + - + + - - - - - - - + + + + - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - + + - + - - - - - + - - - - - - - - - - - + + + + + + + + + + + + + + Binary files /tmp/DaG7o8G7_i/tumbler-0.1.29/docs/reference/tumbler/html/left-insensitive.png and /tmp/5oUhj4au5h/tumbler-0.1.30/docs/reference/tumbler/html/left-insensitive.png differ Binary files /tmp/DaG7o8G7_i/tumbler-0.1.29/docs/reference/tumbler/html/left.png and /tmp/5oUhj4au5h/tumbler-0.1.30/docs/reference/tumbler/html/left.png differ diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/miscellaneous.html tumbler-0.1.30/docs/reference/tumbler/html/miscellaneous.html --- tumbler-0.1.29/docs/reference/tumbler/html/miscellaneous.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/miscellaneous.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,22 +2,22 @@ -Part II. Miscellaneous +tumbler Reference Manual: Part II. Miscellaneous - + - - - - - - + + + + + +

@@ -39,6 +39,6 @@

+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/object-tree.html tumbler-0.1.30/docs/reference/tumbler/html/object-tree.html --- tumbler-0.1.29/docs/reference/tumbler/html/object-tree.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/object-tree.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,39 +2,45 @@ -Part VI. Object Hierarchy +tumbler Reference Manual: Part VI. Object Hierarchy - + - - - - - - + + + + + +

Part VI. Object Hierarchy

     GObject
-        GTypeModule
-            TumblerProviderPlugin
-        TumblerProviderFactory
-        TumblerFileInfo
-        TumblerThumbnailFlavor
+    ├── GTypeModule
+       ╰── TumblerProviderPlugin
+    ├── TumblerProviderFactory
+    ├── TumblerFileInfo
+    ├── TumblerThumbnailFlavor
+    ╰── TumblerAbstractThumbnailer
+    GInterface
+    ├── TumblerThumbnailer
+    ├── TumblerThumbnailerProvider
+    ├── TumblerThumbnail
+    ╰── TumblerCache
     GEnum
-        TumblerThumbnailFormat
+    ╰── TumblerThumbnailFormat
 
+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/pt01.html tumbler-0.1.30/docs/reference/tumbler/html/pt01.html --- tumbler-0.1.29/docs/reference/tumbler/html/pt01.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/pt01.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,26 +2,26 @@ -Part I. Overview +tumbler Reference Manual: Part I. Overview - + - - - - - - + + + + + +

-Part I. Overview

+Part I. Overview

The tumbler library depends on the following libraries:

@@ -58,6 +58,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file Binary files /tmp/DaG7o8G7_i/tumbler-0.1.29/docs/reference/tumbler/html/right-insensitive.png and /tmp/5oUhj4au5h/tumbler-0.1.30/docs/reference/tumbler/html/right-insensitive.png differ Binary files /tmp/DaG7o8G7_i/tumbler-0.1.29/docs/reference/tumbler/html/right.png and /tmp/5oUhj4au5h/tumbler-0.1.30/docs/reference/tumbler/html/right.png differ diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/style.css tumbler-0.1.30/docs/reference/tumbler/html/style.css --- tumbler-0.1.29/docs/reference/tumbler/html/style.css 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/style.css 2014-02-22 23:15:20.000000000 +0000 @@ -1,15 +1,23 @@ +body +{ + font-family: cantarell, sans-serif; +} .synopsis, .classsynopsis { /* tango:aluminium 1/2 */ background: #eeeeec; - border: solid 1px #d3d7cf; + background: rgba(238, 238, 236, 0.5); + border: solid 1px rgb(238, 238, 236); padding: 0.5em; } .programlisting { /* tango:sky blue 0/1 */ + /* fallback for no rgba support */ background: #e6f3ff; border: solid 1px #729fcf; + background: rgba(114, 159, 207, 0.1); + border: solid 1px rgba(114, 159, 207, 0.2); padding: 0.5em; } .variablelist @@ -27,7 +35,6 @@ { position: relative; top: 0em ! important; - } /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] @@ -46,16 +53,20 @@ */ body { - padding-top: 3.2em; - padding-bottom: 20em; + padding-top: 5em; + padding-bottom: 500px; + max-width: 60em; + } + p + { + max-width: 60em; } /* style and size the navigation bar */ table.navigation#top { position: fixed; - /* tango:scarlet red 0/1 */ - background: #ffe6e6; - border: solid 1px #ef2929; + background: #e2e2e2; + border-bottom: solid 1px #babdb6; margin-top: 0; margin-bottom: 0; top: 0; @@ -65,21 +76,57 @@ } .navigation a, .navigation a:visited { - /* tango:scarlet red 3 */ - color: #a40000; + /* tango:sky blue 3 */ + color: #204a87; } .navigation a:hover { - /* tango:scarlet red 1 */ - color: #ef2929; + /* tango:sky blue 2 */ + color: #3465a4; } td.shortcuts { - /* tango:scarlet red 1 */ - color: #ef2929; + /* tango:sky blue 2 */ + color: #3465a4; font-size: 80%; white-space: nowrap; } + td.shortcuts .dim + { + color: #babdb6; + } +} +@media screen and (min-width: 60em) { + /* screen larger than 60em */ + body { margin: auto; } +} +@media screen and (max-width: 60em) { + /* screen less than 60em */ + #nav_hierarchy { display: none; } + #nav_interfaces { display: none; } + #nav_prerequisites { display: none; } + #nav_derived_interfaces { display: none; } + #nav_implementations { display: none; } + #nav_child_properties { display: none; } + #nav_style_properties { display: none; } + #nav_index { display: none; } + #nav_glossary { display: none; } + .gallery_image { display: none; } + .property_flags { display: none; } + .signal_flags { display: none; } + .parameter_annotations { display: none; } + .enum_member_annotations { display: none; } + .struct_member_annotations { display: none; } + .union_member_annotations { display: none; } + /* now that a column is hidden, optimize space */ + col.parameters_name { width: auto; } + col.parameters_description { width: auto; } + col.struct_members_name { width: auto; } + col.struct_members_description { width: auto; } + col.enum_members_name { width: auto; } + col.enum_members_description { width: auto; } + col.union_members_name { width: auto; } + col.union_members_description { width: auto; } } @media print { table.navigation { @@ -89,9 +136,8 @@ div.titlepage table.navigation { visibility: visible; display: table; - /* tango:scarlet red 0/1 */ - background: #ffe6e6; - border: solid 1px #ef2929; + background: #e2e2e2; + border: solid 1px #babdb6; margin-top: 0; margin-bottom: 0; top: 0; @@ -102,7 +148,7 @@ .navigation .title { - font-size: 200%; + font-size: 120%; } div.gallery-float @@ -132,6 +178,67 @@ color: #729fcf; } +div.informaltable table +{ + border-collapse: separate; + border-spacing: 20px 3px; + border: none; +} + +div.informaltable table td, div.informaltable table th +{ + vertical-align: top; +} + +.function_type, +.variable_type, +.property_type, +.signal_type, +.parameter_name, +.struct_member_name, +.union_member_name, +.define_keyword, +.datatype_keyword, +.typedef_keyword +{ + text-align: right; +} + +/* dim non-primary columns */ +.c_punctuation, +.function_type, +.variable_type, +.property_type, +.signal_type, +.define_keyword, +.datatype_keyword, +.typedef_keyword, +.property_flags, +.signal_flags, +.parameter_annotations, +.enum_member_annotations, +.struct_member_annotations, +.union_member_annotations +{ + color: #888a85; +} + +.function_type a, +.function_type a:visited, +.function_type a:hover, +.property_type a, +.property_type a:visited, +.property_type a:hover, +.signal_type a, +.signal_type a:visited, +.signal_type a:hover, +.signal_flags a, +.signal_flags a:visited, +.signal_flags a:hover +{ + color: #729fcf; +} + div.table table { border-collapse: collapse; @@ -154,14 +261,43 @@ background-color: #d3d7cf; } +h4 +{ + color: #555753; +} + hr { - /* tango:aluminium 3 */ - color: #babdb6; - background: #babdb6; + /* tango:aluminium 1 */ + color: #d3d7cf; + background: #d3d7cf; border: none 0px; height: 1px; clear: both; + margin: 2.0em 0em 2.0em 0em; +} + +dl.toc dt +{ + padding-bottom: 0.25em; +} + +dl.toc > dd > dl > dt +{ + padding-top: 0.25em; + padding-bottom: 0.25em; +} + +dl.toc > dt +{ + padding-top: 1em; + padding-bottom: 0.5em; + font-weight: bold; +} + +.parameter +{ + font-style: normal; } .footer @@ -173,31 +309,70 @@ font-size: 80%; } +.informalfigure, +.figure +{ + margin: 1em; +} + +.informalexample, +.example +{ + margin-top: 1em; + margin-bottom: 1em; +} + .warning { /* tango:orange 0/1 */ background: #ffeed9; + background: rgba(252, 175, 62, 0.1); border-color: #ffb04f; + border-color: rgba(252, 175, 62, 0.2); } .note { /* tango:chameleon 0/0.5 */ background: #d8ffb2; + background: rgba(138, 226, 52, 0.1); border-color: #abf562; + border-color: rgba(138, 226, 52, 0.2); +} +div.blockquote +{ + border-color: #eeeeec; } -.note, .warning +.note, .warning, div.blockquote { padding: 0.5em; border-width: 1px; border-style: solid; + margin: 2em; } -.note h3, .warning h3 +.note p, .warning p { - margin-top: 0.0em + margin: 0; } -.note p, .warning p + +div.warning h3.title, +div.note h3.title { - margin-bottom: 0.0em + display: none; +} + +p + div.section +{ + margin-top: 1em; +} + +div.refnamediv, +div.refsynopsisdiv, +div.refsect1, +div.refsect2, +div.toc, +div.section +{ + margin-bottom: 1em; } /* blob links */ @@ -210,11 +385,22 @@ font-weight: normal; } +.lineart +{ + color: #d3d7cf; + font-weight: normal; +} + .annotation { /* tango:aluminium 5 */ color: #555753; - font-size: 80%; + font-weight: normal; +} + +.structfield +{ + font-style: normal; font-weight: normal; } @@ -237,6 +423,7 @@ .listing_frame { /* tango:sky blue 1 */ border: solid 1px #729fcf; + border: solid 1px rgba(114, 159, 207, 0.2); padding: 0px; } @@ -246,19 +433,27 @@ padding: 0.5em; } .listing_lines { + /* this just adds visual clutter and + takes precious room from small screens */ + display: none; +} +.listing_lines { /* tango:sky blue 0.5 */ background: #a6c5e3; + background: rgba(114, 159, 207, 0.2); /* tango:aluminium 6 */ color: #2e3436; } .listing_code { /* tango:sky blue 0 */ background: #e6f3ff; + background: rgba(114, 159, 207, 0.1); } .listing_code .programlisting { /* override from previous */ border: none 0px; padding: 0px; + background: none; } .listing_lines pre, .listing_code pre { margin: 0px; diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/thumbnails.html tumbler-0.1.30/docs/reference/tumbler/html/thumbnails.html --- tumbler-0.1.29/docs/reference/tumbler/html/thumbnails.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/thumbnails.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,22 +2,22 @@ -Part III. Querying and Generating Thumbnails +tumbler Reference Manual: Part III. Querying and Generating Thumbnails - + - - - - - - + + + + + +
+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/TumblerAbstractThumbnailer.html tumbler-0.1.30/docs/reference/tumbler/html/TumblerAbstractThumbnailer.html --- tumbler-0.1.29/docs/reference/tumbler/html/TumblerAbstractThumbnailer.html 1970-01-01 00:00:00.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/TumblerAbstractThumbnailer.html 2014-02-22 23:15:20.000000000 +0000 @@ -0,0 +1,57 @@ + + + + +tumbler Reference Manual: TumblerAbstractThumbnailer + + + + + + + + + + + + + + + + +
+
+
+ + +
+

TumblerAbstractThumbnailer

+

TumblerAbstractThumbnailer

+
+
+

Object Hierarchy

+
    GObject
+    ╰── TumblerAbstractThumbnailer
+
+
+
+

Description

+

+

+
+
+

Functions

+
+
+

Types and Values

+
+
+ + + \ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/TumblerCache.html tumbler-0.1.30/docs/reference/tumbler/html/TumblerCache.html --- tumbler-0.1.29/docs/reference/tumbler/html/TumblerCache.html 1970-01-01 00:00:00.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/TumblerCache.html 2014-02-22 23:15:20.000000000 +0000 @@ -0,0 +1,242 @@ + + + + +tumbler Reference Manual: TumblerCache + + + + + + + + + + + + + + + + +
+
+
+ + +
+

TumblerCache

+

TumblerCache

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+TumblerCache * + +tumbler_cache_get_default () +
+TumblerThumbnail * + +tumbler_cache_get_thumbnail () +
+void + +tumbler_cache_cleanup () +
+void + +tumbler_cache_delete () +
+void + +tumbler_cache_copy () +
+void + +tumbler_cache_move () +
+gboolean + +tumbler_cache_is_thumbnail () +
+GList * + +tumbler_cache_get_flavors () +
+TumblerThumbnailFlavor * + +tumbler_cache_get_flavor () +
+
+
+

Object Hierarchy

+
    GInterface
+    ╰── TumblerCache
+
+
+
+

Description

+

+

+
+
+

Functions

+
+

tumbler_cache_get_default ()

+
TumblerCache *
+tumbler_cache_get_default (void);
+

+

+
+

Returns

+

+
+
+
+
+

tumbler_cache_get_thumbnail ()

+
TumblerThumbnail *
+tumbler_cache_get_thumbnail (TumblerCache *cache,
+                             const gchar *uri,
+                             TumblerThumbnailFlavor *flavor);
+

+

+
+

Returns

+

+
+
+
+
+

tumbler_cache_cleanup ()

+
void
+tumbler_cache_cleanup (TumblerCache *cache,
+                       const gchar *const *base_uris,
+                       guint64 since);
+

+

+
+
+
+

tumbler_cache_delete ()

+
void
+tumbler_cache_delete (TumblerCache *cache,
+                      const gchar *const *uris);
+

+

+
+
+
+

tumbler_cache_copy ()

+
void
+tumbler_cache_copy (TumblerCache *cache,
+                    const gchar *const *from_uris,
+                    const gchar *const *to_uris);
+

+

+
+
+
+

tumbler_cache_move ()

+
void
+tumbler_cache_move (TumblerCache *cache,
+                    const gchar *const *from_uris,
+                    const gchar *const *to_uris);
+

+

+
+
+
+

tumbler_cache_is_thumbnail ()

+
gboolean
+tumbler_cache_is_thumbnail (TumblerCache *cache,
+                            const gchar *uri);
+

+

+
+

Returns

+

+
+
+
+
+

tumbler_cache_get_flavors ()

+
GList *
+tumbler_cache_get_flavors (TumblerCache *cache);
+

+

+
+

Returns

+

+
+
+
+
+

tumbler_cache_get_flavor ()

+
TumblerThumbnailFlavor *
+tumbler_cache_get_flavor (TumblerCache *cache,
+                          const gchar *name);
+

+

+
+

Returns

+

+
+
+
+
+

Types and Values

+
+
+ + + \ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/tumbler.devhelp2 tumbler-0.1.30/docs/reference/tumbler/html/tumbler.devhelp2 --- tumbler-0.1.29/docs/reference/tumbler/html/tumbler.devhelp2 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/tumbler.devhelp2 2014-02-22 23:15:20.000000000 +0000 @@ -10,14 +10,14 @@ - - + + - - + + @@ -27,61 +27,52 @@ - - - - + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/tumbler-Error-Domain-and-Types.html tumbler-0.1.30/docs/reference/tumbler/html/tumbler-Error-Domain-and-Types.html --- tumbler-0.1.29/docs/reference/tumbler/html/tumbler-Error-Domain-and-Types.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/tumbler-Error-Domain-and-Types.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,30 +2,27 @@ -Error Domain and Types +tumbler Reference Manual: Error Domain and Types - + - - - - - - - - - - + + + + + + +
@@ -33,23 +30,55 @@

Error Domain and Types

Error Domain and Types

- +
-
-

Synopsis

-
-#include <tumbler/tumbler.h>
-
-#define             TUMBLER_ERROR
-#define             TUMBLER_ERROR_DOMAIN
-enum                TumblerErrorEnum;
+
+

Functions

+
++++ + + + + +
#defineTUMBLER_ERROR
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
#defineTUMBLER_ERROR_DOMAIN
enumTumblerErrorEnum
+
+
+

Object Hierarchy

+
+
+
+
+

Includes

+
#include <tumbler/tumbler.h>
 

Description

-

Details

+

Functions

TUMBLER_ERROR

#define TUMBLER_ERROR        (g_quark_from_static_string (TUMBLER_ERROR_DOMAIN))
@@ -57,7 +86,9 @@
 

-
+
+
+

Types and Values

TUMBLER_ERROR_DOMAIN

#define TUMBLER_ERROR_DOMAIN "Tumbler"
@@ -68,24 +99,65 @@
 

enum TumblerErrorEnum

-
typedef enum {
-  TUMBLER_ERROR_UNSUPPORTED,
-  TUMBLER_ERROR_CONNECTION_ERROR,
-  TUMBLER_ERROR_INVALID_FORMAT,
-  TUMBLER_ERROR_IS_THUMBNAIL,
-  TUMBLER_ERROR_SAVE_FAILED,
-  TUMBLER_ERROR_UNSUPPORTED_FLAVOR,
-  TUMBLER_ERROR_NO_CONTENT,
-  TUMBLER_ERROR_SHUTTING_DOWN,
-} TumblerErrorEnum;
-

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

TUMBLER_ERROR_UNSUPPORTED

  

TUMBLER_ERROR_CONNECTION_ERROR

  

TUMBLER_ERROR_INVALID_FORMAT

  

TUMBLER_ERROR_IS_THUMBNAIL

  

TUMBLER_ERROR_SAVE_FAILED

  

TUMBLER_ERROR_UNSUPPORTED_FLAVOR

  

TUMBLER_ERROR_NO_CONTENT

  

TUMBLER_ERROR_SHUTTING_DOWN

  
+
+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/TumblerThumbnailerProvider.html tumbler-0.1.30/docs/reference/tumbler/html/TumblerThumbnailerProvider.html --- tumbler-0.1.29/docs/reference/tumbler/html/TumblerThumbnailerProvider.html 1970-01-01 00:00:00.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/TumblerThumbnailerProvider.html 2014-02-22 23:15:20.000000000 +0000 @@ -0,0 +1,86 @@ + + + + +tumbler Reference Manual: TumblerThumbnailerProvider + + + + + + + + + + + + + + + + +
+
+
+ + +
+

TumblerThumbnailerProvider

+

TumblerThumbnailerProvider

+
+
+

Functions

+ +
+
+

Object Hierarchy

+
    GInterface
+    ╰── TumblerThumbnailerProvider
+
+
+
+

Description

+

+

+
+
+

Functions

+
+

tumbler_thumbnailer_provider_get_thumbnailers ()

+
GList *
+tumbler_thumbnailer_provider_get_thumbnailers
+                               (TumblerThumbnailerProvider *provider);
+

+

+
+

Returns

+

+
+
+
+
+

Types and Values

+
+
+ + + \ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/TumblerThumbnail.html tumbler-0.1.30/docs/reference/tumbler/html/TumblerThumbnail.html --- tumbler-0.1.29/docs/reference/tumbler/html/TumblerThumbnail.html 1970-01-01 00:00:00.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/TumblerThumbnail.html 2014-02-22 23:15:20.000000000 +0000 @@ -0,0 +1,262 @@ + + + + +tumbler Reference Manual: TumblerThumbnail + + + + + + + + + + + + + + + + +
+
+
+ + +
+

TumblerThumbnail

+

TumblerThumbnail

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + +
+gboolean + +tumbler_thumbnail_load () +
+gboolean + +tumbler_thumbnail_needs_update () +
+gboolean + +tumbler_thumbnail_save_image_data () +
+gboolean + +tumbler_thumbnail_save_file () +
+TumblerThumbnailFlavor * + +tumbler_thumbnail_get_flavor () +
+
+
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + +
+TumblerCache *cacheRead / Write / Construct Only
+TumblerThumbnailFlavor *flavorRead / Write / Construct Only
+gchar *uriRead / Write / Construct Only
+
+
+

Types and Values

+
++++ + + + + +
structTumblerImageData
+
+
+

Object Hierarchy

+
    GInterface
+    ╰── TumblerThumbnail
+
+
+
+

Description

+

+

+
+
+

Functions

+
+

tumbler_thumbnail_load ()

+
gboolean
+tumbler_thumbnail_load (TumblerThumbnail *thumbnail,
+                        GCancellable *cancellable,
+                        GError **error);
+

+

+
+

Returns

+

+
+
+
+
+

tumbler_thumbnail_needs_update ()

+
gboolean
+tumbler_thumbnail_needs_update (TumblerThumbnail *thumbnail,
+                                const gchar *uri,
+                                guint64 mtime);
+

+

+
+

Returns

+

+
+
+
+
+

tumbler_thumbnail_save_image_data ()

+
gboolean
+tumbler_thumbnail_save_image_data (TumblerThumbnail *thumbnail,
+                                   TumblerImageData *data,
+                                   guint64 mtime,
+                                   GCancellable *cancellable,
+                                   GError **error);
+

+

+
+

Returns

+

+
+
+
+
+

tumbler_thumbnail_save_file ()

+
gboolean
+tumbler_thumbnail_save_file (TumblerThumbnail *thumbnail,
+                             GFile *file,
+                             guint64 mtime,
+                             GCancellable *cancellable,
+                             GError **error);
+

+

+
+

Returns

+

+
+
+
+
+

tumbler_thumbnail_get_flavor ()

+
TumblerThumbnailFlavor *
+tumbler_thumbnail_get_flavor (TumblerThumbnail *thumbnail);
+

+

+
+

Returns

+

+
+
+
+
+

Types and Values

+
+

struct TumblerImageData

+
struct TumblerImageData {
+  TumblerColorspace colorspace;
+  const guchar     *data;
+  gboolean          has_alpha;
+  gint              bits_per_sample;
+  gint              width;
+  gint              height;
+  gint              rowstride;
+};
+
+

+

+
+
+
+

Property Details

+
+

The “cache” property

+
  “cache”                    TumblerCache *
+

cache.

+

Flags: Read / Write / Construct Only

+
+
+
+

The “flavor” property

+
  “flavor”                   TumblerThumbnailFlavor *
+

flavor.

+

Flags: Read / Write / Construct Only

+
+
+
+

The “uri” property

+
  “uri”                      gchar *
+

uri.

+

Flags: Read / Write / Construct Only

+

Default value: NULL

+
+
+
+ + + \ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/tumbler-TumblerAbstractThumbnailer.html tumbler-0.1.30/docs/reference/tumbler/html/tumbler-TumblerAbstractThumbnailer.html --- tumbler-0.1.29/docs/reference/tumbler/html/tumbler-TumblerAbstractThumbnailer.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/tumbler-TumblerAbstractThumbnailer.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,70 +0,0 @@ - - - - -TumblerAbstractThumbnailer - - - - - - - - - - - - - - - - - - - -
-
-
- - -
-

TumblerAbstractThumbnailer

-

TumblerAbstractThumbnailer

-
-
-

Synopsis

-
struct              TumblerAbstractThumbnailerClass;
-
-
-
-

Description

-

-

-
-
-

Details

-
-

struct TumblerAbstractThumbnailerClass

-
struct TumblerAbstractThumbnailerClass {
-  GObjectClass __parent__;
-
-  /* virtual methods */
-  void (*create) (TumblerAbstractThumbnailer *thumbnailer,
-                  GCancellable               *cancellable,
-                  TumblerFileInfo            *info);
-};
-
-

-

-
-
-
- - - \ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/tumbler-TumblerCache.html tumbler-0.1.30/docs/reference/tumbler/html/tumbler-TumblerCache.html --- tumbler-0.1.29/docs/reference/tumbler/html/tumbler-TumblerCache.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/tumbler-TumblerCache.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,180 +0,0 @@ - - - - -TumblerCache - - - - - - - - - - - - - - - - - - - -
-
-
- - -
-

TumblerCache

-

TumblerCache

-
-
-

Synopsis

-
struct              TumblerCacheIface;
-void                tumbler_cache_cleanup               (TumblerCache *cache,
-                                                         const gchar *const *base_uris,
-                                                         guint64 since);
-void                tumbler_cache_copy                  (TumblerCache *cache,
-                                                         const gchar *const *from_uris,
-                                                         const gchar *const *to_uris);
-void                tumbler_cache_delete                (TumblerCache *cache,
-                                                         const gchar *const *uris);
-TumblerCache *      tumbler_cache_get_default           (void);
-TumblerThumbnailFlavor * tumbler_cache_get_flavor       (TumblerCache *cache,
-                                                         const gchar *name);
-GList *             tumbler_cache_get_flavors           (TumblerCache *cache);
-TumblerThumbnail *  tumbler_cache_get_thumbnail         (TumblerCache *cache,
-                                                         const gchar *uri,
-                                                         TumblerThumbnailFlavor *flavor);
-gboolean            tumbler_cache_is_thumbnail          (TumblerCache *cache,
-                                                         const gchar *uri);
-void                tumbler_cache_move                  (TumblerCache *cache,
-                                                         const gchar *const *from_uris,
-                                                         const gchar *const *to_uris);
-
-
-
-

Description

-

-

-
-
-

Details

-
-

struct TumblerCacheIface

-
struct TumblerCacheIface {
-  GTypeInterface __parent__;
-
-  /* signals */
-
-  /* virtual methods */
-  TumblerThumbnail *(*get_thumbnail) (TumblerCache           *cache,
-                                      const gchar            *uri,
-                                      TumblerThumbnailFlavor *flavor);
-  void              (*cleanup)       (TumblerCache           *cache,
-                                      const gchar *const     *base_uris,
-                                      guint64                 since);
-  void              (*do_delete)     (TumblerCache           *cache,
-                                      const gchar *const     *uris);
-  void              (*copy)          (TumblerCache           *cache,
-                                      const gchar *const     *from_uris,
-                                      const gchar *const     *to_uris);
-  void              (*move)          (TumblerCache           *cache,
-                                      const gchar *const     *from_uris,
-                                      const gchar *const     *to_uris);
-  gboolean          (*is_thumbnail)  (TumblerCache           *cache,
-                                      const gchar            *uri);
-  GList            *(*get_flavors)   (TumblerCache           *cache);
-};
-
-

-

-
-
-
-

tumbler_cache_cleanup ()

-
void                tumbler_cache_cleanup               (TumblerCache *cache,
-                                                         const gchar *const *base_uris,
-                                                         guint64 since);
-

-

-
-
-
-

tumbler_cache_copy ()

-
void                tumbler_cache_copy                  (TumblerCache *cache,
-                                                         const gchar *const *from_uris,
-                                                         const gchar *const *to_uris);
-

-

-
-
-
-

tumbler_cache_delete ()

-
void                tumbler_cache_delete                (TumblerCache *cache,
-                                                         const gchar *const *uris);
-

-

-
-
-
-

tumbler_cache_get_default ()

-
TumblerCache *      tumbler_cache_get_default           (void);
-

-

-
-
-
-

tumbler_cache_get_flavor ()

-
TumblerThumbnailFlavor * tumbler_cache_get_flavor       (TumblerCache *cache,
-                                                         const gchar *name);
-

-

-
-
-
-

tumbler_cache_get_flavors ()

-
GList *             tumbler_cache_get_flavors           (TumblerCache *cache);
-

-

-
-
-
-

tumbler_cache_get_thumbnail ()

-
TumblerThumbnail *  tumbler_cache_get_thumbnail         (TumblerCache *cache,
-                                                         const gchar *uri,
-                                                         TumblerThumbnailFlavor *flavor);
-

-

-
-
-
-

tumbler_cache_is_thumbnail ()

-
gboolean            tumbler_cache_is_thumbnail          (TumblerCache *cache,
-                                                         const gchar *uri);
-

-

-
-
-
-

tumbler_cache_move ()

-
void                tumbler_cache_move                  (TumblerCache *cache,
-                                                         const gchar *const *from_uris,
-                                                         const gchar *const *to_uris);
-

-

-
-
-
- - - \ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/tumbler-tumbler-file-info.html tumbler-0.1.30/docs/reference/tumbler/html/tumbler-tumbler-file-info.html --- tumbler-0.1.29/docs/reference/tumbler/html/tumbler-tumbler-file-info.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/tumbler-tumbler-file-info.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,34 +2,28 @@ -tumbler-file-info +tumbler Reference Manual: tumbler-file-info - - + + - - - - - - - - - - + + + + + + +
@@ -37,47 +31,136 @@

tumbler-file-info

tumbler-file-info

- +
-
-

Synopsis

-
                    TumblerFileInfo;
-                    TumblerFileInfoClass;
-TumblerFileInfo **  tumbler_file_info_array_copy        (TumblerFileInfo **infos,
-                                                         guint length);
-void                tumbler_file_info_array_free        (TumblerFileInfo **infos);
-TumblerFileInfo **  tumbler_file_info_array_new_with_flavor
-                                                        (const gchar *const *uris,
-                                                         const gchar *const *mime_types,
-                                                         TumblerThumbnailFlavor *flavor,
-                                                         guint *length);
-const gchar *       tumbler_file_info_get_mime_type     (TumblerFileInfo *info);
-guint64             tumbler_file_info_get_mtime         (TumblerFileInfo *info);
-TumblerThumbnail *  tumbler_file_info_get_thumbnail     (TumblerFileInfo *info);
-const gchar *       tumbler_file_info_get_uri           (TumblerFileInfo *info);
-gboolean            tumbler_file_info_load              (TumblerFileInfo *info,
-                                                         GCancellable *cancellable,
-                                                         GError **error);
-gboolean            tumbler_file_info_needs_update      (TumblerFileInfo *info);
-TumblerFileInfo *   tumbler_file_info_new               (const gchar *uri,
-                                                         const gchar *mime_type,
-                                                         TumblerThumbnailFlavor *flavor);
-
-
-

Object Hierarchy

-
-  GObject
-   +----TumblerFileInfo
-
+

Functions

+

Properties

-
-  "flavor"                   TumblerThumbnailFlavor*  : Read / Write / Construct Only
-  "mime-type"                gchar*                : Read / Write / Construct Only
-  "mtime"                    guint64               : Read
-  "uri"                      gchar*                : Read / Write / Construct Only
+
+++++ + + + + + + + + + + + + + + + + + + + + + + +
+TumblerThumbnailFlavor *flavorRead / Write / Construct Only
+gchar *mime-typeRead / Write / Construct Only
guint64mtimeRead
+gchar *uriRead / Write / Construct Only
+
+
+

Object Hierarchy

+
    GObject
+    ╰── TumblerFileInfo
 
@@ -86,132 +169,171 @@

-

Details

+

Functions

-

TumblerFileInfo

-
typedef struct _TumblerFileInfo TumblerFileInfo;
+

tumbler_file_info_new ()

+
TumblerFileInfo *
+tumbler_file_info_new (const gchar *uri,
+                       const gchar *mime_type,
+                       TumblerThumbnailFlavor *flavor);

+
+

Returns

+

-
-
-

TumblerFileInfoClass

-
typedef struct _TumblerFileInfoClass TumblerFileInfoClass;
-

-


-

tumbler_file_info_array_copy ()

-
TumblerFileInfo **  tumbler_file_info_array_copy        (TumblerFileInfo **infos,
-                                                         guint length);
+

tumbler_file_info_load ()

+
gboolean
+tumbler_file_info_load (TumblerFileInfo *info,
+                        GCancellable *cancellable,
+                        GError **error);

+
+

Returns

+

-
-
-

tumbler_file_info_array_free ()

-
void                tumbler_file_info_array_free        (TumblerFileInfo **infos);
-

-


-

tumbler_file_info_array_new_with_flavor ()

-
TumblerFileInfo **  tumbler_file_info_array_new_with_flavor
-                                                        (const gchar *const *uris,
-                                                         const gchar *const *mime_types,
-                                                         TumblerThumbnailFlavor *flavor,
-                                                         guint *length);
+

tumbler_file_info_get_uri ()

+
const gchar *
+tumbler_file_info_get_uri (TumblerFileInfo *info);

+
+

Returns

+

+

-

tumbler_file_info_get_mime_type ()

-
const gchar *       tumbler_file_info_get_mime_type     (TumblerFileInfo *info);
+

tumbler_file_info_get_mime_type ()

+
const gchar *
+tumbler_file_info_get_mime_type (TumblerFileInfo *info);

+
+

Returns

+

+

-

tumbler_file_info_get_mtime ()

-
guint64             tumbler_file_info_get_mtime         (TumblerFileInfo *info);
+

tumbler_file_info_get_mtime ()

+
guint64
+tumbler_file_info_get_mtime (TumblerFileInfo *info);

+
+

Returns

+

+

-

tumbler_file_info_get_thumbnail ()

-
TumblerThumbnail *  tumbler_file_info_get_thumbnail     (TumblerFileInfo *info);
+

tumbler_file_info_needs_update ()

+
gboolean
+tumbler_file_info_needs_update (TumblerFileInfo *info);

+
+

Returns

+

+

-

tumbler_file_info_get_uri ()

-
const gchar *       tumbler_file_info_get_uri           (TumblerFileInfo *info);
+

tumbler_file_info_get_thumbnail ()

+
TumblerThumbnail *
+tumbler_file_info_get_thumbnail (TumblerFileInfo *info);

+
+

Returns

+

+

-

tumbler_file_info_load ()

-
gboolean            tumbler_file_info_load              (TumblerFileInfo *info,
-                                                         GCancellable *cancellable,
-                                                         GError **error);
+

tumbler_file_info_array_new_with_flavor ()

+
TumblerFileInfo **
+tumbler_file_info_array_new_with_flavor
+                               (const gchar *const *uris,
+                                const gchar *const *mime_types,
+                                TumblerThumbnailFlavor *flavor,
+                                guint *length);

+
+

Returns

+

+

-

tumbler_file_info_needs_update ()

-
gboolean            tumbler_file_info_needs_update      (TumblerFileInfo *info);
+

tumbler_file_info_array_copy ()

+
TumblerFileInfo **
+tumbler_file_info_array_copy (TumblerFileInfo **infos,
+                              guint length);

+
+

Returns

+

+

-

tumbler_file_info_new ()

-
TumblerFileInfo *   tumbler_file_info_new               (const gchar *uri,
-                                                         const gchar *mime_type,
-                                                         TumblerThumbnailFlavor *flavor);
+

tumbler_file_info_array_free ()

+
void
+tumbler_file_info_array_free (TumblerFileInfo **infos);

+

Types and Values

+
+

Property Details

-

The "flavor" property

-
  "flavor"                   TumblerThumbnailFlavor*  : Read / Write / Construct Only
+

The “flavor” property

+
  “flavor”                   TumblerThumbnailFlavor *

flavor.

+

Flags: Read / Write / Construct Only


-

The "mime-type" property

-
  "mime-type"                gchar*                : Read / Write / Construct Only
+

The “mime-type” property

+
  “mime-type”                gchar *

mime-type.

+

Flags: Read / Write / Construct Only

Default value: NULL


-

The "mtime" property

-
  "mtime"                    guint64               : Read
+

The “mtime” property

+
  “mtime”                    guint64

mtime.

+

Flags: Read

Default value: 0


-

The "uri" property

-
  "uri"                      gchar*                : Read / Write / Construct Only
+

The “uri” property

+
  “uri”                      gchar *

uri.

+

Flags: Read / Write / Construct Only

Default value: NULL

+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/tumbler-tumbler-provider-factory.html tumbler-0.1.30/docs/reference/tumbler/html/tumbler-tumbler-provider-factory.html --- tumbler-0.1.29/docs/reference/tumbler/html/tumbler-tumbler-provider-factory.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/tumbler-tumbler-provider-factory.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,32 +2,27 @@ -tumbler-provider-factory +tumbler Reference Manual: tumbler-provider-factory - + - - - - - - - - - - + + + + + + +
@@ -35,24 +30,39 @@

tumbler-provider-factory

tumbler-provider-factory

- +
-
+

Functions

+ +
+

Object Hierarchy

-
-  GObject
-   +----TumblerProviderFactory
+
    GObject
+    ╰── TumblerProviderFactory
 
@@ -61,41 +71,39 @@

-

Details

+

Functions

-

TumblerProviderFactory

-
typedef struct _TumblerProviderFactory TumblerProviderFactory;
+

tumbler_provider_factory_get_default ()

+
TumblerProviderFactory *
+tumbler_provider_factory_get_default (void);

+
+

Returns

+

-
-
-

TumblerProviderFactoryClass

-
typedef struct _TumblerProviderFactoryClass TumblerProviderFactoryClass;
-

-


-

tumbler_provider_factory_get_default ()

-
TumblerProviderFactory * tumbler_provider_factory_get_default
-                                                        (void);
+

tumbler_provider_factory_get_providers ()

+
GList *
+tumbler_provider_factory_get_providers
+                               (TumblerProviderFactory *factory,
+                                GType type);

+
+

Returns

+

-
-
-

tumbler_provider_factory_get_providers ()

-
GList *             tumbler_provider_factory_get_providers
-                                                        (TumblerProviderFactory *factory,
-                                                         GType type);
-

-

+
+

Types and Values

+
+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/tumbler-tumbler-provider-plugin.html tumbler-0.1.30/docs/reference/tumbler/html/tumbler-tumbler-provider-plugin.html --- tumbler-0.1.29/docs/reference/tumbler/html/tumbler-tumbler-provider-plugin.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/tumbler-tumbler-provider-plugin.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,34 +2,27 @@ -tumbler-provider-plugin +tumbler Reference Manual: tumbler-provider-plugin - - + + - - - - - - - - - - + + + + + + +
@@ -37,72 +30,77 @@

tumbler-provider-plugin

tumbler-provider-plugin

- +
-
+

Functions

+
++++ + + + + + + + + + + +
+TumblerProviderPlugin * + +tumbler_provider_plugin_new () +
+void + +tumbler_provider_plugin_get_types () +
+
+

Object Hierarchy

-
-  GObject
-   +----GTypeModule
-         +----TumblerProviderPlugin
+
    GObject
+    ╰── GTypeModule
+        ╰── TumblerProviderPlugin
 
-

Implemented Interfaces

-

-TumblerProviderPlugin implements - GTypePlugin.

-
-

Description

-

Details

+

Functions

-

TumblerProviderPlugin

-
typedef struct _TumblerProviderPlugin TumblerProviderPlugin;
+

tumbler_provider_plugin_new ()

+
TumblerProviderPlugin *
+tumbler_provider_plugin_new (const gchar *filename);

+
+

Returns

+

-
-
-

TumblerProviderPluginClass

-
typedef struct _TumblerProviderPluginClass TumblerProviderPluginClass;
-

-


-

tumbler_provider_plugin_get_types ()

-
void                tumbler_provider_plugin_get_types   (const TumblerProviderPlugin *plugin,
-                                                         const GType **types,
-                                                         gint *n_types);
+

tumbler_provider_plugin_get_types ()

+
void
+tumbler_provider_plugin_get_types (const TumblerProviderPlugin *plugin,
+                                   const GType **types,
+                                   gint *n_types);

-
-
-

tumbler_provider_plugin_new ()

-
TumblerProviderPlugin * tumbler_provider_plugin_new     (const gchar *filename);
-

-

+
+

Types and Values

+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/tumbler-TumblerThumbnailerProvider.html tumbler-0.1.30/docs/reference/tumbler/html/tumbler-TumblerThumbnailerProvider.html --- tumbler-0.1.29/docs/reference/tumbler/html/tumbler-TumblerThumbnailerProvider.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/tumbler-TumblerThumbnailerProvider.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,80 +0,0 @@ - - - - -TumblerThumbnailerProvider - - - - - - - - - - - - - - - - - - - -
-
-
- - -
-

TumblerThumbnailerProvider

-

TumblerThumbnailerProvider

-
-
-

Synopsis

-
struct              TumblerThumbnailerProviderIface;
-GList *             tumbler_thumbnailer_provider_get_thumbnailers
-                                                        (TumblerThumbnailerProvider *provider);
-
-
-
-

Description

-

-

-
-
-

Details

-
-

struct TumblerThumbnailerProviderIface

-
struct TumblerThumbnailerProviderIface {
-  GTypeInterface __parent__;
-
-  /* signals */
-
-  /* virtual methods */
-  GList *(*get_thumbnailers) (TumblerThumbnailerProvider *provider);
-};
-
-

-

-
-
-
-

tumbler_thumbnailer_provider_get_thumbnailers ()

-
GList *             tumbler_thumbnailer_provider_get_thumbnailers
-                                                        (TumblerThumbnailerProvider *provider);
-

-

-
-
-
- - - \ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/tumbler-TumblerThumbnail.html tumbler-0.1.30/docs/reference/tumbler/html/tumbler-TumblerThumbnail.html --- tumbler-0.1.29/docs/reference/tumbler/html/tumbler-TumblerThumbnail.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/tumbler-TumblerThumbnail.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,166 +0,0 @@ - - - - -TumblerThumbnail - - - - - - - - - - - - - - - - - - - -
-
-
- - -
-

TumblerThumbnail

-

TumblerThumbnail

-
-
-

Synopsis

-
struct              TumblerImageData;
-struct              TumblerThumbnailIface;
-TumblerThumbnailFlavor * tumbler_thumbnail_get_flavor   (TumblerThumbnail *thumbnail);
-gboolean            tumbler_thumbnail_load              (TumblerThumbnail *thumbnail,
-                                                         GCancellable *cancellable,
-                                                         GError **error);
-gboolean            tumbler_thumbnail_needs_update      (TumblerThumbnail *thumbnail,
-                                                         const gchar *uri,
-                                                         guint64 mtime);
-gboolean            tumbler_thumbnail_save_file         (TumblerThumbnail *thumbnail,
-                                                         GFile *file,
-                                                         guint64 mtime,
-                                                         GCancellable *cancellable,
-                                                         GError **error);
-gboolean            tumbler_thumbnail_save_image_data   (TumblerThumbnail *thumbnail,
-                                                         TumblerImageData *data,
-                                                         guint64 mtime,
-                                                         GCancellable *cancellable,
-                                                         GError **error);
-
-
-
-

Description

-

-

-
-
-

Details

-
-

struct TumblerImageData

-
struct TumblerImageData {
-  TumblerColorspace colorspace;
-  const guchar     *data;
-  gboolean          has_alpha;
-  gint              bits_per_sample;
-  gint              width;
-  gint              height;
-  gint              rowstride;
-};
-
-

-

-
-
-
-

struct TumblerThumbnailIface

-
struct TumblerThumbnailIface {
-  GTypeInterface __parent__;
-
-  /* signals */
-
-  /* virtual methods */
-  gboolean (*load)            (TumblerThumbnail *thumbnail,
-                               GCancellable     *cancellable,
-                               GError          **error);
-  gboolean (*needs_update)    (TumblerThumbnail *thumbnail,
-                               const gchar      *uri,
-                               guint64           mtime);
-  gboolean (*save_image_data) (TumblerThumbnail *thumbnail,
-                               TumblerImageData *data,
-                               guint64           mtime,
-                               GCancellable     *cancellable,
-                               GError          **error);
-  gboolean (*save_file)       (TumblerThumbnail *thumbnail,
-                               GFile            *file,
-                               guint64           mtime,
-                               GCancellable     *cancellable,
-                               GError          **error);
-};
-
-

-

-
-
-
-

tumbler_thumbnail_get_flavor ()

-
TumblerThumbnailFlavor * tumbler_thumbnail_get_flavor   (TumblerThumbnail *thumbnail);
-

-

-
-
-
-

tumbler_thumbnail_load ()

-
gboolean            tumbler_thumbnail_load              (TumblerThumbnail *thumbnail,
-                                                         GCancellable *cancellable,
-                                                         GError **error);
-

-

-
-
-
-

tumbler_thumbnail_needs_update ()

-
gboolean            tumbler_thumbnail_needs_update      (TumblerThumbnail *thumbnail,
-                                                         const gchar *uri,
-                                                         guint64 mtime);
-

-

-
-
-
-

tumbler_thumbnail_save_file ()

-
gboolean            tumbler_thumbnail_save_file         (TumblerThumbnail *thumbnail,
-                                                         GFile *file,
-                                                         guint64 mtime,
-                                                         GCancellable *cancellable,
-                                                         GError **error);
-

-

-
-
-
-

tumbler_thumbnail_save_image_data ()

-
gboolean            tumbler_thumbnail_save_image_data   (TumblerThumbnail *thumbnail,
-                                                         TumblerImageData *data,
-                                                         guint64 mtime,
-                                                         GCancellable *cancellable,
-                                                         GError **error);
-

-

-
-
-
- - - \ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/tumbler-Various-Enumeration-Types.html tumbler-0.1.30/docs/reference/tumbler/html/tumbler-Various-Enumeration-Types.html --- tumbler-0.1.29/docs/reference/tumbler/html/tumbler-Various-Enumeration-Types.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/tumbler-Various-Enumeration-Types.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,32 +2,27 @@ -Various Enumeration Types +tumbler Reference Manual: Various Enumeration Types - + - - - - - - - - - - + + + + + + +
@@ -35,53 +30,31 @@

Various Enumeration Types

Various Enumeration Types

- +
-
-

Synopsis

-
-#include <tumbler/tumbler.h>
-
-enum                TumblerColorspace;
-enum                TumblerThumbnailFormat;
+
+

Object Hierarchy

+
    GEnum
+    ╰── TumblerThumbnailFormat
 
-

Object Hierarchy

-
-  GEnum
-   +----TumblerThumbnailFormat
+

Includes

+
#include <tumbler/tumbler.h>
 

Description

-

Details

-
-

enum TumblerColorspace

-
typedef enum {
-  TUMBLER_COLORSPACE_RGB,
-} TumblerColorspace;
-
-

-

-
-
-
-

enum TumblerThumbnailFormat

-
typedef enum {
-  TUMBLER_THUMBNAIL_FORMAT_INVALID,
-  TUMBLER_THUMBNAIL_FORMAT_PNG,
-} TumblerThumbnailFormat;
-
-

-

+

Functions

+
+

Types and Values

+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru tumbler-0.1.29/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html tumbler-0.1.30/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html --- tumbler-0.1.29/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/html/tumbler-Version-Information-and-Compatibility-Checks.html 2014-02-22 23:15:20.000000000 +0000 @@ -2,30 +2,27 @@ -Version Information and Compatibility Checks +tumbler Reference Manual: Version Information and Compatibility Checks - + - - - - - - - - - - + + + + + + +
@@ -33,50 +30,90 @@

Version Information and Compatibility Checks

Version Information and Compatibility Checks

- +
-
-

Synopsis

-
-#include <tumbler/tumbler.h>
-
-#define             G_GNUC_NULL_TERMINATED
-#define             G_GNUC_WARN_UNUSED_RESULT
-#define             TUMBLER_CHECK_VERSION               (major,
-                                                         minor,
-                                                         micro)
-#define             TUMBLER_MAJOR_VERSION
-#define             TUMBLER_MICRO_VERSION
-#define             TUMBLER_MINOR_VERSION
-const gchar *       tumbler_check_version               (guint required_major,
-                                                         guint required_minor,
-                                                         guint required_micro);
-extern const guint  tumbler_major_version;
-extern const guint  tumbler_micro_version;
-extern const guint  tumbler_minor_version;
-
+
+

Functions

+
++++ + + + + + + + + + + +
#define +TUMBLER_CHECK_VERSION() +
const gchar * + +tumbler_check_version () +
-

Description

+

Types and Values

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#defineTUMBLER_MAJOR_VERSION
#defineTUMBLER_MINOR_VERSION
#defineTUMBLER_MICRO_VERSION
extern const guint tumbler_major_version
extern const guint tumbler_minor_version
extern const guint tumbler_micro_version
#defineG_GNUC_NULL_TERMINATED
#defineG_GNUC_WARN_UNUSED_RESULT
-

Details

-
-

G_GNUC_NULL_TERMINATED

-
#define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__))
+

Object Hierarchy

+
 
-

-

-
-
-

G_GNUC_WARN_UNUSED_RESULT

-
#define G_GNUC_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+
+

Includes

+
#include <tumbler/tumbler.h>
 
-

-

-
+
+

Description

+
+
+

Functions

TUMBLER_CHECK_VERSION()

#define             TUMBLER_CHECK_VERSION(major,minor,micro)
@@ -85,6 +122,82 @@

+

tumbler_check_version ()

+
const gchar *
+tumbler_check_version (guint required_major,
+                       guint required_minor,
+                       guint required_micro);
+

Checks that the tumbler library +in use is compatible with the given version. Generally you would pass in +the constants TUMBLER_MAJOR_VERSION, TUMBLER_MINOR_VERSION and +TUMBLER_MICRO_VERSION as the three arguments to this function; that +produces a check that the library in use is compatible with the version +of tumbler the application was +compiled against.

+
+

Example 1. Checking the runtime version of the tumbler library

+
+ + + + + + + +
1
+2
+3
+4
+5
+6
const gchar *mismatch;
+mismatch = tumbler_check_version (TUMBLER_VERSION_MAJOR,
+                                  TUMBLER_VERSION_MINOR,
+                                  TUMBLER_VERSION_MICRO);
+if (G_UNLIKELY (mismatch != NULL))
+  g_error ("Version mismatch: %s", mismatch);
+
+ +
+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

required_major

the required major version.

 

required_minor

the required minor version.

 

required_micro

the required micro version.

 
+
+
+

Returns

+

NULL if the library is compatible with the given version, +or a string describing the version mismatch. The returned +string is owned by the library and must not be freed or +modified by the caller.

+

+
+
+
+
+

Types and Values

+

TUMBLER_MAJOR_VERSION

#define TUMBLER_MAJOR_VERSION 0
 
@@ -93,83 +206,32 @@

-

TUMBLER_MICRO_VERSION

-
#define TUMBLER_MICRO_VERSION 29
+

TUMBLER_MINOR_VERSION

+
#define TUMBLER_MINOR_VERSION 1
 


-

TUMBLER_MINOR_VERSION

-
#define TUMBLER_MINOR_VERSION 1
+

TUMBLER_MICRO_VERSION

+
#define TUMBLER_MICRO_VERSION 30
 


-

tumbler_check_version ()

-
const gchar *       tumbler_check_version               (guint required_major,
-                                                         guint required_minor,
-                                                         guint required_micro);
-

-Checks that the tumbler library -in use is compatible with the given version. Generally you would pass in -the constants TUMBLER_MAJOR_VERSION, TUMBLER_MINOR_VERSION and -TUMBLER_MICRO_VERSION as the three arguments to this function; that -produces a check that the library in use is compatible with the version -of tumbler the application was -compiled against. -

+

tumbler_major_version

+
extern const guint tumbler_major_version;
+

-
-

Example 1. Checking the runtime version of the tumbler library

-
-const gchar *mismatch;
-mismatch = tumbler_check_version (TUMBLER_VERSION_MAJOR,
-                                  TUMBLER_VERSION_MINOR,
-                                  TUMBLER_VERSION_MICRO);
-if (G_UNLIKELY (mismatch != NULL))
-  g_error ("Version mismatch: %s", mismatch);
-
-
-


-

-
---- - - - - - - - - - - - - - - - - - - -

required_major :

the required major version.

required_minor :

the required minor version.

required_micro :

the required micro version.

Returns :

-NULL if the library is compatible with the given version, -or a string describing the version mismatch. The returned -string is owned by the library and must not be freed or -modified by the caller.

-

tumbler_major_version

-
extern const guint tumbler_major_version;
+

tumbler_minor_version

+
extern const guint tumbler_minor_version;
 

@@ -184,8 +246,16 @@

-

tumbler_minor_version

-
extern const guint tumbler_minor_version;
+

G_GNUC_NULL_TERMINATED

+
#define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__))
+
+

+

+
+
+
+

G_GNUC_WARN_UNUSED_RESULT

+
#define G_GNUC_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
 

@@ -194,6 +264,6 @@
+ Generated by GTK-Doc V1.20
\ No newline at end of file Binary files /tmp/DaG7o8G7_i/tumbler-0.1.29/docs/reference/tumbler/html/up-insensitive.png and /tmp/5oUhj4au5h/tumbler-0.1.30/docs/reference/tumbler/html/up-insensitive.png differ Binary files /tmp/DaG7o8G7_i/tumbler-0.1.29/docs/reference/tumbler/html/up.png and /tmp/5oUhj4au5h/tumbler-0.1.30/docs/reference/tumbler/html/up.png differ diff -Nru tumbler-0.1.29/docs/reference/tumbler/Makefile.in tumbler-0.1.30/docs/reference/tumbler/Makefile.in --- tumbler-0.1.29/docs/reference/tumbler/Makefile.in 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -40,23 +40,51 @@ # Everything below here is generic # #################################### VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ esac; \ - test $$am__dry = yes; \ - } + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -175,6 +203,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -416,11 +445,47 @@ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt -CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = -@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp +CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test +@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = +@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp +@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = +@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp + +#### setup #### +GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_$(V)) +GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_SETUP_0 = @echo " DOC Preparing build"; + +#### scan #### +GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_$(V)) +GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_SCAN_0 = @echo " DOC Scanning header files"; +GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_$(V)) +GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_INTROSPECT_0 = @echo " DOC Introspecting gobjects"; + +#### templates #### +GTK_DOC_V_TMPL = $(GTK_DOC_V_TMPL_$(V)) +GTK_DOC_V_TMPL_ = $(GTK_DOC_V_TMPL_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_TMPL_0 = @echo " DOC Rebuilding template files"; + +#### xml #### +GTK_DOC_V_XML = $(GTK_DOC_V_XML_$(V)) +GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_XML_0 = @echo " DOC Building XML"; + +#### html #### +GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_$(V)) +GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_HTML_0 = @echo " DOC Building HTML"; +GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_$(V)) +GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_XREF_0 = @echo " DOC Fixing cross-references"; + +#### pdf #### +GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_$(V)) +GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_PDF_0 = @echo " DOC Building PDF"; all: all-am .SUFFIXES: @@ -505,6 +570,7 @@ dist-hook check-am: all-am check: check-am +@ENABLE_GTK_DOC_FALSE@all-local: all-am: Makefile all-local installdirs: install: install-am @@ -622,42 +688,44 @@ uninstall-am uninstall-local -@ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) -@ENABLE_GTK_DOC_FALSE@all-local: +gtkdoc-check.test: Makefile + $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \ + echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \ + chmod +x $@ + +all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) +.PHONY: all-gtk-doc + +@ENABLE_GTK_DOC_TRUE@all-local: all-gtk-doc docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) $(REPORT_FILES): sgml-build.stamp -#### setup #### - setup-build.stamp: - -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - echo ' DOC Preparing build'; \ + -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ if test "x$$files" != "x" ; then \ for file in $$files ; do \ + destdir=`dirname $(abs_builddir)/$$file` ;\ + test -d "$$destdir" || mkdir -p "$$destdir"; \ test -f $(abs_srcdir)/$$file && \ - cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ done; \ fi; \ test -d $(abs_srcdir)/tmpl && \ - { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ + { cp -pR $(abs_srcdir)/tmpl $(abs_builddir)/; \ chmod -R u+w $(abs_builddir)/tmpl; } \ fi - @touch setup-build.stamp + $(AM_V_at)touch setup-build.stamp -#### scan #### - -scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo ' DOC Scanning header files' - @_source_dir='' ; \ +scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) + $(GTK_DOC_V_SCAN)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ - echo " DOC Introspecting gobjects"; \ + $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ @@ -672,22 +740,19 @@ test -f $$i || touch $$i ; \ done \ fi - @touch scan-build.stamp + $(AM_V_at)touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true -#### templates #### - tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo ' DOC Rebuilding template files' - @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) - @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + $(GTK_DOC_V_TMPL)gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) + $(AM_V_at)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ if test -w $(abs_srcdir) ; then \ - cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ + cp -pR $(abs_builddir)/tmpl $(abs_srcdir)/; \ fi \ fi - @touch tmpl-build.stamp + $(AM_V_at)touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @true @@ -695,28 +760,20 @@ $(srcdir)/tmpl/*.sgml: @true -#### xml #### - sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - @echo ' DOC Building XML' - @-chmod -R u+w $(srcdir) - @_source_dir='' ; \ + -$(GTK_DOC_V_XML)chmod -R u+w $(srcdir) && _source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) - @touch sgml-build.stamp + $(AM_V_at)touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true -#### html #### - html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building HTML' - @rm -rf html - @mkdir html - @mkhtml_options=""; \ + $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ + mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ @@ -737,16 +794,12 @@ cp $(abs_builddir)/$$file $(abs_builddir)/html; \ fi; \ done; - @echo ' DOC Fixing cross-references' - @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) - @touch html-build.stamp - -#### pdf #### + $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + $(AM_V_at)touch html-build.stamp pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building PDF' - @rm -f $(DOC_MODULE).pdf - @mkpdf_options=""; \ + $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \ + mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ @@ -763,13 +816,16 @@ done; \ fi; \ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) - @touch pdf-build.stamp + $(AM_V_at)touch pdf-build.stamp ############## clean-local: @rm -f *~ *.bak @rm -rf .libs + @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \ + rm -f $(DOC_MODULE).types; \ + fi distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ @@ -779,7 +835,7 @@ rm -rf tmpl; \ fi -maintainer-clean-local: clean +maintainer-clean-local: @rm -rf xml html install-data-local: @@ -815,12 +871,14 @@ # # Require gtk-doc when making dist # -@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: -@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc: -@ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist" -@ENABLE_GTK_DOC_FALSE@ @false +@HAVE_GTK_DOC_TRUE@dist-check-gtkdoc: docs +@HAVE_GTK_DOC_FALSE@dist-check-gtkdoc: +@HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc is needed to run 'make dist'. ***" +@HAVE_GTK_DOC_FALSE@ @echo "*** gtk-doc was not found when 'configure' ran. ***" +@HAVE_GTK_DOC_FALSE@ @echo "*** please install gtk-doc and rerun 'configure'. ***" +@HAVE_GTK_DOC_FALSE@ @false -dist-hook: dist-check-gtkdoc dist-hook-local +dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local @mkdir $(distdir)/tmpl @mkdir $(distdir)/html @-cp ./tmpl/*.sgml $(distdir)/tmpl diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/stamp-tumbler-marshal.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/stamp-tumbler-marshal.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/stamp-tumbler-marshal.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/stamp-tumbler-marshal.sgml 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ - -stamp-tumbler-marshal - - - - - - - - - - - - - - - - - - - - - - diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-abstract-thumbnailer.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-abstract-thumbnailer.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-abstract-thumbnailer.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-abstract-thumbnailer.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,11 +22,3 @@ - - - - - -@__parent__: -@create: - diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-cache-plugin.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-cache-plugin.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-cache-plugin.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-cache-plugin.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,16 +22,13 @@ - + - - - - - +@void: +@Returns: @@ -43,12 +40,3 @@ @Returns: - - - - - -@void: -@Returns: - - diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-cache.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-cache.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-cache.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-cache.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,38 +22,34 @@ - + -@__parent__: -@get_thumbnail: -@cleanup: -@do_delete: -@copy: -@move: -@is_thumbnail: -@get_flavors: +@void: +@Returns: - + + @cache: -@base_uris: -@since: +@uri: +@flavor: +@Returns: - + @cache: -@from_uris: -@to_uris: +@base_uris: +@since: @@ -65,62 +61,52 @@ @uris: - - - - - -@void: -@Returns: - - - + @cache: -@name: -@Returns: +@from_uris: +@to_uris: - + @cache: -@Returns: +@from_uris: +@to_uris: - + @cache: @uri: -@flavor: @Returns: - + @cache: -@uri: @Returns: - + @cache: -@from_uris: -@to_uris: +@name: +@Returns: diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-config.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-config.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-config.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-config.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,14 +22,21 @@ - + - + + + + + + + + @@ -46,27 +53,24 @@ @micro: - + - - + - - + - @@ -78,21 +82,17 @@ @Returns: - + - - - - - - + + diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-enum-types.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-enum-types.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-enum-types.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-enum-types.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,18 +22,3 @@ - - - - - -@TUMBLER_COLORSPACE_RGB: - - - - - - -@TUMBLER_THUMBNAIL_FORMAT_INVALID: -@TUMBLER_THUMBNAIL_FORMAT_PNG: - diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-error.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-error.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-error.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-error.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,14 +22,14 @@ - + - + diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-file-info.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-file-info.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-file-info.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-file-info.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,65 +22,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -@infos: -@length: +@uri: +@mime_type: +@flavor: @Returns: - + -@infos: +@info: +@cancellable: +@error: +@Returns: - + -@uris: -@mime_types: -@flavor: -@length: +@info: @Returns: @@ -102,7 +71,7 @@ @Returns: - + @@ -111,7 +80,7 @@ @Returns: - + @@ -120,34 +89,33 @@ @Returns: - + -@info: -@cancellable: -@error: +@uris: +@mime_types: +@flavor: +@length: @Returns: - + -@info: +@infos: +@length: @Returns: - + -@uri: -@mime_type: -@flavor: -@Returns: +@infos: diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-marshal.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-marshal.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-marshal.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-marshal.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -35,7 +35,7 @@ @marshal_data: - + @@ -48,7 +48,7 @@ @marshal_data: - + @@ -61,7 +61,7 @@ @marshal_data: - + @@ -87,7 +87,7 @@ @marshal_data: - + diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-provider-factory.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-provider-factory.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-provider-factory.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-provider-factory.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,18 +22,6 @@ - - - - - - - - - - - - diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-provider-plugin.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-provider-plugin.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-provider-plugin.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-provider-plugin.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,16 +22,13 @@ - + - - - - - +@filename: +@Returns: @@ -44,12 +41,3 @@ @n_types: - - - - - -@filename: -@Returns: - - diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-thumbnailer-provider.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-thumbnailer-provider.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-thumbnailer-provider.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-thumbnailer-provider.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,14 +22,6 @@ - - - - - -@__parent__: -@get_thumbnailers: - diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-thumbnailer.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-thumbnailer.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-thumbnailer.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-thumbnailer.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,47 +22,35 @@ - - - - - -@__parent__: -@ready: -@error: -@unregister: -@create: - - + -@thumbnailers: -@length: -@Returns: +@thumbnailer: +@cancellable: +@info: - + -@thumbnailers: -@length: +@thumbnailer: +@Returns: - + @thumbnailer: -@cancellable: -@info: +@Returns: - + @@ -71,7 +59,7 @@ @Returns: - + @@ -80,7 +68,7 @@ @Returns: - + @@ -89,41 +77,42 @@ @Returns: - + @thumbnailer: +@file: @Returns: - + @thumbnailer: +@hash_key: @Returns: - + -@thumbnailer: -@hash_key: +@thumbnailers: +@length: @Returns: - + -@thumbnailer: -@file: -@Returns: +@thumbnailers: +@length: diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-thumbnail-flavor.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-thumbnail-flavor.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-thumbnail-flavor.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-thumbnail-flavor.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,32 +22,34 @@ - + +@name: +@width: +@height: +@Returns: - - - - - + - - +@void: +@Returns: - - + +@void: +@Returns: + @@ -68,32 +70,3 @@ @height: - - - - - -@name: -@width: -@height: -@Returns: - - - - - - - -@void: -@Returns: - - - - - - - -@void: -@Returns: - - diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-thumbnail.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-thumbnail.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-thumbnail.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-thumbnail.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -35,45 +35,38 @@ @height: @rowstride: - - - - - -@__parent__: -@load: -@needs_update: -@save_image_data: -@save_file: - - + @thumbnail: +@cancellable: +@error: @Returns: - + @thumbnail: -@cancellable: -@error: +@uri: +@mtime: @Returns: - + @thumbnail: -@uri: +@data: @mtime: +@cancellable: +@error: @Returns: @@ -90,16 +83,12 @@ @Returns: - + @thumbnail: -@data: -@mtime: -@cancellable: -@error: @Returns: diff -Nru tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-util.sgml tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-util.sgml --- tumbler-0.1.29/docs/reference/tumbler/tmpl/tumbler-util.sgml 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tmpl/tumbler-util.sgml 2014-02-22 23:15:20.000000000 +0000 @@ -22,7 +22,7 @@ - + @@ -31,7 +31,7 @@ @Returns: - + diff -Nru tumbler-0.1.29/docs/reference/tumbler/tumbler-docs.xml tumbler-0.1.30/docs/reference/tumbler/tumbler-docs.xml --- tumbler-0.1.29/docs/reference/tumbler/tumbler-docs.xml 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tumbler-docs.xml 2014-02-22 23:15:10.000000000 +0000 @@ -88,7 +88,6 @@ - diff -Nru tumbler-0.1.29/docs/reference/tumbler/tumbler-sections.txt tumbler-0.1.30/docs/reference/tumbler/tumbler-sections.txt --- tumbler-0.1.29/docs/reference/tumbler/tumbler-sections.txt 2013-05-05 19:39:47.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/tumbler-sections.txt 2014-02-22 23:15:20.000000000 +0000 @@ -1,9 +1,4 @@
-stamp-tumbler-marshal - -
- -
tumbler TUMBLER_INSIDE_TUMBLER_H
@@ -11,7 +6,6 @@
tumbler-abstract-thumbnailer TumblerAbstractThumbnailer -TumblerAbstractThumbnailerClass TUMBLER_ABSTRACT_THUMBNAILER TUMBLER_ABSTRACT_THUMBNAILER_CLASS @@ -19,6 +13,8 @@ TUMBLER_IS_ABSTRACT_THUMBNAILER TUMBLER_IS_ABSTRACT_THUMBNAILER_CLASS TUMBLER_TYPE_ABSTRACT_THUMBNAILER +TumblerAbstractThumbnailer +TumblerAbstractThumbnailerClass TumblerAbstractThumbnailerPrivate tumbler_abstract_thumbnailer_get_type
@@ -26,30 +22,29 @@
tumbler-cache TumblerCache -TumblerCacheIface -tumbler_cache_cleanup -tumbler_cache_copy -tumbler_cache_delete tumbler_cache_get_default -tumbler_cache_get_flavor -tumbler_cache_get_flavors tumbler_cache_get_thumbnail -tumbler_cache_is_thumbnail +tumbler_cache_cleanup +tumbler_cache_delete +tumbler_cache_copy tumbler_cache_move +tumbler_cache_is_thumbnail +tumbler_cache_get_flavors +tumbler_cache_get_flavor TUMBLER_CACHE TUMBLER_CACHE_GET_IFACE TUMBLER_IS_CACHE TUMBLER_TYPE_CACHE +TumblerCache +TumblerCacheIface tumbler_cache_get_type
tumbler-cache-plugin -TumblerCachePlugin -TumblerCachePluginClass -tumbler_cache_plugin_get_cache tumbler_cache_plugin_get_default +tumbler_cache_plugin_get_cache TUMBLER_CACHE_PLUGIN TUMBLER_CACHE_PLUGIN_CLASS @@ -57,56 +52,56 @@ TUMBLER_IS_CACHE_PLUGIN TUMBLER_IS_CACHE_PLUGIN_CLASS TUMBLER_TYPE_CACHE_PLUGIN +TumblerCachePlugin +TumblerCachePluginClass TumblerCachePluginPrivate tumbler_cache_plugin_get_type
tumbler-config -G_GNUC_NULL_TERMINATED -G_GNUC_WARN_UNUSED_RESULT -TUMBLER_CHECK_VERSION TUMBLER_MAJOR_VERSION -TUMBLER_MICRO_VERSION TUMBLER_MINOR_VERSION -tumbler_check_version +TUMBLER_MICRO_VERSION +TUMBLER_CHECK_VERSION tumbler_major_version -tumbler_micro_version tumbler_minor_version +tumbler_micro_version +tumbler_check_version +G_GNUC_NULL_TERMINATED +G_GNUC_WARN_UNUSED_RESULT
tumbler-enum-types -TumblerColorspace -TumblerThumbnailFormat TUMBLER_TYPE_COLORSPACE TUMBLER_TYPE_THUMBNAIL_FORMAT +TumblerColorspace +TumblerThumbnailFormat tumbler_colorspace_get_type tumbler_thumbnail_format_get_type
tumbler-error -TUMBLER_ERROR TUMBLER_ERROR_DOMAIN +TUMBLER_ERROR TumblerErrorEnum
tumbler-file-info -TumblerFileInfo -TumblerFileInfoClass -tumbler_file_info_array_copy -tumbler_file_info_array_free -tumbler_file_info_array_new_with_flavor +tumbler_file_info_new +tumbler_file_info_load +tumbler_file_info_get_uri tumbler_file_info_get_mime_type tumbler_file_info_get_mtime -tumbler_file_info_get_thumbnail -tumbler_file_info_get_uri -tumbler_file_info_load tumbler_file_info_needs_update -tumbler_file_info_new +tumbler_file_info_get_thumbnail +tumbler_file_info_array_new_with_flavor +tumbler_file_info_array_copy +tumbler_file_info_array_free TUMBLER_FILE_INFO TUMBLER_FILE_INFO_CLASS @@ -114,6 +109,8 @@ TUMBLER_IS_FILE_INFO TUMBLER_IS_FILE_INFO_CLASS TUMBLER_TYPE_FILE_INFO +TumblerFileInfo +TumblerFileInfoClass tumbler_file_info_get_type
@@ -125,17 +122,15 @@
tumbler-marshal tumbler_marshal_VOID__STRING_INT_STRING +tumbler_marshal_VOID__UINT_STRING_INT_STRING tumbler_marshal_VOID__UINT_BOXED_INT_STRING_STRING tumbler_marshal_VOID__UINT_BOXED_STRING -tumbler_marshal_VOID__UINT_POINTER_INT_STRING tumbler_marshal_VOID__UINT_STRING -tumbler_marshal_VOID__UINT_STRING_INT_STRING +tumbler_marshal_VOID__UINT_POINTER_INT_STRING
tumbler-provider-factory -TumblerProviderFactory -TumblerProviderFactoryClass tumbler_provider_factory_get_default tumbler_provider_factory_get_providers @@ -145,15 +140,15 @@ TUMBLER_PROVIDER_FACTORY_CLASS TUMBLER_PROVIDER_FACTORY_GET_CLASS TUMBLER_TYPE_PROVIDER_FACTORY +TumblerProviderFactory +TumblerProviderFactoryClass tumbler_provider_factory_get_type
tumbler-provider-plugin -TumblerProviderPlugin -TumblerProviderPluginClass -tumbler_provider_plugin_get_types tumbler_provider_plugin_new +tumbler_provider_plugin_get_types TUMBLER_IS_PROVIDER_PLUGIN TUMBLER_IS_PROVIDER_PLUGIN_CLASS @@ -161,6 +156,8 @@ TUMBLER_PROVIDER_PLUGIN_CLASS TUMBLER_PROVIDER_PLUGIN_GET_CLASS TUMBLER_TYPE_PROVIDER_PLUGIN +TumblerProviderPlugin +TumblerProviderPluginClass tumbler_provider_plugin_get_type
@@ -168,29 +165,28 @@ tumbler-thumbnail TumblerThumbnail TumblerImageData -TumblerThumbnailIface -tumbler_thumbnail_get_flavor tumbler_thumbnail_load tumbler_thumbnail_needs_update -tumbler_thumbnail_save_file tumbler_thumbnail_save_image_data +tumbler_thumbnail_save_file +tumbler_thumbnail_get_flavor TUMBLER_IS_THUMBNAIL TUMBLER_THUMBNAIL TUMBLER_THUMBNAIL_GET_IFACE TUMBLER_TYPE_THUMBNAIL +TumblerThumbnail +TumblerThumbnailIface tumbler_thumbnail_get_type
tumbler-thumbnail-flavor -TumblerThumbnailFlavor -TumblerThumbnailFlavorClass -tumbler_thumbnail_flavor_get_name -tumbler_thumbnail_flavor_get_size tumbler_thumbnail_flavor_new -tumbler_thumbnail_flavor_new_large tumbler_thumbnail_flavor_new_normal +tumbler_thumbnail_flavor_new_large +tumbler_thumbnail_flavor_get_name +tumbler_thumbnail_flavor_get_size TUMBLER_IS_THUMBNAIL_FLAVOR TUMBLER_IS_THUMBNAIL_FLAVOR_CLASS @@ -198,6 +194,8 @@ TUMBLER_THUMBNAIL_FLAVOR_CLASS TUMBLER_THUMBNAIL_FLAVOR_GET_CLASS TUMBLER_TYPE_THUMBNAIL_FLAVOR +TumblerThumbnailFlavor +TumblerThumbnailFlavorClass TumblerThumbnailFlavorPrivate tumbler_thumbnail_flavor_get_type
@@ -205,41 +203,43 @@
tumbler-thumbnailer TumblerThumbnailer -TumblerThumbnailerIface -tumbler_thumbnailer_array_copy -tumbler_thumbnailer_array_free tumbler_thumbnailer_create tumbler_thumbnailer_get_hash_keys -tumbler_thumbnailer_get_max_file_size tumbler_thumbnailer_get_mime_types -tumbler_thumbnailer_get_priority tumbler_thumbnailer_get_uri_schemes -tumbler_thumbnailer_supports_hash_key +tumbler_thumbnailer_get_priority +tumbler_thumbnailer_get_max_file_size tumbler_thumbnailer_supports_location +tumbler_thumbnailer_supports_hash_key +tumbler_thumbnailer_array_copy +tumbler_thumbnailer_array_free TUMBLER_IS_THUMBNAILER TUMBLER_THUMBNAILER TUMBLER_THUMBNAILER_GET_IFACE TUMBLER_TYPE_THUMBNAILER +TumblerThumbnailer +TumblerThumbnailerIface tumbler_thumbnailer_get_type
tumbler-thumbnailer-provider TumblerThumbnailerProvider -TumblerThumbnailerProviderIface tumbler_thumbnailer_provider_get_thumbnailers TUMBLER_IS_THUMBNAILER_PROVIDER TUMBLER_THUMBNAILER_PROVIDER TUMBLER_THUMBNAILER_PROVIDER_GET_IFACE TUMBLER_TYPE_THUMBNAILER_PROVIDER +TumblerThumbnailerProvider +TumblerThumbnailerProviderIface tumbler_thumbnailer_provider_get_type
tumbler-util -tumbler_util_get_settings tumbler_util_get_supported_uri_schemes +tumbler_util_get_settings
diff -Nru tumbler-0.1.29/docs/reference/tumbler/version.xml tumbler-0.1.30/docs/reference/tumbler/version.xml --- tumbler-0.1.29/docs/reference/tumbler/version.xml 2013-05-05 19:39:42.000000000 +0000 +++ tumbler-0.1.30/docs/reference/tumbler/version.xml 2014-02-22 23:15:16.000000000 +0000 @@ -1 +1 @@ -0.1.29 +0.1.30 diff -Nru tumbler-0.1.29/gtk-doc.make tumbler-0.1.30/gtk-doc.make --- tumbler-0.1.29/gtk-doc.make 2013-05-05 19:39:32.000000000 +0000 +++ tumbler-0.1.30/gtk-doc.make 2014-02-22 23:15:10.000000000 +0000 @@ -49,9 +49,13 @@ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt -CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) +gtkdoc-check.test: Makefile + $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \ + echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \ + chmod +x $@ + +CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test -if ENABLE_GTK_DOC if GTK_DOC_BUILD_HTML HTML_BUILD_STAMP=html-build.stamp else @@ -63,9 +67,11 @@ PDF_BUILD_STAMP= endif -all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) -else -all-local: +all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) +.PHONY: all-gtk-doc + +if ENABLE_GTK_DOC +all-local: all-gtk-doc endif docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) @@ -74,33 +80,44 @@ #### setup #### +GTK_DOC_V_SETUP=$(GTK_DOC_V_SETUP_$(V)) +GTK_DOC_V_SETUP_=$(GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_SETUP_0=@echo " DOC Preparing build"; + setup-build.stamp: - -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - echo ' DOC Preparing build'; \ + -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ if test "x$$files" != "x" ; then \ for file in $$files ; do \ + destdir=`dirname $(abs_builddir)/$$file` ;\ + test -d "$$destdir" || mkdir -p "$$destdir"; \ test -f $(abs_srcdir)/$$file && \ - cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ + cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ done; \ fi; \ test -d $(abs_srcdir)/tmpl && \ - { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ + { cp -pR $(abs_srcdir)/tmpl $(abs_builddir)/; \ chmod -R u+w $(abs_builddir)/tmpl; } \ fi - @touch setup-build.stamp + $(AM_V_at)touch setup-build.stamp #### scan #### -scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) - @echo ' DOC Scanning header files' - @_source_dir='' ; \ +GTK_DOC_V_SCAN=$(GTK_DOC_V_SCAN_$(V)) +GTK_DOC_V_SCAN_=$(GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_SCAN_0=@echo " DOC Scanning header files"; + +GTK_DOC_V_INTROSPECT=$(GTK_DOC_V_INTROSPECT_$(V)) +GTK_DOC_V_INTROSPECT_=$(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_INTROSPECT_0=@echo " DOC Introspecting gobjects"; + +scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) + $(GTK_DOC_V_SCAN)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) - @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ - echo " DOC Introspecting gobjects"; \ + $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ @@ -115,22 +132,25 @@ test -f $$i || touch $$i ; \ done \ fi - @touch scan-build.stamp + $(AM_V_at)touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true #### templates #### +GTK_DOC_V_TMPL=$(GTK_DOC_V_TMPL_$(V)) +GTK_DOC_V_TMPL_=$(GTK_DOC_V_TMPL_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_TMPL_0=@echo " DOC Rebuilding template files"; + tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - @echo ' DOC Rebuilding template files' - @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) - @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + $(GTK_DOC_V_TMPL)gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) + $(AM_V_at)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ if test -w $(abs_srcdir) ; then \ - cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ + cp -pR $(abs_builddir)/tmpl $(abs_srcdir)/; \ fi \ fi - @touch tmpl-build.stamp + $(AM_V_at)touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @true @@ -140,26 +160,34 @@ #### xml #### +GTK_DOC_V_XML=$(GTK_DOC_V_XML_$(V)) +GTK_DOC_V_XML_=$(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_XML_0=@echo " DOC Building XML"; + sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - @echo ' DOC Building XML' - @-chmod -R u+w $(srcdir) - @_source_dir='' ; \ + -$(GTK_DOC_V_XML)chmod -R u+w $(srcdir) && _source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) - @touch sgml-build.stamp + $(AM_V_at)touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true #### html #### +GTK_DOC_V_HTML=$(GTK_DOC_V_HTML_$(V)) +GTK_DOC_V_HTML_=$(GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_HTML_0=@echo " DOC Building HTML"; + +GTK_DOC_V_XREF=$(GTK_DOC_V_XREF_$(V)) +GTK_DOC_V_XREF_=$(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_XREF_0=@echo " DOC Fixing cross-references"; + html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building HTML' - @rm -rf html - @mkdir html - @mkhtml_options=""; \ + $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ + mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ @@ -180,16 +208,18 @@ cp $(abs_builddir)/$$file $(abs_builddir)/html; \ fi; \ done; - @echo ' DOC Fixing cross-references' - @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) - @touch html-build.stamp + $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + $(AM_V_at)touch html-build.stamp #### pdf #### +GTK_DOC_V_PDF=$(GTK_DOC_V_PDF_$(V)) +GTK_DOC_V_PDF_=$(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_PDF_0=@echo " DOC Building PDF"; + pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo ' DOC Building PDF' - @rm -f $(DOC_MODULE).pdf - @mkpdf_options=""; \ + $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \ + mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ @@ -206,13 +236,16 @@ done; \ fi; \ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) - @touch pdf-build.stamp + $(AM_V_at)touch pdf-build.stamp ############## clean-local: @rm -f *~ *.bak @rm -rf .libs + @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \ + rm -f $(DOC_MODULE).types; \ + fi distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ @@ -222,7 +255,7 @@ rm -rf tmpl; \ fi -maintainer-clean-local: clean +maintainer-clean-local: @rm -rf xml html install-data-local: @@ -258,15 +291,17 @@ # # Require gtk-doc when making dist # -if ENABLE_GTK_DOC -dist-check-gtkdoc: +if HAVE_GTK_DOC +dist-check-gtkdoc: docs else dist-check-gtkdoc: - @echo "*** gtk-doc must be installed and enabled in order to make dist" + @echo "*** gtk-doc is needed to run 'make dist'. ***" + @echo "*** gtk-doc was not found when 'configure' ran. ***" + @echo "*** please install gtk-doc and rerun 'configure'. ***" @false endif -dist-hook: dist-check-gtkdoc dist-hook-local +dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local @mkdir $(distdir)/tmpl @mkdir $(distdir)/html @-cp ./tmpl/*.sgml $(distdir)/tmpl diff -Nru tumbler-0.1.29/INSTALL tumbler-0.1.30/INSTALL --- tumbler-0.1.29/INSTALL 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/INSTALL 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ Installation Instructions ************************* -Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation, +Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, @@ -12,8 +12,8 @@ Basic Installation ================== - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented diff -Nru tumbler-0.1.29/Makefile.in tumbler-0.1.30/Makefile.in --- tumbler-0.1.29/Makefile.in 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -33,23 +33,51 @@ # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ esac; \ - test $$am__dry = yes; \ - } + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -251,6 +279,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -440,8 +469,8 @@ $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then rm -f stamp-h1; else :; fi - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -470,13 +499,12 @@ # (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 \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ @@ -653,10 +681,16 @@ $(am__post_remove_distdir) dist-tarZ: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) @@ -698,9 +732,10 @@ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && ../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ diff -Nru tumbler-0.1.29/missing tumbler-0.1.30/missing --- tumbler-0.1.29/missing 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/missing 2014-02-22 23:15:12.000000000 +0000 @@ -1,7 +1,7 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-06-26.16; # UTC +scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. @@ -160,7 +160,7 @@ ;; autom4te*) echo "You might have modified some maintainer files that require" - echo "the 'automa4te' program to be rebuilt." + echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) diff -Nru tumbler-0.1.29/NEWS tumbler-0.1.30/NEWS --- tumbler-0.1.29/NEWS 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/NEWS 2014-02-22 23:15:10.000000000 +0000 @@ -1,3 +1,18 @@ +0.1.30 +====== +- Only enable keepalive in curl >= 7.25. +- Support move/copy operations on directories in the cache. +- Send the cache operation replies after they are completed. +- Translation updates: Arabic, Asturian, Bulgarian, Bengali, Catalan + (Valencian), Czech, Danish, German, Greek, English (Australia), + English (United Kingdom), Spanish (Castilian), Basque, Finnish, + French, Galician, Hebrew, Hungarian, Indonesian, Italian, Japanese, + Kazakh, Korean, Lithuanian, Latvian, Malay, Norwegian Bokmal, Dutch + (Flemish), Norwegian Nynorsk, Occitan (post 1500), Polish, + Portuguese, Portuguese (Brazilian), Romanian, Russian, Slovak, + Swedish, Thai, Turkish, Uyghur, Ukrainian, Chinese (China), Chinese + (Hong Kong), Chinese (Taiwan). + 0.1.29 ====== - Fix memory corruption on 64bit (bug #9766). @@ -45,7 +60,7 @@ - Make registry dump a bit smaller. - Don't use deprecated glib 2.32 API. - Rotate pixbuf loader images (bug #6730). -- Translation updates: Arabic, Spanish (Castilian), Icelandic, +- Translation updates: Arabic, Spanish (Castilian), Icelandic, Korean, Dutch (Flemish), Serbian, Uyghur. 0.1.25 diff -Nru tumbler-0.1.29/plugins/cover-thumbnailer/cover-thumbnailer.c tumbler-0.1.30/plugins/cover-thumbnailer/cover-thumbnailer.c --- tumbler-0.1.29/plugins/cover-thumbnailer/cover-thumbnailer.c 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/plugins/cover-thumbnailer/cover-thumbnailer.c 2014-02-22 23:15:10.000000000 +0000 @@ -274,10 +274,13 @@ curl_handle = curl_easy_init (); curl_multi_add_handle (cover->curl_multi, curl_handle); /* curl_easy_setopt (curl_handle, CURLOPT_VERBOSE, TRUE); */ - curl_easy_setopt (curl_handle, CURLOPT_TCP_KEEPALIVE, TRUE); curl_easy_setopt (curl_handle, CURLOPT_URL, url); curl_easy_setopt (curl_handle, CURLOPT_USERAGENT, PACKAGE_NAME "/" PACKAGE_VERSION); +#if LIBCURL_VERSION_NUM >= 0x071900 /* available since 7.25.0 */ + curl_easy_setopt (curl_handle, CURLOPT_TCP_KEEPALIVE, TRUE); +#endif + /* cancellable check */ curl_easy_setopt (curl_handle, CURLOPT_PROGRESSFUNCTION, cover_thumbnailer_check_progress); curl_easy_setopt (curl_handle, CURLOPT_PROGRESSDATA, cancellable); diff -Nru tumbler-0.1.29/plugins/cover-thumbnailer/Makefile.in tumbler-0.1.30/plugins/cover-thumbnailer/Makefile.in --- tumbler-0.1.29/plugins/cover-thumbnailer/Makefile.in 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/plugins/cover-thumbnailer/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -34,23 +34,51 @@ # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -258,6 +286,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -508,6 +537,7 @@ echo rm -f $${locs}; \ rm -f $${locs}; \ } + tumbler-cover-thumbnailer.la: $(tumbler_cover_thumbnailer_la_OBJECTS) $(tumbler_cover_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_cover_thumbnailer_la_DEPENDENCIES) $(AM_V_CCLD)$(tumbler_cover_thumbnailer_la_LINK) $(am_tumbler_cover_thumbnailer_la_rpath) $(tumbler_cover_thumbnailer_la_OBJECTS) $(tumbler_cover_thumbnailer_la_LIBADD) $(LIBS) @@ -526,14 +556,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/plugins/ffmpeg-thumbnailer/Makefile.in tumbler-0.1.30/plugins/ffmpeg-thumbnailer/Makefile.in --- tumbler-0.1.29/plugins/ffmpeg-thumbnailer/Makefile.in 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/plugins/ffmpeg-thumbnailer/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -34,23 +34,51 @@ # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -258,6 +286,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -508,6 +537,7 @@ echo rm -f $${locs}; \ rm -f $${locs}; \ } + tumbler-ffmpeg-thumbnailer.la: $(tumbler_ffmpeg_thumbnailer_la_OBJECTS) $(tumbler_ffmpeg_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_ffmpeg_thumbnailer_la_DEPENDENCIES) $(AM_V_CCLD)$(tumbler_ffmpeg_thumbnailer_la_LINK) $(am_tumbler_ffmpeg_thumbnailer_la_rpath) $(tumbler_ffmpeg_thumbnailer_la_OBJECTS) $(tumbler_ffmpeg_thumbnailer_la_LIBADD) $(LIBS) @@ -526,14 +556,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/plugins/font-thumbnailer/Makefile.in tumbler-0.1.30/plugins/font-thumbnailer/Makefile.in --- tumbler-0.1.29/plugins/font-thumbnailer/Makefile.in 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/plugins/font-thumbnailer/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -34,23 +34,51 @@ # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -258,6 +286,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -508,6 +537,7 @@ echo rm -f $${locs}; \ rm -f $${locs}; \ } + tumbler-font-thumbnailer.la: $(tumbler_font_thumbnailer_la_OBJECTS) $(tumbler_font_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_font_thumbnailer_la_DEPENDENCIES) $(AM_V_CCLD)$(tumbler_font_thumbnailer_la_LINK) $(am_tumbler_font_thumbnailer_la_rpath) $(tumbler_font_thumbnailer_la_OBJECTS) $(tumbler_font_thumbnailer_la_LIBADD) $(LIBS) @@ -526,14 +556,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/plugins/gst-thumbnailer/Makefile.in tumbler-0.1.30/plugins/gst-thumbnailer/Makefile.in --- tumbler-0.1.29/plugins/gst-thumbnailer/Makefile.in 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/plugins/gst-thumbnailer/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -34,23 +34,51 @@ # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -258,6 +286,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -510,6 +539,7 @@ echo rm -f $${locs}; \ rm -f $${locs}; \ } + tumbler-gst-thumbnailer.la: $(tumbler_gst_thumbnailer_la_OBJECTS) $(tumbler_gst_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_gst_thumbnailer_la_DEPENDENCIES) $(AM_V_CCLD)$(tumbler_gst_thumbnailer_la_LINK) $(am_tumbler_gst_thumbnailer_la_rpath) $(tumbler_gst_thumbnailer_la_OBJECTS) $(tumbler_gst_thumbnailer_la_LIBADD) $(LIBS) @@ -528,14 +558,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/plugins/jpeg-thumbnailer/Makefile.in tumbler-0.1.30/plugins/jpeg-thumbnailer/Makefile.in --- tumbler-0.1.29/plugins/jpeg-thumbnailer/Makefile.in 2013-05-05 19:39:37.000000000 +0000 +++ tumbler-0.1.30/plugins/jpeg-thumbnailer/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -34,23 +34,51 @@ # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -258,6 +286,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -508,6 +537,7 @@ echo rm -f $${locs}; \ rm -f $${locs}; \ } + tumbler-jpeg-thumbnailer.la: $(tumbler_jpeg_thumbnailer_la_OBJECTS) $(tumbler_jpeg_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_jpeg_thumbnailer_la_DEPENDENCIES) $(AM_V_CCLD)$(tumbler_jpeg_thumbnailer_la_LINK) $(am_tumbler_jpeg_thumbnailer_la_rpath) $(tumbler_jpeg_thumbnailer_la_OBJECTS) $(tumbler_jpeg_thumbnailer_la_LIBADD) $(LIBS) @@ -526,14 +556,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/plugins/Makefile.in tumbler-0.1.30/plugins/Makefile.in --- tumbler-0.1.29/plugins/Makefile.in 2013-05-05 19:39:36.000000000 +0000 +++ tumbler-0.1.30/plugins/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -33,23 +33,51 @@ # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ esac; \ - test $$am__dry = yes; \ - } + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -227,6 +255,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -425,13 +454,12 @@ # (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 \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ diff -Nru tumbler-0.1.29/plugins/odf-thumbnailer/Makefile.in tumbler-0.1.30/plugins/odf-thumbnailer/Makefile.in --- tumbler-0.1.29/plugins/odf-thumbnailer/Makefile.in 2013-05-05 19:39:37.000000000 +0000 +++ tumbler-0.1.30/plugins/odf-thumbnailer/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -35,23 +35,51 @@ # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -258,6 +286,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -508,6 +537,7 @@ echo rm -f $${locs}; \ rm -f $${locs}; \ } + tumbler-odf-thumbnailer.la: $(tumbler_odf_thumbnailer_la_OBJECTS) $(tumbler_odf_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_odf_thumbnailer_la_DEPENDENCIES) $(AM_V_CCLD)$(tumbler_odf_thumbnailer_la_LINK) $(am_tumbler_odf_thumbnailer_la_rpath) $(tumbler_odf_thumbnailer_la_OBJECTS) $(tumbler_odf_thumbnailer_la_LIBADD) $(LIBS) @@ -526,14 +556,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/plugins/pixbuf-thumbnailer/Makefile.in tumbler-0.1.30/plugins/pixbuf-thumbnailer/Makefile.in --- tumbler-0.1.29/plugins/pixbuf-thumbnailer/Makefile.in 2013-05-05 19:39:37.000000000 +0000 +++ tumbler-0.1.30/plugins/pixbuf-thumbnailer/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -34,23 +34,51 @@ # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -258,6 +286,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -506,6 +535,7 @@ echo rm -f $${locs}; \ rm -f $${locs}; \ } + tumbler-pixbuf-thumbnailer.la: $(tumbler_pixbuf_thumbnailer_la_OBJECTS) $(tumbler_pixbuf_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_pixbuf_thumbnailer_la_DEPENDENCIES) $(AM_V_CCLD)$(tumbler_pixbuf_thumbnailer_la_LINK) $(am_tumbler_pixbuf_thumbnailer_la_rpath) $(tumbler_pixbuf_thumbnailer_la_OBJECTS) $(tumbler_pixbuf_thumbnailer_la_LIBADD) $(LIBS) @@ -524,14 +554,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/plugins/poppler-thumbnailer/Makefile.in tumbler-0.1.30/plugins/poppler-thumbnailer/Makefile.in --- tumbler-0.1.29/plugins/poppler-thumbnailer/Makefile.in 2013-05-05 19:39:37.000000000 +0000 +++ tumbler-0.1.30/plugins/poppler-thumbnailer/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -34,23 +34,51 @@ # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -258,6 +286,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -508,6 +537,7 @@ echo rm -f $${locs}; \ rm -f $${locs}; \ } + tumbler-poppler-thumbnailer.la: $(tumbler_poppler_thumbnailer_la_OBJECTS) $(tumbler_poppler_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_poppler_thumbnailer_la_DEPENDENCIES) $(AM_V_CCLD)$(tumbler_poppler_thumbnailer_la_LINK) $(am_tumbler_poppler_thumbnailer_la_rpath) $(tumbler_poppler_thumbnailer_la_OBJECTS) $(tumbler_poppler_thumbnailer_la_LIBADD) $(LIBS) @@ -526,14 +556,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/plugins/raw-thumbnailer/Makefile.in tumbler-0.1.30/plugins/raw-thumbnailer/Makefile.in --- tumbler-0.1.29/plugins/raw-thumbnailer/Makefile.in 2013-05-05 19:39:37.000000000 +0000 +++ tumbler-0.1.30/plugins/raw-thumbnailer/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -35,23 +35,51 @@ # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -258,6 +286,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -508,6 +537,7 @@ echo rm -f $${locs}; \ rm -f $${locs}; \ } + tumbler-raw-thumbnailer.la: $(tumbler_raw_thumbnailer_la_OBJECTS) $(tumbler_raw_thumbnailer_la_DEPENDENCIES) $(EXTRA_tumbler_raw_thumbnailer_la_DEPENDENCIES) $(AM_V_CCLD)$(tumbler_raw_thumbnailer_la_LINK) $(am_tumbler_raw_thumbnailer_la_rpath) $(tumbler_raw_thumbnailer_la_OBJECTS) $(tumbler_raw_thumbnailer_la_LIBADD) $(LIBS) @@ -526,14 +556,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/plugins/xdg-cache/Makefile.in tumbler-0.1.30/plugins/xdg-cache/Makefile.in --- tumbler-0.1.29/plugins/xdg-cache/Makefile.in 2013-05-05 19:39:37.000000000 +0000 +++ tumbler-0.1.30/plugins/xdg-cache/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -34,23 +34,51 @@ # Boston, MA 02110-1301, USA. VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -256,6 +284,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -505,6 +534,7 @@ echo rm -f $${locs}; \ rm -f $${locs}; \ } + tumbler-xdg-cache.la: $(tumbler_xdg_cache_la_OBJECTS) $(tumbler_xdg_cache_la_DEPENDENCIES) $(EXTRA_tumbler_xdg_cache_la_DEPENDENCIES) $(AM_V_CCLD)$(tumbler_xdg_cache_la_LINK) $(am_tumbler_xdg_cache_la_rpath) $(tumbler_xdg_cache_la_OBJECTS) $(tumbler_xdg_cache_la_LIBADD) $(LIBS) @@ -523,14 +553,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/plugins/xdg-cache/xdg-cache-cache.c tumbler-0.1.30/plugins/xdg-cache/xdg-cache-cache.c --- tumbler-0.1.29/plugins/xdg-cache/xdg-cache-cache.c 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/plugins/xdg-cache/xdg-cache-cache.c 2014-02-22 23:15:10.000000000 +0000 @@ -9,11 +9,11 @@ * * This library 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. * - * You should have received a copy of the GNU Library General - * Public License along with this library; if not, write to the + * You should have received a copy of the GNU Library General + * Public License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. */ @@ -212,12 +212,12 @@ filename = g_build_filename (dirname, file_basename, NULL); /* read thumbnail information from the file */ - if (xdg_cache_cache_read_thumbnail_info (filename, &uri, &mtime, + if (xdg_cache_cache_read_thumbnail_info (filename, &uri, &mtime, NULL, NULL)) { /* check if the thumbnail information is valid or the mtime * is too old */ - if (uri == NULL || mtime <= since) + if (uri == NULL || mtime <= since) { /* it's invalid, so let's remove the thumbnail */ g_unlink (filename); @@ -293,96 +293,94 @@ static void -xdg_cache_cache_copy (TumblerCache *cache, - const gchar *const *from_uris, - const gchar *const *to_uris) -{ - XDGCacheCache *xdg_cache = XDG_CACHE_CACHE (cache); - GFileInfo *info; - guint64 mtime; - GFile *dest_file; - GFile *dest_source_file; - GFile *from_file; - GFile *temp_file; - GList *iter; - gchar *temp_path; - gchar *dest_path; - guint n; +xdg_cache_cache_copy_or_move_file (TumblerCache *cache, + TumblerThumbnailFlavor *flavor, + gboolean do_copy, + const gchar *from_uri, + const gchar *to_uri, + guint64 mtime) +{ + GFile *from_file; + GFile *temp_file; + gchar *temp_path; + gchar *dest_path; + gchar *from_path; + gboolean result; + GFile *dest_file; - g_return_if_fail (XDG_CACHE_IS_CACHE (cache)); - g_return_if_fail (from_uris != NULL); - g_return_if_fail (to_uris != NULL); + from_file = xdg_cache_cache_get_file (from_uri, flavor); + temp_file = xdg_cache_cache_get_temp_file (to_uri, flavor); - for (iter = xdg_cache->flavors; iter != NULL; iter = iter->next) + if (do_copy) { - for (n = 0; n < g_strv_length ((gchar **)from_uris); ++n) - { - dest_source_file = g_file_new_for_uri (to_uris[n]); - info = g_file_query_info (dest_source_file, G_FILE_ATTRIBUTE_TIME_MODIFIED, - G_FILE_QUERY_INFO_NONE, NULL, NULL); - g_object_unref (dest_source_file); - - if (info == NULL) - continue; - - mtime = g_file_info_get_attribute_uint64 (info, - G_FILE_ATTRIBUTE_TIME_MODIFIED); - g_object_unref (info); - - from_file = xdg_cache_cache_get_file (from_uris[n], iter->data); - temp_file = xdg_cache_cache_get_temp_file (to_uris[n], iter->data); - - if (g_file_copy (from_file, temp_file, G_FILE_COPY_OVERWRITE, - NULL, NULL, NULL, NULL)) - { - temp_path = g_file_get_path (temp_file); - - if (xdg_cache_cache_write_thumbnail_info (temp_path, to_uris[n], mtime, - NULL, NULL)) - { - dest_file = xdg_cache_cache_get_file (to_uris[n], iter->data); - dest_path = g_file_get_path (dest_file); + result = g_file_copy (from_file, temp_file, G_FILE_COPY_OVERWRITE, + NULL, NULL, NULL, NULL); + } + else + { + result = g_file_move (from_file, temp_file, G_FILE_COPY_OVERWRITE, + NULL, NULL, NULL, NULL); + } - if (g_rename (temp_path, dest_path) != 0) - g_unlink (temp_path); + if (result) + { + temp_path = g_file_get_path (temp_file); - g_free (dest_path); - g_object_unref (dest_file); - } - else - { - g_unlink (temp_path); - } + if (xdg_cache_cache_write_thumbnail_info (temp_path, to_uri, mtime, + NULL, NULL)) + { + dest_file = xdg_cache_cache_get_file (to_uri, flavor); + dest_path = g_file_get_path (dest_file); - g_free (temp_path); - } + if (g_rename (temp_path, dest_path) != 0) + g_unlink (temp_path); - g_object_unref (temp_file); - g_object_unref (from_file); + g_free (dest_path); + g_object_unref (dest_file); + } + else + { + g_unlink (temp_path); } + + g_free (temp_path); + } + else if (!do_copy) + { + /* if the move failed, drop the old cache file */ + from_path = g_file_get_path (from_file); + g_unlink (from_path); + g_free (from_path); } -} + g_object_unref (temp_file); + g_object_unref (from_file); +} static void -xdg_cache_cache_move (TumblerCache *cache, - const gchar *const *from_uris, - const gchar *const *to_uris) +xdg_cache_cache_copy_or_move (TumblerCache *cache, + gboolean do_copy, + const gchar *const *from_uris, + const gchar *const *to_uris) { XDGCacheCache *xdg_cache = XDG_CACHE_CACHE (cache); GFileInfo *info; guint64 mtime; - GFile *dest_file; GFile *dest_source_file; - GFile *from_file; - GFile *temp_file; GList *iter; - gchar *from_path; - gchar *temp_path; - gchar *dest_path; guint n; + GFile *dummy_file; + GFile *parent; + gchar *dirname; + GDir *dir; + const gchar *file_basename; + gchar *filename; + gchar *uri; + GFile *original_file; + GFile *base_file; + gchar *to_uri; g_return_if_fail (XDG_CACHE_IS_CACHE (cache)); g_return_if_fail (from_uris != NULL); @@ -393,57 +391,117 @@ for (n = 0; n < g_strv_length ((gchar **)from_uris); ++n) { dest_source_file = g_file_new_for_uri (to_uris[n]); - info = g_file_query_info (dest_source_file, G_FILE_ATTRIBUTE_TIME_MODIFIED, + info = g_file_query_info (dest_source_file, + G_FILE_ATTRIBUTE_STANDARD_TYPE "," + G_FILE_ATTRIBUTE_TIME_MODIFIED, G_FILE_QUERY_INFO_NONE, NULL, NULL); - g_object_unref (dest_source_file); if (info == NULL) - continue; + { + g_object_unref (dest_source_file); + continue; + } - mtime = g_file_info_get_attribute_uint64 (info, - G_FILE_ATTRIBUTE_TIME_MODIFIED); - g_object_unref (info); + if (g_file_info_get_file_type (info) == G_FILE_TYPE_DIRECTORY) + { + /* compute the flavor directory filename */ + dummy_file = xdg_cache_cache_get_file ("foo", iter->data); + parent = g_file_get_parent (dummy_file); + dirname = g_file_get_path (parent); + g_object_unref (parent); + g_object_unref (dummy_file); + + /* the base path */ + base_file = g_file_new_for_uri (from_uris[n]); + + /* attempt to open the directory for reading */ + dir = g_dir_open (dirname, 0, NULL); + if (dir != NULL) + { + /* iterate over all files in the directory */ + file_basename = g_dir_read_name (dir); + while (file_basename != NULL) + { + /* build the thumbnail filename */ + filename = g_build_filename (dirname, file_basename, NULL); - from_file = xdg_cache_cache_get_file (from_uris[n], iter->data); - temp_file = xdg_cache_cache_get_temp_file (to_uris[n], iter->data); + /* read thumbnail information from the file */ + if (xdg_cache_cache_read_thumbnail_info (filename, &uri, &mtime, NULL, NULL) + && uri != NULL) + { + /* create a GFile for the original URI. we need this for + * reliably checking the ancestor/descendant relationship */ + original_file = g_file_new_for_uri (uri); - if (g_file_move (from_file, temp_file, G_FILE_COPY_OVERWRITE, - NULL, NULL, NULL, NULL)) - { - temp_path = g_file_get_path (temp_file); + /* check if we have a thumbnail that is located in the moved/copied folder */ + if (g_file_equal (original_file, base_file) + || g_file_has_prefix (original_file, base_file)) + { + /* build the new target (replace old base with new base) */ + to_uri = g_build_filename (to_uris[n], uri + strlen (from_uris[n]), NULL); - if (xdg_cache_cache_write_thumbnail_info (temp_path, to_uris[n], mtime, - NULL, NULL)) - { - dest_file = xdg_cache_cache_get_file (to_uris[n], iter->data); - dest_path = g_file_get_path (dest_file); + /* move or copy the thumbnail */ + xdg_cache_cache_copy_or_move_file (cache, iter->data, + do_copy, + uri, to_uri, + mtime); + + g_free (to_uri); + } - if (g_rename (temp_path, dest_path) != 0) - g_unlink (temp_path); + g_object_unref (original_file); + g_free (uri); + } - g_free (dest_path); - g_object_unref (dest_file); - } - else - { - g_unlink (temp_path); + g_free (filename); + + /* try to determine the next filename in the directory */ + file_basename = g_dir_read_name (dir); + } + + g_dir_close (dir); } - g_free (temp_path); + g_free (dirname); + g_object_unref (base_file); + } + else + { + mtime = g_file_info_get_attribute_uint64 (info, G_FILE_ATTRIBUTE_TIME_MODIFIED); + xdg_cache_cache_copy_or_move_file (cache, iter->data, do_copy, + from_uris[n], to_uris[n], + mtime); } - from_path = g_file_get_path (from_file); - g_unlink (from_path); - g_free (from_path); - - g_object_unref (temp_file); - g_object_unref (from_file); + g_object_unref (info); + g_object_unref (dest_source_file); } } } +static void +xdg_cache_cache_copy (TumblerCache *cache, + const gchar *const *from_uris, + const gchar *const *to_uris) +{ + xdg_cache_cache_copy_or_move (cache, TRUE, from_uris, to_uris); +} + + + + +static void +xdg_cache_cache_move (TumblerCache *cache, + const gchar *const *from_uris, + const gchar *const *to_uris) +{ + xdg_cache_cache_copy_or_move (cache, FALSE, from_uris, to_uris); +} + + + static gboolean xdg_cache_cache_is_thumbnail (TumblerCache *cache, const gchar *uri) @@ -561,7 +619,7 @@ g_get_current_time (¤t_time); md5_hash = g_compute_checksum_for_string (G_CHECKSUM_MD5, uri, -1); - filename = g_strdup_printf ("%s-%ld-%ld.png", md5_hash, + filename = g_strdup_printf ("%s-%ld-%ld.png", md5_hash, current_time.tv_sec, current_time.tv_usec); path = g_build_filename (home, ".thumbnails", dirname, filename, NULL); diff -Nru tumbler-0.1.29/po/ar.po tumbler-0.1.30/po/ar.po --- tumbler-0.1.29/po/ar.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/ar.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,26 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# mohammad , 2012. -# محمد الحرقان , 2012. -# كريم أولاد الشلحة , 2013. +# +# Translators: +# Karim Oulad Chalha , 2013 +# محمد الحرقان , 2012 +# Karim Oulad Chalha , 2013 +# محمد الحرقان , 2012 msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-02 07:00+0000\n" -"PO-Revision-Date: 2013-02-03 11:58+0100\n" -"Last-Translator: كريم أولاد الشلحة \n" -"Language-Team: فريق تعريب إكسفس\n" -"Language: ar\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-09-08 13:14+0000\n" +"Last-Translator: Karim Oulad Chalha \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/xfce/language/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -"X-Generator: Virtaal 0.7.1\n" -"X-Poedit-Language: Arabic\n" -"X-Poedit-Country: MOROCCO\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -71,8 +70,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"قسم تالف \"%s\" في الملف \"%s\": عدم تطابق إسم القسم و UriScheme/MimeType" +msgstr "قسم تالف \"%s\" في الملف \"%s\": عدم تطابق إسم القسم و UriScheme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -90,32 +88,36 @@ msgid "Another thumbnailer manager is already running" msgstr "مدير مصغرات أخر يعمل حاليا" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "لا يمكن تغيير قيمة جيدة للعملية." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "خدمة مصغرات Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "فشل إتصال بجلسة D-Bus: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "فشل تحميل مصغرات المتخصصة داخل السجل: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "فشل بدء خدمة مصغرات المخباة: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "فشل بدء مدير المصغرات: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "فشل بدء خدمة مصغرات: %s" @@ -171,27 +173,27 @@ msgid "Version mismatch: %s" msgstr "عدم تطابق الإصدار: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "فشل تحميل صورة poster \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "فشل تحميل البيانات الوصفية من \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "مفتاح واجهة برمجة التطبيقات غبر سليم, يجب عليك ضمان مفتاح سليم. قاعدة بيانات الفلم الحالي سيتم تعطيلها." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "لم يتم العثور على مفتاح poster في البيانات الوصفيى" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "عنوان الفلم قصير جدا" @@ -236,11 +238,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "المصغرات لا يمكن أن تستدل بمحتويات الملف" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "الوثيقة فارغة" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "الصفحة الأولة من الوثيقة لايمكن أن تقرأ" @@ -252,54 +254,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "لا يمكن حفظ المصغرات في \"%s\"" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "تهيئة ملحق مصغرات Tumbler GStreamer" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "إيقاف ملحق مصغرات Tumbler GStreamer" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "تهيئة ملحق مصغرات Tumbler Pixbuf" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "إيقاف ملحق مصغرات Tumbler Pixbuf" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "تهيئة ملحق مصغرات خطوط Tumbler" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "إيقاف ملحق مصغرات خطوط Tumbler" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "تهيئة ملحق المصغرات Tumbler JPEG" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "إيقاف ملحق المصغرات Tumbler JPEG" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "تهيئة ملحق مصغرات الفيديو Tumbler ffmpeg" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "إيقاف ملحق مصغرات الفيديو Tumbler ffmpeg" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "تهيئة ملحق المصغرات ODF" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "إيقاف ملحق المصغرات ODF" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "تهيئة ملحق مصغرات Tumbler Poppler PDF/PS" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "تهيئة ملحق المصغرات RAW" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "إيقاف ملحق المصغرات RAW" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "تهيئة ملحق مخبات Tumbler XDG" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "إيقاف ملحق مخبات Tumbler XDG" diff -Nru tumbler-0.1.29/po/ast.po tumbler-0.1.30/po/ast.po --- tumbler-0.1.29/po/ast.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/ast.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,33 +1,38 @@ -# Asturian translation for tumbler. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Astur -# +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-16 14:48+0100\n" -"PO-Revision-Date: 2009-10-20 22:26+0100\n" -"Last-Translator: astur \n" -"Language-Team: en_GB\n" -"Language: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Asturian (http://www.transifex.com/projects/p/xfce/language/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../tumblerd/tumbler-cache-service.c:383 +#: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "Ta executándose otru serviciu caché de miniatures" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "Nun hai miniatures disponibles pa \"%s\"" -#: ../tumblerd/tumbler-service.c:751 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 +msgid "The thumbnailer service is shutting down" +msgstr "" + +#: ../tumblerd/tumbler-service.c:758 #, c-format msgid "Another generic thumbnailer is already running" msgstr "Ta executándose otru xestor de miniatures xenéricu" @@ -36,76 +41,79 @@ msgid "Unsupported thumbnail flavor requested" msgstr "" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 -#, fuzzy +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "Falló al cargar miniatures especializaes nel rexistru: %s" +msgstr "" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 -#, fuzzy, c-format +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 +#, c-format msgid "Failed to call the specialized thumbnailer: %s" -msgstr "Falló al cargar miniatures especializaes nel rexistru: %s" +msgstr "" -#: ../tumblerd/tumbler-manager.c:467 ../tumblerd/tumbler-manager.c:873 -#, fuzzy, c-format +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 +#, c-format msgid "Failed to load the file \"%s\": %s" -msgstr "Falló al cargar plugin \"%s\": %s" +msgstr "" -#: ../tumblerd/tumbler-manager.c:485 ../tumblerd/tumbler-manager.c:499 -#: ../tumblerd/tumbler-manager.c:513 +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:535 #, c-format msgid "Malformed section \"%s\" in file \"%s\": %s" msgstr "" -#: ../tumblerd/tumbler-manager.c:526 +#: ../tumblerd/tumbler-manager.c:548 #, c-format msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" msgstr "" -#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900 -#: ../tumblerd/tumbler-manager.c:914 +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:936 #, c-format msgid "Malformed file \"%s\": %s" msgstr "" -#: ../tumblerd/tumbler-manager.c:940 +#: ../tumblerd/tumbler-manager.c:962 #, c-format msgid "Failed to determine last modified time of \"%s\"" msgstr "" -#: ../tumblerd/tumbler-manager.c:1849 +#: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "Ta executándose otru xestor de miniatures" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:63 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Serviciu de Miniatures Tumbler" -#: ../tumblerd/main.c:78 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Falló al coneutar a la sesión bus D-Bus: %s" -#: ../tumblerd/main.c:90 -#, c-format -msgid "Failed to start the thumbnail cache service: %s" -msgstr "Falló al aniciar el serviciu caché de miniatures: %s" - -#: ../tumblerd/main.c:140 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Falló al cargar miniatures especializaes nel rexistru: %s" -#: ../tumblerd/main.c:158 +#: ../tumblerd/main.c:375 +#, c-format +msgid "Failed to start the thumbnail cache service: %s" +msgstr "Falló al aniciar el serviciu caché de miniatures: %s" + +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Falló al aniciar el xestor de miniatures: %s" -#: ../tumblerd/main.c:176 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Falló al aniciar el serviciu de miniatures: %s" @@ -123,14 +131,14 @@ msgstr "" #: ../tumbler/tumbler-cache-plugin.c:145 -#, fuzzy, c-format +#, c-format msgid "Cache plugin \"%s\" lacks required symbols" -msgstr "Plugin \"%s\" carez de los símbolos necesarios." +msgstr "" #: ../tumbler/tumbler-cache-plugin.c:153 -#, fuzzy, c-format +#, c-format msgid "Failed to load the cache plugin \"%s\": %s" -msgstr "Falló al cargar plugin \"%s\": %s" +msgstr "" #: ../tumbler/tumbler-file-info.c:297 #, c-format @@ -147,32 +155,43 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Falló al cargar plugin \"%s\": %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 +#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58 +#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57 +#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52 #, c-format msgid "Version mismatch: %s" msgstr "Conflictu de versión: %s" -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Aniciar el complementu Tumbler Pixbuf Thumbnailer" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Apagar el complementu Tumbler Pixbuf Thumbnailer" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Aniciando'l complementu Tumbler Font Thumbnailer" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Apagando'l complementu Tumbler Font Thumbnailer" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -204,65 +223,30 @@ msgid "Could not render glyphs: %s" msgstr "Nun pueden renderizase glyphs: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371 +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 #, c-format msgid "Thumbnail could not be inferred from file contents" msgstr "" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -#, fuzzy -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Aniciar el complementu Tumbler Pixbuf Thumbnailer" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -#, fuzzy -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Apagar el complementu Tumbler Pixbuf Thumbnailer" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -#, fuzzy -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Aniciando'l complementu Tumbler Font Thumbnailer" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -#, fuzzy -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Apagando'l complementu Tumbler Font Thumbnailer" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -#, fuzzy -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Aniciando'l complementu Tumbler Font Thumbnailer" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:209 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:221 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "" +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191 +msgid "Only local files are supported" +msgstr "" + #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Nun puede guardase miniatura en \"%s\"" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Aniciar el complementu caché Tumbler XDG" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Apagar el complementu caché Tumbler XDG" - -#~ msgid "Normal" -#~ msgstr "Normal" - -#~ msgid "Large" -#~ msgstr "Grande" - -#~ msgid "Cropped" -#~ msgstr "Cortáu" diff -Nru tumbler-0.1.29/po/bg.po tumbler-0.1.30/po/bg.po --- tumbler-0.1.29/po/bg.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/bg.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,28 +1,26 @@ # 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. -# +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: tumbler.master\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-02 12:21+0000\n" -"PO-Revision-Date: 2013-02-02 17:20+0200\n" -"Last-Translator: Cybercop \n" -"Language-Team: BULGARIAN\n" -"Language: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/xfce/language/bg/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: BULGARIAN\n" -"X-Poedit-Country: BULGARIA\n" -"X-Poedit-SourceCharset: utf-8\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" -msgstr "Работи друга услуга за кеширане на умалени изображения работи" +msgstr "Работи друга услуга за кеширане на умалени изображения" #: ../tumblerd/tumbler-group-scheduler.c:486 #: ../tumblerd/tumbler-lifo-scheduler.c:422 @@ -52,14 +50,12 @@ msgid "Failed to call the specialized thumbnailer: %s" msgstr "Не мога да се свържа със специалната услуга за умалени изображения: %s" -#: ../tumblerd/tumbler-manager.c:489 -#: ../tumblerd/tumbler-manager.c:895 +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 #, c-format msgid "Failed to load the file \"%s\": %s" msgstr "Не може да се зареди файла \"%s\": %s" -#: ../tumblerd/tumbler-manager.c:507 -#: ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 #: ../tumblerd/tumbler-manager.c:535 #, c-format msgid "Malformed section \"%s\" in file \"%s\": %s" @@ -67,15 +63,16 @@ #: ../tumblerd/tumbler-manager.c:548 #, c-format -msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType" +msgid "" +"Malformed section \"%s\" in file \"%s\": Mismatch between section name and " +"UriScheme/MimeType" msgstr "Деформирана секция \"%s\" във файла \"%s\": Несъответствие между името на секцията и UriScheme/Mime типа" -#: ../tumblerd/tumbler-manager.c:908 -#: ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 #, c-format msgid "Malformed file \"%s\": %s" -msgstr "Деформиран файл: \"%s\": %s" +msgstr "Деформиран файл \"%s\": %s" #: ../tumblerd/tumbler-manager.c:962 #, c-format @@ -87,32 +84,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Работи друга услуга за умалени изображения" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Не може да се промени nice стойността на процеса." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Услуга за умалени изображения Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Не мога да се свържа с D-Bus сесията: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "Не може да се заредят специализираните улуги в регистъра: %s" +msgstr "Не може да се заредят специализираните услуги в регистъра: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Не може да се стартира кеширащата услуга: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Не може да се стартира управлението на услугата за умалени изображения: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Не може да се стартира услугата за умалени изображения: %s" @@ -132,7 +133,7 @@ #: ../tumbler/tumbler-cache-plugin.c:145 #, c-format msgid "Cache plugin \"%s\" lacks required symbols" -msgstr "Липсват необходимите символи за \"%s\" кеширащ плъгин." +msgstr "Липсват необходимите символи за \"%s\" кеширащ плъгин" #: ../tumbler/tumbler-cache-plugin.c:153 #, c-format @@ -168,25 +169,27 @@ msgid "Version mismatch: %s" msgstr "Несъвместимост на версиите: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Не може да се зареди изображението \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "Не могат да се заредят метаданните от \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 -msgid "Invalid API key, you must be granted a valid key. The Movie DB backend will be disabled." +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." msgstr "Невалиден API ключ, вие трябва да въведете валиден ключ. Филмовата база с данни ще бъде изключена." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Не е намерен плаката в метаданните" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Заглавието на филма е прекалено кратко" @@ -212,13 +215,13 @@ #: ../plugins/font-thumbnailer/font-thumbnailer.c:518 #, c-format msgid "Could not set the character map: %s" -msgstr "Не може да се зададе карта ссъс символи: %s" +msgstr "Не може да се зададе карта със символи: %s" #. emit an error signal #: ../plugins/font-thumbnailer/font-thumbnailer.c:545 #, c-format msgid "Could not render glyphs: %s" -msgstr "Не може да се направят фигурите: %s" +msgstr "Не може да се начертаят фигурите: %s" #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 @@ -231,11 +234,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Умаленото изображение не може да се заключи към съдържанието на файла" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Документът е празен" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Първата страница от документа не може да се прочете" @@ -247,54 +250,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Не може да се запази умаленото изображение в \"%s\"" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Инициализиране наGStreamer плъгина" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Изключване на GStreamer плъгина" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Инициализиране на Pixbuf плъгина" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Изключване на Pixbuf плъгина" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Инициализира се плъгина за шрифт" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Изключва се плъгина за шрифт" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Инициализиране на JPEG плъгин" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Изключване на JPEG плъгина на Tumbler" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Инициализиране на ffmpeg видео плъгин" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Изключване на ffmpeg видео плъгина на Tumbler" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Инициализиране на ODF плъгин" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Изключване на Poppler PDF/PS плъгин" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Инициализиране на Poppler PDF/PS плъгин" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Инициализиране на RAW плъгин" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Изключване на RAW плъгин" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Инициализиране на XDG кеширащ плъгин" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Изключване на XDG кеширащ плъгин" diff -Nru tumbler-0.1.29/po/bn.po tumbler-0.1.30/po/bn.po --- tumbler-0.1.29/po/bn.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/bn.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,33 +1,39 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Sadia Afroz , 2010. -# +# +# Translators: +# Sadia Afroz , 2010 msgid "" msgstr "" -"Project-Id-Version: bn\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-16 14:48+0100\n" -"PO-Revision-Date: 2010-03-31 17:05+0600\n" -"Last-Translator: Sadia Afroz \n" -"Language-Team: Bengali \n" -"Language: bn\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Bengali (http://www.transifex.com/projects/p/xfce/language/bn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../tumblerd/tumbler-cache-service.c:383 +#: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "অন্য একটি থাম্বনেইল ক্যাশে সার্ভিস ইতিমধ্যেই চলছে" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "\"%s\"-র জন্য কোনো থাম্বনেইলার নেই" -#: ../tumblerd/tumbler-service.c:751 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 +msgid "The thumbnailer service is shutting down" +msgstr "" + +#: ../tumblerd/tumbler-service.c:758 #, c-format msgid "Another generic thumbnailer is already running" msgstr "অন্য একটি সাধারণ থাম্বনেইলার ইতিমধ্যেই চলছে" @@ -36,77 +42,79 @@ msgid "Unsupported thumbnail flavor requested" msgstr "অসমর্থিত ধরনের থাম্বনেইল অনুরোধ করা হয়েছে" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" msgstr "বিশেষ থাম্বনেইলার কল করতে ব্যর্থ: সময় উত্তীর্ণ" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "বিশেষ থাম্বনেইলার কল করতে ব্যর্থ: %s" -#: ../tumblerd/tumbler-manager.c:467 ../tumblerd/tumbler-manager.c:873 +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 #, c-format msgid "Failed to load the file \"%s\": %s" msgstr "\"%s\" ফাইল লোড করতে ব্যর্থ: %s" -#: ../tumblerd/tumbler-manager.c:485 ../tumblerd/tumbler-manager.c:499 -#: ../tumblerd/tumbler-manager.c:513 +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:535 #, c-format msgid "Malformed section \"%s\" in file \"%s\": %s" msgstr "\"%2$s\" ফাইলের \"%1$s\" অংশটি বিকৃত: %3$s" -#: ../tumblerd/tumbler-manager.c:526 +#: ../tumblerd/tumbler-manager.c:548 #, c-format msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"\"%2$s\" ফাইলের \"%1$s\" অংশটি বিকৃত: অংশের নাম ও UriScheme/MimeType-র মধ্যে " -"মিল পাওয়া যায়নি " +msgstr "\"%2$s\" ফাইলের \"%1$s\" অংশটি বিকৃত: অংশের নাম ও UriScheme/MimeType-র মধ্যে মিল পাওয়া যায়নি " -#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900 -#: ../tumblerd/tumbler-manager.c:914 +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:936 #, c-format msgid "Malformed file \"%s\": %s" msgstr "\"%s\" ফাইলটি বিকৃত: %s" -#: ../tumblerd/tumbler-manager.c:940 +#: ../tumblerd/tumbler-manager.c:962 #, c-format msgid "Failed to determine last modified time of \"%s\"" msgstr "\"%s\"-র সর্বশেষ পরিবর্তনের সময় নির্ধারণ করতে ব্যর্থ" -#: ../tumblerd/tumbler-manager.c:1849 +#: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "অন্য একটি থাম্বনেইলার ব্যবস্থাপক ইতিমধ্যেই চলছে" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:63 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler থাম্বনেইল করার সার্ভিস" -#: ../tumblerd/main.c:78 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "D-Bus সেশন বাসে সংযুক্ত করতে ব্যর্থ: %s" -#: ../tumblerd/main.c:90 -#, c-format -msgid "Failed to start the thumbnail cache service: %s" -msgstr "থাম্বনেইল ক্যাশে সার্ভিস আরম্ভ করতে ব্যর্থ: %s" - -#: ../tumblerd/main.c:140 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "রেজিস্ট্রিতে বিশেষ থাম্বনেইলার লোড করতে ব্যর্থ: %s" -#: ../tumblerd/main.c:158 +#: ../tumblerd/main.c:375 +#, c-format +msgid "Failed to start the thumbnail cache service: %s" +msgstr "থাম্বনেইল ক্যাশে সার্ভিস আরম্ভ করতে ব্যর্থ: %s" + +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "থাম্বনেইলার ব্যবস্থাপক আরম্ভ করতে ব্যর্থ: %s" -#: ../tumblerd/main.c:176 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "থাম্বনেইলার সার্ভিস আরম্ভ করতে ব্যর্থ: %s" @@ -148,32 +156,43 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "\"%s\" প্লাগইন লোড করতে ব্যর্থ: %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 +#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58 +#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57 +#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52 #, c-format msgid "Version mismatch: %s" msgstr "সংস্করণে মিল পাওয়া যায়নি: %s" -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Tumbler Pixbuf থাম্বনেইলার প্লাগইন আরম্ভ করা হচ্ছে" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Tumbler Pixbuf থাম্বনেইলার প্লাগইন বন্ধ করা হচ্ছে" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Tumbler ফন্ট থাম্বনেইলার প্লাগইন আরম্ভ করা হচ্ছে" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Tumbler ফন্ট থাম্বনেইলার প্লাগইন বন্ধ করা হচ্ছে" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -205,56 +224,30 @@ msgid "Could not render glyphs: %s" msgstr "glyphs রেন্ডার করা যায়নি: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371 +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 #, c-format msgid "Thumbnail could not be inferred from file contents" msgstr "ফাইলের বিষয়বস্তু থেকে থাম্বনেইল অনুমান করা যায়নি" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -#, fuzzy -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Tumbler Pixbuf থাম্বনেইলার প্লাগইন আরম্ভ করা হচ্ছে" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -#, fuzzy -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Tumbler Pixbuf থাম্বনেইলার প্লাগইন বন্ধ করা হচ্ছে" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -#, fuzzy -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Tumbler ফন্ট থাম্বনেইলার প্লাগইন আরম্ভ করা হচ্ছে" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -#, fuzzy -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Tumbler ফন্ট থাম্বনেইলার প্লাগইন বন্ধ করা হচ্ছে" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -#, fuzzy -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Tumbler ফন্ট থাম্বনেইলার প্লাগইন আরম্ভ করা হচ্ছে" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:209 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:221 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "" +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191 +msgid "Only local files are supported" +msgstr "" + #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "\"%s\"-এ থাম্বনেইল সংরক্ষণ করা যায়নি" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Tumbler XDG ক্যাশে প্লাগইন আরম্ভ করা হচ্ছে" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Tumbler XDG ক্যাশে প্লাগইন বন্ধ করা হচ্ছে" diff -Nru tumbler-0.1.29/po/ca.po tumbler-0.1.30/po/ca.po --- tumbler-0.1.29/po/ca.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/ca.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,39 +1,37 @@ -# Catalan translations for tumbler package -# Traduccions al català del paquet «tumbler». -# Copyright (C) 2009 THE tumbler'S COPYRIGHT HOLDER -# This file is distributed under the same license as the tumbler package. -# -# Carles Muñoz Gorriz , 2009, 2011. -# Harald Servat , 2009. -# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# alavios , 2013 +# carlesmu , 2009,2011 +# Harald Servat , 2009 msgid "" msgstr "" "Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-18 09:00+0000\n" -"PO-Revision-Date: 2011-12-18 14:04+0100\n" -"Last-Translator: Carles Muñoz Gorriz \n" -"Language-Team: Catalan \n" -"Language: ca\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-07-08 14:33+0000\n" +"Last-Translator: alavios \n" +"Language-Team: Catalan (http://www.transifex.com/projects/p/xfce/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-Language: Catalan\n" -"X-Poedit-SourceCharset: utf-8\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "Un altre servei de memòria cau de miniatures ja s'està executant" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "No hi ha cap miniatura disponible per «%s»" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "S'està tancant el servei de miniatures" @@ -46,11 +44,11 @@ msgid "Unsupported thumbnail flavor requested" msgstr "La variant de la miniatura requerida no està suportada" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" msgstr "Ha fallat la crida al generador de miniatures: ha expirat el temps" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "Ha fallat la crida al generador de miniatures: %s" @@ -71,9 +69,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Secció mal formada «%s» en el fitxer «%s»: diferències entre el nom de la " -"secció i el UriScheme/MimeType" +msgstr "Secció mal formada «%s» en el fitxer «%s»: diferències entre el nom de la secció i el UriScheme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -84,40 +80,43 @@ #: ../tumblerd/tumbler-manager.c:962 #, c-format msgid "Failed to determine last modified time of \"%s\"" -msgstr "" -"No s'ha pogut determinar quan ha succeït la darrera modificació de «%s»" +msgstr "No s'ha pogut determinar quan ha succeït la darrera modificació de «%s»" -#: ../tumblerd/tumbler-manager.c:1863 +#: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "Un altre gestor de miniatures ja s'està executant" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Servei de miniatures Tumbler" -#: ../tumblerd/main.c:98 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "No s'ha pogut connectar amb la sessió de bus D-Bus: %s" -#: ../tumblerd/main.c:156 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "No s'ha pogut carregar les miniatures especialitzades al registre: %s" -#: ../tumblerd/main.c:173 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "No s'ha pogut iniciar el servei de memòria cau de miniatures: %s" -#: ../tumblerd/main.c:190 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "No s'ha pogut iniciar el gestor de miniatures: %s" -#: ../tumblerd/main.c:207 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "No s'ha pogut iniciar el servei de miniatures: %s" @@ -159,6 +158,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "No s'ha pogut carregar el connector «%s»: %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -172,30 +172,29 @@ msgid "Version mismatch: %s" msgstr "Versió errònia: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -msgstr "S'està iniciant el connector de Tumbler de miniatures del GStreamer" - -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "S'està apagant el connector de Tumbler de miniatures del GStreamer" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "S'està iniciant el connector de Tumbler de miniatures Pixbuf" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "S'està apagant el connector de Tumbler de miniatures Pixbuf" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "S'està iniciant el connector de Tumbler de miniatures de fonts" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "S'està apagant el connector de Tumbler de miniatures de fonts" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "Ha hagut un error en la càrrega de les metadades de \"%s\"" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "Clau de l'API invàlida: has d'haver sigut proporcionat una clau vàlida. L'extensió Movie DB serà desactivada." + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "El títol de la pel·lícula és massa curt." #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -227,8 +226,8 @@ msgid "Could not render glyphs: %s" msgstr "No s'han pogut representar el glif: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -238,39 +237,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "La miniatura no s'ha pogut inferir a partir del contingut del fitxer" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "S'està iniciant el connector Tumbler de miniatures JPEG" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "S'està apagant el connector Tumbler de miniatures JPEG" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "S'està iniciant el connector de miniatures de vídeo ffmpeg" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "S'està tancant el connector de miniatures de vídeo ffmpeg" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "S'està iniciant el connector de Tumbler de miniatures ODF" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "S'està apagant el connector de Tumbler de miniatures ODF" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "S'està iniciant el connector del visor Tumbler Poppler PDF/PS" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "El document és buit" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "No s'ha pogut llegir la primera plana del document" @@ -278,32 +249,7 @@ msgid "Only local files are supported" msgstr "Només es permeten els fitxers locals" -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "S'està iniciant el connector de Tumbler de miniatures RAW" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "S'està apagant el connector de Tumbler de miniatures RAW" - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "No s'ha pogut desar la miniatura a «%s»" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "S'està iniciant el connector de Tumbler de memòria cau XDG" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "S'està apagant el connector de Tumbler de memòria cau XDG" - -#~ msgid "Normal" -#~ msgstr "Normal" - -#~ msgid "Large" -#~ msgstr "Gran" - -#~ msgid "Cropped" -#~ msgstr "Escapçat" diff -Nru tumbler-0.1.29/po/cs.po tumbler-0.1.30/po/cs.po --- tumbler-0.1.29/po/cs.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/cs.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,23 +1,22 @@ -# Czech translations for tumbler package. -# Copyright (C) 2010 THE tumbler'S COPYRIGHT HOLDER -# This file is distributed under the same license as the tumbler package. -# Michal Várady , 2010-2012. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # +# Translators: +# Alois Nešpor , 2013 msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-27 17:15+0000\n" -"PO-Revision-Date: \n" -"Last-Translator: Michal Várady \n" -"Language-Team: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-08-12 07:30+0000\n" +"Last-Translator: Alois Nešpor \n" +"Language-Team: Czech (http://www.transifex.com/projects/p/xfce/language/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\\n\\nX-Poedit-Language: Czech\n" -"X-Poedit-SourceCharset: utf-8\n" -"X-Poedit-Country: CZECH REPUBLIC\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -45,15 +44,12 @@ #: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "" -"Volání specializovaného nástroje pro vytváření náhledů se nezdařilo: Časový " -"limit vypršel." +msgstr "Volání specializovaného nástroje pro vytváření náhledů se nezdařilo: Časový limit vypršel." #: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" -msgstr "" -"Volání specializovaného nástroje pro vytváření náhledů se nezdařilo: %s" +msgstr "Volání specializovaného nástroje pro vytváření náhledů se nezdařilo: %s" #: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 #, c-format @@ -71,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Poškozený oddíl \"%s\" v souboru \"%s\": Název oddílu se neshoduje se " -"schématem URI nebo typem MIME" +msgstr "Poškozený oddíl \"%s\" v souboru \"%s\": Název oddílu se neshoduje se schématem URI nebo typem MIME" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -91,34 +85,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Již je spuštěn jiný správce nástroje pro vytváření náhledů" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Nelze změnit hodnotu nice procesu." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Služba vytváření náhledů Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Připojení k relaci sběrnice D-Bus se nezdařilo: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Načtení specializovaných nástrojů pro vytváření náhledů do registru se " -"nezdařilo: %s" +msgstr "Načtení specializovaných nástrojů pro vytváření náhledů do registru se nezdařilo: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Spuštění služby mezipaměti náhledů se nezdařilo: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Spuštění správce nástroje pro vytváření náhledů se nezdařilo: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Spuštění služby nástroj pro vytváření náhledů se nezdařilo: %s" @@ -174,27 +170,27 @@ msgid "Version mismatch: %s" msgstr "Verze se neshodují: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Načtení plakátu z umístění %s se nezdařilo" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "Načtení metadat z umístění %s se nezdařilo" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "Neplatný klíč rozhraní API, musíte obdržet platný klíč. Služba Movie DB bude zakázána." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "V metadatech nebylo možné najít klíč plakátu" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Titulek filmu je příliš krátký" @@ -239,11 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Odvození náhledu z obsahu souboru nelze provést" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Dokument je prázdný" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Nelze načíst první stranu dokumentu" @@ -255,79 +251,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Nelze uložit náhled do \"%s\"" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "" -#~ "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů služby " -#~ "GStreamer" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "" -#~ "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů služby " -#~ "GStreamer" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "" -#~ "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů Pixbuf" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "" -#~ "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů Pixbuf" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "" -#~ "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů písem" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "" -#~ "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů písem" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "" -#~ "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů " -#~ "obrázků JPEG" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "" -#~ "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů obrázků " -#~ "JPEG" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů videí " -#~ "ffmpeg" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů videí " -#~ "ffmpeg" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "" -#~ "Inicializace zásuvného modulu služby Tumbler pro vytváření náhledů " -#~ "dokumentů ODF" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "" -#~ "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů dokumentů " -#~ "ODF" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "" -#~ "Inicializace zásuvného modulu nástroje pro vytváření náhledů Tumbler PDF/" -#~ "PS Poppler" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "" -#~ "Inicializace modulu služby Tumbler pro vytváření náhledů dokumentů RAW" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "" -#~ "Vypínání zásuvného modulu služby Tumbler pro vytváření náhledů dokumentů " -#~ "RAW" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Inicializace zásuvného modulu mezipaměti XDG pro službu Tumbler" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Vypínání zásuvného modulu mezipaměti XDG pro službu Tumbler " diff -Nru tumbler-0.1.29/po/da.po tumbler-0.1.30/po/da.po --- tumbler-0.1.29/po/da.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/da.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,36 +1,36 @@ -# Danish translation of Tumbler. -# Copyright (C) 2009 Jannis Pohlmann -# This file is distributed under the same license as the Tumbler package. -# Per Kongstad , 2009. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # +# Translators: +# Aputsiaĸ Niels Janussen , 2013 +# Per Kongstad , 2009 msgid "" msgstr "" -"Project-Id-Version: Tumbler 1.0.1\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 05:04+0000\n" -"PO-Revision-Date: 2009-12-19 22:24+0100\n" -"Last-Translator: Per Kongstad \n" -"Language-Team: Danish \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-08 14:50+0000\n" +"Last-Translator: Aputsiaĸ Niels Janussen \n" +"Language-Team: Danish (http://www.transifex.com/projects/p/xfce/language/da/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: da\n" -"X-Poedit-Language: Danish\n" -"X-Poedit-SourceCharset: utf-8\n" -"X-Poedit-Country: Denmark\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "En anden tjeneste til cache af miniaturer kører allerede" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "Ingen miniaturetjeneste tilgængelig for \"%s\"" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "Tjenesten thumbnailer lukker ned" @@ -43,11 +43,11 @@ msgid "Unsupported thumbnail flavor requested" msgstr "Anmodet ikke understøttet miniature" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" msgstr "Kunne ikke kalde den specialiserede miniature: tidsudløb" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "Kunne ikke kalde den specialiserede miniature: %s" @@ -68,9 +68,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Misdannet sektion \"%s\" i filen \"%s\": Der er forskel mellem sektionsnavn " -"og Uri-skema/MIME-type" +msgstr "Misdannet sektion \"%s\" i filen \"%s\": Der er forskel mellem sektionsnavn og Uri-skema/MIME-type" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -83,37 +81,41 @@ msgid "Failed to determine last modified time of \"%s\"" msgstr "Kunne ikke bestemme sidste tid for ændring af \"%s\"" -#: ../tumblerd/tumbler-manager.c:1863 +#: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "En anden miniaturehåndtering kører allerede" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Kunne ikke ændre processens venlighedsværdi." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler Thumbnailing tjeneste" -#: ../tumblerd/main.c:98 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Kunne ikke forbinde til D-Bus-sessionen: %s" -#: ../tumblerd/main.c:156 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Kunne ikke indlæse specialiserede miniaturer ind i registret: %s" -#: ../tumblerd/main.c:173 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Kunne ikke starte tjenesten thumbnail cache: %s" -#: ../tumblerd/main.c:190 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Kunne ikke starte miniaturehændteringen: %s" -#: ../tumblerd/main.c:207 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Kunne ikke starte tjenesten til miniaturer: %s" @@ -155,6 +157,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Kunne ikke indlæse udvidelsesmodul \"%s\": %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -168,30 +171,29 @@ msgid "Version mismatch: %s" msgstr "Version uoverensstemmelse: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -msgstr "Klargører udvidelsesmodulet Tumbler GStreamer Thumbnailer" - -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "Lukker udvidelsesmodulet Tumbler GStreamer Thumbnailer ned" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Initialiserer udvidelsesmodulet Tumbler Pixbuf Thumbnailer" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Lukker udvidelsesmodulet Tumbler Pixbuf Thumbnailer ned" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Initialiserer udvidelsesmodulet Tumbler Font Thumbnailer" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Lukker udvidelsesmodulet Tumbler Font Thumbnailer ned" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "Kunne ikke indlæse plakatbilledet \"%s\"" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "Kunne ikke indlæse metadataene fra \"%s\"" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "Ugyldig API-nøgle - du skal være tildelt en gyldig nøgle. Motoren for Movie DB vil blive slået fra." + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "Ingen plakatnøgle fundet i metadata" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "Filmtitlen er for kort" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -223,8 +225,8 @@ msgid "Could not render glyphs: %s" msgstr "Kunne ikke rendere glyphs: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -234,39 +236,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Miniature kunne ikke blive bestemt ud fra filindholdet" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Initialiserer udvidelsesmodulet Tumbler JPEG Thumbnailer" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Lukker udvidelsesmodulet Tumbler JPEG Thumbnailer ned" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Initialiserer udvidelsesmodulet Tumbler ffmpeg video thumbnailer" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Lukker udvidelsesmodulet Tumbler ffmpeg video thumbnailer ned" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "Initialiserer udvidelsesmodulet Tumbler ODF Thumbnailer" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "Lukker udvidelsesmodulet Tumbler ODF Thumbnailer ned" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Initialiserer udvidelsesmodulet Tumbler Poppler PDF/PS Thumbnailer" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Dokumentet er tomt" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Første sideaf dokumentet kunne ikke læses" @@ -274,32 +248,7 @@ msgid "Only local files are supported" msgstr "Kun lokale filer er understøttet" -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "Initialiserer udvidelsesmodulet Tumbler RAW Thumbnailer" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "Lukker udvidelsesmodulet Tumbler RAW Thumbnailer ned" - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Kunne ikke gemme miniature til \"%s\"" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Initialiserer udvidelsesmodulet Tumbler XDG cache" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Lukker udvidelsesmodulet Tumbler XDG cache ned" - -#~ msgid "Normal" -#~ msgstr "Normal" - -#~ msgid "Large" -#~ msgstr "Stort" - -#~ msgid "Cropped" -#~ msgstr "Beskåret" diff -Nru tumbler-0.1.29/po/de.po tumbler-0.1.30/po/de.po --- tumbler-0.1.29/po/de.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/de.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,19 +1,20 @@ -# German translations for tumbler package -# German messages for tumbler. -# Copyright (C) 2010 Jannis Pohlmann -# This file is distributed under the same license as the tumbler package. -# Fabian Nowak , 2010. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Fabian Nowak , 2010 +# hjudt , 2013 # Paul Seyfert , 2010 # Thomas Schütz , 2012 -# msgid "" msgstr "" -"Project-Id-Version: tumbler 0.1.2\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-07 23:03+0000\n" -"PO-Revision-Date: 2010-11-24 01:36+0100\n" -"Last-Translator: Thomas Schütz \n" -"Language-Team: German\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-10-01 16:56+0000\n" +"Last-Translator: hjudt \n" +"Language-Team: German (http://www.transifex.com/projects/p/xfce/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -25,13 +26,13 @@ msgid "Another thumbnail cache service is already running" msgstr "Ein anderer Dienst für Vorschaubilder läuft bereits" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "Kein Vorschaubildersteller für »%s« vorhanden" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "Der Dienst für Vorschaubilder wird angehalten" @@ -44,16 +45,14 @@ msgid "Unsupported thumbnail flavor requested" msgstr "Nicht unterstützte Vorschaubildart angefordert" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "" -"Konnte den spezialisierten Vorschaubildersteller nicht aufrufen: Timeout" +msgstr "Konnte den spezialisierten Vorschaubildersteller nicht aufrufen: Timeout" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" -msgstr "" -"Der spezialisierte Vorschaubildersteller konnte nicht aufrufen werden: %s" +msgstr "Der spezialisierte Vorschaubildersteller konnte nicht aufrufen werden: %s" #: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 #, c-format @@ -71,9 +70,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Kaputter Abschnitt »%s« in Datei »%s«: Keine Übereinstimmung zwischen Name " -"des Abschnitts und dem URI-Schema/MIME-Typ" +msgstr "Kaputter Abschnitt »%s« in Datei »%s«: Keine Übereinstimmung zwischen Name des Abschnitts und dem URI-Schema/MIME-Typ" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -86,40 +83,41 @@ msgid "Failed to determine last modified time of \"%s\"" msgstr "Das Datum der letzten Änderung von »%s« konnte nicht bestimmt werden." -#: ../tumblerd/tumbler-manager.c:1863 +#: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "Eine anderes Verwaltungsprogramm für Vorschaubilder läuft bereits" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Priorität des Prozesses konnte nicht geändert werden." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Vorschaubildersteller Tumbler" -#: ../tumblerd/main.c:98 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Konnte nicht mit dem D-Bus-Sitzungsbus verbinden: %s" -#: ../tumblerd/main.c:156 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Konnte besondere Vorschaubildersteller nicht in die Registrierung eintragen: " -"%s" +msgstr "Konnte besondere Vorschaubildersteller nicht in die Registrierung eintragen: %s" -#: ../tumblerd/main.c:173 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Der Vorschaubild-Cache-Dienst konnte nicht gestartet werden: %s" -#: ../tumblerd/main.c:190 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" -msgstr "" -"Das Verwaltungsprogramm für Vorschaubilder konnte nicht gestartet werden: %s" +msgstr "Das Verwaltungsprogramm für Vorschaubilder konnte nicht gestartet werden: %s" -#: ../tumblerd/main.c:207 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Der Vorschaubilddienst konnte nicht gestartet werden: %s" @@ -161,6 +159,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Das Plugin »%s« konnte nicht geladen werden: %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -174,30 +173,29 @@ msgid "Version mismatch: %s" msgstr "Keine Übereinstimmung der Versionen: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -msgstr "Die Tumbler GStreamer-Vorschaubilderweiterung wird gestartet" - -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "Die Tumbler GStreamer-Vorschaubilderweiterung wird beendet" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Die Tumbler Pixbuf-Vorschaubilderweiterung wird gestartet" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Die Tumbler Pixbuf-Vorschaubilderweiterung wird beendet" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Die Tumbler Schriften-Vorschaubilderweiterung wird gestartet" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Die Tumbler Schriften-Vorschaubilderweiterung wird beendet" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "Laden von Posterbild »%s« fehlgeschlagen" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "Laden der Metadaten von »%s« fehlgeschlagen" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "Ungültiger API Schlüssel; Sie müssen einen gültigen Schlüssel verwenden. Das Movie DB Backend wird deaktiviert bleiben." + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "Kein Poster-Schlüssel in den Metadaten gefunden." + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "Filmtitel ist zu kurz" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -229,8 +227,8 @@ msgid "Could not render glyphs: %s" msgstr "Glyphen konnten nicht gerendert werden: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -240,39 +238,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Vorschaubild konnte nicht anhand der Dateiinhalte erstellt werden" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Die Tumbler JPEG-Vorschaubilderweiterung wird gestartet" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Die Tumbler JPEG-Vorschaubilderweiterung wird beendet" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Die Tumbler ffmpeg-Video-Vorschaubilderweiterung wird gestartet" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Die Tumbler ffmpeg-Video-Vorschaubilderweiterung wird beendet" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "Die Tumbler ODF-Vorschaubilderweiterung wird gestartet" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "Die Tumbler ODF-Vorschaubilderweiterung wird beendet" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Die Tumbler Poppler-PDF/PS-Vorschaubilderweiterung wird gestartet" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Das Dokument ist leer" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Erste Seite des Dokuments konnte nicht gelesen werden" @@ -280,23 +250,7 @@ msgid "Only local files are supported" msgstr "Nur lokale Dateien werden unterstützt" -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "Die Tumbler RAW-Vorschaubilderweiterung wird gestartet" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "Die Tumbler RAW-Vorschaubilderweiterung wird beendet" - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Vorschaubild konnte nicht nach »%s« gespeichert werden" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Die Tumbler XDG-Cache-Erweiterung wird gestartet" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Die Tumbler XDG-Cache-Erweiterung wird beendet" diff -Nru tumbler-0.1.29/po/el.po tumbler-0.1.30/po/el.po --- tumbler-0.1.29/po/el.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/el.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,34 +1,36 @@ -# -# Efstathios Iosifidis , 2012. -# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Efstathios Iosifidis , 2012 +# loathingkernel , 2013 msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-08 17:57+0000\n" -"PO-Revision-Date: 2012-04-09 19:36+0300\n" -"Last-Translator: Efstathios Iosifidis \n" -"Language-Team: Ελληνικά, Σύγχρονα \n" -"Language: el\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-07-14 20:27+0000\n" +"Last-Translator: loathingkernel \n" +"Language-Team: Greek (http://www.transifex.com/projects/p/xfce/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Country: GREECE\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" -msgstr "" -"Μια άλλη υπηρεσία λανθάνουσας μνήμης επισκόπησης εικόνων εκτελείται ήδη" +msgstr "Μια άλλη υπηρεσία λανθάνουσας μνήμης επισκόπησης εικόνων εκτελείται ήδη" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "Δεν είναι διαθέσιμη η επισκόπηση εικόνων για το \"%s\"" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "Τερματίζεται η υπηρεσία thumbnailer" @@ -41,11 +43,11 @@ msgid "Unsupported thumbnail flavor requested" msgstr "Ζητήθηκε μη υποστηριζόμενη έκδοση επισκόπησης εικόνων" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" msgstr "Αποτυχία καλέσματος της ειδικής επισκόπησης εικόνων: χρονικό όριο" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "Αποτυχία καλέσματος της ειδικής επισκόπησης εικόνων: %s" @@ -66,9 +68,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Λανθασμένη τμήμα \"%s\" στο αρχείο \"%s\": Αναντιστοιχία μεταξύ τμήματος " -"ονόματος και UriScheme/MimeType" +msgstr "Λανθασμένη τμήμα \"%s\" στο αρχείο \"%s\": Αναντιστοιχία μεταξύ τμήματος ονόματος και UriScheme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -86,33 +86,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Ένας άλλος μηχανισμός επισκόπησης εικόνων τρέχει ήδη" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Υπηρεσία επισκόπησης εικόνων Tumbler" -#: ../tumblerd/main.c:101 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Αποτυχία σύνδεσης στη σύνοδο D-Bus: %s" -#: ../tumblerd/main.c:159 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Αποτυχία φόρτωσης ειδικής επισκόπησης εικόνων στο μητρώο: %s" -#: ../tumblerd/main.c:176 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" -msgstr "" -"Αποτυχία εκκίνησης της υπηρεσίας λανθάνουσας μνήμης επισκόπησης εικόνων: %s" +msgstr "Αποτυχία εκκίνησης της υπηρεσίας λανθάνουσας μνήμης επισκόπησης εικόνων: %s" -#: ../tumblerd/main.c:193 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Αποτυχία εκκίνησης του διαχειριστή επισκόπησης εικόνων: %s" -#: ../tumblerd/main.c:210 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Αποτυχία εκκίνησης της υπηρεσίας επισκόπησης εικόνων: %s" @@ -132,8 +135,7 @@ #: ../tumbler/tumbler-cache-plugin.c:145 #, c-format msgid "Cache plugin \"%s\" lacks required symbols" -msgstr "" -"Η λανθάνουσα μνήμη του πρόσθετου \"%s\" στερείται απαιτούμενων συμβόλων" +msgstr "Η λανθάνουσα μνήμη του πρόσθετου \"%s\" στερείται απαιτούμενων συμβόλων" #: ../tumbler/tumbler-cache-plugin.c:153 #, c-format @@ -155,6 +157,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Αποτυχία φόρτωσης πρόσθετου \"%s\": %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -168,30 +171,29 @@ msgid "Version mismatch: %s" msgstr "Αναντιστοιχία έκδοσης: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -msgstr "Αρχικοποιείται το πρόσθετο Tumbler GStreamer Thumbnailer" - -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "Τερματίζει το πρόσθετο Tumbler GStreamer Thumbnailer" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Αρχικοποιείται το πρόσθετο Tumbler pixbuf Thumbnailer" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Τερματίζει το πρόσθετο Tumbler pixbuf Thumbnailer" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Αρχικοποιείται το πρόσθετο Tumbler Font Thumbnailer" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Τερματίζει το πρόσθετο Tumbler Font Thumbnailer" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "Ο τίτλος της ταινίας είναι πολύ σύντομος" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -223,8 +225,8 @@ msgid "Could not render glyphs: %s" msgstr "Δεν ήταν δυνατή η αποτύπωση της γλυφής: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -232,42 +234,13 @@ #: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 #, c-format msgid "Thumbnail could not be inferred from file contents" -msgstr "" -"Η επισκόπηση εικόνας δεν ήταν δυνατό να γίνει από το περιεχόμενο του αρχείου" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Αρχικοποιείται το πρόσθετο JPEG Tumbler Thumbnailer" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Τερματίζει το πρόσθετο JPEG Tumbler Thumbnailer" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Αρχικοποιείται το πρόσθετο ffmpeg βίντεο Tumbler Thumbnailer" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Τερματίζει το πρόσθετο ffmpeg βίντεο Tumbler Thumbnailer" +msgstr "Η επισκόπηση εικόνας δεν ήταν δυνατό να γίνει από το περιεχόμενο του αρχείου" -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "Αρχικοποιείται το πρόσθετο Tumbler ΟΔΦ Thumbnailer" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "Τερματίζει το πρόσθετο Tumbler ODF Thumbnailer" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Αρχικοποιείται το πρόσθετο Tumbler Poppler PDF/PS Thumbnailer" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Το έγγραφο είναι άδειο" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Η πρώτη σελίδα του εγγράφου δε μπορεί να διαβαστεί" @@ -275,23 +248,7 @@ msgid "Only local files are supported" msgstr "Υποστηρίζονται μόνο τοπικά αρχεία" -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "Αρχικοποιείται το πρόσθετο Tumbler RAW Thumbnailer" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "Τερματίζει το πρόσθετο Tumbler RAW Thumbnailer" - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Δεν ήταν δυνατή η αποθήκευση της επισκόπησης εικόνας στο \"%s\"" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Αρχικοποιείται το πρόσθετο λανθάνουσας μνήμης Tumbler XDG" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Τερματίζει το πρόσθετο λανθάνουσας μνήμης Tumbler XDG" diff -Nru tumbler-0.1.29/po/en_AU.po tumbler-0.1.30/po/en_AU.po --- tumbler-0.1.29/po/en_AU.po 1970-01-01 00:00:00.000000000 +0000 +++ tumbler-0.1.30/po/en_AU.po 2014-02-22 23:15:10.000000000 +0000 @@ -0,0 +1,252 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Tumbler\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-07-24 23:13+0000\n" +"Last-Translator: k3lt01 \n" +"Language-Team: English (Australia) (http://www.transifex.com/projects/p/xfce/language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../tumblerd/tumbler-cache-service.c:413 +#, c-format +msgid "Another thumbnail cache service is already running" +msgstr "Another thumbnail cache service is already running" + +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 +#, c-format +msgid "No thumbnailer available for \"%s\"" +msgstr "No thumbnailer available for \"%s\"" + +#: ../tumblerd/tumbler-lifecycle-manager.c:208 +msgid "The thumbnailer service is shutting down" +msgstr "The thumbnailer service is shutting down" + +#: ../tumblerd/tumbler-service.c:758 +#, c-format +msgid "Another generic thumbnailer is already running" +msgstr "Another generic thumbnailer is already running" + +#: ../tumblerd/tumbler-service.c:867 +msgid "Unsupported thumbnail flavor requested" +msgstr "Unsupported thumbnail flavour requested" + +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 +msgid "Failed to call the specialized thumbnailer: timeout" +msgstr "Failed to call the specialised thumbnailer: timeout" + +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 +#, c-format +msgid "Failed to call the specialized thumbnailer: %s" +msgstr "Failed to call the specialised thumbnailer: %s" + +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 +#, c-format +msgid "Failed to load the file \"%s\": %s" +msgstr "Failed to load the file \"%s\": %s" + +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:535 +#, c-format +msgid "Malformed section \"%s\" in file \"%s\": %s" +msgstr "Malformed section \"%s\" in file \"%s\": %s" + +#: ../tumblerd/tumbler-manager.c:548 +#, c-format +msgid "" +"Malformed section \"%s\" in file \"%s\": Mismatch between section name and " +"UriScheme/MimeType" +msgstr "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType" + +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:936 +#, c-format +msgid "Malformed file \"%s\": %s" +msgstr "Malformed file \"%s\": %s" + +#: ../tumblerd/tumbler-manager.c:962 +#, c-format +msgid "Failed to determine last modified time of \"%s\"" +msgstr "Failed to determine last modified time of \"%s\"" + +#: ../tumblerd/tumbler-manager.c:1868 +#, c-format +msgid "Another thumbnailer manager is already running" +msgstr "Another thumbnailer manager is already running" + +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Couldn't change nice value of process." + +#. set the application name. Translators: Don't translate "Tumbler". +#: ../tumblerd/main.c:258 +msgid "Tumbler Thumbnailing Service" +msgstr "Tumbler Thumbnailing Service" + +#: ../tumblerd/main.c:280 +#, c-format +msgid "Failed to connect to the D-Bus session bus: %s" +msgstr "Failed to connect to the D-Bus session bus: %s" + +#: ../tumblerd/main.c:363 +#, c-format +msgid "Failed to load specialized thumbnailers into the registry: %s" +msgstr "Failed to load specialised thumbnailers into the registry: %s" + +#: ../tumblerd/main.c:375 +#, c-format +msgid "Failed to start the thumbnail cache service: %s" +msgstr "Failed to start the thumbnail cache service: %s" + +#: ../tumblerd/main.c:385 +#, c-format +msgid "Failed to start the thumbnailer manager: %s" +msgstr "Failed to start the thumbnailer manager: %s" + +#: ../tumblerd/main.c:395 +#, c-format +msgid "Failed to start the thumbnailer service: %s" +msgstr "Failed to start the thumbnailer service: %s" + +#: ../tumbler/tumbler-enum-types.c:49 +msgid "Invalid format" +msgstr "Invalid format" + +#: ../tumbler/tumbler-enum-types.c:50 +msgid "PNG" +msgstr "PNG" + +#: ../tumbler/tumbler-enum-types.c:71 +msgid "RGB Colorspace" +msgstr "RGB Colourspace" + +#: ../tumbler/tumbler-cache-plugin.c:145 +#, c-format +msgid "Cache plugin \"%s\" lacks required symbols" +msgstr "Cache plugin \"%s\" lacks required symbols" + +#: ../tumbler/tumbler-cache-plugin.c:153 +#, c-format +msgid "Failed to load the cache plugin \"%s\": %s" +msgstr "Failed to load the cache plugin \"%s\": %s" + +#: ../tumbler/tumbler-file-info.c:297 +#, c-format +msgid "The file \"%s\" is a thumbnail itself" +msgstr "The file \"%s\" is a thumbnail itself" + +#: ../tumbler/tumbler-provider-plugin.c:135 +#, c-format +msgid "Plugin \"%s\" lacks required symbols." +msgstr "Plugin \"%s\" lacks required symbols." + +#: ../tumbler/tumbler-provider-plugin.c:143 +#, c-format +msgid "Failed to load plugin \"%s\": %s" +msgstr "Failed to load plugin \"%s\": %s" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 +#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 +#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 +#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58 +#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57 +#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57 +#: ../plugins/xdg-cache/xdg-cache-plugin.c:52 +#, c-format +msgid "Version mismatch: %s" +msgstr "Version mismatch: %s" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "Failed to load the poster image \"%s\"" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "Failed to load the metadata from \"%s\"" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "Invalid API key, you must be granted a valid key. The Movie DB backend will be disabled." + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "No poster key found in metadata" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "Movie title is too short" + +#. there was an error in the freetype initialization, abort +#: ../plugins/font-thumbnailer/font-thumbnailer.c:463 +#, c-format +msgid "Could not initialize freetype: %s" +msgstr "Could not initialise freetype: %s" + +#. there was an error, emit error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:475 +#, c-format +msgid "Could not load file contents: %s" +msgstr "Could not load file contents: %s" + +#. the font file could not be loaded, emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:494 +#, c-format +msgid "Could not open font file: %s" +msgstr "Could not open font file: %s" + +#. emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:518 +#, c-format +msgid "Could not set the character map: %s" +msgstr "Could not set the character map: %s" + +#. emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:545 +#, c-format +msgid "Could not render glyphs: %s" +msgstr "Could not render glyphs: %s" + +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371 +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 +#, c-format +msgid "Thumbnail could not be inferred from file contents" +msgstr "Thumbnail could not be inferred from file contents" + +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +msgid "The document is empty" +msgstr "The document is empty" + +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 +msgid "First page of the document could not be read" +msgstr "First page of the document could not be read" + +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191 +msgid "Only local files are supported" +msgstr "Only local files are supported" + +#: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 +#, c-format +msgid "Could not save thumbnail to \"%s\"" +msgstr "Could not save thumbnail to \"%s\"" diff -Nru tumbler-0.1.29/po/en_GB.po tumbler-0.1.30/po/en_GB.po --- tumbler-0.1.29/po/en_GB.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/en_GB.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,33 +1,35 @@ -# en_GB translation for tumbler. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Jeff Bailes # +# Translators: +# Noskcaj , 2013 msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-19 01:12+0000\n" -"PO-Revision-Date: 2009-08-18 21:35+1000\n" -"Last-Translator: Jeff Bailes \n" -"Language-Team: en_GB\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-07-26 20:38+0000\n" +"Last-Translator: Noskcaj \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/xfce/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "Another thumbnail cache service is already running" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "No thumbnailer available for \"%s\"" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "The thumbnailer service is shutting down" @@ -40,11 +42,11 @@ msgid "Unsupported thumbnail flavor requested" msgstr "Unsupported thumbnail flavour requested" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" msgstr "Failed to call the specialised thumbnailer: timeout" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "Failed to call the specialised thumbnailer: %s" @@ -65,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Malformed section \"%s\" in file \"%s\": Mismatch between section name and " -"UriScheme/MimeType" +msgstr "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -85,32 +85,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Another thumbnailer manager is already running" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Couldn't change nice value of process." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler Thumbnailing Service" -#: ../tumblerd/main.c:101 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Failed to connect to the D-Bus session bus: %s" -#: ../tumblerd/main.c:159 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Failed to load specialised thumbnailers into the registry: %s" -#: ../tumblerd/main.c:176 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Failed to start the thumbnail cache service: %s" -#: ../tumblerd/main.c:193 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Failed to start the thumbnailer manager: %s" -#: ../tumblerd/main.c:210 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Failed to start the thumbnailer service: %s" @@ -152,6 +156,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Failed to load plugin \"%s\": %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -165,30 +170,29 @@ msgid "Version mismatch: %s" msgstr "Version mismatch: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -msgstr "Initialising the Tumbler GStreamer Thumbnailer plugin" - -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "Shutting down the Tumbler GStreamer Thumbnailer plugin" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Initialising the Tumbler Pixbuf Thumbnailer plugin" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Shutting down the Tumbler Pixbuf Thumbnailer plugin" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Initialising the Tumbler Font Thumbnailer plugin" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Shutting down the Tumbler Font Thumbnailer plugin" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "Failed to load the poster image \"%s\"" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "Failed to load the metadata from \"%s\"" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "Invalid API key, you must be granted a valid key. The Movie DB backend will be disabled." + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "No poster key found in metadata" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "Movie title is too short" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -220,8 +224,8 @@ msgid "Could not render glyphs: %s" msgstr "Could not render glyphs: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -231,39 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Thumbnail could not be inferred from file contents" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Initialising the Tumbler JPEG Thumbnailer plugin" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Shutting down the Tumbler JPEG Thumbnailer plugin" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Initialising the Tumbler ffmpeg video thumbnailer plugin" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Shutting down the Tumbler ffmpeg video thumbnailer plugin" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "Initialising the Tumbler ODF Thumbnailer plugin" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "Shutting down the Tumbler ODF Thumbnailer plugin" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Initialising the Tumbler Poppler PDF/PS Thumbnailer plugin" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "The document is empty" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "First page of the document could not be read" @@ -271,32 +247,7 @@ msgid "Only local files are supported" msgstr "Only local files are supported" -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "Initialising the Tumbler RAW Thumbnailer plugin" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "Shutting down the Tumbler RAW Thumbnailer plugin" - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Could not save thumbnail to \"%s\"" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Initialising the Tumbler XDG cache plugin" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Shutting down the Tumbler XDG cache plugin" - -#~ msgid "Normal" -#~ msgstr "Normal" - -#~ msgid "Large" -#~ msgstr "Large" - -#~ msgid "Cropped" -#~ msgstr "Cropped" diff -Nru tumbler-0.1.29/po/es.po tumbler-0.1.30/po/es.po --- tumbler-0.1.29/po/es.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/es.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,20 +1,22 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # +# Translators: +# Pablo Lezaeta , 2013 msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-02 19:48+0000\n" -"PO-Revision-Date: 2011-03-11 17:31-0300\n" -"Last-Translator: \n" -"Language-Team: Spanish \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-10-30 03:51+0000\n" +"Last-Translator: Pablo Lezaeta \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/xfce/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.2\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -25,16 +27,16 @@ #: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" -msgstr "No hay una previsualización dsponible para «%s»" +msgstr "No hay un miniaturizador disponible para «%s»" #: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" -msgstr "El servicio de previsualización se está cerrando" +msgstr "El servicio de miniaturas se está cerrando" #: ../tumblerd/tumbler-service.c:758 #, c-format msgid "Another generic thumbnailer is already running" -msgstr "Otro previsualizador genérico ya está abierto" +msgstr "Ya está en ejecución otro miniaturizador genérico" #: ../tumblerd/tumbler-service.c:867 msgid "Unsupported thumbnail flavor requested" @@ -42,8 +44,7 @@ #: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "" -"Error al llamar al previsualizador especializado: tiempo de espera terminado." +msgstr "Error al llamar al previsualizador especializado: tiempo de espera terminado." #: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format @@ -66,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Sección mal formada \"%s\" en archivo \"%s\": conflicto entre nombre de " -"sección y UriScheme/MimeType" +msgstr "Sección mal formada «%s» en el archivo «%s»: el nombre de la sección y UriScheme/MimeType no coinciden" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -79,43 +78,46 @@ #: ../tumblerd/tumbler-manager.c:962 #, c-format msgid "Failed to determine last modified time of \"%s\"" -msgstr "Error al determinar la fecha de modificación de «%s»" +msgstr "Falló al determinar la fecha de modificación de «%s»" #: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" -msgstr "Otro gestor de previsualización ya está funcionando" +msgstr "Ya se está ejecutando otro gestor de miniaturización" + +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "No se pudo cambiar el valor NICE del proceso." #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" -msgstr "Servicio de previsualización de Tumbler" +msgstr "Servicio de miniaturización Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" -msgstr "Falló al conectar la sesión de bus D-Bus: %s" +msgstr "Falló al conectar el bus de sesiones D-Bus: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Falló al cargar previsualizadores especializados dentro del registro: %s" +msgstr "Falló al cargar previsualizadores especializados dentro del registro: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" -msgstr "Falló al iniciar el servicio de caché de previsualización: %s" +msgstr "Falló al iniciar el servicio de caché de miniaturas: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" -msgstr "Falló al iniciar el gestor de previsualización: %s" +msgstr "Falló al iniciar el gestor de miniaturización: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" -msgstr "Falló al iniciar el servicio de previsualización: %s" +msgstr "Falló al iniciar el servicio de miniaturización: %s" #: ../tumbler/tumbler-enum-types.c:49 msgid "Invalid format" @@ -132,12 +134,12 @@ #: ../tumbler/tumbler-cache-plugin.c:145 #, c-format msgid "Cache plugin \"%s\" lacks required symbols" -msgstr "El complemento de cache «%s» carece de los símbolos necesarios" +msgstr "El complemento de caché «%s» carece de los símbolos necesarios" #: ../tumbler/tumbler-cache-plugin.c:153 #, c-format msgid "Failed to load the cache plugin \"%s\": %s" -msgstr "Error al cargar el complemento de cache «%s»: %s" +msgstr "Falló al cargar el complemento de caché «%s»: %s" #: ../tumbler/tumbler-file-info.c:297 #, c-format @@ -152,7 +154,7 @@ #: ../tumbler/tumbler-provider-plugin.c:143 #, c-format msgid "Failed to load plugin \"%s\": %s" -msgstr "Error al cargar el complemento «%s»: %s" +msgstr "Falló al cargar el complemento «%s»: %s" #: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 @@ -166,31 +168,29 @@ #: ../plugins/xdg-cache/xdg-cache-plugin.c:52 #, c-format msgid "Version mismatch: %s" -msgstr "Conflicto de versiones: %s" +msgstr "Las versiones no coinciden: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Falló al cargar la imagen del publicador «%s»" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "Falló al cargar los metadatos de «%s»" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." -msgstr "" -"Clave API inválida, debe garantizarse una clave válida. La BD será " -"desactivada." +msgstr "Clave API no válida, debe otorgársele una clave válida. Se desactivará el motor \"The Movie DB\"." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "No se encontró ninguna clave de publicador en los metadatos" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "El título de la película es muy corto" @@ -198,7 +198,7 @@ #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 #, c-format msgid "Could not initialize freetype: %s" -msgstr "No se puede iniciar FreeType: %s" +msgstr "No se pudo inicializar freetype: %s" #. there was an error, emit error signal #: ../plugins/font-thumbnailer/font-thumbnailer.c:475 @@ -210,13 +210,13 @@ #: ../plugins/font-thumbnailer/font-thumbnailer.c:494 #, c-format msgid "Could not open font file: %s" -msgstr "No se pudo abrir el archivo de tipografía: %s" +msgstr "No se pudo abrir el archivo de tipo de letra: %s" #. emit an error signal #: ../plugins/font-thumbnailer/font-thumbnailer.c:518 #, c-format msgid "Could not set the character map: %s" -msgstr "No se pudo establecer el mapa de caracteres: %s" +msgstr "No se pudo definir el mapa de caracteres: %s" #. emit an error signal #: ../plugins/font-thumbnailer/font-thumbnailer.c:545 @@ -233,73 +233,21 @@ #: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 #, c-format msgid "Thumbnail could not be inferred from file contents" -msgstr "" -"No se puede generar previsualización a partir de los contenidos del archivo" +msgstr "No se puede generar previsualización a partir de los contenidos del archivo" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "El documento está vacío" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" -msgstr "La primera página del documento no puede ser leída" +msgstr "No se pudo leer la primera página del documento" #: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191 msgid "Only local files are supported" -msgstr "Solo se permiten los archivos locales" +msgstr "Solamente se permiten los archivos locales" #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" -msgstr "No se puede guardar la previsualización a «%s»" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Inicializando el complemento Tumbler GStreamer Thumbnailer" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Apagando el complemento Tumbler GStreamer Thumbnailer" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Iniciando el complemento Pixbuf Thumbnailer para Tumbler" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Cerrando el complemento Pixbuf Thumbnailer para Tumbler" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Iniciando el complemento Font Thumbnailer para Tumbler" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Cerrando el complemento Font Thumbnailer para Tumbler" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Iniciando el complemento JPEG Thumbnailer para Tumbler" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Cerrando el complemento JPEG Thumbnailer para Tumbler" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Iniciando el complemento Ffmpeg video Thumbnailer para Tumbler" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Cerrando el complemento Ffmpeg video Thumbnailer para Tumbler" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Iniciando el complemento ODF Thumbnailer para Tumbler" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Cerrando el complemento ODF Thumbnailer para Tumbler" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Iniciando el complemento Poppler PDF/PS Thumbnailer para Tumbler" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Iniciando el complemento RAW Thumbnailer para Tumbler" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Cerrando el complemento RAW Thumbnailer para Tumbler" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Iniciando el complemento caché XDG para Tumbler" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Cerrando el complemento caché XDG para Tumbler" +msgstr "No se puede guardar la miniatura en «%s»" diff -Nru tumbler-0.1.29/po/eu.po tumbler-0.1.30/po/eu.po --- tumbler-0.1.29/po/eu.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/eu.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,20 +1,22 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Piarres Beobide , 2010. +# +# Translators: +# Piarres Beobide , 2010 msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-24 14:00+0000\n" -"PO-Revision-Date: 2010-01-29 22:59+0100\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-07-04 08:07+0000\n" "Last-Translator: Piarres Beobide \n" -"Language-Team: Basque \n" +"Language-Team: Basque (http://www.transifex.com/projects/p/xfce/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: Lokalize 1.0\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -65,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Oker eratutako \"%s\" atala \"%s\" fitxategian: Atal izen eta UriScheme/" -"MimeType ez datoz bat." +msgstr "Oker eratutako \"%s\" atala \"%s\" fitxategian: Atal izen eta UriScheme/MimeType ez datoz bat." #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -85,32 +85,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Beste argazkitxo kudeatzaile bat martxan dagoeneko" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Ezin da prozesuaren zenbakia aldatu." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler argazkitxo zerbitzua" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Huts D-Bus saio bus-arekin konektatzean: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Huts argazki sortzaile berezia erregistroan kargatzean: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Huts argazkitxo katxe zerbitzua abiaraztean: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Huts argazkitxo kudeatzailea abiaraztean: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Huts argazkitxo zerbitzua abiaraztean: %s" @@ -166,27 +170,27 @@ msgid "Version mismatch: %s" msgstr "Bertsio elkar-jotzea: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" -msgstr "Huts \"%s\" poster irudia kargatzean: %s" +msgstr "Huts \"%s\" poster irudia kargatzean" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" -msgstr "Huts \"%s\" poster irudia kargatzean: %s" +msgstr "" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "API gako baliogabea, baliozko gako bat sartu behar duzu. Filma DB interfazea desgaitu egingo da." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Ez da posterrik aurkitu metadatan" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Filma titulua laburregia da" @@ -231,11 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Argazkitxoak ezin da eskuratu fitxategi edukitik" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Dokumentua hutsik dago" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Dokumentuaren lehen orrialdea ezin da irakurri" @@ -247,54 +251,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Ezinda argazkitxoa \"%s\"-n gorde" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Tumbler GStreamer argazkitxo sortze plugina abiarazten" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Tumbler GStreamer argazkitxo sortze plugina itzaltzen" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Tumbler Pixbuf argazkitxo sortze plugina abiarazten" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Tumbler Pixbuf argazkitxo sortze plugina itzaltzen" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Tumbler letra-tipo argazkitxo sortze plugina abiarazten" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Tumbler letra-tipo argazkitxo sortze plugina itzaltzen" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Tumbler JPEG argazkitxo sortze plugina abiarazten" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Tumbler JPEG argazkitxo sortze plugina itzaltzen" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Tumbler ffmpeg argazkitxo sortze plugina abiarazten" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Tumbler ffmpeg argazkitxo sortze plugina itzaltzen" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Tumbler ODF argazkitxo sortze plugina abiarazten" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Tumbler ODF argazkitxo sortze plugina itzaltzen" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Tumbler Poppler PDF/PS argazkitxo sortze plugina abiarazten" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Tumbler RAW argazkitxo sortze plugina abiarazten" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Tumbler RAW argazkitxo sortze plugina itzaltzen" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Tumbler XDG katxe plugina abiarazten" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Tumbler XDG katxe plugina itzaltzen" diff -Nru tumbler-0.1.29/po/fi.po tumbler-0.1.30/po/fi.po --- tumbler-0.1.29/po/fi.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/fi.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,21 +1,20 @@ -# Finnish translation of tumbler -# Copyright (C) 2009-2011 Jannis Pohlmann -# Copyright (C) 2009-2010 Philip Van Hoof -# This file is distributed under the same license as the tumbler package. -# Jari Rahkonen , 2010-2012. -# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: Tumbler 0.1.x\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-28 10:03+0000\n" -"PO-Revision-Date: 2012-03-28 16:10+0200\n" -"Last-Translator: Jari Rahkonen \n" -"Language-Team: Finnish \n" -"Language: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Finnish (http://www.transifex.com/projects/p/xfce/language/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 @@ -23,13 +22,13 @@ msgid "Another thumbnail cache service is already running" msgstr "Toinen pienoiskuvien välimuistipalvelu on jo käynnissä" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "Kohteelle \"%s\" ei ole saatavilla pienoiskuvittajaa" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "Pienoiskuvapalvelu suljetaan" @@ -42,11 +41,11 @@ msgid "Unsupported thumbnail flavor requested" msgstr "Pyydettyä pienoiskuvamuotoa ei tueta" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" msgstr "Erityispienoiskuvittajan suoritusvirhe: aikakatkaisu" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "Erityispienoiskuvittajan suoritusvirhe: %s" @@ -67,9 +66,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Virheellinen alue \"%s\" tiedostossa \"%s\": Alueen nimi ja UriScheme/" -"MimeType eivät täsmää" +msgstr "Virheellinen alue \"%s\" tiedostossa \"%s\": Alueen nimi ja UriScheme/MimeType eivät täsmää" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -87,32 +84,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Toinen pienoiskuvien hallintaohjelma on jo käynnissä" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler-pienoiskuvapalvelu" -#: ../tumblerd/main.c:101 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "D-Bus -istuntoväylään ei saa yhteyttä: %s" -#: ../tumblerd/main.c:159 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Erityispienoiskuvittajien rekisteröinti epäonnistui: %s" -#: ../tumblerd/main.c:176 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Pienoiskuvien välimuistipalvelun käynnistys epäonnistui: %s" -#: ../tumblerd/main.c:193 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Pienoiskuvien hallintaohjelman käynnistys epäonnistui: %s" -#: ../tumblerd/main.c:210 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Pienoiskuvapalvelun käynnistys epäonnistui: %s" @@ -154,6 +155,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Liitännäisen \"%s\" lataus epäonnistui: %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -167,30 +169,29 @@ msgid "Version mismatch: %s" msgstr "Versioristiriita: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -msgstr "Alustetaan Tumblerin GStreamer-pienoiskuvittajaa" - -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "Suljetaan Tumblerin GStreamer-pienoiskuvittaja" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Alustetaan Tumblerin Pixbuf-pienoiskuvittajaa" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Suljetaan Tumblerin Pixbuf-pienoiskuvittaja" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Alustetaan Tumblerin kirjasinpienoiskuvittajaa" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Suljetaan Tumblerin kirjasinpienoiskuvittaja" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -222,8 +223,8 @@ msgid "Could not render glyphs: %s" msgstr "Merkkien piirto epäonnistui: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -233,39 +234,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Pienoiskuvan selvitys tiedoston sisällöstä epäonnistui" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Alustetaan Tumblerin JPEG-pienoiskuvittajaa" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Suljetaan Tumblerin JPEG-pienoiskuvittaja" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Alustetaan Tumblerin ffmpeg-videopienoiskuvittajaa" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Suljetaan Tumblerin ffmpeg-videopienoiskuvittaja" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "Alustetaan Tumblerin ODF-pienoiskuvittajaa" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "Suljetaan Tumblerin ODF-pienoiskuvittaja" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Alustetaan Tumblerin Poppler PDF/PS-pienoiskuvittajaa" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Asiakirja on tyhjä" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Asiakirjan ensimmäisen sivun lukeminen epäonnistui" @@ -273,23 +246,7 @@ msgid "Only local files are supported" msgstr "Pienoiskuvittaja tukee vain paikallisia tiedostoja" -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "Alustetaan Tumblerin RAW-pienoiskuvittajaa" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "Suljetaan Tumblerin RAW-pienoiskuvittaja" - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Pienoiskuvan tallennus kohteeseen \"%s\" epäonnistui" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Alustetaan Tumblerin XDG-välimuistiliitännäistä" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Suljetaan Tumblerin XDG-välimuistiliitännäinen" diff -Nru tumbler-0.1.29/po/fr.po tumbler-0.1.30/po/fr.po --- tumbler-0.1.29/po/fr.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/fr.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,27 +1,22 @@ -# French translation for tumbler. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Mike Massonnet -# Douart Patrick 2010 -# -# Les mentions "de ou pour Tumbler" ont été volotairement omis dans les -# traductions des messages de types "Tumbler ... plugin". -- Mike # +# Translators: +# jc1 , 2013 msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-14 13:36+0000\n" -"PO-Revision-Date: 2011-08-05 18:12+0100\n" -"Last-Translator: Jérôme Guelfucci >\n" -"Language-Team: French \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-07-29 12:20+0000\n" +"Last-Translator: jc1 \n" +"Language-Team: French (http://www.transifex.com/projects/p/xfce/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Country: FRANCE\n" "Language: fr\n" -"X-Poedit-Language: French\n" -"X-Poedit-SourceCharset: utf-8\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -36,7 +31,7 @@ #: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" -msgstr "Arrêt du service de miniature" +msgstr "Arrêt du service générateur de miniatures" #: ../tumblerd/tumbler-service.c:758 #, c-format @@ -72,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Section mal formée \"%s\" dans le fichier \"%s\": Incompatibilité entre le " -"nom de section et UriScheme/MimeType" +msgstr "Section mal formée « %s » dans le fichier « %s » : Incompatibilité entre le nom de section et le schéma URI / Type Mime" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -92,35 +85,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Un autre gestionnaire de générateur de miniatures est déjà lancé" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Impossible de changer la valeur « nice » du processus." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Service de génération de miniatures Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Impossible de se connecter au bus de session D-Bus : %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Impossible de charger des générateurs de miniatures spécialisés dans le " -"registre : %s" +msgstr "Impossible de charger les générateurs de miniatures spécialisés dans le registre : %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" -msgstr "Impossible de démarrer le service de cache des miniatures : %s" +msgstr "Impossible de démarrer le service de cache de miniatures : %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" -msgstr "" -"Impossible de démarrer le gestionnaire de générateurs de miniatures : %s" +msgstr "Impossible de démarrer le gestionnaire de générateurs de miniatures : %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Impossible de démarrer le service de générateurs de miniatures : %s" @@ -140,12 +134,12 @@ #: ../tumbler/tumbler-cache-plugin.c:145 #, c-format msgid "Cache plugin \"%s\" lacks required symbols" -msgstr "L'extension de cache « %s » n'a pas les symboles requis" +msgstr "Le greffon de cache « %s » manque de symboles requis" #: ../tumbler/tumbler-cache-plugin.c:153 #, c-format msgid "Failed to load the cache plugin \"%s\": %s" -msgstr "Impossible de charger le l'extension de cache « %s » : %s" +msgstr "Impossible de charger le greffon de cache « %s » : %s" #: ../tumbler/tumbler-file-info.c:297 #, c-format @@ -155,12 +149,12 @@ #: ../tumbler/tumbler-provider-plugin.c:135 #, c-format msgid "Plugin \"%s\" lacks required symbols." -msgstr "L'extension « %s » n'a pas les symboles requis." +msgstr "Le greffon « %s » manque de symboles requis" #: ../tumbler/tumbler-provider-plugin.c:143 #, c-format msgid "Failed to load plugin \"%s\": %s" -msgstr "Impossible de charger l'extension « %s » : %s" +msgstr "Impossible de charger le greffon « %s » : %s" #: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 @@ -176,29 +170,27 @@ msgid "Version mismatch: %s" msgstr "Incompatibilité de versions : %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Impossible de charger l'affiche « %s »" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "Impossible de charger les métadonnées depuis « %s »" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." -msgstr "" -"Touche API invalide , vous devez spécifier une clé valide. La base de " -"données film sera désactivée." +msgstr "Clé API invalide , vous devez spécifier une clé valide. Le moteur de la base de données film sera désactivée." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Aucune clé poster trouvée dans les méta-données" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Le titre du film est trop court" @@ -243,11 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Impossible de générer la miniature à partir du contenu du fichier" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Le document est vide" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "La première page du document n'a pas pu être lue" @@ -259,70 +251,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Impossible d'enregistrer la miniature dans « %s »" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "" -#~ "Initialisation de l'extension Tumbler générant des miniatures avec " -#~ "GStreamer" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Arrêt de l'extension Tumbler générant des miniatures avec GStreamer" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "" -#~ "Initialisation de l'extension Tumbler générant des miniatures avec Pixbuf" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Arrêt de l'extension Tumbler générant des miniatures avec Pixbuf" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "" -#~ "Initialisation de l'extension Tumbler générant des miniatures de polices " -#~ "de caractères" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "" -#~ "Arrêt de l'extension Tumbler générant des miniatures de polices de " -#~ "caractères" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "" -#~ "Initialisation de l'extension Tumbler générant des miniatures pour " -#~ "fichiers JPEG" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "" -#~ "Arrêt de l'extension Tumbler générant des miniatures pour fichiers JPEG" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Initialisation de l'extension Tumbler générant des miniatures pour les " -#~ "vidéos avec ffmpeg" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Arrêt de l'extension Tumbler générant des miniatures pour les vidéos avec " -#~ "ffmpeg" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Initialisation de l'extension Tumbler générant des miniatures ODF" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Arrêt de l'extension Tumbler générant des miniatures ODF" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "" -#~ "Initialisation de l'extension Tumbler générant des miniatures pour les " -#~ "PDF/PS avec Poppler" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Initialisation de l'extension Tumbler générant des miniatures RAW" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Arrêt de l'extension Tumbler générant des miniatures RAW" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Initialisation de l'extension Tumbler pour le cache XDG" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Arrêt de l'extension Tumbler pour le cache XDG" diff -Nru tumbler-0.1.29/po/gl.po tumbler-0.1.30/po/gl.po --- tumbler-0.1.29/po/gl.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/gl.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,20 +1,18 @@ -# Galician translation of tumbler -# Copyright (C) 2009 Leandro Regueiro. -# This file is distributed under the same license as the Xfce package. -# -# Leandro Regueiro , 2009. -# -# Proxecto Trasno - Adaptación do software libre á lingua galega: Se desexas -# colaborar connosco, podes atopar máis información en +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # +# Translators: +# Leandro Regueiro , 2009 +# Leandro Regueiro , 2013 msgid "" msgstr "" -"Project-Id-Version: Transifex master\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-04-23 08:42+0000\n" -"PO-Revision-Date: 2009-12-18 13:46+0100\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" "Last-Translator: Leandro Regueiro \n" -"Language-Team: Galician \n" +"Language-Team: Galician (http://www.transifex.com/projects/p/xfce/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -26,13 +24,13 @@ msgid "Another thumbnail cache service is already running" msgstr "Xa se está executando outro servizo de caché de miniaturas" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "Non hai ningún miniaturizador dispoñible para \"%s\"" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "Estase apagando o servizo de miniaturas" @@ -45,13 +43,11 @@ msgid "Unsupported thumbnail flavor requested" msgstr "Solicitouse un tipo de miniatura non soportada" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "" -"Produciuse un erro ao chamar ao miniaturizador especializado: sobrepasouse o " -"tempo de espera" +msgstr "Produciuse un erro ao chamar ao miniaturizador especializado: sobrepasouse o tempo de espera" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "Produciuse un erro ao chamar ao miniaturizador especializado: %s" @@ -72,9 +68,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Sección malformada \"%s\" no ficheiro \"%s\": O nome da sección e UriScheme/" -"MimeType non coinciden" +msgstr "Sección malformada \"%s\" no ficheiro \"%s\": O nome da sección e UriScheme/MimeType non coinciden" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -85,42 +79,43 @@ #: ../tumblerd/tumbler-manager.c:962 #, c-format msgid "Failed to determine last modified time of \"%s\"" -msgstr "" -"Produciuse un erro ao determinar a hora da última modificación de \"%s\"" +msgstr "Produciuse un erro ao determinar a hora da última modificación de \"%s\"" #: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "Xa está executando outro xestor de miniaturas" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Non foi posíbel cambiar o valor nice do proceso." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Servizo de miniaturas Tumbler" -#: ../tumblerd/main.c:101 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Produciuse un erro ó conectar co bus de sesión de D-BUS: %s" -#: ../tumblerd/main.c:159 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Produciuse un erro ao cargar os miniaturizadores especializados no rexistro: " -"%s" +msgstr "Produciuse un erro ao cargar os miniaturizadores especializados no rexistro: %s" -#: ../tumblerd/main.c:176 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Produciuse un erro ao iniciar o servizo de caché de miniaturas: %s" -#: ../tumblerd/main.c:193 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Produciuse un erro ao iniciar o xestor de miniaturas: %s" -#: ../tumblerd/main.c:210 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Produciuse un erro ao iniciar o servizo de miniaturas: %s" @@ -162,6 +157,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Fallo ao cargar o engadido \"%s\": %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -175,31 +171,29 @@ msgid "Version mismatch: %s" msgstr "As versións non coinciden: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "Produciuse un erro ao cargar os metadatos desdes «%s»" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" msgstr "" -"Inicializando o engadido Creador de miniaturas de tipos de letra Tumbler" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "Parando o engadido Creador de miniaturas para GStreamer Tumbler" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Iniciando o engadido miniaturizador de Pixbuf de Tumbler" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Apagando o engadido miniaturizador de Pixbuf de Tumbler" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Iniciando o engadido Creador de miniaturas de tipos de letra Tumbler" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Parando o engadido Creador de miniaturas de tipos de letra Tumbler" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "O título da película é demasiado curto" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -231,8 +225,8 @@ msgid "Could not render glyphs: %s" msgstr "Non foi posible debuxar os glifos: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -242,41 +236,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Non se puido obter a miniatura a partir do contido do ficheiro" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Iniciando o engadido miniaturizador de JPEG de Tumbler" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Apagando o engadido miniaturizador de JPEG de Tumbler" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "" -"Iniciando o engadido para vídeo ffmpeg do creador de miniaturas Tumbler" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Parando o engadido para vídeo ffmpeg do creador de miniaturas Tumbler" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "Inicializando o engadido para ODF de Tumbler" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "Parando o engadido para ODF de Tumbler" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "" -"Iniciando o engadido para Poppler PDF/PS do creador de miniaturas Tumbler" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "O documento está baleiro" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Non foi posible ler a primeira páxina do documento" @@ -284,32 +248,7 @@ msgid "Only local files are supported" msgstr "Só se admiten ficheiros locais" -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "" - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Non se puido gardar a miniatura en \"%s\"" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Iniciando o engadido de caché XDG de Tumbler" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Apagando o engadido de caché XDG de Tumbler" - -#~ msgid "Normal" -#~ msgstr "Normal" - -#~ msgid "Large" -#~ msgstr "Grande" - -#~ msgid "Cropped" -#~ msgstr "Recortado" diff -Nru tumbler-0.1.29/po/he.po tumbler-0.1.30/po/he.po --- tumbler-0.1.29/po/he.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/he.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,35 +1,36 @@ -# Hebrew translation of the tumbler package. -# Copyright (C) 2010 -# This file is distributed under the same license as the libxfce4menu package. -# Hezy Amiel , 2010. -# Yaron Shahrabani , 2010. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Hezy Amiel , 2010 +# Yaron Shahrabani , 2010,2013 msgid "" msgstr "" "Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-26 11:39+0000\n" -"PO-Revision-Date: 2010-12-07 10:50+0200\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-06 08:14+0000\n" "Last-Translator: Yaron Shahrabani \n" -"Language-Team: Hebrew \n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/xfce/language/he/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: he\n" -"X-Poedit-Language: Hebrew\n" -"X-Poedit-Country: ISRAEL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "שירות אחר למטמון תמונות ממוזערות כבר פעיל" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "אין מנהל זמין לתמונות ממוזערות עבור \"%s\"" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "שירות מטמון התמונות הממוזערות נכבה" @@ -42,11 +43,11 @@ msgid "Unsupported thumbnail flavor requested" msgstr "סוג התמונה הממוזערת שהתבקש אינו נתמך" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" msgstr "אירע כשל בקריאה למנהל התמונות הממוזערות המיוחד: פג הזמן המוקצב" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "אירע כשל בקריאה למנהל התמונות הממוזערות המיוחד: %s" @@ -67,8 +68,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"סעיף פגום \"%s\" בקובץ \"%s\":‏ חוסר התאמה בין שם הסעיף וה־UriScheme/MimeType" +msgstr "סעיף פגום \"%s\" בקובץ \"%s\":‏ חוסר התאמה בין שם הסעיף וה־UriScheme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -86,32 +86,36 @@ msgid "Another thumbnailer manager is already running" msgstr "מנהל תמונות ממוזערות אחר כבר פעיל" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "לא ניתן לשנות את ערך ה־nice של התהליך." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "‏Tumbler שירות יצירת תמונות ממוזערות" -#: ../tumblerd/main.c:101 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Failed to connect to the D-Bus session bus: %s" -#: ../tumblerd/main.c:159 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Failed to load specialized thumbnailers into the registry: %s" -#: ../tumblerd/main.c:176 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Failed to start the thumbnail cache service: %s" -#: ../tumblerd/main.c:193 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Failed to start the thumbnailer manager: %s" -#: ../tumblerd/main.c:210 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Failed to start the thumbnailer service: %s" @@ -153,6 +157,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "אירע כשל בטעינת התוסף \"%s\":‏ %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -166,30 +171,29 @@ msgid "Version mismatch: %s" msgstr "אי התאמה בגרסה: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -msgstr "תוסף התמונות הממוזערות ל־GStreamer מופעל" - -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "תוסף התמונות הממוזערות ל־GStreamer נכבה" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "אתחול תוסף ה־Pixbuf של Tumbler" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "כיבוי תוסף ה־Pixbuf של Tumbler" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "אתחול תוסף הגופנים של Tumbler" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "כיבוי תוסף הגופנים של Tumbler" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "טעינת תמונת הכרזה „%s“ נכשלה" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "טעינת נתוני העל מהמיקום „%s“ נכשלה" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "מפתח ה־API שגוי, עליך להצטייד במפתח פעיל. מנגנון מסד הנתונים של הסרטים ינוטרל." + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "לא נמצא מפתח כרזה בנתוני העל" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "כותרת הסרט קצרה מדי" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -221,8 +225,8 @@ msgid "Could not render glyphs: %s" msgstr "לא ניתן לעבד את האותיות: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -232,39 +236,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "לא ניתן ליצור תמונה ממוזערת מתוכן הקובץ" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "אתחול תוסף ה־JPEG של Tumbler" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "כיבוי תוסף ה־JPEG של Tumbler" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "אתחול תוסף הווידאו ffmpeg של Tumbler" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "כיבוי תוסף הווידאו ffmpeg של Tumbler" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "תוסף התמונות הממוזערות מ־ODF מופעל" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "תוסף התמונות הממוזערות מ־ODF נכבה" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "אתחול תוסף ה־PDF/PS של Tumbler " - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "המסמך ריק" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "לא ניתן לקרוא את העמוד הראשון של המסמך" @@ -272,23 +248,7 @@ msgid "Only local files are supported" msgstr "התמיכה היא בקבצים מקומיים בלבד" -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "תוסף התמונות הממוזערות מ־RAW מופעל" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "תוסף התמונות הממוזערות מ־RAW נכבה" - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "לא ניתן לשמור את התמונה הממוזערת אל \"%s\"" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "אתחול תוסף מטמון ה־XDG של Tumbler" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "כיבוי תוסף מטמון ה־XDG של Tumbler" diff -Nru tumbler-0.1.29/po/hu.po tumbler-0.1.30/po/hu.po --- tumbler-0.1.29/po/hu.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/hu.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,22 +1,23 @@ -# Hungarian translation of tumbler -# Copyright (C) 2010. Free Software Foundation, Inc. -# This file is distributed under the same license as the tumbler package. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # -# Gabor Kelemen , 2010. +# Translators: +# Gabor Kelemen , 2010 +# kelemeng , 2013 msgid "" msgstr "" -"Project-Id-Version: tumbler master\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 19:24+0000\n" -"PO-Revision-Date: 2010-12-01 03:08+0100\n" -"Last-Translator: Gabor Kelemen \n" -"Language-Team: Hungarian \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-07-09 22:37+0000\n" +"Last-Translator: kelemeng \n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/xfce/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: KBabel 1.11.4\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -67,9 +68,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Rosszul formázott szakasz („%s”) a(z) „%s” fájlban: eltérés a szakasznév és " -"az UriScheme/MimeType között" +msgstr "Rosszul formázott szakasz („%s”) a(z) „%s” fájlban: eltérés a szakasznév és az UriScheme/MimeType között" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -87,33 +86,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Már fut egy másik bélyegkép-kezelő" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "A folyamat nice értéke nem módosítható." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler bélyegkép-készítő szolgáltatás" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Nem sikerült kapcsolódni a D-Bus munkamenetbuszhoz: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"A specializált bélyegkép-készítők betöltése a nyilvántartásba meghiúsult: %s" +msgstr "A specializált bélyegkép-készítők betöltése a nyilvántartásba meghiúsult: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "A bélyegkép-gyorsítótárazási szolgáltatás elindítása meghiúsult: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "A bélyegképkészítő-kezelő elindítása meghiúsult: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "A bélyegkép-készítő szolgáltatás elindítása meghiúsult: %s" @@ -169,27 +171,27 @@ msgid "Version mismatch: %s" msgstr "Verzióeltérés: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "A poszterkép („%s”) betöltése meghiúsult" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "„%s” metaadatainak betöltése meghiúsult" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "Érvénytelen API kulcs, rendelkeznie kell egy érvényes kulccsal. A filmadatbázis háttérprogram ki lesz kapcsolva." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Nem található poszterkulcs a metaadatok közt" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "A film címe túl rövid" @@ -234,11 +236,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "A bélyegkép nem készíthető el a fájl tartalmából" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "A dokumentum üres" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "A dokumentum első oldala nem olvasható" @@ -250,54 +252,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Nem menthető a bélyegkép ide: „%s”" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "A Tumbler GStreamer bélyegképkészítő bővítmény előkészítése" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "A Tumbler GStreamer bélyegképkészítő bővítmény leállítása" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "A Tumbler bélyegkép-készítő bővítmény előkészítése" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "A Tumbler bélyegkép-készítő bővítmény leállítása" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "A Tumbler betűkészletbélyegkép-készítő bővítmény előkészítése" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "A Tumbler betűkészletbélyegkép-készítő bővítmény leállítása" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "A Tumbler JPEG bélyegkép-készítő bővítmény előkészítése" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "A Tumbler JPEG bélyegkép-készítő bővítmény leállítása" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "A Tumbler FFMpeg videobélyegkép-készítő bővítmény előkészítése" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "A Tumbler FFMpeg videobélyegkép-készítő bővítmény leállítása" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "A Tumbler ODF-bélyegkép-készítő bővítmény előkészítése" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "A Tumbler ODF-bélyegkép-készítő bővítmény leállítása" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "A Tumbler Poppler PDF/PS bélyegkép-készítő bővítmény előkészítése" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "A Tumbler RAW bélyegképkészítő bővítmény előkészítése" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "A Tumbler RAW bélyegképkészítő bővítmény leállítása" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "A Tumbler XDG-gyorsítótár bővítmény előkészítése" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "A Tumbler XDG-gyorsítótár bővítmény leállítása" diff -Nru tumbler-0.1.29/po/id.po tumbler-0.1.30/po/id.po --- tumbler-0.1.29/po/id.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/id.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,22 +1,21 @@ # 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. # +# Translators: msgid "" msgstr "" -"Project-Id-Version: Tumbler (Xfce)\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-23 13:21+0000\n" -"PO-Revision-Date: 2010-06-01 14:35+0700\n" -"Last-Translator: Δrdjuna \n" -"Language-Team: Bahasa Indonesia\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/xfce/language/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" -"X-Poedit-Language: Indonesian\n" -"X-Poedit-Country: INDONESIA\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -67,9 +66,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Terdapat bagian cacat \"%s\" pada berkas \"%s\": Ketidakcocokan antara nama " -"bagian dengan UriScheme/MimeType" +msgstr "Terdapat bagian cacat \"%s\" pada berkas \"%s\": Ketidakcocokan antara nama bagian dengan UriScheme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -87,32 +84,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Terdapat aplikasi manajer thumbnail lain yang sedang berjalan" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Gagal mengubah prioritas (nilai nice) proses." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler Servis Pembentuk Thumbnail" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Gagal mengoneksikan ke sesi D-Bus: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Gagal memuat pemroses thumbnail khusus ke registry: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Gagal mengaktifkan servis cache untuk proses thumbnail: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Gagal menjalankan manajer pemroses thumbnail: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Gagal menjalankan servis pemroses thumbnail: %s" @@ -168,27 +169,27 @@ msgid "Version mismatch: %s" msgstr "Versi tidak sama: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Gagal memuat poster: \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "Gagal memuat metadata: \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "Fitur Movie DB akan dimatikan karena kunci API tidak valid." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Tidak ditemukan kunci poster pada metadata" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Judul film terlalu pendek" @@ -233,11 +234,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Tidak dapat membentuk thumbnail dari isi berkas" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Dokumen kosong" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Tidak dapat membaca halaman awal dokumen" @@ -249,54 +250,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Tidak dapat menyimpan thumbnail ke \"%s\"" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Menginisialisasi plugin Peminiatur GStreamer Tumbler" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Mematikan plugin Peminiatur GStreamer Tumbler" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Menginisialisasi plugin \"Tumbler Pixbuf Thumbnailer\"" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Mematikan plugin \"Tumbler Pixbuf Thumbnailer\"" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Menginisialisasi plugin \"Tumbler Font Thumbnailer\"" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Mematikan plugin \"Tumbler Font Thumbnailer\"" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Menginisialisasi plugin \"Tumbler Pixbuf Thumbnailer\"" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Mematikan plugin \"Tumbler Pixbuf Thumbnailer\"" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Menginisialisasi plugin: Pratilik Video ffmpeg" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Mematikan plugin: Pratilik Video ffmpeg" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Menginisialisasi plugin Tumbler ODF Thumbnailer" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Mematikan plugin Tumbler ODF Thumbnailer" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Menginisialisasi plugin: Pratilik Poppler PDF/PS" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Menginisialisasi plugin Tumbler RAW Thumbnailer" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Mematikan plugin Tumbler RAW Thumbnailer" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Menginisialisasi cache plugin \"Tumbler XDG\"" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Mematikan cache plugin \"Tumbler XDG\"" diff -Nru tumbler-0.1.29/po/it.po tumbler-0.1.30/po/it.po --- tumbler-0.1.29/po/it.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/it.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,20 +1,24 @@ -# Italian translation of the tumbler package. -# Copyright (C) YEAR THE tumbler'S COPYRIGHT HOLDER -# This file is distributed under the same license as the tumbler package. -# Cristian Marchi , 2010. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # +# Translators: +# cri , 2010 +# cri , 2013 +# edmael , 2013 msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-18 13:54+0000\n" -"PO-Revision-Date: 2010-06-26 08:57+0100\n" -"Last-Translator: Cristian Marchi \n" -"Language-Team: Italian Translation Team \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-08-13 13:05+0000\n" +"Last-Translator: cri \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/xfce/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -42,8 +46,7 @@ #: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "" -"Chiamata del creatore di miniature specializzato non riuscita: tempo scaduto" +msgstr "Chiamata del creatore di miniature specializzato non riuscita: tempo scaduto" #: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format @@ -53,7 +56,7 @@ #: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 #, c-format msgid "Failed to load the file \"%s\": %s" -msgstr "Caricamento del file \"%s\" non riuscito: %s" +msgstr "Caricamento del file «%s» non riuscito: %s" #: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 #: ../tumblerd/tumbler-manager.c:535 @@ -66,9 +69,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Sezione malformata \"%s\" nel file «%s»: mancata corrispondenza tra il nome " -"della sezione e UriScheme/MimeType" +msgstr "Sezione malformata \"%s\" nel file «%s»: mancata corrispondenza tra il nome della sezione e UriScheme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -79,41 +80,43 @@ #: ../tumblerd/tumbler-manager.c:962 #, c-format msgid "Failed to determine last modified time of \"%s\"" -msgstr "Impossibile determinare la data dell'ultima modifica di \"%s\"" +msgstr "Impossibile determinare la data dell'ultima modifica di «%s»" #: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "Un altro gestore di miniature è già in esecuzione" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Non è possibile modificare la priorità del processo." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Servizio di miniaturizzazione Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Connessione al bus della sessione di D-Bus non riuscita: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Caricamento del creatore di miniature specializzato nel registro non " -"riuscito:%s" +msgstr "Caricamento del creatore di miniature specializzato nel registro non riuscito:%s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Avvio del servizio di cache per le miniature non riuscito: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Avvio del gestore di miniature non riuscito: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Avvio del servizio di creazione delle miniature non riuscito: %s" @@ -169,27 +172,27 @@ msgid "Version mismatch: %s" msgstr "Versioni non corrispondenti: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Caricamento dell'immagine di copertina \"%s\" non riuscito" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" -msgstr "Caricamento dei metadati da \"%s\" non riuscito" +msgstr "Caricamento dei metadati da «%s» non riuscito" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "Chiave API non valida, è necessaria una chiave valida. Il backend di Movie DB sarà disabilitato." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Nessuna chiave dell'immagine di copertina disponibile nei metadati" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Il titolo del film è troppo corto" @@ -232,13 +235,13 @@ #: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 #, c-format msgid "Thumbnail could not be inferred from file contents" -msgstr "La miniatura non può essere creata dal contenuto di un file" +msgstr "La miniatura non può essere creata dal contenuto del file" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Il documento è vuoto" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "La prima pagina del documento non può essere letta" @@ -250,77 +253,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Impossibile salvare la miniatura in \"%s\"" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "" -#~ "Inizializzazione del plugin di Tumbler per la creazione delle miniature " -#~ "di Gstreamer" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "" -#~ "Chiusura del plugin di Tumbler per la creazione delle miniature di " -#~ "Gstreamer" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "" -#~ "Inizializzazione del plugin di Tumbler Pixbuf Thumbnailer in corso..." - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Chiusura del plugin di Tumbler Pixbuf Thumbnailer in corso..." - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "" -#~ "Inizializzazione del plugin di Tumbler per la creazione delle miniature " -#~ "del carattere" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "" -#~ "Chiusura del plugin di Tumbler per la creazione delle miniature del " -#~ "carattere" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Inizializzazione del plugin JPG Thumbnailer di Tumbler in corso..." - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Chiusura del plugin JPG Thumbnailer di Tumbler in corso..." - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Inizializzazione del plugin ffmpeg di Tumbler per la creazione delle " -#~ "miniature del video" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Chiusura del plugin ffmpeg di Tumbler per la creazione delle miniature " -#~ "del video" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "" -#~ "Inizializzazione del plugin di Tumbler per la creazione delle miniature " -#~ "del carattere" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "" -#~ "Chiusura del plugin di Tumbler per la creazione delle miniature del " -#~ "carattere" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "" -#~ "Inizializzazione del plugin Poppler di Tumbler per la creazione delle " -#~ "miniature dei file PDF/PS" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "" -#~ "Inizializzazione del plugin di Tumbler per la creazione delle miniature " -#~ "del carattere" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "" -#~ "Chiusura del plugin di Tumbler per la creazione delle miniature del " -#~ "carattere" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Inizializzazione del plugin di Tumbler per la cache XDG" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Chiusura del plugin di Tumbler per la cache XDG" diff -Nru tumbler-0.1.29/po/ja.po tumbler-0.1.30/po/ja.po --- tumbler-0.1.29/po/ja.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/ja.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,21 +1,20 @@ -# Japanese translations for tumbler package -# tumbler パッケージに対する英訳. -# Copyright (C) 2009-2013 THE tumbler'S COPYRIGHT HOLDER -# This file is distributed under the same license as the tumbler package. -# Masato Hashimoto , 2009-2013. -# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: tumbler 0.0.0\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-06 00:10+0900\n" -"PO-Revision-Date: 2013-05-06 00:12+0900\n" -"Last-Translator: Masato Hashimoto \n" -"Language-Team: Japanese \n" -"Language: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/xfce/language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../tumblerd/tumbler-cache-service.c:413 @@ -64,7 +63,9 @@ #: ../tumblerd/tumbler-manager.c:548 #, c-format -msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType" +msgid "" +"Malformed section \"%s\" in file \"%s\": Mismatch between section name and " +"UriScheme/MimeType" msgstr "ファイル \"%2$s\" のセクション \"%1$s\" は不正な形式です: セクション名と UriScheme/MimeType が一致しません" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 @@ -168,25 +169,27 @@ msgid "Version mismatch: %s" msgstr "バージョン不整合です: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "ポスター画像 \"%s\" の読み込みに失敗しました" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "\"%s\" からのメタデータの読み込みに失敗しました" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 -msgid "Invalid API key, you must be granted a valid key. The Movie DB backend will be disabled." +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." msgstr "不正な API キーです。正しいキーを受け取ってください。動画 DB バックエンドは無効になります。" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "メタデータ内に poster キーが見つかりませんでした" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "動画タイトルが短過ぎます" @@ -247,80 +250,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "サムネイルを \"%s\" へ保存できませんでした" - -# DEBUG message -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Initializing the Tumbler GStreamer Thumbnailer plugin" - -# DEBUG message -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Shutting down the Tumbler GStreamer Thumbnailer plugin" - -# DEBUG message -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Initializing the Tumbler Pixbuf Thumbnailer plugin" - -# DEBUG message -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Shutting down the Tumbler Pixbuf Thumbnailer plugin" - -# DEBUG message -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Initializing the Tumbler Font Thumbnailer plugin" - -# DEBUG message -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Shutting down the Tumbler Font Thumbnailer plugin" - -# DEBUG message -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Initializing the Tumbler JPEG Thumbnailer plugin" - -# DEBUG message -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Shutting down the Tumbler JPEG Thumbnailer plugin" - -# DEBUG message -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Initializing the Tumbler ffmpeg video thumbnailer plugin" - -# DEBUG message -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Shutting down the Tumbler ffmpeg video thumbnailer plugin" - -# DEBUG message -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Initializing the Tumbler ODF Thumbnailer plugin" - -# DEBUG message -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Shutting down the Tumbler ODF Thumbnailer plugin" - -# DEBUG message -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" - -# DEBUG message -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Initializing the Tumbler RAW Thumbnailer plugin" - -# DEBUG message -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Shutting down the Tumbler RAW Thumbnailer plugin" - -# DEBUG message -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Initializing the Tumbler XDG cache plugin" - -# DEBUG message -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Shutting down the Tumbler XDG cache plugin" - -#~ msgid "Normal" -#~ msgstr "普通" - -#~ msgid "Large" -#~ msgstr "大" - -#~ msgid "Cropped" -#~ msgstr "切り抜き" diff -Nru tumbler-0.1.29/po/kk.po tumbler-0.1.30/po/kk.po --- tumbler-0.1.29/po/kk.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/kk.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,21 +1,22 @@ -# tumbler to kazakh. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Baurzhan Muftakhidinov , 2010. # +# Translators: +# Baurzhan Muftakhidinov , 2010 msgid "" msgstr "" -"Project-Id-Version: trunk\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-13 10:51+0000\n" -"PO-Revision-Date: 2011-12-17 22:56+0600\n" -"Last-Translator: Baurzhan Muftakhidinov \n" -"Language-Team: Kazakh \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/xfce/language/kk/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: kk\n" -"Plural-Forms: nplurals=1; plural=0\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -66,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"\"%s\" секциясы қате, ол \"%s\" файлында: Секция аты мен UriScheme/MimeType " -"арасында сәйкестік жоқ" +msgstr "\"%s\" секциясы қате, ол \"%s\" файлында: Секция аты мен UriScheme/MimeType арасында сәйкестік жоқ" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -86,32 +85,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Басқа таңбашалар басқарушысы іске қосулы тұр" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Процесс приоритетін өзгерту мүмкін емес." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler таңбашалар қызметі" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "D-Bus сессия шинасына қосылу қатесі: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Арнайы таңбашалар қолданбаларын регистрге жүктеу қатесі: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Таңбашаларды кэштеу қызметін жөнелту қатесі: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Таңбашаларды басқарушысын жөнелту қатесі: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Таңбашалар қызметін жөнелту қатесі: %s" @@ -167,27 +170,27 @@ msgid "Version mismatch: %s" msgstr "Нұсқасы сәйкес емес: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "\"%s\" постер суретін жүктеу сәтсіз" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "\"%s\" адресінен метаақпаратты жүктеп алу сәтсіз" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "API кілті қате, сізде дұрыс кілт болу керек. Фильмдер дерекқоры қызметі сөндіріледі." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Метаақпараттан постер табылмады" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Фильм атауы тым қысқа" @@ -232,11 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Таңбаша файл құрамасынан алынуы мүмкін емес" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Құжат бос" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Құжаттың бірінші бетін оқу мүмкін емес" @@ -248,54 +251,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Таңбашаны \"%s\" ішіне сақтау мүмкін емес" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Tumbler GStreamer Thumbnailer плагинді қосу" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Tumbler GStreamer Thumbnailer плагинді сөндіру" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Tumbler Pixbuf Thumbnailer плагинді қосу" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Tumbler Pixbuf Thumbnailer плагинді сөндіру" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Tumbler Font Thumbnailer плагинді қосу" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Tumbler Font Thumbnailer плагинді сөндіру" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Tumbler JPEG Thumbnailer плагинін іске қосу" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Tumbler JPEG Thumbnailer плагинін сөндіру" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Tumbler ffmpeg видео thumbnailer плагинді қосу" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Tumbler ffmpeg видео thumbnailer плагинді сөндіру" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Tumbler ODF Thumbnailer плагинін іске қосу" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Tumbler ODF Thumbnailer плагинін сөндіру" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Tumbler Poppler PDF/PS Thumbnailer плагинді қосу" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Tumbler RAW Thumbnailer плагинін іске қосу" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Tumbler RAW Thumbnailer плагинін сөндіру" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Tumbler XDG кэш плагинін іске қосу" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Tumbler XDG кэш плагинін сөндіру" diff -Nru tumbler-0.1.29/po/ko.po tumbler-0.1.30/po/ko.po --- tumbler-0.1.29/po/ko.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/ko.po 2014-02-22 23:15:10.000000000 +0000 @@ -6,39 +6,39 @@ msgid "" msgstr "" "Project-Id-Version: tumbler.master\n" -"Report-Msgid-Bugs-To: https://bugzilla.xfce.org/enter_bug.cgi?product=Tumbler\n" -"POT-Creation-Date: 2013-01-23 16:57+0000\n" -"PO-Revision-Date: 2013-01-24 04:28+0900\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-12 02:51+0000\n" +"PO-Revision-Date: 2013-05-12 15:47+0900\n" "Last-Translator: Seong-ho Cho \n" -"Language-Team: xfce4-users-kr-i18n \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-SourceCharset: utf-8\n" -"X-Poedit-Country: KOREA, REPUBLIC OF\n" +"X-Generator: Poedit 1.5.5\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" -msgstr "다른 섬네일 캐시 서비스가 이미 실행중입니다" +msgstr "이미 다른 섬네일 캐시 서비스를 실행중입니다" #: ../tumblerd/tumbler-group-scheduler.c:486 #: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" -msgstr "\"%s\"에 대해 사용할 수 있는 섬네일 프로그램이 없습니다." +msgstr "\"%s\"이(가) 사용할 수 있는 섬네일 프로그램이 없습니다." #: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" -msgstr "섬네일러 서비스가 종료중입니다" +msgstr "섬네일러 서비스를 종료하는 중입니다" #: ../tumblerd/tumbler-service.c:758 #, c-format msgid "Another generic thumbnailer is already running" -msgstr "다른 일반 섬네일러가 이미 실행중입니다" +msgstr "이미 다른 일반 섬네일러를 실행중입니다" #: ../tumblerd/tumbler-service.c:867 msgid "Unsupported thumbnail flavor requested" @@ -53,26 +53,27 @@ msgid "Failed to call the specialized thumbnailer: %s" msgstr "특화된 섬네일러를 호출하는데 실패했습니다: %s" -#: ../tumblerd/tumbler-manager.c:489 -#: ../tumblerd/tumbler-manager.c:895 +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 #, c-format msgid "Failed to load the file \"%s\": %s" -msgstr "파일 \"%s\"을(를) 불러오는데 실패했습니다: %s" +msgstr "\"%s\" 파일을 불러오는데 실패했습니다: %s" -#: ../tumblerd/tumbler-manager.c:507 -#: ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 #: ../tumblerd/tumbler-manager.c:535 #, c-format msgid "Malformed section \"%s\" in file \"%s\": %s" -msgstr "변형된 섹션 \"%s\", 파일 \"%s\"에 위치: %s" +msgstr "변형된 \"%s\" 섹션이 \"%s\" 파일에 위치합니다: %s" #: ../tumblerd/tumbler-manager.c:548 #, c-format -msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType" -msgstr "변형된 \"%s\" 섹션이 \"%s\" 파일에 위치합니다: 섹션 명칭과 UriScheme 또는 MimeType이 일치하지 않습니다" +msgid "" +"Malformed section \"%s\" in file \"%s\": Mismatch between section name and " +"UriScheme/MimeType" +msgstr "" +"변형된 \"%s\" 섹션이 \"%s\" 파일에 위치합니다: 섹션 명칭과 UriScheme 또는 " +"MimeType이 일치하지 않습니다" -#: ../tumblerd/tumbler-manager.c:908 -#: ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 #, c-format msgid "Malformed file \"%s\": %s" @@ -88,32 +89,36 @@ msgid "Another thumbnailer manager is already running" msgstr "다른 섬네일러 관리자가 이미 실행중입니다" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "프로세스의 nice 값을 바꿀 수 없습니다." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "텀블러 섬네일링 서비스" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "D-Bus 세션 버스에 연결하는데 실패했습니다: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "특화된 섬네일러를 레지스트리에 불러오는데 실패했습니다: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "섬네일 캐시 서비스를 시작하는데 실패했습니다: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "섬네일러 관리자를 시작하는데 실패했습니다: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "섬네일러 서비스를 시작하는데 실패했습니다: %s" @@ -169,25 +174,29 @@ msgid "Version mismatch: %s" msgstr "버전이 맞지 않습니다: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "\"%s\" 게시자 이미지를 불러오는데 실패했습니다" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "\"%s\"에서 메타데이터를 불러오는데 실패했습니다" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 -msgid "Invalid API key, you must be granted a valid key. The Movie DB backend will be disabled." -msgstr "잘못된 API 키입니다. 유효한 키를 허가 받아야 합니다. 동영상 DB 백엔드를 비활성화합니다." +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "" +"잘못된 API 키입니다. 유효한 키를 허가 받아야 합니다. 동영상 DB 백엔드를 비활" +"성화합니다." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "메타데이터에 게시자 키가 없습니다" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "동영상 제목이 너무 짧습니다" @@ -232,11 +241,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "파일 내용을 섬네일로 표현할 수 없습니다" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "문서가 비어 있습니다" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "문서의 첫 페이지를 읽어들일 수 없습니다" @@ -248,4 +257,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "\"%s\"에 섬네일을 저장할 수 없습니다" - diff -Nru tumbler-0.1.29/po/lt.po tumbler-0.1.30/po/lt.po --- tumbler-0.1.29/po/lt.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/lt.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,36 +1,35 @@ # 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. -# +# +# Translators: +# Algimantas Margevičius , 2012 msgid "" msgstr "" -"Project-Id-Version: thumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-11 08:12+0000\n" -"PO-Revision-Date: 2012-01-11 11:37+0200\n" -"Last-Translator: Algimantas Margevičius \n" -"Language-Team: Lietuvių <>\n" -"Language: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/xfce/language/lt/)\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" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\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" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "Kita miniatiūrų podėlio tarnyba jau veikia" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "Nėra prieinamos miniatiūrų kūrimo programos skirtos „%s“" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "Miniatiūrų tarnyba baigia darbą" @@ -43,12 +42,11 @@ msgid "Unsupported thumbnail flavor requested" msgstr "Prašoma nepalaikomos miniatiūros rūšies" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "" -"Nepavyko paleisti specializuotos miniatiūrų kūrimo programos: baigėsi laikas" +msgstr "Nepavyko paleisti specializuotos miniatiūrų kūrimo programos: baigėsi laikas" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "Nepavyko paleisti specializuotos miniatiūrų kūrimo programos: %s" @@ -69,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Netaisyklinga sritis „%s“ faile „%s“: Nesutampa srities vardas ir Urischeme/" -"MimeType" +msgstr "Netaisyklinga sritis „%s“ faile „%s“: Nesutampa srities vardas ir Urischeme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -84,38 +80,41 @@ msgid "Failed to determine last modified time of \"%s\"" msgstr "Nepavyko nustatyti „%s“ paskutinio keitimo laiko" -#: ../tumblerd/tumbler-manager.c:1863 +#: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "Kita miniatiūrų kūrimo kopija jau veikia" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler miniatiūrų kūrimo tarnyba" -#: ../tumblerd/main.c:98 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Nepavyko prisijungti prie D-Bus seanso magistralės: %s" -#: ../tumblerd/main.c:156 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Nepavyko įkelti specializuotos miniatiūrų kūrimo programos į registrą: %s" +msgstr "Nepavyko įkelti specializuotos miniatiūrų kūrimo programos į registrą: %s" -#: ../tumblerd/main.c:173 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Nepavyko paleisti miniatiūrų kūrimo programos podėlio tarnybos: %s" -#: ../tumblerd/main.c:190 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Nepavyko paleisti miniatiūrų kūrimo tvarkyklės: %s" -#: ../tumblerd/main.c:207 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Nepavyko paleisti miniatiūrų kūrimo programos tarnybos: %s" @@ -157,6 +156,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Nepavyko įkelti įskiepio „%s“: %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -170,30 +170,29 @@ msgid "Version mismatch: %s" msgstr "Versijos nesutampa: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -msgstr "Inicijuojamas Tumbler GStreamer Thumbnailer įskiepis" - -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "Užveriamas Tumbler GStreamer Thumbnailer įskiepis" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Inicijuojamas Tumbler Pixbuf Thumbnailer įskiepis" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Užveriamas Tumbler Pixbuf Thumbnailer įskiepis" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Inicijuojamas Tumbler Font Thumbnailer įskiepis" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Užveriamas Tumbler Font Thumbnailer įskiepis" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -225,8 +224,8 @@ msgid "Could not render glyphs: %s" msgstr "Nepavyko atvaizduoti glifo: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -236,39 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Iš failo turinio miniatiūra negali būti sukurta" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Inicijuojamas Tumbler JPEG Thumbnailer įskiepis" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Užveriamas Tumbler JPEG Thumbnailer įskiepis" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Inicijuojamas Tumbler ffmpeg video thumbnailer įskiepis" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Užveriamas Tumbler ffmpeg video thumbnailer įskiepis" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "Inicijuojamas Tumbler ODF Thumbnailer įskiepis" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "Užveriamas Tumbler ODF Thumbnailer įskiepis" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Inicijuojamas Tumbler Poppler PDF/PS Thumbnailer įskiepis" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Dokumentas tuščias" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Nepavyko perskaityti pirmo dokumento puslapio" @@ -276,23 +247,7 @@ msgid "Only local files are supported" msgstr "Palaikomi tik vietiniai failai" -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "Inicijuojamas Tumbler RAW Thumbnailer įskiepis" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "Užveriamas Tumbler RAW Thumbnailer įskiepis" - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Nepavyko išsaugoti miniatiūros „%s“" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Inicijuojamas Tumbler XDG cache įskiepis" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Užveriamas Tumbler XDG cache įskiepis" diff -Nru tumbler-0.1.29/po/lv.po tumbler-0.1.30/po/lv.po --- tumbler-0.1.29/po/lv.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/lv.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,35 +1,39 @@ +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# -# Rihards Prieditis , 2009. +# +# Translators: +# Rihards Priedītis , 2009 msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-16 14:48+0100\n" -"PO-Revision-Date: 2009-10-16 18:19+0100\n" -"Last-Translator: Rihards Prieditis \n" -"Language-Team: Latvian \n" -"Language: lv\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/xfce/language/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.0\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2);\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: ../tumblerd/tumbler-cache-service.c:383 +#: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "Vēl viens sīktēlu keša pakalpojums jau skrien" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "Neviens sīktēlotājs nav pieejams priekš \"%s\"" -#: ../tumblerd/tumbler-service.c:751 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 +msgid "The thumbnailer service is shutting down" +msgstr "" + +#: ../tumblerd/tumbler-service.c:758 #, c-format msgid "Another generic thumbnailer is already running" msgstr "Vēl viens autentisks sīktēlotājs jau skrien" @@ -38,76 +42,79 @@ msgid "Unsupported thumbnail flavor requested" msgstr "" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 -#, fuzzy +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "Neizdevās ielādēt specializētus sīktēlotājus reģistrā: %s" +msgstr "" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 -#, fuzzy, c-format +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 +#, c-format msgid "Failed to call the specialized thumbnailer: %s" -msgstr "Neizdevās ielādēt specializētus sīktēlotājus reģistrā: %s" +msgstr "" -#: ../tumblerd/tumbler-manager.c:467 ../tumblerd/tumbler-manager.c:873 -#, fuzzy, c-format +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 +#, c-format msgid "Failed to load the file \"%s\": %s" -msgstr "Neizdevās ielādēt spraudni \"%s\": %s" +msgstr "" -#: ../tumblerd/tumbler-manager.c:485 ../tumblerd/tumbler-manager.c:499 -#: ../tumblerd/tumbler-manager.c:513 +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:535 #, c-format msgid "Malformed section \"%s\" in file \"%s\": %s" msgstr "" -#: ../tumblerd/tumbler-manager.c:526 +#: ../tumblerd/tumbler-manager.c:548 #, c-format msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" msgstr "" -#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900 -#: ../tumblerd/tumbler-manager.c:914 +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:936 #, c-format msgid "Malformed file \"%s\": %s" msgstr "" -#: ../tumblerd/tumbler-manager.c:940 +#: ../tumblerd/tumbler-manager.c:962 #, c-format msgid "Failed to determine last modified time of \"%s\"" msgstr "" -#: ../tumblerd/tumbler-manager.c:1849 +#: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "Vēl viens sīktēlotājs jau skrien" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:63 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler sīktēlotāja pakalpojums" -#: ../tumblerd/main.c:78 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Neizdevās savienoties ar D-Buss sesijas kopni: %s" -#: ../tumblerd/main.c:90 -#, c-format -msgid "Failed to start the thumbnail cache service: %s" -msgstr "Neizdevās sākt sīktēlu keša pakalpojumu: %s" - -#: ../tumblerd/main.c:140 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Neizdevās ielādēt specializētus sīktēlotājus reģistrā: %s" -#: ../tumblerd/main.c:158 +#: ../tumblerd/main.c:375 +#, c-format +msgid "Failed to start the thumbnail cache service: %s" +msgstr "Neizdevās sākt sīktēlu keša pakalpojumu: %s" + +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Neizdevās palaists sīktēlotāja pārvaldnieku: %s" -#: ../tumblerd/main.c:176 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Neizdevās palaist sīktēlotāja pakalpojumu: %s" @@ -125,14 +132,14 @@ msgstr "" #: ../tumbler/tumbler-cache-plugin.c:145 -#, fuzzy, c-format +#, c-format msgid "Cache plugin \"%s\" lacks required symbols" -msgstr "Spraudnis \"%s\" ir bez nepieciešamajiem simboliem." +msgstr "" #: ../tumbler/tumbler-cache-plugin.c:153 -#, fuzzy, c-format +#, c-format msgid "Failed to load the cache plugin \"%s\": %s" -msgstr "Neizdevās ielādēt spraudni \"%s\": %s" +msgstr "" #: ../tumbler/tumbler-file-info.c:297 #, c-format @@ -149,32 +156,43 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Neizdevās ielādēt spraudni \"%s\": %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 +#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58 +#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57 +#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52 #, c-format msgid "Version mismatch: %s" msgstr "Versiju nesakritība: %s" -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Inicializē Tumble Pixbuf sīktēlotāja spraudni" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Izslēdz Tumble Pixbuf sīktēlotāja spraudni" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Inicializē Tumbler Fonta sīktēlotāja spraudni" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Izslēdz Tumbler Fonta sīktēlotāja spraudni" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -206,65 +224,30 @@ msgid "Could not render glyphs: %s" msgstr "Neizdevās vizualizēt glyphs: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371 +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 #, c-format msgid "Thumbnail could not be inferred from file contents" msgstr "" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -#, fuzzy -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Inicializē Tumble Pixbuf sīktēlotāja spraudni" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -#, fuzzy -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Izslēdz Tumble Pixbuf sīktēlotāja spraudni" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -#, fuzzy -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Inicializē Tumbler Fonta sīktēlotāja spraudni" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -#, fuzzy -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Izslēdz Tumbler Fonta sīktēlotāja spraudni" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -#, fuzzy -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Inicializē Tumbler Fonta sīktēlotāja spraudni" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:209 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:221 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "" +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191 +msgid "Only local files are supported" +msgstr "" + #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Nevarēja saglabāt siktēlu \"%s\"" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Inicializē Tumbler XDG keša spraudni" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Izslēdzu Tumbler XDG keša spraudni" - -#~ msgid "Normal" -#~ msgstr "Parasts" - -#~ msgid "Large" -#~ msgstr "Liels" - -#~ msgid "Cropped" -#~ msgstr "Apgriezts" diff -Nru tumbler-0.1.29/po/ms.po tumbler-0.1.30/po/ms.po --- tumbler-0.1.29/po/ms.po 1970-01-01 00:00:00.000000000 +0000 +++ tumbler-0.1.30/po/ms.po 2014-02-22 23:15:10.000000000 +0000 @@ -0,0 +1,253 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Puretech , 2013 +msgid "" +msgstr "" +"Project-Id-Version: Tumbler\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-14 02:44+0000\n" +"Last-Translator: Puretech \n" +"Language-Team: Malay (http://www.transifex.com/projects/p/xfce/language/ms/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ms\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../tumblerd/tumbler-cache-service.c:413 +#, c-format +msgid "Another thumbnail cache service is already running" +msgstr "Perkhidmatan cache lakaran kecil lain telah pun berjalan" + +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 +#, c-format +msgid "No thumbnailer available for \"%s\"" +msgstr "Tiada lakaran kecil didapati untuk \"%s\"" + +#: ../tumblerd/tumbler-lifecycle-manager.c:208 +msgid "The thumbnailer service is shutting down" +msgstr "Servis lakaran kecil sedang ditutup" + +#: ../tumblerd/tumbler-service.c:758 +#, c-format +msgid "Another generic thumbnailer is already running" +msgstr "Perkhidmatan generik lakaran kecil lain telah pun berjalan" + +#: ../tumblerd/tumbler-service.c:867 +msgid "Unsupported thumbnail flavor requested" +msgstr "Meminta lakaran kecil yang tidak disokong" + +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 +msgid "Failed to call the specialized thumbnailer: timeout" +msgstr "Gagal memanggil lakaran kecil khas: masa tamat" + +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 +#, c-format +msgid "Failed to call the specialized thumbnailer: %s" +msgstr "Gagal memanggil lakaran kecil khas: %s" + +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 +#, c-format +msgid "Failed to load the file \"%s\": %s" +msgstr "Gagal memuatkan fail \"%s\": %s" + +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:535 +#, c-format +msgid "Malformed section \"%s\" in file \"%s\": %s" +msgstr "Seksyen cacat \"%s\" dalam fail \"%s\": %s" + +#: ../tumblerd/tumbler-manager.c:548 +#, c-format +msgid "" +"Malformed section \"%s\" in file \"%s\": Mismatch between section name and " +"UriScheme/MimeType" +msgstr "Seksyen cacat \"%s\" dalam fail \"%s\": Tidak sepadan antara nama seksyen dan UriScheme/MimeType" + +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:936 +#, c-format +msgid "Malformed file \"%s\": %s" +msgstr "Fail cacat \"%s\": %s" + +#: ../tumblerd/tumbler-manager.c:962 +#, c-format +msgid "Failed to determine last modified time of \"%s\"" +msgstr "Gagal untuk menentukan masa terakhir ubahsuai \"%s\"" + +#: ../tumblerd/tumbler-manager.c:1868 +#, c-format +msgid "Another thumbnailer manager is already running" +msgstr "Pengurus lakaran kecil lain sedang berjalan" + +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Tidak boleh mengubah nilai baik proses." + +#. set the application name. Translators: Don't translate "Tumbler". +#: ../tumblerd/main.c:258 +msgid "Tumbler Thumbnailing Service" +msgstr "Servis Lakaran Kecil Tumbler" + +#: ../tumblerd/main.c:280 +#, c-format +msgid "Failed to connect to the D-Bus session bus: %s" +msgstr "Gagal menyambung ke sesi bus D-Bus: %s" + +#: ../tumblerd/main.c:363 +#, c-format +msgid "Failed to load specialized thumbnailers into the registry: %s" +msgstr "Gagal memuatkan lakaran kecil khas ke dalam daftar: %s" + +#: ../tumblerd/main.c:375 +#, c-format +msgid "Failed to start the thumbnail cache service: %s" +msgstr "Gagal memulakan servis cache lakaran kecil: %s" + +#: ../tumblerd/main.c:385 +#, c-format +msgid "Failed to start the thumbnailer manager: %s" +msgstr "Gagal memulakan pengurus lakaran kecil: %s" + +#: ../tumblerd/main.c:395 +#, c-format +msgid "Failed to start the thumbnailer service: %s" +msgstr "Gagal memulakan servis lakaran kecil: %s" + +#: ../tumbler/tumbler-enum-types.c:49 +msgid "Invalid format" +msgstr "Format tidak sah" + +#: ../tumbler/tumbler-enum-types.c:50 +msgid "PNG" +msgstr "PNG" + +#: ../tumbler/tumbler-enum-types.c:71 +msgid "RGB Colorspace" +msgstr "Ruang warna RGB" + +#: ../tumbler/tumbler-cache-plugin.c:145 +#, c-format +msgid "Cache plugin \"%s\" lacks required symbols" +msgstr "Cache plugin \"%s\" kekurangan simbol yang diperlukan" + +#: ../tumbler/tumbler-cache-plugin.c:153 +#, c-format +msgid "Failed to load the cache plugin \"%s\": %s" +msgstr "Gagal memuatkan cache plugin \"%s\": %s" + +#: ../tumbler/tumbler-file-info.c:297 +#, c-format +msgid "The file \"%s\" is a thumbnail itself" +msgstr "Fail \"%s\" juga merupakan lakaran kecil" + +#: ../tumbler/tumbler-provider-plugin.c:135 +#, c-format +msgid "Plugin \"%s\" lacks required symbols." +msgstr "Plugin \"%s\" kekurangan simbol yang diperlukan." + +#: ../tumbler/tumbler-provider-plugin.c:143 +#, c-format +msgid "Failed to load plugin \"%s\": %s" +msgstr "Gagal memuatkan plugin \"%s\": %s" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 +#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 +#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 +#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58 +#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57 +#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57 +#: ../plugins/xdg-cache/xdg-cache-plugin.c:52 +#, c-format +msgid "Version mismatch: %s" +msgstr "Versi tidak sepadan: %s" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "Gagal memuat imej poster \"%s\"" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "Gagal memuatkan metadata dari \"%s\"" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "Kunci API tidak sah, anda mesti mempunyai kunci yang sah. Bahagian belakang DB Filem akan dimatikan." + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "Tiada kunci poster dalam datameta" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "Tajuk filem terlalu pendek" + +#. there was an error in the freetype initialization, abort +#: ../plugins/font-thumbnailer/font-thumbnailer.c:463 +#, c-format +msgid "Could not initialize freetype: %s" +msgstr "Tidak dapat memulakan freetype: %s" + +#. there was an error, emit error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:475 +#, c-format +msgid "Could not load file contents: %s" +msgstr "Tidak dapat memuatkan kandungan fail: %s" + +#. the font file could not be loaded, emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:494 +#, c-format +msgid "Could not open font file: %s" +msgstr "Tidak dapat membuka fail fon: %s" + +#. emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:518 +#, c-format +msgid "Could not set the character map: %s" +msgstr "Tidak dapat menetapkan peta aksara: %s" + +#. emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:545 +#, c-format +msgid "Could not render glyphs: %s" +msgstr "Tidak dapat membentuk glyphs: %s" + +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371 +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 +#, c-format +msgid "Thumbnail could not be inferred from file contents" +msgstr "Lakaran kecil tidak boleh ditakbir daripada kandungan fail" + +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +msgid "The document is empty" +msgstr "Dokumen adalah kosong" + +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 +msgid "First page of the document could not be read" +msgstr "Halaman pertama dokumen tidak dapat dibaca" + +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191 +msgid "Only local files are supported" +msgstr "Hanya fail tempatan disokong" + +#: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 +#, c-format +msgid "Could not save thumbnail to \"%s\"" +msgstr "Tidak dapat menyimpan lakaran kecil ke \"%s\"" diff -Nru tumbler-0.1.29/po/nb.po tumbler-0.1.30/po/nb.po --- tumbler-0.1.29/po/nb.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/nb.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,34 +1,39 @@ -# Norwegian bokmaal translation of Tumbler. -# Copyright (C) 2009 Jannis Pohlmann +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Terje Uriansrud , 2010. -# +# +# Translators: +# Terje Uriansrud , 2010 msgid "" msgstr "" -"Project-Id-Version: Tumbler 1.0.1\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-16 14:48+0100\n" -"PO-Revision-Date: 2009-12-19 22:24+0100\n" -"Last-Translator: Terje Uriansrud \n" -"Language-Team: Norwegian Bokmal \n" -"Language: nb\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/xfce/language/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../tumblerd/tumbler-cache-service.c:383 +#: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "En annen tjeneste for hurtiglager av miniatyrer kjører allerede" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "Ingen miniatyrtjeneste tilgjengelig for \"%s\"" -#: ../tumblerd/tumbler-service.c:751 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 +msgid "The thumbnailer service is shutting down" +msgstr "" + +#: ../tumblerd/tumbler-service.c:758 #, c-format msgid "Another generic thumbnailer is already running" msgstr "En annen generisk miniatyrtjeneste kjører allerede" @@ -37,77 +42,79 @@ msgid "Unsupported thumbnail flavor requested" msgstr "Ikke støttet miniatyrtjeneste etterspurt" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" msgstr "Kunne ikke kalle spesialisert miniatyr: tidsavbrudd" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "Kunne ikke kalle spesialisert miniatyr: %s" -#: ../tumblerd/tumbler-manager.c:467 ../tumblerd/tumbler-manager.c:873 +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 #, c-format msgid "Failed to load the file \"%s\": %s" msgstr "Klarte ikke lese filen \"%s\": %s" -#: ../tumblerd/tumbler-manager.c:485 ../tumblerd/tumbler-manager.c:499 -#: ../tumblerd/tumbler-manager.c:513 +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:535 #, c-format msgid "Malformed section \"%s\" in file \"%s\": %s" msgstr "Uglydig seksjon \"%s\" i fil \"%s\": %s" -#: ../tumblerd/tumbler-manager.c:526 +#: ../tumblerd/tumbler-manager.c:548 #, c-format msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Ugyldig seksjon \"%s\" i fil\"%s\": Misforhold mellom seksjonsnavn og Uri-" -"skjema/Mime-type" +msgstr "Ugyldig seksjon \"%s\" i fil\"%s\": Misforhold mellom seksjonsnavn og Uri-skjema/Mime-type" -#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900 -#: ../tumblerd/tumbler-manager.c:914 +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:936 #, c-format msgid "Malformed file \"%s\": %s" msgstr "Ugyldig fil \"%s\": %s" -#: ../tumblerd/tumbler-manager.c:940 +#: ../tumblerd/tumbler-manager.c:962 #, c-format msgid "Failed to determine last modified time of \"%s\"" msgstr "Klarte ikke finne sist modifisert tidspunkt for \"%s\"" -#: ../tumblerd/tumbler-manager.c:1849 +#: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "En annen miniatyrbehandler kjører allerede" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:63 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler Thumbnailing tjeneste" -#: ../tumblerd/main.c:78 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Klarte ikke koble til D-Bus økt: %s" -#: ../tumblerd/main.c:90 -#, c-format -msgid "Failed to start the thumbnail cache service: %s" -msgstr "Klarte ikke starte miniatyrtjeneste: %s" - -#: ../tumblerd/main.c:140 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Klarte ikke lese inn spesialiserte miniatyrer til registret: %s" -#: ../tumblerd/main.c:158 +#: ../tumblerd/main.c:375 +#, c-format +msgid "Failed to start the thumbnail cache service: %s" +msgstr "Klarte ikke starte miniatyrtjeneste: %s" + +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Klarte ikke starte miniatyrbehandling: %s" -#: ../tumblerd/main.c:176 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Klarte ikke starte miniatyrtjenesten: %s" @@ -149,32 +156,43 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Klarte ikke laste utvidelsesmodul \"%s\": %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 +#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 #: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58 +#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57 +#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52 #, c-format msgid "Version mismatch: %s" msgstr "Versjoner stemmer ikke: %s" -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Initialiserer utvidelsesmodul Tumbler Pixbuf Thumbnailer" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Lukker utvidelsesmodul Tumbler Pixbuf Thumbnailer" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Initialiserer utvidelsesmodul Tumbler Font Thumbnailer" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Lukker utvidelsesmodul Tumbler Font Thumbnailer" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -206,51 +224,30 @@ msgid "Could not render glyphs: %s" msgstr "Klarte ikke tegne glyffer: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:746 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:784 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371 +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 #, c-format msgid "Thumbnail could not be inferred from file contents" msgstr "Miniatyr kunne ikke bestemmes fra filinnholdet" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Initialiserer utvidelsesmodul Tumbler JPEG Thumbnailer" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Lukker utvidelsesmodul Tumbler JPEG Thumbnailer" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Initialiserer utvidelsesmodul Tumbler ffmpeg video thumbnailer" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Lukker utvidelsesmodul Tumbler ffmpeg video thumbnailer" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Initialiserer utvidelsesmodul Tumbler Poppler PDF/PS Thumbnailer" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:209 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Dokumentet er tomt" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:221 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Første side av dokumentet kunne ikke leses" +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191 +msgid "Only local files are supported" +msgstr "" + #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Klarte ikke lagre miniatyr til \"%s\"" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Initialiserer utvidelsesmodul Tumbler XDG cache" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Lukker utvidelsesmodul Tumbler XDG cache" diff -Nru tumbler-0.1.29/po/nl.po tumbler-0.1.30/po/nl.po --- tumbler-0.1.29/po/nl.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/nl.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,20 +1,21 @@ -# Dutch translation for the tumbler package. -# Copyright (C) 2011 The Xfce development team. -# This file is distributed under the same license as the tumbler package. -# Pjotr pjotrvertaalt@gmail.com , 2011, 2013. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # +# Translators: +# Pjotr pjotrvertaalt@gmail.com , 2011,2013 msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-05 14:15+0000\n" -"PO-Revision-Date: 2011-09-07 12:41+0200\n" -"Last-Translator: Pjotr pjotrvertaalt@gmail.com\n" -"Language-Team: Dutch (Flemish)\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-09-19 14:13+0000\n" +"Last-Translator: Pjotr123 \n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/xfce/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nl (Dutch)\n" +"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 @@ -43,8 +44,7 @@ #: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "" -"Kon de gespecialiseerde miniatuurmaker niet oproepen: tijd is verstreken" +msgstr "Kon de gespecialiseerde miniatuurmaker niet oproepen: tijd is verstreken" #: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format @@ -67,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Misvormde sectie '%s' in bestand '%s': geen overeenkomst tussen sectienaam " -"en Urischema/MimeType" +msgstr "Misvormde sectie '%s' in bestand '%s': geen overeenkomst tussen sectienaam en Urischema/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -136,12 +134,12 @@ #: ../tumbler/tumbler-cache-plugin.c:145 #, c-format msgid "Cache plugin \"%s\" lacks required symbols" -msgstr "De opslag-plugin '%s' ontbeert de vereiste symbolen" +msgstr "De opslag-invoegtoepassing '%s' ontbeert de vereiste symbolen" #: ../tumbler/tumbler-cache-plugin.c:153 #, c-format msgid "Failed to load the cache plugin \"%s\": %s" -msgstr "Kon de opslag-plugin '%s' niet laden: %s" +msgstr "Kon de opslag-invoegtoepassing '%s' niet laden: %s" #: ../tumbler/tumbler-file-info.c:297 #, c-format @@ -151,7 +149,7 @@ #: ../tumbler/tumbler-provider-plugin.c:135 #, c-format msgid "Plugin \"%s\" lacks required symbols." -msgstr "Plugin '%s' heeft de vereiste symbolen niet." +msgstr "Invoegtoepassing '%s' heeft de vereiste symbolen niet." #: ../tumbler/tumbler-provider-plugin.c:143 #, c-format @@ -172,29 +170,27 @@ msgid "Version mismatch: %s" msgstr "Versies komen niet overeen: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Kon de afbeelding '%s' van de poster niet laden" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "Kon de metagegevens van '%s' niet laden" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." -msgstr "" -"Ongeldige API-sleutel, u moet beschikken over een geldige sleutel. De Film-" -"DB-achtergronddienst zal worden uitgeschakeld." +msgstr "Ongeldige API-sleutel, u moet beschikken over een geldige sleutel. De Film-DB-achtergronddienst zal worden uitgeschakeld." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Geen postersleutel gevonden in metagegevens" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Filmtitel is te kort" @@ -255,76 +251,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Kon de miniatuur niet opslaan in '%s'" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met opstarten van de Tumbler Gstreamer miniatuurmaker-" -#~ "invoegtoepassing" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met afsluiten van de Tumbler Gstreamer miniatuurmaker-" -#~ "invoegtoepassing" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met opstarten van de Tumbler Pixbuf miniatuurmaker-invoegtoepassing" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met afsluiten van de Tumbler Pixbuf miniatuurmaker-invoegtoepassing" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met opstarten van de Tumbler Lettertype miniatuurmaker-" -#~ "invoegtoepassing" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met afsluiten van de Tumbler Lettertype miniatuurmaker-" -#~ "invoegtoepassing" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met starten van de Tumbler JPEG miniatuurmaker-invoegtoepassing" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met afsluiten van de Tumbler JPEG miniatuurmaker-invoegtoepassing" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met starten van de Tumbler ffmpeg video miniatuurmaker-" -#~ "invoegtoepassing" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met afsluiten van de Tumbler ffmpeg video miniatuurmaker-" -#~ "invoegtoepassing" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met opstarten van de Tumbler ODF miniatuurmaker-invoegtoepassing" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met afsluiten van de Tumbler ODF miniatuurmaker-invoegtoepassing" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met starten van de Tumbler Poppler PDF/PS miniatuurmaker-" -#~ "invoegtoepassing" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met opstarten van de Tumbler RAW miniatuurmaker-invoegtoepassing" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "" -#~ "Bezig met afsluiten van de Tumbler RAW miniatuurmaker-invoegtoepassing" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Bezig met opstarten van de Tumbler XDG opslag-invoegtoepassing" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Bezig met afsluiten van de Tumbler XDG opslag-invoegtoepassing" diff -Nru tumbler-0.1.29/po/nn.po tumbler-0.1.30/po/nn.po --- tumbler-0.1.29/po/nn.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/nn.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,35 +1,34 @@ # 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. -# +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-07 17:00+0000\n" -"PO-Revision-Date: 2012-01-08 00:11+0100\n" -"Last-Translator: Eivind Ødegård \n" -"Language-Team: nn_NO \n" -"Language: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/xfce/language/nn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Norwegian Nynorsk\n" -"X-Poedit-Country: NORWAY\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "Ei anna mellomlagertenest for småbilete køyrer" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "Det finst ikkje noko småbilete-innstikk for «%s»" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "Småbiletetenesta avsluttar" @@ -42,23 +41,21 @@ msgid "Unsupported thumbnail flavor requested" msgstr "Spurde etter ikkje støtta småbiletetype" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" msgstr "Klarte ikkje kalla opp den spesielle småbiletelagaren: tidsavbrot" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "Klarte ikkje kalla opp den spesielle småbiletelagaren: %s" -#: ../tumblerd/tumbler-manager.c:489 -#: ../tumblerd/tumbler-manager.c:895 +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 #, c-format msgid "Failed to load the file \"%s\": %s" msgstr "Klarte ikkje å lasta fila «%s»: %s" -#: ../tumblerd/tumbler-manager.c:507 -#: ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 #: ../tumblerd/tumbler-manager.c:535 #, c-format msgid "Malformed section \"%s\" in file \"%s\": %s" @@ -66,11 +63,12 @@ #: ../tumblerd/tumbler-manager.c:548 #, c-format -msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType" +msgid "" +"Malformed section \"%s\" in file \"%s\": Mismatch between section name and " +"UriScheme/MimeType" msgstr "Feilforma avdeling «%s» i fila «%s»: Ikkje samsvar mellom avdelingsnamnet og UriScheme/MimeType" -#: ../tumblerd/tumbler-manager.c:908 -#: ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 #, c-format msgid "Malformed file \"%s\": %s" @@ -81,37 +79,41 @@ msgid "Failed to determine last modified time of \"%s\"" msgstr "Greidde ikkje finna ut når «%s» vart endra sist" -#: ../tumblerd/tumbler-manager.c:1863 +#: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "Ein annan småbilete-handterar køyrer allereie" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler småbilete-tenest" -#: ../tumblerd/main.c:98 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Klarte ikkje kopla til D-bus-øktbussen: %s" -#: ../tumblerd/main.c:156 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Greidde ikkje lasta spesielle småbiletelagarar til registeret: %s" -#: ../tumblerd/main.c:173 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Klarte ikkje setja i gang småbilete-mellomlagertenesta: %s" -#: ../tumblerd/main.c:190 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Klarte ikkje starta småbilete-handteraren: %s" -#: ../tumblerd/main.c:207 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Klarte ikkje starta småbilete-tenesta: %s" @@ -153,6 +155,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Klarte ikkje å lasta innstikket «%s»: %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -166,30 +169,29 @@ msgid "Version mismatch: %s" msgstr "Versjonane stemmer ikkje: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -msgstr "Set i gang småbilete-innstikket Tumbler GStreamer" - -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "Avsluttar småbilete-innstikket Tumbler GStreamer" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Set i gang småbilete-innstikket Tumbler Pixbuf" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Avsluttar småbilete-innstikket Tumbler Pixbuf" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Set i gang skrifttype-innstikket Tumbler Font" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Avsluttar skrifttype-innstikket Tumbler Font" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -221,8 +223,8 @@ msgid "Could not render glyphs: %s" msgstr "Klarte ikkje teikna glyffar: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -232,39 +234,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Klarte ikkje finna ut småbiletet ut frå filinnhaldet" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Set i gang småbilete-innstikket Tumbler JPEG" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Avsluttar småbilete-innstikket Tumbler JPEG" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Set i gang video-småbiletinnstikket Tumbler ffmpeg" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Avsluttar video-småbiletinnstikket Tumbler ffmpeg" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "Set i gang småbilete-innstikket Tumbler ODF" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "Avsluttar småbilete-innstikket Tumbler ODF" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Set o gamg småbilete-innstikket Tumbler Poppler PDF/PS" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Dokumentet er tomt" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Klarte ikkje lesa fyrste sida av dokumentet" @@ -272,24 +246,7 @@ msgid "Only local files are supported" msgstr "Berre lokale filer er støtta" -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "Set i gang småbilete-innstikket Tumbler RAW" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "Avsluttar småbilete-innstikket Tumbler RAW" - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Greidde ikkje lagra småbiletet til «%s»" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Set i gang mellomlager-innstikket Tumbler XDG" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Avsluttar mellomlager-innstikket Tumbler XDG" - diff -Nru tumbler-0.1.29/po/oc.po tumbler-0.1.30/po/oc.po --- tumbler-0.1.29/po/oc.po 1970-01-01 00:00:00.000000000 +0000 +++ tumbler-0.1.30/po/oc.po 2014-02-22 23:15:10.000000000 +0000 @@ -0,0 +1,253 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Cedric31 , 2013 +msgid "" +msgstr "" +"Project-Id-Version: Tumbler\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 16:23+0000\n" +"Last-Translator: Cedric31 \n" +"Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/xfce/language/oc/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: oc\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../tumblerd/tumbler-cache-service.c:413 +#, c-format +msgid "Another thumbnail cache service is already running" +msgstr "Un autre servici d'escondedor de miniaturas es ja aviat" + +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 +#, c-format +msgid "No thumbnailer available for \"%s\"" +msgstr "Pas de generador de miniaturas disponible per « %s »" + +#: ../tumblerd/tumbler-lifecycle-manager.c:208 +msgid "The thumbnailer service is shutting down" +msgstr "Arrèst del servici generador de miniaturas" + +#: ../tumblerd/tumbler-service.c:758 +#, c-format +msgid "Another generic thumbnailer is already running" +msgstr "Un autre generador generic de miniaturas es ja aviat" + +#: ../tumblerd/tumbler-service.c:867 +msgid "Unsupported thumbnail flavor requested" +msgstr "Tipe de miniatura demandat pas pres en carga" + +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 +msgid "Failed to call the specialized thumbnailer: timeout" +msgstr "Impossible d'utilizar lo generador de miniaturas especializat : arrèst" + +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 +#, c-format +msgid "Failed to call the specialized thumbnailer: %s" +msgstr "Impossible d'utilizar lo generador de miniaturas especializat : %s" + +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 +#, c-format +msgid "Failed to load the file \"%s\": %s" +msgstr "Impossible de cargar lo fichièr « %s » : %s" + +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:535 +#, c-format +msgid "Malformed section \"%s\" in file \"%s\": %s" +msgstr "Seccion mal formada « %s » dins lo fichièr « %s » : %s" + +#: ../tumblerd/tumbler-manager.c:548 +#, c-format +msgid "" +"Malformed section \"%s\" in file \"%s\": Mismatch between section name and " +"UriScheme/MimeType" +msgstr "Seccion mal formada « %s » dins lo fichièr « %s » : Incompatibilitat entre lo nom de seccion e l'esquèma URI / Tipe Mime" + +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:936 +#, c-format +msgid "Malformed file \"%s\": %s" +msgstr "Fichièr mal format « %s » : %s" + +#: ../tumblerd/tumbler-manager.c:962 +#, c-format +msgid "Failed to determine last modified time of \"%s\"" +msgstr "Impossible de determinar la darrièra data de modificacion de « %s »" + +#: ../tumblerd/tumbler-manager.c:1868 +#, c-format +msgid "Another thumbnailer manager is already running" +msgstr "Un autre gestionari de generador de miniaturas es ja aviat" + +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Impossible de cambiar la valor « nice » del processus." + +#. set the application name. Translators: Don't translate "Tumbler". +#: ../tumblerd/main.c:258 +msgid "Tumbler Thumbnailing Service" +msgstr "Servici de generacion de miniaturas Tumbler" + +#: ../tumblerd/main.c:280 +#, c-format +msgid "Failed to connect to the D-Bus session bus: %s" +msgstr "Impossible de se connectar al bus de sesilha D-Bus : %s" + +#: ../tumblerd/main.c:363 +#, c-format +msgid "Failed to load specialized thumbnailers into the registry: %s" +msgstr "Impossible de cargar los generadors de miniaturas especializats dins lo registre : %s" + +#: ../tumblerd/main.c:375 +#, c-format +msgid "Failed to start the thumbnail cache service: %s" +msgstr "Impossible d'aviar lo servici d'escondedor de miniaturas : %s" + +#: ../tumblerd/main.c:385 +#, c-format +msgid "Failed to start the thumbnailer manager: %s" +msgstr "Impossible d'aviar lo gestionari de generadors de miniaturas : %s" + +#: ../tumblerd/main.c:395 +#, c-format +msgid "Failed to start the thumbnailer service: %s" +msgstr "Impossible d'aviar lo servici de generadors de miniaturas : %s" + +#: ../tumbler/tumbler-enum-types.c:49 +msgid "Invalid format" +msgstr "Format invalid" + +#: ../tumbler/tumbler-enum-types.c:50 +msgid "PNG" +msgstr "PNG" + +#: ../tumbler/tumbler-enum-types.c:71 +msgid "RGB Colorspace" +msgstr "Espaci de color RGB" + +#: ../tumbler/tumbler-cache-plugin.c:145 +#, c-format +msgid "Cache plugin \"%s\" lacks required symbols" +msgstr "L'empeuton d'escondedor « %s » manca de simbòls requesits" + +#: ../tumbler/tumbler-cache-plugin.c:153 +#, c-format +msgid "Failed to load the cache plugin \"%s\": %s" +msgstr "Impossible de cargar l'empeuton d'escondedor « %s » : %s" + +#: ../tumbler/tumbler-file-info.c:297 +#, c-format +msgid "The file \"%s\" is a thumbnail itself" +msgstr "Lo fichièr « %s » es el-meteis una miniatura" + +#: ../tumbler/tumbler-provider-plugin.c:135 +#, c-format +msgid "Plugin \"%s\" lacks required symbols." +msgstr "L'empeuton « %s » manca de simbòls requesits" + +#: ../tumbler/tumbler-provider-plugin.c:143 +#, c-format +msgid "Failed to load plugin \"%s\": %s" +msgstr "Impossible de cargar l'empeuton « %s » : %s" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 +#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 +#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 +#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58 +#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57 +#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57 +#: ../plugins/xdg-cache/xdg-cache-plugin.c:52 +#, c-format +msgid "Version mismatch: %s" +msgstr "Incompatibilitat de versions : %s" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "Impossible de cargar l'aficha « %s »" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "Impossible de cargar las metadonadas dempuèi « %s »" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "Clau API invalida, vos cal especificar una clau valida. Lo motor de la banca de donadas filme serà desactivada." + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "Cap de clau poster pas trobada dins las metadonadas" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "Lo títol del filme es tròp cort" + +#. there was an error in the freetype initialization, abort +#: ../plugins/font-thumbnailer/font-thumbnailer.c:463 +#, c-format +msgid "Could not initialize freetype: %s" +msgstr "Impossible d'inicializar freetype : %s" + +#. there was an error, emit error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:475 +#, c-format +msgid "Could not load file contents: %s" +msgstr "Impossible de cargar lo contengut del fichièr : %s" + +#. the font file could not be loaded, emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:494 +#, c-format +msgid "Could not open font file: %s" +msgstr "Impossible de dobrir lo fichièr de la poliça de caractèrs : %s" + +#. emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:518 +#, c-format +msgid "Could not set the character map: %s" +msgstr "Impossible de definir lo jòc de caractèrs : %s" + +#. emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:545 +#, c-format +msgid "Could not render glyphs: %s" +msgstr "Impossible de generar los glifes : %s" + +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371 +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 +#, c-format +msgid "Thumbnail could not be inferred from file contents" +msgstr "Impossible de generar la miniatura a partir del contengut del fichièr" + +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +msgid "The document is empty" +msgstr "Lo document es void" + +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 +msgid "First page of the document could not be read" +msgstr "La primièra pagina del document a pas pogut èsser legida" + +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191 +msgid "Only local files are supported" +msgstr "Sols los fichièrs locals son suportats" + +#: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 +#, c-format +msgid "Could not save thumbnail to \"%s\"" +msgstr "Impossible d'enregistrar la miniatura dins « %s »" diff -Nru tumbler-0.1.29/po/pl.po tumbler-0.1.30/po/pl.po --- tumbler-0.1.29/po/pl.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/pl.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,21 +1,22 @@ -# Polish translation of thumbler package. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Piotr Sokół , 2011. # +# Translators: +# Piotr Sokół , 2011 msgid "" msgstr "" -"Project-Id-Version: thumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-14 08:15+0000\n" -"PO-Revision-Date: 2011-01-10 16:16+0100\n" -"Last-Translator: Piotr Sokół \n" -"Language-Team: Polish <>\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/xfce/language/pl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2));\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -35,8 +36,7 @@ #: ../tumblerd/tumbler-service.c:758 #, c-format msgid "Another generic thumbnailer is already running" -msgstr "" -"Aktualnie uruchomina jest inna, standardowa usługa dostarczania miniatur" +msgstr "Aktualnie uruchomina jest inna, standardowa usługa dostarczania miniatur" #: ../tumblerd/tumbler-service.c:867 msgid "Unsupported thumbnail flavor requested" @@ -67,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Nieprawidłowa sekcja „%s” w pliku „%s”: niezgodność nazwy sekcji i UriScheme/" -"MimeType" +msgstr "Nieprawidłowa sekcja „%s” w pliku „%s”: niezgodność nazwy sekcji i UriScheme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -87,33 +85,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Inny menedżer dostarczania miniatur jest już uruchomiony" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Nie można zmienić dobrej wartości procesu." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Usługa dostarczania miniatur Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Nie udało się połączyć z sesją systemu D-Bus: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Nie udało się wczytać do rejestru określonej usługi dostarczania miniatur: %s" +msgstr "Nie udało się wczytać do rejestru określonej usługi dostarczania miniatur: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Nie udało się uruchomić usługi przechowywania miniatur: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Nie udało się uruchomić menedżera dostarczania miniatur: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Nie udało się uruchomić usługi dostarczania miniatur: %s" @@ -169,27 +170,27 @@ msgid "Version mismatch: %s" msgstr "Niezgodna wersja: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Nie udało się wczytać obrazu plakatu „%s”" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "Nie udało się wczytać metadanych z „%s”" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "Nieprawidłowy klucz interfejsu API. Należy dostarczyć prawidłowy klucz. Moduł obsługi bazy danych filmów będzie wyłączony." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Nie odnaleziono klucza plakatu w metadanych" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Tytuł filmu jest zbyt krótki" @@ -234,11 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Nie można wygenerować miniatury z zawartości pliku" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Dokument jest pusty" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Nie można odczytać pierwszej strony dokumentu" @@ -250,58 +251,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Nie można zapisać miniatury do pliku „%s”" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Inicjowanie wtyczki GStreamer usługi dostarczania miniatur" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Kończenie działania wtyczki GStreamer usługi dostarczania miniatur" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Inicjowanie wtyczki Pixbuf usługi dostarczania miniatur" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Kończenie działania wtyczki Pixbuf usługi dostarczania miniatur" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Inicjowanie wtyczki czcionek usługi dostarczania miniatur" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Kończenie działania wtyczki czcionek usługi dostarczania miniatur" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Inicjowanie wtyczki JPEG usługi dostarczania miniatur" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Kończenie działania wtyczki JPEG usługi dostarczania miniatur" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Inicjowanie wtyczki wideo ffmpeg usługi dostarczania miniatur" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Kończenie działania wtyczki wideo ffmpeg usługi dostarczania miniatur" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Inicjowanie wtyczki ODF usługi dostarczania miniatur" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Kończenie działania wtyczki ODF usługi dostarczania miniatur" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Inicjowanie wtyczki Poppler PDF/PS usługi dostarczania miniatur" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Inicjowanie wtyczki RAW usługi dostarczania miniatur" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Kończenie działania wtyczki RAW usługi dostarczania miniatur" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "" -#~ "Inicjowanie wtyczki pamięci podręcznej XDG usługi dostarczania miniatur" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "" -#~ "Kończenie działania wtyczki pamięci podręcznej XDG usługi dostarczania " -#~ "miniatur" diff -Nru tumbler-0.1.29/po/pt_BR.po tumbler-0.1.30/po/pt_BR.po --- tumbler-0.1.29/po/pt_BR.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/pt_BR.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,24 +1,23 @@ -# Brazilian Portuguese translation for tumbler. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Sérgio Cipolla , 2011. -# Michael Martins , 2011. -# +# +# Translators: +# Michael Martins , 2011 +# secipolla , 2011 msgid "" msgstr "" -"Project-Id-Version: tumbler 0.1.21\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-15 00:18+0000\n" -"PO-Revision-Date: 2013-01-14 22:36-0300\n" -"Last-Translator: Rafael Ferreira \n" -"Language-Team: Brazilian Portuguese \n" -"Language: pt_BR\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/xfce/language/pt_BR/)\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" -"X-Poedit-SourceCharset: utf-8\n" -"X-Generator: Poedit 1.5.4\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -46,17 +45,17 @@ #: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "Falhou ao chamar o gerador de miniaturas especializado: tempo esgotado" +msgstr "Falha ao chamar o gerador de miniaturas especializado: tempo esgotado" #: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" -msgstr "Falhou ao chamar o gerador de miniaturas especializado: %s" +msgstr "Falha ao chamar o gerador de miniaturas especializado: %s" #: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 #, c-format msgid "Failed to load the file \"%s\": %s" -msgstr "Falhou ao carregar o arquivo \"%s\": %s" +msgstr "Falha ao carregar o arquivo \"%s\": %s" #: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 #: ../tumblerd/tumbler-manager.c:535 @@ -69,9 +68,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Seção malformada \"%s\" no arquivo \"%s\": nome da seção e UriScheme/" -"MimeType não correspondem" +msgstr "Seção malformada \"%s\" no arquivo \"%s\": nome da seção e UriScheme/MimeType não correspondem" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -82,43 +79,46 @@ #: ../tumblerd/tumbler-manager.c:962 #, c-format msgid "Failed to determine last modified time of \"%s\"" -msgstr "Falhou ao determinar o momento da última modificação de \"%s\"" +msgstr "Falha ao determinar o momento da última modificação de \"%s\"" #: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "Um outro gerenciador de miniaturas já está em execução" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Não foi possível alterar o valor 'nice' do processo." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Serviço de geração de miniaturas Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Falhou ao conectar-se com o barramento de sessão do D-Bus: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Falhou ao carregar geradores de miniaturas especializados no registro: %s" +msgstr "Falhou ao carregar geradores de miniaturas especializados no registro: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" -msgstr "Falhou ao iniciar o serviço de cache de miniaturas: %s" +msgstr "Falha ao iniciar o serviço de cache de miniaturas: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" -msgstr "Falhou ao iniciar o gerenciador de miniaturas: %s" +msgstr "Falha ao iniciar o gerenciador de miniaturas: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" -msgstr "Falhou ao iniciar o serviço de geração de miniaturas: %s" +msgstr "Falha ao iniciar o serviço de geração de miniaturas: %s" #: ../tumbler/tumbler-enum-types.c:49 msgid "Invalid format" @@ -140,7 +140,7 @@ #: ../tumbler/tumbler-cache-plugin.c:153 #, c-format msgid "Failed to load the cache plugin \"%s\": %s" -msgstr "Falhou ao carregar o plug-in de cache \"%s\": %s" +msgstr "Falha ao carregar o plug-in de cache \"%s\": %s" #: ../tumbler/tumbler-file-info.c:297 #, c-format @@ -171,29 +171,27 @@ msgid "Version mismatch: %s" msgstr "Versão incompatível: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" -msgstr "Falhou ao carregar a imagem do poster de \"%s\"" +msgstr "Falha ao carregar a imagem do poster de \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" -msgstr "Falhou ao carregar os metadados de \"%s\"" +msgstr "Falha ao carregar os metadados de \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." -msgstr "" -"A chave de API é inválida: você deve possuir uma chave válida. O backend de " -"banco de dados de filmes será desabilitado." +msgstr "A chave de API é inválida: você deve possuir uma chave válida. O backend de banco de dados de filmes será desabilitado." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" -msgstr "Nenhuma chave de poster econtrada nos metadados" +msgstr "Nenhuma chave de poster encontrada nos metadados" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "O título do filme é muito curto" @@ -236,13 +234,13 @@ #: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 #, c-format msgid "Thumbnail could not be inferred from file contents" -msgstr "A miniatura não pode ser inferida do conteúdo do arquivo" +msgstr "A miniatura não pode ser inferida a partir do conteúdo do arquivo" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "O documento está vazio" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "A primeira página do documento não pôde ser lida" @@ -254,57 +252,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Não foi possível salvar a miniatura em \"%s\"" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Iniciando o plug-in gerador de miniaturas GStreamer do Tumbler" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Encerrando o plug-in gerador de miniaturas GStreamer do Tumbler" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Iniciando o plug-in gerador de miniaturas Pixbuf do Tumbler" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Encerrando o plug-in gerador de miniaturas Pixbuf do Tumbler" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Iniciando o plug-in gerador de miniaturas de fontes do Tumbler" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Encerrando o plug-in gerador de miniaturas de fontes do Tumbler" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Iniciando o plug-in gerador de miniaturas JPEG do Tumbler" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Encerrando o plug-in gerador de miniaturas JPEG do Tumbler" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Iniciando o plug-in gerador de miniaturas de vídeo ffmpeg do Tumbler" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Encerrando o plug-in gerador de miniaturas de vídeo ffmpeg do Tumbler" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Iniciando o plug-in gerador de miniaturas ODF do Tumbler" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Encerrando o plug-in gerador de miniaturas ODF do Tumbler" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Iniciando o plug-in gerador de miniaturas PDF/PS Poppler do Tumbler" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Iniciando o plug-in gerador de miniaturas de imagens RAW do Tumbler" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "" -#~ "Encerrando o plug-in gerador de miniaturas de imagens RAW do Tumbler" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Iniciando o plug-in de cache XDG do Tumbler" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Encerrando o plug-in de cache XDG do Tumbler" diff -Nru tumbler-0.1.29/po/pt.po tumbler-0.1.30/po/pt.po --- tumbler-0.1.29/po/pt.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/pt.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,22 +1,21 @@ -# Portuguese translation for tumbler package. -# Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the tumbler package. -# Sérgio Marques +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # +# Translators: msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-20 19:24+0000\n" -"PO-Revision-Date: 2012-04-27 20:18+0100\n" -"Last-Translator: Nuno Miguel \n" -"Language-Team: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/xfce/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" -"X-Poedit-Language: Portuguese\n" -"X-Poedit-Country: PORTUGAL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -67,9 +66,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Secção inválida \"%s\" no ficheiro \"%s\": diferenças entre o nome da secção " -"e o esquema Uri/Tipo mime" +msgstr "Secção inválida \"%s\" no ficheiro \"%s\": diferenças entre o nome da secção e o esquema Uri/Tipo mime" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -87,32 +84,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Já está em execução outro gestor de miniaturas" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Não foi possível mudar o valor do processo." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Serviço de miniaturas Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Falha ao ligar ao canal de sessão D-Bus: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Falha ao carregar as miniaturas especializadas no registo: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Falha ao iniciar o serviço de miniaturas em cache: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Falha ao iniciar o gestor de miniaturas: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Falha ao iniciar o serviço de miniaturas: %s" @@ -168,27 +169,27 @@ msgid "Version mismatch: %s" msgstr "Conflito de versão: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Falha ao carregar a imagem \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "Falha ao carregar os dados de \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "Chave API inválida. Tem que obter uma chave válida. A infraestrutura da base de dados de filmes será desativada." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Não foi encontrada a chave nos dados" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "O título do filme é muito pequeno" @@ -233,11 +234,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Não foi possível inferir o conteúdo do ficheiro" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "O documento está vazio" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "A primeira página do documento não pôde ser lida" @@ -249,54 +250,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Não foi possível gravar a miniatura em \"%s\"" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "A iniciar o \"plugin\" Tumbler GStreamer Thumbnailer" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "A desligar o \"plugin\" Tumbler GStreamer Thumbnailer" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "A iniciar o \"plugin\" de miniaturas Tumbler Pixbuf" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "A desligar o \"plugin\" de miniaturas Tumbler Pixbuf" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "A iniciar o \"plugin\" de miniaturas Tumbler Font" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "A desligar o \"plugin\" de miniaturas Tumbler Font" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "A iniciar o \"plugin\" de miniaturas Tumbler JPEG" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "A desligar o \"plugin\" de miniaturas Tumbler JPEG" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "A iniciar o \"plugin\" de miniaturas Tumbler ffmpeg video" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "A desligar o \"plugin\" de miniaturas Tumbler ffmpeg video" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "A iniciar o \"plugin\" de miniaturas Tumbler ODF" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "A desligar o \"plugin\" de miniaturas Tumbler ODF" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "A iniciar o \"plugin\" de miniaturas Tumbler Poppler PDF/PS" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "A iniciar o \"plugin\" de miniaturas Tumbler RAW" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "A desligar o \"plugin\" de miniaturas Tumbler RAW" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "A iniciar o \"plugin\" de cache Tumbler XDG" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "A desligar o \"plugin\" de cache Tumbler XDG" diff -Nru tumbler-0.1.29/po/ro.po tumbler-0.1.30/po/ro.po --- tumbler-0.1.29/po/ro.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/ro.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,21 +1,22 @@ -# Romanian translation for Tumbler. -# Copyright (C) 2011 THE Tumbler'S COPYRIGHT HOLDER -# This file is distributed under the same license as the Tumbler package. -# Mișu Moldovan , 2011. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Mișu Moldovan , 2011 msgid "" msgstr "" -"Project-Id-Version: Tumbler 0.1.5\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-14 08:15+0000\n" -"PO-Revision-Date: 2011-01-05 23:17+0300\n" -"Last-Translator: Mișu Moldovan \n" -"Language-Team: Romanian \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/xfce/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);;\n" -"X-Generator: Virtaal 0.6.1\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -43,8 +44,7 @@ #: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "" -"Nu s-a putut apela programul specializat de creare de miniaturi: time-out" +msgstr "Nu s-a putut apela programul specializat de creare de miniaturi: time-out" #: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format @@ -67,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Secțiune „%s” nevalidă în fișierul „%s”: nepotrivire între numele secțiunii " -"și UriScheme/MimeType" +msgstr "Secțiune „%s” nevalidă în fișierul „%s”: nepotrivire între numele secțiunii și UriScheme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -87,33 +85,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Un alt manager de miniaturi este deja pornit" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Nu s-a putut modifica valoarea «nice» a procesului." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Serviciul de creare de miniaturi Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Încercarea de conectare la sesiunea D-Bus a eșuat: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Nu s-au putut încărca programele specializate de creare de miniaturi: %s" +msgstr "Nu s-au putut încărca programele specializate de creare de miniaturi: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Nu s-a putut porni serviciul de cache pentru miniaturi: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Nu s-a putut porni managerul de miniaturi: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Nu s-a putut porni serviciul de creare de miniaturi: %s" @@ -169,27 +170,27 @@ msgid "Version mismatch: %s" msgstr "Nepotrivire de versiune: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Nu s-a putut încărca imaginea de tip poster „%s”" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "Nu s-au putut încărca metadatele din „%s”" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "Cheie API invalidă, e nevoie de o cheie validă. Backendul Movie DB va fi dezactivat." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Nu s-a găsit în metadate o cheie pentru postere" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Titlul filmului este prea scurt" @@ -234,11 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Miniatura nu a putut fi creată din conținutul fișierului" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Documentul este gol" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Nu s-a putut citi prima pagină a documentului" @@ -250,54 +251,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Nu s-a putut salva miniatura pentru „%s”" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Se inițializează modulul Tumbler GStreamer Thumbnailer" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Se dezactivează modulul Tumbler GStreamer Thumbnailer" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Se inițializează modulul Tumbler Pixbuf Thumbnailer" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Se dezactivează modulul Tumbler Pixbuf Thumbnailer" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Se inițializează modulul Tumbler Font Thumbnailer" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Se dezactivează modulul Tumbler Font Thumbnailer" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Se inițializează modulul Tumbler JPEG Thumbnailer" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Se dezactivează modulul Tumbler JPEG Thumbnailer" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Se inițializează modulul Tumbler FFmpeg Thumbnailer" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Se dezactivează modulul Tumbler FFmpeg Thumbnailer" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Se inițializează modulul Tumbler ODF Thumbnailer" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Se dezactivează modulul Tumbler ODF Thumbnailer" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Se inițializează modulul Tumbler PDF/PS Thumbnailer" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Se inițializează modulul Tumbler RAW Thumbnailer" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Se dezactivează modulul Tumbler RAW Thumbnailer" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Se inițializează modulul de cache Tumbler XDG" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Se dezactivează modulul de cache Tumbler XDG" diff -Nru tumbler-0.1.29/po/ru.po tumbler-0.1.30/po/ru.po --- tumbler-0.1.29/po/ru.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/ru.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,19 +1,22 @@ -# tumbler Russian translation. -# Copyright (C) 2010 -# This file is distributed under the same license as the thunar package. -# Алекс , 2010. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Алекс , 2010 msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-29 22:58+0400\n" -"PO-Revision-Date: 2013-03-29 22:57+0400\n" -"Last-Translator: Алекс \n" -"Language-Team: xfce-i18n@xfce.org\n" -"Language: ru\n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/xfce/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -64,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Неверная секция \"%s\" в файле \"%s\": Несовпадение названия секции и " -"UriScheme/MimeType" +msgstr "Неверная секция \"%s\" в файле \"%s\": Несовпадение названия секции и UriScheme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -84,32 +85,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Уже запущен другой менеджер миниатюр" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Не удалось изменить приоритет процесса." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Служба создания миниатюр Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Не удалось подключиться к сеансовой шине D-Bus: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Не удалось загрузить специальные модули миниатюр в реестр: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Не удалось запустить службу кэша миниатюр: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Не удалось запустить менеджер миниатюр: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Не удалось запустить службу миниатюр: %s" @@ -165,29 +170,27 @@ msgid "Version mismatch: %s" msgstr "Неверная версия: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Не удалось загрузить изображение \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "Не удалось загрузить метаданные из \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." -msgstr "" -"Неправильный API-ключ, вы должны предоставить действительный ключ. База " -"данных видео будет отключена." +msgstr "Неправильный API-ключ, вы должны предоставить действительный ключ. База данных видео будет отключена." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Не найден ключ постера в метаданных" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Заголовок видео слишком короткий" @@ -232,11 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Не удалось создать основанную на содержимом файла миниатюру" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Документ пуст" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Невозможно прочитать первую страницу документа" @@ -248,54 +251,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Не удалось сохранить миниатюру в \"%s\"" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Запуск модуля миниатюр GStreamer Tumbler" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Завершение работы модуля миниатюр GStreamer Tumbler" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Запуск модуля миниатюр Pixbuf Tumbler" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Завершение работы модуля миниатюр Pixbuf Tumbler" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Запуск модуля миниатюр шрифтов Tumbler" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Завершение работы модуля миниатюр шрифтов Tumbler" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Запуск модуля миниатюр JPEG" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Завершение работы модуля миниатюр JPEG" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Запуск модуля видео-миниатюр Tumbler" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Завершение работы модуля видео-миниатюр Tumbler" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Запуск модуля миниатюр ODF Tumbler" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Завершение работы модуля миниатюр ODF Tumbler" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Запуск модуля миниатюр PDF/PS Tumbler" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Запуск модуля миниатюр RAW Tumbler" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Завершение работы модуля миниатюр RAW Tumbler" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Запуск модуля XDG-кэша Tumbler" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Завершение работы модуля XDG-кэша Tumbler" diff -Nru tumbler-0.1.29/po/sk.po tumbler-0.1.30/po/sk.po --- tumbler-0.1.29/po/sk.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/sk.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,37 +1,35 @@ -# Slovak translation for tumbler package. -# Copyright (C) 2010 THE tumbler'S COPYRIGHT HOLDER -# This file is distributed under the same license as the tumbler package. -# Tomáš Vadina , 2011. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # +# Translators: +# Tomáš Vadina , 2011 msgid "" msgstr "" -"Project-Id-Version: tumbler 0.1.21\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 05:04+0000\n" -"PO-Revision-Date: 2011-07-18 08:30+0100\n" -"Last-Translator: Tomáš Vadina \n" -"Language-Team: Slovak \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/xfce/language/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sk\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n" -"X-Poedit-Language: Slovak\n" -"X-Poedit-Country: SLOVAKIA\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "Už je spustená iná služba medzipamäte náhľadov" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" -msgstr "" -"Pre položku \"%s\" nie je dostupný žiadny nástroj pre vytváranie náhľadov" +msgstr "Pre položku \"%s\" nie je dostupný žiadny nástroj pre vytváranie náhľadov" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "Služba vytvárania náhľadov sa vypína" @@ -44,13 +42,11 @@ msgid "Unsupported thumbnail flavor requested" msgstr "Bola vyžiadaná nepodporovaná metóda náhľadov" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "" -"Volanie špecializovaného nástroja pre vytváranie náhľadov zlyhalo: časový " -"limit vypršal" +msgstr "Volanie špecializovaného nástroja pre vytváranie náhľadov zlyhalo: časový limit vypršal" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "Volanie špecializovaného nástroja pre vytváranie náhľadov zlyhalo: %s" @@ -71,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Poškodená oblasť \"%s\" v súbore \"%s\": Názov oblasti sa nezhoduje so " -"schémou URI alebo typom MIME" +msgstr "Poškodená oblasť \"%s\" v súbore \"%s\": Názov oblasti sa nezhoduje so schémou URI alebo typom MIME" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -86,39 +80,41 @@ msgid "Failed to determine last modified time of \"%s\"" msgstr "Zistenie času poslednej zmeny položky \"%s\" zlyhalo" -#: ../tumblerd/tumbler-manager.c:1863 +#: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "Už je spustený iný správca nástroja pre vytváranie náhľadov" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Služba vytvárania náhľadov Tumbler" -#: ../tumblerd/main.c:98 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Pripojenie k relácii zbernice D-Bus zlyhalo: %s" -#: ../tumblerd/main.c:156 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Načítanie špecializovaných nástrojov pre vytváranie náhľadov do registra " -"zlyhalo: %s" +msgstr "Načítanie špecializovaných nástrojov pre vytváranie náhľadov do registra zlyhalo: %s" -#: ../tumblerd/main.c:173 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Spustenie služby medzipamäte náhľadov zlyhalo: %s" -#: ../tumblerd/main.c:190 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Spustenie správcu nástroja pre vytváranie náhľadov zlyhalo: %s" -#: ../tumblerd/main.c:207 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Spustenie služby nástroja pre vytváranie náhľadov zlyhalo: %s" @@ -160,6 +156,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "Načítanie zásuvného modulu \"%s\" zlyhalo: %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -173,30 +170,29 @@ msgid "Version mismatch: %s" msgstr "Verzie sa nezhodujú: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -msgstr "Inicializácia zásuvného modulu Tumbler GStreamer Thumbnailer" - -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "Vypínanie zásuvného modulu Tumbler GStreamer Thumbnailer" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Inicializácia zásuvného modulu Tumbler Pixbuf Thumbnailer" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Vypínanie zásuvného modulu Tumbler Pixbuf Thumbnailer" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Inicializácia zásuvného modulu Tumbler Font Thumbnailer" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Vypínanie zásuvného modulu Tumbler Font Thumbnailer" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -228,8 +224,8 @@ msgid "Could not render glyphs: %s" msgstr "Nie je možné vykresliť piktogramy: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -239,39 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Odvodenie náhľadu z obsahu súboru nie je možné vykonať" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Inicializácia zásuvného modulu Tumbler JPEG Thumbnailer" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Vypínanie zásuvného modulu Tumbler JPEG Thumbnailer" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Inicializácia zásuvného modulu Tumbler ffmpeg video thumbnailer" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Vypínanie zásuvného modulu Tumbler ffmpeg video thumbnailer" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "Inicializácia zásuvného modulu Tumbler ODF Thumbnailer" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "Vypínanie zásuvného modulu Tumbler ODF Thumbnailer" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Inicializácia zásuvného modulu Tumbler Poppler PDF/PS Thumbnailer" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Dokument je prázdny" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Nie je možné načítať prvú stranu dokumentu" @@ -279,23 +247,7 @@ msgid "Only local files are supported" msgstr "Podporované sú len mieste súbory" -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "Inicializácia zásuvného modulu Tumbler RAW Thumbnailer" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "Vypínanie zásuvného modulu Tumbler RAW Thumbnailer" - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Nie je možné uložiť náhľad do \"%s\"" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Inicializácia zásuvného modulu Tumbler XDG cache" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Vypínanie zásuvného modulu Tumbler XDG cache" diff -Nru tumbler-0.1.29/po/sv.po tumbler-0.1.30/po/sv.po --- tumbler-0.1.29/po/sv.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/sv.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,18 +1,19 @@ -# Swedish translation for tumbler. -# Copyright (C) 2009-2010 Free Software Foundation, Inc. -# This file is distributed under the same license as the tumbler package. -# Daniel Nylander , 2009, 2010. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # +# Translators: +# Daniel Nylander , 2009-2010 msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-17 18:15+0000\n" -"PO-Revision-Date: 2010-10-17 18:03+0100\n" -"Last-Translator: Daniel Nylander \n" -"Language-Team: Swedish \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2014-02-20 22:16+0000\n" +"Last-Translator: PavelNicklasson \n" +"Language-Team: Swedish (http://www.transifex.com/projects/p/xfce/language/sv/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -43,9 +44,7 @@ #: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "" -"Misslyckades med att anropa specialiserad miniatyrbildstjänst: tidsgräns " -"överstigen" +msgstr "Misslyckades med att anropa specialiserad miniatyrbildstjänst: tidsgräns överstigen" #: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format @@ -68,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Felformaterat avsnitt \"%s\" i filen \"%s\": Avsnittsnamn och UriScheme/" -"MimeType stämmer inte" +msgstr "Felformaterat avsnitt \"%s\" i filen \"%s\": Avsnittsnamn och UriScheme/MimeType stämmer inte" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -88,34 +85,36 @@ msgid "Another thumbnailer manager is already running" msgstr "En annan miniatyrbildshanterare är igång" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Kunde inte ändra fint värde för process." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Miniatyrbildstjänsten Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Misslyckades med att ansluta till D-Bus-sessionsbussen: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"Misslyckades med att läsa in specialiserade miniatyrbildstjänster i " -"registret: %s" +msgstr "Misslyckades med att läsa in specialiserade miniatyrbildstjänster i registret: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Misslyckades med att starta cachetjänst för miniatyrbilder: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Misslyckades med att starta hanterare för miniatyrbildstjänst: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Misslyckades med att starta miniatyrbildstjänsten: %s" @@ -171,27 +170,27 @@ msgid "Version mismatch: %s" msgstr "Versionerna stämmer inte: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 -#, fuzzy, c-format +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format msgid "Failed to load the poster image \"%s\"" -msgstr "Misslyckades med att läsa in filen \"%s\": %s" +msgstr "Misslyckades läsa in affischbild \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 -#, fuzzy, c-format +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format msgid "Failed to load the metadata from \"%s\"" -msgstr "Misslyckades med att läsa in filen \"%s\": %s" +msgstr "Misslyckades ladda metadata från \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." -msgstr "" +msgstr "Ogiltig API-nyckel, du måste beviljas en giltig nyckel. Film-DB bakänden inaktiveras." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" -msgstr "" +msgstr "Ingen affischnyckel hittades i metadata" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Filmtitel är för kort" @@ -236,52 +235,19 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Miniatyrbilder kunde inte tas från filinnehållet" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Dokumentet är tomt" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Första sidan i dokumentet kunde inte läsas" #: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191 msgid "Only local files are supported" -msgstr "" +msgstr "Enbart lokala filer stöds" #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Kunde inte spara miniatyrbild till \"%s\"" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Initierar Tumbler-insticket för Pixbuf-miniatyrbilder" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Stänger av Tumbler-insticket för Pixbuf-miniatyrbilder" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Initierar Tumbler-insticket för typsnittsminiatyrbilder" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Stänger av Tumbler-insticket för typsnittsminiatyrbilder" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Initierar Tumbler-insticket för JPEG-miniatyrbilder" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Stänger av Tumbler-insticket för JPEG-miniatyrbilder" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Initierar Tumbler-insticket för ffmpeg-miniatyrbilder" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "Stänger av Tumbler-insticket för ffmpeg-miniatyrbilder" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Initierar Tumbler-insticket för Poppler PDF/PS-miniatyrbilder" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Initierar Tumbler-insticket för XDG-cache" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Stänger av Tumbler-insticket för XDG-cache" diff -Nru tumbler-0.1.29/po/th.po tumbler-0.1.30/po/th.po --- tumbler-0.1.29/po/th.po 1970-01-01 00:00:00.000000000 +0000 +++ tumbler-0.1.30/po/th.po 2014-02-22 23:15:10.000000000 +0000 @@ -0,0 +1,253 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Theppitak Karoonboonyanan , 2013 +msgid "" +msgstr "" +"Project-Id-Version: Tumbler\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-06 08:08+0000\n" +"Last-Translator: theppitak \n" +"Language-Team: Thai (http://www.transifex.com/projects/p/xfce/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../tumblerd/tumbler-cache-service.c:413 +#, c-format +msgid "Another thumbnail cache service is already running" +msgstr "มีบริการแคชภาพย่ออีกบริการหนึ่งทำงานอยู่ก่อนแล้ว" + +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 +#, c-format +msgid "No thumbnailer available for \"%s\"" +msgstr "ไม่มีเครื่องมือสร้างภาพย่อสำหรับ \"%s\"" + +#: ../tumblerd/tumbler-lifecycle-manager.c:208 +msgid "The thumbnailer service is shutting down" +msgstr "บริการสร้างภาพย่อกำลังปิดตัวลง" + +#: ../tumblerd/tumbler-service.c:758 +#, c-format +msgid "Another generic thumbnailer is already running" +msgstr "มีบริการสร้างภาพย่อแบบทั่วไปอีกบริการหนึ่งทำงานอยู่ก่อนแล้ว" + +#: ../tumblerd/tumbler-service.c:867 +msgid "Unsupported thumbnail flavor requested" +msgstr "มีการร้องขอรูปแบบภาพย่อที่ไม่รองรับ" + +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 +msgid "Failed to call the specialized thumbnailer: timeout" +msgstr "เรียกใช้เครื่องมือสร้างภาพย่อเฉพาะทางไม่สำเร็จ: หมดเวลาคอย" + +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 +#, c-format +msgid "Failed to call the specialized thumbnailer: %s" +msgstr "เรียกใช้เครื่องมือสร้างภาพย่อเฉพาะทางไม่สำเร็จ: %s" + +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 +#, c-format +msgid "Failed to load the file \"%s\": %s" +msgstr "โหลดแฟ้ม \"%s\" ไม่สำเร็จ: %s" + +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:535 +#, c-format +msgid "Malformed section \"%s\" in file \"%s\": %s" +msgstr "หัวข้อ \"%s\" ในแฟ้ม \"%s\" ผิดรูปแบบ: %s" + +#: ../tumblerd/tumbler-manager.c:548 +#, c-format +msgid "" +"Malformed section \"%s\" in file \"%s\": Mismatch between section name and " +"UriScheme/MimeType" +msgstr "หัวข้อ \"%s\" ในแฟ้ม \"%s\" ผิดรูปแบบ: ข้อมูลไม่ตรงกันระหว่างชื่อหัวข้อกับ UriScheme/MimeType" + +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:936 +#, c-format +msgid "Malformed file \"%s\": %s" +msgstr "แฟ้ม \"%s\" ผิดรูปแบบ: %s" + +#: ../tumblerd/tumbler-manager.c:962 +#, c-format +msgid "Failed to determine last modified time of \"%s\"" +msgstr "พิจารณาเวลาแก้ไขล่าสุดของ \"%s\" ไม่สำเร็จ" + +#: ../tumblerd/tumbler-manager.c:1868 +#, c-format +msgid "Another thumbnailer manager is already running" +msgstr "มีโปรแกรมจัดการเครื่องมือสร้างภาพย่อทำงานอยู่ก่อนแล้ว" + +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "ไม่สามารถเปลี่ยนค่า nice ของโพรเซส" + +#. set the application name. Translators: Don't translate "Tumbler". +#: ../tumblerd/main.c:258 +msgid "Tumbler Thumbnailing Service" +msgstr "บริการสร้างภาพย่อ Tumbler" + +#: ../tumblerd/main.c:280 +#, c-format +msgid "Failed to connect to the D-Bus session bus: %s" +msgstr "เชื่อมต่อไปยังบัสวาระของ D-Bus ไม่สำเร็จ: %s" + +#: ../tumblerd/main.c:363 +#, c-format +msgid "Failed to load specialized thumbnailers into the registry: %s" +msgstr "โหลดเครื่องมือสร้างภาพย่อเฉพาะทางเข้าสู่เรจิสตรีไม่สำเร็จ: %s" + +#: ../tumblerd/main.c:375 +#, c-format +msgid "Failed to start the thumbnail cache service: %s" +msgstr "เปิดทำงานบริการแคชภาพย่อไม่สำเร็จ: %s" + +#: ../tumblerd/main.c:385 +#, c-format +msgid "Failed to start the thumbnailer manager: %s" +msgstr "เปิดทำงานโปรแกรมจัดการเครื่องมือสร้างภาพย่อไม่สำเร็จ: %s" + +#: ../tumblerd/main.c:395 +#, c-format +msgid "Failed to start the thumbnailer service: %s" +msgstr "เปิดทำงานบริการสร้างภาพย่อไม่สำเร็จ: %s" + +#: ../tumbler/tumbler-enum-types.c:49 +msgid "Invalid format" +msgstr "ฟอร์แมตที่ใช้ไม่ได้" + +#: ../tumbler/tumbler-enum-types.c:50 +msgid "PNG" +msgstr "PNG" + +#: ../tumbler/tumbler-enum-types.c:71 +msgid "RGB Colorspace" +msgstr "สเปซสี RGB" + +#: ../tumbler/tumbler-cache-plugin.c:145 +#, c-format +msgid "Cache plugin \"%s\" lacks required symbols" +msgstr "ปลั๊กอินแคช \"%s\" ขาดสัญลักษณ์ที่จำเป็น" + +#: ../tumbler/tumbler-cache-plugin.c:153 +#, c-format +msgid "Failed to load the cache plugin \"%s\": %s" +msgstr "โหลดปลั๊กอินแคช \"%s\" ไม่สำเร็จ: %s" + +#: ../tumbler/tumbler-file-info.c:297 +#, c-format +msgid "The file \"%s\" is a thumbnail itself" +msgstr "แฟ้ม \"%s\" เป็นภาพย่อโดยตัวเองอยู่แล้ว" + +#: ../tumbler/tumbler-provider-plugin.c:135 +#, c-format +msgid "Plugin \"%s\" lacks required symbols." +msgstr "ปลั๊กอิน \"%s\" ขาดสัญลักษณ์ที่จำเป็น" + +#: ../tumbler/tumbler-provider-plugin.c:143 +#, c-format +msgid "Failed to load plugin \"%s\": %s" +msgstr "โหลดปลั๊กอิน \"%s\" ไม่สำเร็จ: %s" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 +#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 +#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 +#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58 +#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57 +#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57 +#: ../plugins/xdg-cache/xdg-cache-plugin.c:52 +#, c-format +msgid "Version mismatch: %s" +msgstr "รุ่นไม่ตรงกัน: %s" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "โหลดภาพโปสเตอร์ \"%s\" ไม่สำเร็จ" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "โหลดข้อมูลกำกับจาก \"%s\" ไม่สำเร็จ" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "กุญแจ API ไม่ถูกต้อง คุณต้องได้รับอนุญาตให้ใช้กุญแจที่ถูกต้อง จะปิดใช้แบกเอนด์ฐานข้อมูลภาพยนตร์" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "ไม่พบกุญแจโปสเตอร์ในข้อมูลกำกับ" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "ชื่อภาพยนตร์สั้นเกินไป" + +#. there was an error in the freetype initialization, abort +#: ../plugins/font-thumbnailer/font-thumbnailer.c:463 +#, c-format +msgid "Could not initialize freetype: %s" +msgstr "ไม่สามารถตั้งต้นการทำงานของ freetype: %s" + +#. there was an error, emit error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:475 +#, c-format +msgid "Could not load file contents: %s" +msgstr "ไม่สามารถโหลดเนื้อหาแฟ้ม: %s" + +#. the font file could not be loaded, emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:494 +#, c-format +msgid "Could not open font file: %s" +msgstr "ไม่สามารถเปิดแฟ้มแบบอักษร: %s" + +#. emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:518 +#, c-format +msgid "Could not set the character map: %s" +msgstr "ไม่สามารถกำหนดผังอักขระ: %s" + +#. emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:545 +#, c-format +msgid "Could not render glyphs: %s" +msgstr "ไม่สามารถวาด glyph: %s" + +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371 +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 +#, c-format +msgid "Thumbnail could not be inferred from file contents" +msgstr "ไม่สามารถอ่านหรือสร้างภาพย่อจากเนื้อหาแฟ้มได้" + +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +msgid "The document is empty" +msgstr "เอกสารว่างเปล่า" + +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 +msgid "First page of the document could not be read" +msgstr "ไม่สามารถอ่านหน้าแรกของเอกสารได้" + +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191 +msgid "Only local files are supported" +msgstr "รองรับแฟ้มในเครื่องเท่านั้น" + +#: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 +#, c-format +msgid "Could not save thumbnail to \"%s\"" +msgstr "ไม่สามารถบันทึกภาพย่อลงใน \"%s\"" diff -Nru tumbler-0.1.29/po/tr.po tumbler-0.1.30/po/tr.po --- tumbler-0.1.29/po/tr.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/tr.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,29 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # +# Translators: +# volkangezer , 2013 msgid "" msgstr "" -"Project-Id-Version: Xfce Tumbler Turkish Translation\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-25 11:36+0000\n" -"PO-Revision-Date: 2011-03-29 15:19+0300\n" -"Last-Translator: Samed Beyribey \n" -"Language-Team: Xfce-TR \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-08-12 18:15+0000\n" +"Last-Translator: volkangezer \n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/xfce/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format msgid "Another thumbnail cache service is already running" msgstr "Başka bir önizleyici servisi zaten çalışıyor" -#: ../tumblerd/tumbler-group-scheduler.c:485 -#: ../tumblerd/tumbler-lifo-scheduler.c:421 +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 #, c-format msgid "No thumbnailer available for \"%s\"" msgstr "\"%s\" için önizleyici bulunmamaktadır" -#: ../tumblerd/tumbler-lifecycle-manager.c:207 +#: ../tumblerd/tumbler-lifecycle-manager.c:208 msgid "The thumbnailer service is shutting down" msgstr "Önizleyici servisi kapatılıyor" @@ -36,11 +42,11 @@ msgid "Unsupported thumbnail flavor requested" msgstr "Desteklenmeyen bir küçük resim türü talep edildi." -#: ../tumblerd/tumbler-specialized-thumbnailer.c:461 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" msgstr "Özelleştirilmiş küçük resim üretici çağırılamadı: zaman aşımı" -#: ../tumblerd/tumbler-specialized-thumbnailer.c:470 +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format msgid "Failed to call the specialized thumbnailer: %s" msgstr "Özelleştirilmiş küçük resim üretici çağırılamadı: %s" @@ -61,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"\"%2$s\" dosyasındaki \"%1$s\" bölümünde yanlış biçimlendirme: İsim ile " -"UriScheme/MimeType arasında yanlış eşleme." +msgstr "\"%2$s\" dosyasındaki \"%1$s\" bölümünde yanlış biçimlendirme: İsim ile UriScheme/MimeType arasında yanlış eşleme." #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -76,37 +80,41 @@ msgid "Failed to determine last modified time of \"%s\"" msgstr "\"%s\"'nin son değiştirme tarihi belirlenemedi" -#: ../tumblerd/tumbler-manager.c:1863 +#: ../tumblerd/tumbler-manager.c:1868 #, c-format msgid "Another thumbnailer manager is already running" msgstr "Başka bir önizleyici yöneticisi zaten çalışıyor" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Sürecin iyi değeri değiştirilemedi" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:83 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler Önizleme Servisi" -#: ../tumblerd/main.c:98 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "D-BUS oturum servisine bağlanılamadı: %s" -#: ../tumblerd/main.c:156 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Özelleştirilmiş önizleyiciler kayıt defterine yüklenemedi: %s" -#: ../tumblerd/main.c:173 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Önizleme önbellek servisi çalıştırılamadı: %s" -#: ../tumblerd/main.c:190 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Önizleyici yöneticisi çalıştırılamadı: %s" -#: ../tumblerd/main.c:207 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Önizleyici servisi çalıştırılamadı: %s" @@ -148,6 +156,7 @@ msgid "Failed to load plugin \"%s\": %s" msgstr "\"%s\" eklentisi yüklenemedi: %s" +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 #: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 #: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 #: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 @@ -161,30 +170,29 @@ msgid "Version mismatch: %s" msgstr "Sürüm çakışması: %s" -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -msgstr "Tumbler Font Thumbnailer eklentisi başlatılıyor" - -#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -msgstr "Tumbler Font Thumbnailer eklentisi kapatılıyor" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Tumbler Pixbuf Önizleyici eklentisi başlatılıyor" - -#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:79 -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -msgstr "Tumbler Pixbuf Önizleyici eklentisi kapatılıyor" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Font Thumbnailer plugin" -msgstr "Tumbler Font Thumbnailer eklentisi başlatılıyor" - -#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler Font Thumbnailer plugin" -msgstr "Tumbler Font Thumbnailer eklentisi kapatılıyor" +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "\"%s\" poster resmi yüklenemedi" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "\"%s\" konumundan üstveri yüklenemedi" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "Geçersiz API anahtadı. Geçerli bir anahtarınız olmalı. Film Veri Tabanı arka ucu devre dışı bırakılacak." + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "Üstveride poster anahtarı bulunamadı" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "Film başlığı çok kısa" #. there was an error in the freetype initialization, abort #: ../plugins/font-thumbnailer/font-thumbnailer.c:463 @@ -216,8 +224,8 @@ msgid "Could not render glyphs: %s" msgstr "Şekiller yorumlanamadı: %s" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:783 -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:821 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 #: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 #: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 @@ -227,39 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Dosya içeriğinden önizleme oluşturulamıyor" -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -msgstr "Tumbler JPEG Thumbnailer eklentisi başlatılıyor" - -#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -msgstr "Tumbler JPEG Thumbnailer eklentisi kapatılıyor" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:63 -msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Tumbler ffmpeg video eklentisi başlatılıyor" - -#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:80 -msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -msgstr "Tumbler ffmpeg video Thumbnailer eklentisi kapatılıyor." - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:64 -msgid "Initializing the Tumbler ODF Thumbnailer plugin" -msgstr "Tumbler ODF Önizleyici eklentisi ilklendiriliyor" - -#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:81 -msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -msgstr "Tumbler ODF önizleyici eklentisi kapatılıyor" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -msgstr "Tumbler Poppler PDF/PS Thumbnailer eklentisi başlatılıyor" - -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Döküman boş" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Dökümanın ilk sayfası okunamadı" @@ -267,32 +247,7 @@ msgid "Only local files are supported" msgstr "Sadece yerel dosyalar destekleniyor." -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:62 -msgid "Initializing the Tumbler RAW Thumbnailer plugin" -msgstr "Tumbler RAW Önizleyici eklentisi ilklendiriliyor" - -#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:79 -msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -msgstr "Tumbler RAW Önizleyici eklentisi kapatılıyor." - #: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Önizleme \"%s\" konumuna kaydedilemedi" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:57 -msgid "Initializing the Tumbler XDG cache plugin" -msgstr "Tumbler XDG önbellek eklentisi çalıştırılıyor" - -#: ../plugins/xdg-cache/xdg-cache-plugin.c:71 -msgid "Shutting down the Tumbler XDG cache plugin" -msgstr "Tumbler XDG önbellek eklentisi kapatılıyor" - -#~ msgid "Normal" -#~ msgstr "Normal" - -#~ msgid "Large" -#~ msgstr "Büyük" - -#~ msgid "Cropped" -#~ msgstr "Kırpılmış" diff -Nru tumbler-0.1.29/po/ug.po tumbler-0.1.30/po/ug.po --- tumbler-0.1.29/po/ug.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/ug.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,20 +1,21 @@ -# Uyghur translation for tumbler. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Gheyret Kenji , YEAR. # +# Translators: msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-25 01:03+0000\n" -"PO-Revision-Date: 2011-11-09 16:10+0900\n" -"Last-Translator: Gheyret Kenji \n" -"Language-Team: Uyghur Computer Science Association \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-07-11 06:29+0000\n" +"Last-Translator: kawichi\n" +"Language-Team: Uighur (http://www.transifex.com/projects/p/xfce/language/ug/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: ug\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -65,9 +66,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"ھۆججەت «%2$s» دىكى بۆلەك «%1$s» نىڭ فورماتى توغرا ئەمەس: بۆلەك ئاتى بىلەن " -"UriScheme/MimeType ماسلاشمىدى" +msgstr "ھۆججەت «%2$s» دىكى بۆلەك «%1$s» نىڭ فورماتى توغرا ئەمەس: بۆلەك ئاتى بىلەن UriScheme/MimeType ماسلاشمىدى" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -85,33 +84,36 @@ msgid "Another thumbnailer manager is already running" msgstr "باشقا بىر كىچىك سۈرەت ياسىغۇچ باشقۇرغۇسى بۆلۈۋېتىپتۇ" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "ئىجرانىڭ ئەڭ ياخشى قىممىتى(nice value) نى ئۆزگەرتكىلى بولمىدى." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "كىچىك سۈرەت ياسىغۇچ مۇلازىمىتى(Tumbler)" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "D-Bus ئەڭگىمە باش لىنىيىسىگە باشلىنىش مەغلۇپ بولدى: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" -msgstr "" -"مەخسۇسلاشتۇرۇلغان كىچىك سۈرەت ياسىغۇچنى رويخەتكە ئوقۇش مەغلۇپ بولدى: %s" +msgstr "مەخسۇسلاشتۇرۇلغان كىچىك سۈرەت ياسىغۇچنى رويخەتكە ئوقۇش مەغلۇپ بولدى: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "كىچىك سۈرەت ياسىغۇچ غەملەك مۇلازىمىتىنى ئىجرا قىلىش مەغلۇپ بولدى: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "كىچىك سۈرەت ياسىغۇچ باشقۇرغۇسىنى ئىجرا قىلىش مەغلۇپ بولدى: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "كىچىك سۈرەت ياسىغۇچ مۇلازىمىتىنى ئىجرا قىلىش مەغلۇپ بولدى: %s" @@ -167,27 +169,27 @@ msgid "Version mismatch: %s" msgstr "نەشرى ماس كەلمىدى: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "poster سۈرىتى «%s» نى ئوقۇش مەغلۇپ بولدى" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "مېتا سانلىق-مەلۇماتنى «%s» دىن ئوقۇش مەغلۇپ بولدى" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "API ئاچقۇچى ئىناۋەتسىز، سىز ئاچقۇچنىڭ توغرا بولۇشىغا كاپالەتلىك قىلىشىڭىز كېرەك. كىنو ساندىنى(DB) نىڭ ئارقا ئۇچى ئىناۋەتسىز قىلىنىدۇ." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "مېتا سانلىق-مەلۇماتى ئىچىدە poster ئاچقۇچى يوق" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "كىنونىڭ ماۋزۇسى بەك قىسقا" @@ -232,11 +234,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "كىچىك سۈرەتنى ھۆججەت مەزمۇنىدىن كەلتۈرۈپ چىقارغىلى بولمىدى" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "پۈتۈك قۇرۇق ئىكەن" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "پۈتۈكنىڭ تۇنجى بېتىنى ئوقۇغىلى بولمىدى" @@ -248,81 +250,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "كىچىك سۈرەتنى «%s» غا ساقلىغىلى بولمىدى." - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler GStreamer Thumbnailer) قىستۇرمىسىنى " -#~ "دەسلەپلەشتۈرۈۋاتىدۇ" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler GStreamer Thumbnailer) قىستۇرمىسىنى " -#~ "توختىتىۋاتىدۇ" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler Pixbuf Thumbnailer) قىستۇرمىسىنى " -#~ "دەسلەپلەشتۈرۈۋاتىدۇ" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler Pixbuf Thumbnailer) قىستۇرمىسىنى " -#~ "توختىتىۋاتىدۇ" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler Font Thumbnailer) قىستۇرمىسىنى " -#~ "دەسلەپلەشتۈرۈۋاتىدۇ" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler Font Thumbnailer) قىستۇرمىسىنى توختىتىۋاتىدۇ" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler JPEG Thumbnailer) قىستۇرمىسىنى " -#~ "دەسلەپلەشتۈرۈۋاتىدۇ" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler JPEG Thumbnailer) قىستۇرمىسىنى توختىتىۋاتىدۇ" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler ffmpeg video thumbnailer) قىستۇرمىسىنى " -#~ "دەسلەپلەشتۈرۈۋاتىدۇ" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler ffmpeg video thumbnailer) قىستۇرمىسىنى " -#~ "توختىتىۋاتىدۇ" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler ODF Thumbnailer) قىستۇرمىسىنى " -#~ "دەسلەپلەشتۈرۈۋاتىدۇ" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler ODF Thumbnailer) قىستۇرمىسىنى توختىتىۋاتىدۇ" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler Poppler PDF/PS) قىستۇرمىسىنى " -#~ "دەسلەپلەشتۈرۈۋاتىدۇ" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler RAW Thumbnailer) قىستۇرمىسىنى " -#~ "دەسلەپلەشتۈرۈۋاتىدۇ" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ (Tumbler RAW Thumbnailer) قىستۇرمىسىنى توختىتىۋاتىدۇ" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "" -#~ "كىچىك سۈرەت ياسىغۇچ(Tumbler XDG) غەملەك قىستۇرمىسىنى دەسلەپلەشتۈرۈۋاتىدۇ" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "كىچىك سۈرەت ياسىغۇچ(Tumbler XDG) غەملەك قىستۇرمىسىنى توختىتىۋاتىدۇ" diff -Nru tumbler-0.1.29/po/uk.po tumbler-0.1.30/po/uk.po --- tumbler-0.1.29/po/uk.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/uk.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,22 +1,22 @@ -# Ukrainian translation of tumbler. -# Copyright (C) 2010 Dmitry Nikitin -# This file is distributed under the same license as the tumbler package. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # -# Dmitry Nikitin , 2010. +# Translators: +# Dmitry Nikitin , 2010 msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-14 18:57+0000\n" -"PO-Revision-Date: 2010-03-09 14:21+0200\n" -"Last-Translator: Dmitry Nikitin \n" -"Language-Team: Ukrainian \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/xfce/language/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: uk\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" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -44,8 +44,7 @@ #: ../tumblerd/tumbler-specialized-thumbnailer.c:485 msgid "Failed to call the specialized thumbnailer: timeout" -msgstr "" -"Не можу викликати визначений створювач мініатюр: задовгий час очікування" +msgstr "Не можу викликати визначений створювач мініатюр: задовгий час очікування" #: ../tumblerd/tumbler-specialized-thumbnailer.c:494 #, c-format @@ -68,9 +67,7 @@ msgid "" "Malformed section \"%s\" in file \"%s\": Mismatch between section name and " "UriScheme/MimeType" -msgstr "" -"Неправильна секція \"%s\" у файлі \"%s\": немає збігу між назвою секції і " -"UriScheme/MimeType" +msgstr "Неправильна секція \"%s\" у файлі \"%s\": немає збігу між назвою секції і UriScheme/MimeType" #: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 @@ -88,32 +85,36 @@ msgid "Another thumbnailer manager is already running" msgstr "Інший менеджер перегляду мініатюр вже працює" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "Неможливо змінити значення процесу." + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Сервіс перегляду мініатюр Tumbler" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "Не вдалося з’єднатися буфером сесії D-Bus: %s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "Не вдалося завантажити спеціалізовані іконізатори до регістру: %s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "Не вдалося почати сервіс кешування іконок: %s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "Не вдалося запустити менеджер іконізації: %s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "Не вдалося запустити сервіс іконізатора: %s" @@ -169,27 +170,27 @@ msgid "Version mismatch: %s" msgstr "Версія не збігаються: %s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "Не вдалось завантажити малюнок постера \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "Не вдалось завантажити метадані з \"%s\"" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." msgstr "Поганий ключ API, Вам потрібно подати правильний ключ. Movie DB буде виключене." -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "Не знайдено ключ постера в метаданих" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "Назва кінострічки закоротка" @@ -234,11 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "Неможливо створити іконку з вмісту файлу" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "Документ порожній" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "Не можу прочитати першу сторінку документу" @@ -250,58 +251,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "Не вдалось зберегти мініатюри в \"%s\"" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Ініціалізація додатку Tumbler GStreamer Thumbnailer" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "Вихід з додатку Tumbler GStreamer Thumbnailer" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Ініціалізація додатку Tumbler Pixbuf Thumbnailer " - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "Вихід з додатку Tumbler Pixbuf Thumbnailer" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "Ініціалізація додатку Tumbler Font Thumbnailer" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "Вихід з додатку Tumbler Font Thumbnailer" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Ініціалізація додатку Tumbler JPEG Thumbnailer" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "Вихід з додатку Tumbler JPEG Thumbnailer" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Ініціалізація додатку Tumbler відображення відео мініатюрами за допомогою " -#~ "ffmpeg" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "" -#~ "Вихід з додатку Tumbler відображення відео мініатюрами за допомогою " -#~ "ffmpeg" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Ініціалізація додатку Tumbler ODF Thumbnailer" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "Вихід з додатку Tumbler ODF Thumbnailer" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "Ініціалізація додатку Tumbler Poppler PDF/PS Thumbnailer" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Ініціалізація додатку Tumbler RAW Thumbnailer" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "Вихід з додатку Tumbler RAW Thumbnailer" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "Ініціалізація розширення Tumbler XDG cache" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "Вимкнути розширення Tumbler XDG cache" diff -Nru tumbler-0.1.29/po/zh_CN.po tumbler-0.1.30/po/zh_CN.po --- tumbler-0.1.29/po/zh_CN.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/zh_CN.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,18 +1,18 @@ -# Simplified Chinese translations for -# the tumbler package. -# This file is distributed under the same license as -# the tumbler package. -# Hunt Xu , 2009, 2010. -# Chipong Luo , 2011, 2012. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. # +# Translators: +# Chipong Luo , 2011-2013 +# Hunt Xu , 2009-2010 msgid "" msgstr "" -"Project-Id-Version: tumbler\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-15 07:24+0000\n" -"PO-Revision-Date: 2010-11-23 23:13+0800\n" -"Last-Translator: Chipong Luo \n" -"Language-Team: Chinese (Simplified) \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/xfce/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -86,32 +86,36 @@ msgid "Another thumbnailer manager is already running" msgstr "另一个缩略图管理器已在运行" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "未能更改进程的值。" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler 缩略图服务" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "无法与 D-Bus 会话总线连接:%s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "无法在注册档案中载入已指定的缩略图生成器:%s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "无法启动缩略图缓存服务:%s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "无法启动缩略图生成器管理器:%s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "无法启动缩略图生成器服务:%s" @@ -167,27 +171,27 @@ msgid "Version mismatch: %s" msgstr "版本不匹配:%s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" -msgstr "" +msgstr "无法载入张贴图片 “%s”" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" -msgstr "" +msgstr "无法从 “%s” 载入元数据" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 msgid "" "Invalid API key, you must be granted a valid key. The Movie DB backend will " "be disabled." -msgstr "" +msgstr "无效的 API 值,它必须是有效值。将禁用电影 DB 后端。" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" -msgstr "" +msgstr "在元数据中未发现张贴值" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "影片标题过短" @@ -232,11 +236,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "未能从文件内容推测缩略图" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "文档是空白的" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "未能读取文档的第一页" @@ -248,54 +252,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "未能在 “%s” 中保存缩略图" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler GStreamer 缩略图生成器插件" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "正在关闭 Tumbler GStreamer 缩略图生成器插件" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler Pixbuf 缩略图生成器插件" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "正在关闭 Tumbler Pixbuf 缩略图生成器插件" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler 字体缩略图生成器插件" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "正在关闭 Tumbler 字体缩略图生成器插件" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler JPEG 缩略图生成器插件" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "正在关闭 Tumbler JPEG 缩略图生成器插件" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler ffmpeg 视频缩略图生成器插件" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "正在关闭 Tumbler ffmpeg 视频缩略图生成器插件" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler ODF 缩略图生成器插件" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "正在关闭 Tumbler ODF 缩略图生成器插件" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler Poppler PDF/PS 缩略图生成器插件" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler RAW 缩略图生成器插件" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "正在关闭 Tumbler RAW 缩略图生成器插件" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "正在初始化 Tumbler XDG 缓存插件" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "正在关闭 Tumbler XDG 缓存插件" diff -Nru tumbler-0.1.29/po/zh_HK.po tumbler-0.1.30/po/zh_HK.po --- tumbler-0.1.29/po/zh_HK.po 1970-01-01 00:00:00.000000000 +0000 +++ tumbler-0.1.30/po/zh_HK.po 2014-02-22 23:15:10.000000000 +0000 @@ -0,0 +1,253 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Cheng-Chia Tseng , 2010 +msgid "" +msgstr "" +"Project-Id-Version: Tumbler\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-12-06 02:38+0000\n" +"Last-Translator: Walter Cheuk \n" +"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/xfce/language/zh_HK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_HK\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../tumblerd/tumbler-cache-service.c:413 +#, c-format +msgid "Another thumbnail cache service is already running" +msgstr "另一個縮圖快取服務已經在執行中" + +#: ../tumblerd/tumbler-group-scheduler.c:486 +#: ../tumblerd/tumbler-lifo-scheduler.c:422 +#, c-format +msgid "No thumbnailer available for \"%s\"" +msgstr "「%s」沒有可用的縮圖製作程式" + +#: ../tumblerd/tumbler-lifecycle-manager.c:208 +msgid "The thumbnailer service is shutting down" +msgstr "縮圖製作服務正在關閉" + +#: ../tumblerd/tumbler-service.c:758 +#, c-format +msgid "Another generic thumbnailer is already running" +msgstr "另一個通用縮圖製作程式已經在執行中" + +#: ../tumblerd/tumbler-service.c:867 +msgid "Unsupported thumbnail flavor requested" +msgstr "要求的縮圖風格未支援" + +#: ../tumblerd/tumbler-specialized-thumbnailer.c:485 +msgid "Failed to call the specialized thumbnailer: timeout" +msgstr "未能呼叫特定的縮圖製作程式:逾時" + +#: ../tumblerd/tumbler-specialized-thumbnailer.c:494 +#, c-format +msgid "Failed to call the specialized thumbnailer: %s" +msgstr "未能呼叫特定的縮圖製作程式:%s" + +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 +#, c-format +msgid "Failed to load the file \"%s\": %s" +msgstr "未能載入檔案「%s」:%s" + +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:535 +#, c-format +msgid "Malformed section \"%s\" in file \"%s\": %s" +msgstr "檔案「%s」的「%s」區段格式不良:%s" + +#: ../tumblerd/tumbler-manager.c:548 +#, c-format +msgid "" +"Malformed section \"%s\" in file \"%s\": Mismatch between section name and " +"UriScheme/MimeType" +msgstr "檔案「%s」的「%s」區段格式不良:區段名稱與 UriScheme/MimeType 之間不符合" + +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:936 +#, c-format +msgid "Malformed file \"%s\": %s" +msgstr "檔案「%s」格式不良:%s" + +#: ../tumblerd/tumbler-manager.c:962 +#, c-format +msgid "Failed to determine last modified time of \"%s\"" +msgstr "未能得知「%s」最近修改的時間" + +#: ../tumblerd/tumbler-manager.c:1868 +#, c-format +msgid "Another thumbnailer manager is already running" +msgstr "另一個縮圖製作管理員已經在執行中" + +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "無法變更程序的良值。" + +#. set the application name. Translators: Don't translate "Tumbler". +#: ../tumblerd/main.c:258 +msgid "Tumbler Thumbnailing Service" +msgstr "Tumbler 縮圖產生服務" + +#: ../tumblerd/main.c:280 +#, c-format +msgid "Failed to connect to the D-Bus session bus: %s" +msgstr "未能連接至 D-Bus 的作業階段匯流排:%s" + +#: ../tumblerd/main.c:363 +#, c-format +msgid "Failed to load specialized thumbnailers into the registry: %s" +msgstr "未能載入特定的縮圖製作程式至註冊檔:%s" + +#: ../tumblerd/main.c:375 +#, c-format +msgid "Failed to start the thumbnail cache service: %s" +msgstr "未能起始縮圖快取服務:%s" + +#: ../tumblerd/main.c:385 +#, c-format +msgid "Failed to start the thumbnailer manager: %s" +msgstr "未能起始縮圖製作管理員:%s" + +#: ../tumblerd/main.c:395 +#, c-format +msgid "Failed to start the thumbnailer service: %s" +msgstr "未能起始縮圖製作服務:%s" + +#: ../tumbler/tumbler-enum-types.c:49 +msgid "Invalid format" +msgstr "格式無效" + +#: ../tumbler/tumbler-enum-types.c:50 +msgid "PNG" +msgstr "PNG" + +#: ../tumbler/tumbler-enum-types.c:71 +msgid "RGB Colorspace" +msgstr "RGB 色彩空間" + +#: ../tumbler/tumbler-cache-plugin.c:145 +#, c-format +msgid "Cache plugin \"%s\" lacks required symbols" +msgstr "快取插件「%s」缺乏必要的符號" + +#: ../tumbler/tumbler-cache-plugin.c:153 +#, c-format +msgid "Failed to load the cache plugin \"%s\": %s" +msgstr "未能載入快取插件「%s」:%s" + +#: ../tumbler/tumbler-file-info.c:297 +#, c-format +msgid "The file \"%s\" is a thumbnail itself" +msgstr "「%s」檔案是縮圖本身" + +#: ../tumbler/tumbler-provider-plugin.c:135 +#, c-format +msgid "Plugin \"%s\" lacks required symbols." +msgstr "「%s」插件缺乏必要的符號。" + +#: ../tumbler/tumbler-provider-plugin.c:143 +#, c-format +msgid "Failed to load plugin \"%s\": %s" +msgstr "未能載入「%s」插件:%s" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer-plugin.c:59 +#: ../plugins/gst-thumbnailer/gst-thumbnailer-plugin.c:59 +#: ../plugins/pixbuf-thumbnailer/pixbuf-thumbnailer-plugin.c:57 +#: ../plugins/font-thumbnailer/font-thumbnailer-plugin.c:57 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer-plugin.c:57 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c:58 +#: ../plugins/odf-thumbnailer/odf-thumbnailer-plugin.c:59 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57 +#: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57 +#: ../plugins/xdg-cache/xdg-cache-plugin.c:52 +#, c-format +msgid "Version mismatch: %s" +msgstr "版本不符:%s" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 +#, c-format +msgid "Failed to load the poster image \"%s\"" +msgstr "未能載入海報影像「%s」" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 +#, c-format +msgid "Failed to load the metadata from \"%s\"" +msgstr "未能載入「%s」檔案的元數據" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." +msgstr "API 鍵無效,你必須賦予有效的鍵。影片 DB 後端將被停用。" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 +msgid "No poster key found in metadata" +msgstr "元數據中找不到海報鍵" + +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 +msgid "Movie title is too short" +msgstr "影片標題過短" + +#. there was an error in the freetype initialization, abort +#: ../plugins/font-thumbnailer/font-thumbnailer.c:463 +#, c-format +msgid "Could not initialize freetype: %s" +msgstr "無法初始化 freetype:%s" + +#. there was an error, emit error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:475 +#, c-format +msgid "Could not load file contents: %s" +msgstr "無法載入檔案內容:%s" + +#. the font file could not be loaded, emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:494 +#, c-format +msgid "Could not open font file: %s" +msgstr "無法開啟字型檔案:%s" + +#. emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:518 +#, c-format +msgid "Could not set the character map: %s" +msgstr "無法設定字符對應表:%s" + +#. emit an error signal +#: ../plugins/font-thumbnailer/font-thumbnailer.c:545 +#, c-format +msgid "Could not render glyphs: %s" +msgstr "無法繪製字形:%s" + +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:864 +#: ../plugins/jpeg-thumbnailer/jpeg-thumbnailer.c:902 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:210 +#: ../plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c:227 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:257 +#: ../plugins/odf-thumbnailer/odf-thumbnailer.c:371 +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:185 +#, c-format +msgid "Thumbnail could not be inferred from file contents" +msgstr "縮圖無法從檔案內容推算" + +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +msgid "The document is empty" +msgstr "該文件是空的" + +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 +msgid "First page of the document could not be read" +msgstr "無法讀取文件的第一頁" + +#: ../plugins/raw-thumbnailer/raw-thumbnailer.c:191 +msgid "Only local files are supported" +msgstr "僅支援本機檔案" + +#: ../plugins/xdg-cache/xdg-cache-thumbnail.c:382 +#, c-format +msgid "Could not save thumbnail to \"%s\"" +msgstr "無法將縮圖儲存至「%s」" diff -Nru tumbler-0.1.29/po/zh_TW.po tumbler-0.1.30/po/zh_TW.po --- tumbler-0.1.29/po/zh_TW.po 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/po/zh_TW.po 2014-02-22 23:15:10.000000000 +0000 @@ -1,21 +1,22 @@ -# Tradtional Chinese translation for tumbler. -# Copyright (C) 2010 THE tumbler's COPYRIGHT HOLDER -# This file is distributed under the same license as the tumbler package. -# Cheng-Chia Tseng , 2010. -# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Cheng-Chia Tseng , 2010 msgid "" msgstr "" -"Project-Id-Version: tumbler master\n" +"Project-Id-Version: Tumbler\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-27 22:36+0000\n" -"PO-Revision-Date: 2013-01-28 11:00+0800\n" -"Last-Translator: Cheng-Chia Tseng \n" -"Language-Team: chinese-l10n \n" -"Language: \n" +"POT-Creation-Date: 2013-07-02 22:38+0200\n" +"PO-Revision-Date: 2013-11-19 12:27+0000\n" +"Last-Translator: Nick \n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/xfce/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=2; plural=(n>1);\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: ../tumblerd/tumbler-cache-service.c:413 #, c-format @@ -50,14 +51,12 @@ msgid "Failed to call the specialized thumbnailer: %s" msgstr "無法呼叫特定的縮圖製作程式:%s" -#: ../tumblerd/tumbler-manager.c:489 -#: ../tumblerd/tumbler-manager.c:895 +#: ../tumblerd/tumbler-manager.c:489 ../tumblerd/tumbler-manager.c:895 #, c-format msgid "Failed to load the file \"%s\": %s" msgstr "無法載入檔案「%s」:%s" -#: ../tumblerd/tumbler-manager.c:507 -#: ../tumblerd/tumbler-manager.c:521 +#: ../tumblerd/tumbler-manager.c:507 ../tumblerd/tumbler-manager.c:521 #: ../tumblerd/tumbler-manager.c:535 #, c-format msgid "Malformed section \"%s\" in file \"%s\": %s" @@ -65,11 +64,12 @@ #: ../tumblerd/tumbler-manager.c:548 #, c-format -msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name and UriScheme/MimeType" +msgid "" +"Malformed section \"%s\" in file \"%s\": Mismatch between section name and " +"UriScheme/MimeType" msgstr "檔案「%s」的「%s」區段格式不良:區段名稱與 UriScheme/MimeType 之間不符合" -#: ../tumblerd/tumbler-manager.c:908 -#: ../tumblerd/tumbler-manager.c:922 +#: ../tumblerd/tumbler-manager.c:908 ../tumblerd/tumbler-manager.c:922 #: ../tumblerd/tumbler-manager.c:936 #, c-format msgid "Malformed file \"%s\": %s" @@ -85,32 +85,36 @@ msgid "Another thumbnailer manager is already running" msgstr "另一個縮圖製作管理員已經在執行中" +#: ../tumblerd/main.c:249 +msgid "Couldn't change nice value of process." +msgstr "無法變更程序的良值。" + #. set the application name. Translators: Don't translate "Tumbler". -#: ../tumblerd/main.c:250 +#: ../tumblerd/main.c:258 msgid "Tumbler Thumbnailing Service" msgstr "Tumbler 縮圖產生服務" -#: ../tumblerd/main.c:270 +#: ../tumblerd/main.c:280 #, c-format msgid "Failed to connect to the D-Bus session bus: %s" msgstr "無法連接至 D-Bus 的作業階段 bus:%s" -#: ../tumblerd/main.c:353 +#: ../tumblerd/main.c:363 #, c-format msgid "Failed to load specialized thumbnailers into the registry: %s" msgstr "無法載入特定的縮圖製作程式至註冊檔內:%s" -#: ../tumblerd/main.c:365 +#: ../tumblerd/main.c:375 #, c-format msgid "Failed to start the thumbnail cache service: %s" msgstr "無法起始縮圖快取服務:%s" -#: ../tumblerd/main.c:375 +#: ../tumblerd/main.c:385 #, c-format msgid "Failed to start the thumbnailer manager: %s" msgstr "無法起始縮圖製作管理員:%s" -#: ../tumblerd/main.c:385 +#: ../tumblerd/main.c:395 #, c-format msgid "Failed to start the thumbnailer service: %s" msgstr "無法起始縮圖製作服務:%s" @@ -166,25 +170,27 @@ msgid "Version mismatch: %s" msgstr "版本不符:%s" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:391 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:394 #, c-format msgid "Failed to load the poster image \"%s\"" msgstr "無法載入海報影像「%s」" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:427 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:430 #, c-format msgid "Failed to load the metadata from \"%s\"" msgstr "無法載入檔案「%s」的中介資料" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:623 -msgid "Invalid API key, you must be granted a valid key. The Movie DB backend will be disabled." +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:626 +msgid "" +"Invalid API key, you must be granted a valid key. The Movie DB backend will " +"be disabled." msgstr "無效的 API 鍵,您必須賦予有效的鍵。影片 DB 後端將被停用。" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:631 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:634 msgid "No poster key found in metadata" msgstr "中介資料中找不到海報鍵" -#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:686 +#: ../plugins/cover-thumbnailer/cover-thumbnailer.c:689 msgid "Movie title is too short" msgstr "影片標題過短" @@ -229,11 +235,11 @@ msgid "Thumbnail could not be inferred from file contents" msgstr "縮圖無法從檔案內容推算" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:305 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 msgid "The document is empty" msgstr "該文件是空的" -#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:317 +#: ../plugins/poppler-thumbnailer/poppler-thumbnailer.c:329 msgid "First page of the document could not be read" msgstr "文件的第一頁無法讀取" @@ -245,54 +251,3 @@ #, c-format msgid "Could not save thumbnail to \"%s\"" msgstr "無法儲存縮圖至「%s」" - -#~ msgid "Initializing the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler GStreamer 縮圖製作插件" - -#~ msgid "Shutting down the Tumbler GStreamer Thumbnailer plugin" -#~ msgstr "正在關閉 Tumbler GStreamer 縮圖製作插件" - -#~ msgid "Initializing the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler Pixbuf 縮圖製作插件" - -#~ msgid "Shutting down the Tumbler Pixbuf Thumbnailer plugin" -#~ msgstr "正在關閉 Tumbler Pixbuf 縮圖製作插件" - -#~ msgid "Initializing the Tumbler Font Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler 字型縮圖製作插件" - -#~ msgid "Shutting down the Tumbler Font Thumbnailer plugin" -#~ msgstr "正在關閉 Tumbler 字型縮圖製作插件" - -#~ msgid "Initializing the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler JPEG 縮圖製作插件" - -#~ msgid "Shutting down the Tumbler JPEG Thumbnailer plugin" -#~ msgstr "正在關閉 Tumbler JPEG 縮圖製作插件" - -#~ msgid "Initializing the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler ffmpeg 視訊製作插件" - -#~ msgid "Shutting down the Tumbler ffmpeg video thumbnailer plugin" -#~ msgstr "正在關閉 Tumbler ffmpeg 視訊縮圖製作插件" - -#~ msgid "Initializing the Tumbler ODF Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler ODF 縮圖製作插件" - -#~ msgid "Shutting down the Tumbler ODF Thumbnailer plugin" -#~ msgstr "正在關閉 Tumbler ODF 縮圖製作插件" - -#~ msgid "Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler Poppler PDF/PS 縮圖製作插件" - -#~ msgid "Initializing the Tumbler RAW Thumbnailer plugin" -#~ msgstr "正在初始化 Tumbler RAW 縮圖製作插件" - -#~ msgid "Shutting down the Tumbler RAW Thumbnailer plugin" -#~ msgstr "正在關閉 Tumbler RAW 縮圖製作插件" - -#~ msgid "Initializing the Tumbler XDG cache plugin" -#~ msgstr "正在初始化 Tumbler XDG 快取插件" - -#~ msgid "Shutting down the Tumbler XDG cache plugin" -#~ msgstr "正在關閉 Tumbler XDG 快取插件" diff -Nru tumbler-0.1.29/tumbler/Makefile.in tumbler-0.1.30/tumbler/Makefile.in --- tumbler-0.1.29/tumbler/Makefile.in 2013-05-05 19:39:37.000000000 +0000 +++ tumbler-0.1.30/tumbler/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -36,23 +36,51 @@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -273,6 +301,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -582,6 +611,7 @@ echo rm -f $${locs}; \ rm -f $${locs}; \ } + libtumbler-1.la: $(libtumbler_1_la_OBJECTS) $(libtumbler_1_la_DEPENDENCIES) $(EXTRA_libtumbler_1_la_DEPENDENCIES) $(AM_V_CCLD)$(libtumbler_1_la_LINK) -rpath $(libdir) $(libtumbler_1_la_OBJECTS) $(libtumbler_1_la_LIBADD) $(LIBS) @@ -611,14 +641,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/tumbler/tumbler-config.h tumbler-0.1.30/tumbler/tumbler-config.h --- tumbler-0.1.29/tumbler/tumbler-config.h 2013-05-05 19:39:42.000000000 +0000 +++ tumbler-0.1.30/tumbler/tumbler-config.h 2014-02-22 23:15:16.000000000 +0000 @@ -31,7 +31,7 @@ #define TUMBLER_MAJOR_VERSION 0 #define TUMBLER_MINOR_VERSION 1 -#define TUMBLER_MICRO_VERSION 29 +#define TUMBLER_MICRO_VERSION 30 #define TUMBLER_CHECK_VERSION(major,minor,micro) \ (TUMBLER_MAJOR_VERSION > (major) \ diff -Nru tumbler-0.1.29/tumblerd/Makefile.in tumbler-0.1.30/tumblerd/Makefile.in --- tumbler-0.1.29/tumblerd/Makefile.in 2013-05-05 19:39:37.000000000 +0000 +++ tumbler-0.1.30/tumblerd/Makefile.in 2014-02-22 23:15:13.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -35,23 +35,51 @@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ 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;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -263,6 +291,7 @@ GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ GTHREAD_LIBS = @GTHREAD_LIBS@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -575,6 +604,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list + tumblerd$(EXEEXT): $(tumblerd_OBJECTS) $(tumblerd_DEPENDENCIES) $(EXTRA_tumblerd_DEPENDENCIES) @rm -f tumblerd$(EXEEXT) $(AM_V_CCLD)$(tumblerd_LINK) $(tumblerd_OBJECTS) $(tumblerd_LDADD) $(LIBS) @@ -602,14 +632,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .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 @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@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< diff -Nru tumbler-0.1.29/tumblerd/tumbler-cache-service.c tumbler-0.1.30/tumblerd/tumbler-cache-service.c --- tumbler-0.1.29/tumblerd/tumbler-cache-service.c 2013-05-05 19:39:31.000000000 +0000 +++ tumbler-0.1.30/tumblerd/tumbler-cache-service.c 2014-02-22 23:15:10.000000000 +0000 @@ -99,25 +99,29 @@ struct _MoveRequest { - gchar **from_uris; - gchar **to_uris; + gchar **from_uris; + gchar **to_uris; + DBusGMethodInvocation *context; }; struct _CopyRequest { - gchar **from_uris; - gchar **to_uris; + gchar **from_uris; + gchar **to_uris; + DBusGMethodInvocation *context; }; struct _DeleteRequest { - gchar **uris; + gchar **uris; + DBusGMethodInvocation *context; }; struct _CleanupRequest { - guint32 since; - gchar **base_uris; + guint32 since; + gchar **base_uris; + DBusGMethodInvocation *context; }; @@ -270,6 +274,8 @@ (const gchar *const *)request->to_uris); } + dbus_g_method_return (request->context); + g_strfreev (request->from_uris); g_strfreev (request->to_uris); g_slice_free (MoveRequest, request); @@ -302,6 +308,8 @@ (const gchar *const *)request->to_uris); } + dbus_g_method_return (request->context); + g_strfreev (request->from_uris); g_strfreev (request->to_uris); g_slice_free (CopyRequest, request); @@ -330,6 +338,8 @@ if (service->cache != NULL) tumbler_cache_delete (service->cache, (const gchar *const *)request->uris); + dbus_g_method_return (request->context); + g_strfreev (request->uris); g_slice_free (DeleteRequest, request); @@ -361,6 +371,8 @@ request->since); } + dbus_g_method_return (request->context); + g_strfreev (request->base_uris); g_slice_free (CleanupRequest, request); @@ -445,11 +457,10 @@ request = g_slice_new0 (MoveRequest); request->from_uris = g_strdupv ((gchar **)from_uris); request->to_uris = g_strdupv ((gchar **)to_uris); + request->context = context; g_thread_pool_push (service->move_pool, request, NULL); - dbus_g_method_return (context); - /* try to keep tumbler alive */ tumbler_component_keep_alive (TUMBLER_COMPONENT (service), NULL); } @@ -476,11 +487,10 @@ request = g_slice_new0 (CopyRequest); request->from_uris = g_strdupv ((gchar **)from_uris); request->to_uris = g_strdupv ((gchar **)to_uris); + request->context = context; g_thread_pool_push (service->copy_pool, request, NULL); - dbus_g_method_return (context); - /* try to keep tumbler alive */ tumbler_component_keep_alive (TUMBLER_COMPONENT (service), NULL); } @@ -503,11 +513,10 @@ request = g_slice_new0 (DeleteRequest); request->uris = g_strdupv ((gchar **)uris); + request->context = context; g_thread_pool_push (service->delete_pool, request, NULL); - dbus_g_method_return (context); - /* try to keep tumbler alive */ tumbler_component_keep_alive (TUMBLER_COMPONENT (service), NULL); } @@ -531,11 +540,10 @@ request = g_slice_new0 (CleanupRequest); request->base_uris = g_strdupv ((gchar **)base_uris); request->since = since; + request->context = context; g_thread_pool_push (service->cleanup_pool, request, NULL); - dbus_g_method_return (context); - /* try to keep tumbler alive */ tumbler_component_keep_alive (TUMBLER_COMPONENT (service), NULL); }