diff -Nru daisy-player-12.0/configure daisy-player-12.1/configure --- daisy-player-12.0/configure 2020-08-20 17:42:56.000000000 +0000 +++ daisy-player-12.1/configure 2020-08-22 08:15:10.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for daisy-player 12.0. +# Generated by GNU Autoconf 2.69 for daisy-player 12.1. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='daisy-player' PACKAGE_TARNAME='daisy-player' -PACKAGE_VERSION='12.0' -PACKAGE_STRING='daisy-player 12.0' +PACKAGE_VERSION='12.1' +PACKAGE_STRING='daisy-player 12.1' PACKAGE_BUGREPORT='jos@jlemmens.nl' PACKAGE_URL='www.jlemmens.nl' @@ -1361,7 +1361,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 daisy-player 12.0 to adapt to many kinds of systems. +\`configure' configures daisy-player 12.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1432,7 +1432,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of daisy-player 12.0:";; + short | recursive ) echo "Configuration of daisy-player 12.1:";; esac cat <<\_ACEOF @@ -1553,7 +1553,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -daisy-player configure 12.0 +daisy-player configure 12.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2166,7 +2166,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by daisy-player $as_me 12.0, which was +It was created by daisy-player $as_me 12.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3033,7 +3033,7 @@ # Define the identity of the package. PACKAGE='daisy-player' - VERSION='12.0' + VERSION='12.1' cat >>confdefs.h <<_ACEOF @@ -9779,7 +9779,7 @@ # Define the identity of the package. PACKAGE='daisy-player' - VERSION='12.0' + VERSION='12.1' cat >>confdefs.h <<_ACEOF @@ -12422,7 +12422,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by daisy-player $as_me 12.0, which was +This file was extended by daisy-player $as_me 12.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12489,7 +12489,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -daisy-player config.status 12.0 +daisy-player config.status 12.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru daisy-player-12.0/configure.ac daisy-player-12.1/configure.ac --- daisy-player-12.0/configure.ac 2020-08-20 17:14:29.000000000 +0000 +++ daisy-player-12.1/configure.ac 2020-08-22 08:15:00.000000000 +0000 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([daisy-player], [12.0], [jos@jlemmens.nl], [], [www.jlemmens.nl]) +AC_INIT([daisy-player], [12.1], [jos@jlemmens.nl], [], [www.jlemmens.nl]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) diff -Nru daisy-player-12.0/debian/changelog daisy-player-12.1/debian/changelog --- daisy-player-12.0/debian/changelog 2020-08-21 21:12:48.000000000 +0000 +++ daisy-player-12.1/debian/changelog 2020-09-27 15:05:47.000000000 +0000 @@ -1,3 +1,11 @@ +daisy-player (12.1-1) unstable; urgency=medium + + * New upstream release. + - control: Recommend pulseaudio-utils for audio card probing. + - patches/crash: Fix crash on audio card probing. + + -- Samuel Thibault Sun, 27 Sep 2020 17:05:47 +0200 + daisy-player (12.0-1) unstable; urgency=medium * New upstream release. diff -Nru daisy-player-12.0/debian/control daisy-player-12.1/debian/control --- daisy-player-12.0/debian/control 2020-07-31 20:43:52.000000000 +0000 +++ daisy-player-12.1/debian/control 2020-09-27 14:53:54.000000000 +0000 @@ -34,7 +34,7 @@ unar, ${misc:Depends}, ${shlibs:Depends}, -Recommends: libcddb-get-perl, +Recommends: libcddb-get-perl, pulseaudio-utils Description: player for DAISY Digital Talking Books Daisy-player is a command-line player for talking books based on the Digital Accessible Information System protocol. It is comparable in diff -Nru daisy-player-12.0/debian/patches/crash daisy-player-12.1/debian/patches/crash --- daisy-player-12.0/debian/patches/crash 1970-01-01 00:00:00.000000000 +0000 +++ daisy-player-12.1/debian/patches/crash 2020-09-27 15:05:40.000000000 +0000 @@ -0,0 +1,26 @@ +Forwarded: Jos Lemmens + +--- + src/common.c | 7 +++++-- + 1 file changed, 5 insertions(+), 2 deletions(-) + +--- a/src/common.c ++++ b/src/common.c +@@ -976,12 +976,15 @@ void check_pulseaudio_device (misc_t *mi + *strchr (str, '\n') = 0; // remove new_line + if (strncasecmp (str, "Sink #", 6) != 0) + continue; +- str += 6; +- if (atoi (str) == misc->pulseaudio_device) ++ if (atoi (str + 6) == misc->pulseaudio_device) + { ++ free (str); + pclose (p); + return; + } // if ++ free (str); ++ str = NULL; ++ len = 0; + } // while + pclose (p); + select_next_output_device (misc, daisy); diff -Nru daisy-player-12.0/debian/patches/nogroup daisy-player-12.1/debian/patches/nogroup --- daisy-player-12.0/debian/patches/nogroup 2020-08-21 21:12:48.000000000 +0000 +++ daisy-player-12.1/debian/patches/nogroup 2020-09-27 14:53:11.000000000 +0000 @@ -1,14 +1,28 @@ The user really does not have to be in group audio or pulse on Debian. --- - src/common.c | 2 ++ - 1 file changed, 2 insertions(+) + src/common.c | 4 ++++ + 1 file changed, 4 insertions(+) -Index: daisy-player/src/common.c -=================================================================== ---- daisy-player.orig/src/common.c -+++ daisy-player/src/common.c -@@ -896,6 +896,7 @@ void select_next_output_device (misc_t * +--- a/src/common.c ++++ b/src/common.c +@@ -929,6 +929,7 @@ void check_pulseaudio_device (misc_t *mi + size_t len = 0; + FILE *p; + ++#if 0 + grp = getgrnam ("audio"); + found = 0; + for (n = 0; grp->gr_mem[n]; n++) +@@ -949,6 +950,7 @@ void check_pulseaudio_device (misc_t *mi + printf ("Logout and login again and you can use daisy-player.\n"); + _exit (EXIT_FAILURE); + } // if ++#endif + + if (misc->pulseaudio_device < 0) + { +@@ -990,6 +992,7 @@ void select_next_output_device (misc_t * int current_sink, n, found; struct group *grp; @@ -16,7 +30,7 @@ grp = getgrnam ("audio"); found = 0; for (n = 0; grp->gr_mem[n]; n++) -@@ -916,6 +917,7 @@ void select_next_output_device (misc_t * +@@ -1011,6 +1014,7 @@ void select_next_output_device (misc_t * remove_tmp_dir (misc); _exit (EXIT_FAILURE); } // if diff -Nru daisy-player-12.0/debian/patches/series daisy-player-12.1/debian/patches/series --- daisy-player-12.0/debian/patches/series 2020-03-05 23:51:54.000000000 +0000 +++ daisy-player-12.1/debian/patches/series 2020-09-27 14:58:58.000000000 +0000 @@ -1,3 +1,4 @@ cdda nogroup desktop-nodisplay +crash diff -Nru daisy-player-12.0/doc/Changelog daisy-player-12.1/doc/Changelog --- daisy-player-12.0/doc/Changelog 2020-08-21 14:28:19.000000000 +0000 +++ daisy-player-12.1/doc/Changelog 2020-09-15 18:57:40.000000000 +0000 @@ -320,14 +320,17 @@ a sound-card is blacklisted in /etc/modprobe.d. 11.7.4 Added an Italian translation. 12.0 Improvements for volumes with multiple books. (discinfo) - The function "go to time in this item" now works. + The function "go to time in this item" now works. Any random amount of seconds can be given. Skip leftg and right now skips in steps of 10 seconds. Pause reading now stores current seconds so that a resume starts from that point. When a bookmark is placed, save the current seconds instead of the id. - Added support of PulseAudio sinks with # > 9. + Added support for PulseAudio sinks with # > 9. Added option '-T' not to update the playing time during playback. This helps users with screen readers that would otherwise read the time as it updates, leading to highly annoying noise. Lower the amount of screen refresh to better play with screen readers. +12.1 updated the Finish translation + Store to disk bug solved + help-screen updated. diff -Nru daisy-player-12.0/doc/daisy-player.html daisy-player-12.1/doc/daisy-player.html --- daisy-player-12.0/doc/daisy-player.html 2020-08-21 17:34:13.000000000 +0000 +++ daisy-player-12.1/doc/daisy-player.html 2020-09-16 09:45:38.000000000 +0000 @@ -2,7 +2,7 @@ Man page of daisy-player

daisy-player

-Section: Linux Reference Manual (1)
Updated: 21 August 2020
Index +Section: Linux Reference Manual (1)
Updated: 16 September 2020
Index Return to Main Contents
  @@ -280,7 +280,7 @@  

SEE ALSO

-cddbget(1), unar(1), eject(1), udisksctl(1), pulseaudio(1), usermod(8) +cddbget(1), unar(1), eject(1), udisksctl(1), pulseaudio(1), pactl(1), usermod(8)  

AUTHOR

@@ -314,6 +314,6 @@ This document was created by man2html, using the manual pages.
-Time: 17:34:13 GMT, August 21, 2020 +Time: 09:45:38 GMT, September 16, 2020 diff -Nru daisy-player-12.0/doc/daisy-player.txt daisy-player-12.1/doc/daisy-player.txt --- daisy-player-12.0/doc/daisy-player.txt 2020-08-21 12:21:25.000000000 +0000 +++ daisy-player-12.1/doc/daisy-player.txt 2020-08-31 11:46:10.000000000 +0000 @@ -94,7 +94,7 @@ ~/.daisy-player.xml This file, in XML-format, contains the name of the desired pulseaudio device and the desired playing speed. SEE ALSO -cddbget(1), unar(1), eject(1), udisksctl(1), pulseaudio(1), usermod(8) +cddbget(1), unar(1), eject(1), udisksctl(1), pulseaudio(1), pactl(1), usermod(8) AUTHOR Jos Lemmens COPYRIGHT diff -Nru daisy-player-12.0/doc/TODO daisy-player-12.1/doc/TODO --- daisy-player-12.0/doc/TODO 2020-08-19 15:33:47.000000000 +0000 +++ daisy-player-12.1/doc/TODO 2020-08-24 14:51:44.000000000 +0000 @@ -1,3 +1,2 @@ -- store to disk - go to page - skip left read pagenumber diff -Nru daisy-player-12.0/m4/Makefile daisy-player-12.1/m4/Makefile --- daisy-player-12.0/m4/Makefile 2020-08-21 17:33:42.000000000 +0000 +++ daisy-player-12.1/m4/Makefile 2020-09-16 09:45:15.000000000 +0000 @@ -125,12 +125,12 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs \ README DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/missing aclocal-1.15 +ACLOCAL = ${SHELL} /home/jos/src/own_stuff/daisy-player/missing aclocal-1.15 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 0 -AUTOCONF = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/missing autoconf -AUTOHEADER = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/missing autoheader -AUTOMAKE = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/missing automake-1.15 +AUTOCONF = ${SHELL} /home/jos/src/own_stuff/daisy-player/missing autoconf +AUTOHEADER = ${SHELL} /home/jos/src/own_stuff/daisy-player/missing autoheader +AUTOMAKE = ${SHELL} /home/jos/src/own_stuff/daisy-player/missing automake-1.15 AWK = gawk CC = gcc CCAS = gcc @@ -174,7 +174,7 @@ LTLIBICONV = -liconv LTLIBINTL = LTLIBOBJS = -MAKEINFO = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/missing makeinfo +MAKEINFO = ${SHELL} /home/jos/src/own_stuff/daisy-player/missing makeinfo MKDIR_P = /bin/mkdir -p MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt @@ -189,10 +189,10 @@ PACKAGE = daisy-player PACKAGE_BUGREPORT = jos@jlemmens.nl PACKAGE_NAME = daisy-player -PACKAGE_STRING = daisy-player 12.0 +PACKAGE_STRING = daisy-player 12.1 PACKAGE_TARNAME = daisy-player PACKAGE_URL = www.jlemmens.nl -PACKAGE_VERSION = 12.0 +PACKAGE_VERSION = 12.1 PATH_SEPARATOR = : POSUB = po POW_LIB = @@ -202,14 +202,14 @@ SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 12.0 +VERSION = 12.1 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = -abs_builddir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/m4 -abs_srcdir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/m4 -abs_top_builddir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0 -abs_top_srcdir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0 +abs_builddir = /home/jos/src/own_stuff/daisy-player/m4 +abs_srcdir = /home/jos/src/own_stuff/daisy-player/m4 +abs_top_builddir = /home/jos/src/own_stuff/daisy-player +abs_top_srcdir = /home/jos/src/own_stuff/daisy-player ac_ct_CC = gcc ac_ct_CXX = g++ ac_ct_GCJ = @@ -240,7 +240,7 @@ htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/install-sh +install_sh = ${SHELL} /home/jos/src/own_stuff/daisy-player/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale diff -Nru daisy-player-12.0/man/daisy-player.1 daisy-player-12.1/man/daisy-player.1 --- daisy-player-12.0/man/daisy-player.1 2020-08-21 17:34:13.000000000 +0000 +++ daisy-player-12.1/man/daisy-player.1 2020-09-16 09:45:38.000000000 +0000 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH daisy-player 1 "21 August 2020" "12.0" "Linux Reference Manual" +.TH daisy-player 1 "16 September 2020" "12.1" "Linux Reference Manual" .SH NAME \fBdaisy-player \fP- player for DAISY Digital Talking Books or Audio-CD's \fB @@ -236,7 +236,7 @@ ~/.daisy-player.xml This file, in XML-format, contains the name of the desired pulseaudio device and the desired playing speed. .SH SEE ALSO -\fBcddbget\fP(1), \fBunar\fP(1), \fBeject\fP(1), \fBudisksctl\fP(1), \fBpulseaudio\fP(1), \fBusermod\fP(8) +\fBcddbget\fP(1), \fBunar\fP(1), \fBeject\fP(1), \fBudisksctl\fP(1), \fBpulseaudio\fP(1), \fBpactl\fP(1), \fBusermod\fP(8) .SH AUTHOR Jos Lemmens .SH COPYRIGHT diff -Nru daisy-player-12.0/man/Makefile daisy-player-12.1/man/Makefile --- daisy-player-12.0/man/Makefile 2020-08-21 17:33:42.000000000 +0000 +++ daisy-player-12.1/man/Makefile 2020-09-16 09:45:15.000000000 +0000 @@ -155,13 +155,13 @@ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/missing aclocal-1.15 +ACLOCAL = ${SHELL} /home/jos/src/own_stuff/daisy-player/missing aclocal-1.15 ALLOCA = AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 0 -AUTOCONF = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/missing autoconf -AUTOHEADER = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/missing autoheader -AUTOMAKE = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/missing automake-1.15 +AUTOCONF = ${SHELL} /home/jos/src/own_stuff/daisy-player/missing autoconf +AUTOHEADER = ${SHELL} /home/jos/src/own_stuff/daisy-player/missing autoheader +AUTOMAKE = ${SHELL} /home/jos/src/own_stuff/daisy-player/missing automake-1.15 AWK = gawk CC = gcc CCAS = gcc @@ -205,7 +205,7 @@ LTLIBICONV = -liconv LTLIBINTL = LTLIBOBJS = -MAKEINFO = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/missing makeinfo +MAKEINFO = ${SHELL} /home/jos/src/own_stuff/daisy-player/missing makeinfo MKDIR_P = /bin/mkdir -p MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt @@ -220,10 +220,10 @@ PACKAGE = daisy-player PACKAGE_BUGREPORT = jos@jlemmens.nl PACKAGE_NAME = daisy-player -PACKAGE_STRING = daisy-player 12.0 +PACKAGE_STRING = daisy-player 12.1 PACKAGE_TARNAME = daisy-player PACKAGE_URL = www.jlemmens.nl -PACKAGE_VERSION = 12.0 +PACKAGE_VERSION = 12.1 PATH_SEPARATOR = : POSUB = po POW_LIB = @@ -233,16 +233,16 @@ SHELL = /bin/sh STRIP = USE_NLS = yes -VERSION = 12.0 +VERSION = 12.1 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = YACC = bison -y YFLAGS = -abs_builddir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/man -abs_srcdir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/man -abs_top_builddir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0 -abs_top_srcdir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0 +abs_builddir = /home/jos/src/own_stuff/daisy-player/man +abs_srcdir = /home/jos/src/own_stuff/daisy-player/man +abs_top_builddir = /home/jos/src/own_stuff/daisy-player +abs_top_srcdir = /home/jos/src/own_stuff/daisy-player ac_ct_CC = gcc ac_ct_CXX = g++ ac_ct_GCJ = @@ -274,7 +274,7 @@ htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/install-sh +install_sh = ${SHELL} /home/jos/src/own_stuff/daisy-player/install-sh ldadd_audio = libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/af.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/af.gmo differ diff -Nru daisy-player-12.0/po/af.po daisy-player-12.1/po/af.po --- daisy-player-12.0/po/af.po 2020-08-21 17:34:56.000000000 +0000 +++ daisy-player-12.1/po/af.po 2020-09-16 09:49:07.000000000 +0000 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2013-01-29 15:06+0200\n" "Last-Translator: Willem van der Walt >\n" "Language-Team: Willem van der Walt \n" @@ -31,33 +31,33 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Probeer asseblief hierdie boek met \"eBook-speaker\" te speel" # 33 -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Kan nie type %d lees nie" # 15 -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Gaan na bladsynommer:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Wag asseblief..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Kies die volgende klankkaart" # 33 #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Kan nie %s lees nie" @@ -80,272 +80,272 @@ msgstr "vlak: %d van %d" # 4 -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "totale lengte: %02d:%02d:%02d" # 38 -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Hierdie bevele is beskikbaar in hierdie weergawe:" # 41 -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "Af peiltjie,2 - skuif die loper na die volgende item" # 44 -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "op peiltjie,8 - skuif die loper na die vorige item" # 43 -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "regs peiltjie,6 - spring na die volgende frase toe" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" # 42 -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "links peiltjie,4 - spring na die vorige frase toe" +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" # 57 -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "page-down,3 - wys die volgende bladsy" # 58 -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "page-up,9 - wys die vorige bladsy" # 46 -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - begin speel" # 62 -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "spasie,0 - stop tydelik/hervat terugspeel" # 50 -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home,* - speel teen normale spoed" # 23 -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Druk enige sleutel vir die volgende bladsy..." # 32 -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - soek vir 'n ettiket" # 45 -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - stoor huidige item op skyf" # 11 -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - verlaag terugspeelspoed" # 59 -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - ophou daisy-player, plaas 'n boekmerk en verwyder" # 47 -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" "f - Kry die item wat nou speel en skuif die loper daarheen" # 48 -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - gaan na tyd" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - gaan na tyd" # 48 -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - gaan na bladsynommer" # 49 -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - wys hierdie help-bladsy" # 51 -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - speel net die huidige item" # 52 -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - verander na die volgende vlak" # 16 -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - verander na die vorige vlak" # 55 -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" # 53 -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - soek vorentoe" # 18 -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - soek agteruit" # 55 -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - kies die volgende klankkaart" # 56 -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - maak 'n boekmerk" # 59 -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - stop daisy-player en maak 'n boekmerk" # 60 -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - hou op speel" # 59 -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" # 29 -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - verhoog terugspeelspoed" # 11 -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - afspeel volume te verminder" # 29 -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - verhoog afspeel volume (pasop vir afsny)" # 37 -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Druk enige sleutel om die help-skerm te verlaat..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Hierdie boek het geen klank. Speel hierdie boek met \"eBook-speaker\"" # 20 -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Wag asseblief... -----------------------" # 30 -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Wat soek u?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Gaan na tyd: (mm:ss):" # 13 -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - weergawe %s %s" # 39 -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "" "Gebruiksaanwysings: %s [directory met 'n Daisy-struktuur] | " "[Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_toestel] [-d pulseaudio_klank_toestel]" # 34 -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Kan nie /proc/mounts lees nie." # 13 -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - weergawe %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" # 13 # 13 # 6 -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "'n program om Daisy CD's in Linux te speel" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Besig om vir 'n DAISY CD te soek..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "Geen DAISY CD of audio CD is gekry nie" # 36 -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "Daar is nie 'n daisy-cd in die CD speler nie." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Audio CD gekry." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Besig om tietels vanaf freedb.freedb.org te kry..." # 22 -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Druk 'h' vir hulp" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/cs.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/cs.gmo differ diff -Nru daisy-player-12.0/po/cs.po daisy-player-12.1/po/cs.po --- daisy-player-12.0/po/cs.po 2020-08-21 17:34:56.000000000 +0000 +++ daisy-player-12.1/po/cs.po 2020-09-16 09:49:07.000000000 +0000 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2013-01-29 15:06+0200\n" "Last-Translator: Martin Chvojka\n" "Language-Team: Martin Chvojka\n" @@ -30,30 +30,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Vyzkouej pehrt tuto knihu s \"eBook-speaker\"em prosm" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Nemohu pest typ: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Jdi na strnku:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "ekej prosm..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Vyber zvukovou kartu:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Nemu pest %s" @@ -72,224 +72,224 @@ msgid "level: %d of %d" msgstr "rove: %d z %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "celkov dlka: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Tyto pkazy jsou dostupn v tto verzi" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "ipka dol,2 - pesune ukazatel na dal poloku" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "ipka nahoru,8 - pesune ukazatel na pedchoz poloku" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "ipka vpravo,6 - pesko na dal frzy" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "ipka vlevo,4 - pesko na pedchoz frzy" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "page-down,3 - zobrazen nsledujc strnky" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "page-up,9 - zobrazen pedchoz strnky" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - spustit pehrvn" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "mezera,0 - pauza/pehrvn" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home,* - pehrvn normln rychlost" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Stiskni jakoukoli klvesu pro dal strnku..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - hledn oznaen" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - uloit aktuln poloku na disk" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - snit rychlost pehrvn" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - opustit daisy-player, umstit zloku a pry" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "f - najt aktuln pehrvanou poloku a umstit tam ukazatel" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - jt na as v tto psni (MM:SS)" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - jt na as v tto poloce (MM:SS)" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - jt na strnku" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - zobrazit tuto npovdu" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - pehrt aktuln poloku" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - pepnou na nsledujc rove" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - pepnout na pedchoz rove" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - hledat vped" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - hledat vzad" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - vybrat nsledujc vstupn zvukov zazen" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "P - umstit zloku" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - opustit daisy-player a umstit zloku" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - zastavit pehrvn" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - zvit rychlost pehrvn" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - snit hlasitost pehrvn" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - zvit hlasitost pehrvn (pozor na pebuzen)" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Stiskni jakoukoliv klvesu k oputn npovdy..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Tato kniha nem audio. Pehraj tuto knihu s \"eBook-speaker\"" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "ekej prosm... -----------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Co hled?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Jdi na as (MM:SS)" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Verze %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Pouit: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_device] [-d pulseaudio_sound_device]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Nelze pest /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Verze %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Analyztor pro pehrvn Daisy CD s Linuxem" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Hledm Daisy CD..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "Nenalezeno dn DAISY ani Audio CD" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "V mechanice nen Daisy CD." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Nalezeno Audio CD" -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Zskej nzvy z freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Stiskni 'h' pro npovdu" diff -Nru daisy-player-12.0/po/daisy-player.pot daisy-player-12.1/po/daisy-player.pot --- daisy-player-12.0/po/daisy-player.pot 2020-08-21 17:34:56.000000000 +0000 +++ daisy-player-12.1/po/daisy-player.pot 2020-09-16 09:49:07.000000000 +0000 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: daisy-player 12.0\n" +"Project-Id-Version: daisy-player 12.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,30 +17,30 @@ "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "" -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "" @@ -59,224 +59,224 @@ msgid "level: %d of %d" msgstr "" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" msgstr "" -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "" -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "" -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "" -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "" -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "" -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "" -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "" -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/de.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/de.gmo differ diff -Nru daisy-player-12.0/po/de.po daisy-player-12.1/po/de.po --- daisy-player-12.0/po/de.po 2020-08-21 17:34:56.000000000 +0000 +++ daisy-player-12.1/po/de.po 2020-09-16 09:49:07.000000000 +0000 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2013-01-29 15:06+0200\n" "Last-Translator: Klaus Knopper \n" "Language-Team: Klaus Knopper \n" @@ -31,33 +31,33 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Bitte versuchen Sie, dieses Buch mit \"eBook-speaker\" zu spielen" # 33 -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Kann type: %d nicht lesen" # 15 -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Gehe zur Seitenzahl:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Warten Sie mal..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Wählen Sie eine Soundkarte aus:" # 33 #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Kann %s nicht lesen" @@ -80,271 +80,271 @@ msgstr "Level: %d von %d" # 4 -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "Gesamtlänge: %02d:%02d:%02d" # 38 -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Folgende Befehle sind in dieser Version vorhanden:" # 41 -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "Pfeil runter,2 - verschiebt den Cursor auf das nächste Element" # 44 -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "Pfeil hoch,8 - verschiebt den Cursor auf das vorhergehende Element" # 43 -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "Pfeil rechts,6 - springe zur nächsten Phrase" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" # 42 -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "Pfeil links,4 - springe zur vorhergehenden Phrase" +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" # 57 -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "Seite runter,3 - zur nächsten Seite" # 58 -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "Seite hoch,9 - zur vorigen Seite" # 46 -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "Eingabetaste - abspielen" # 62 -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "Leertaste,0 - Pause-/Weiter" # 50 -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home,* - spiele mit normaler Geschwindigkeit" # 23 -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Taste drücken für nächste Seite..." # 32 -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - suche nach einem Begriff" # 45 -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - Aktuelles Element speichern" # 11 -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - verringere Abspielgeschwindigkeit" # 59 -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "" "e,. - Beenden Sie Daisy-Player, legen Sie ein Lesezeichen und Auswerfen" # 47 -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" "f - aktuell spielendes Element finden und den Cursor dort platzieren" # 48 -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - geh zur Zeit in diesem Lied (MM:SS)" # 48 -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - geh zur Zeit in diesem Artikel (MM:SS)" # 48 -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - zur Seitenzahl gehen (falls vorhanden)" # 49 -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - diese Hilfe anzeigen" # 51 -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - nur das aktuelle Element abspielen" # 52 -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - zum nächsten Level wechseln" # 16 -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - zum vorigen Level wechseln" # 55 -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" # 53 -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - Suche vorwärts" # 18 -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - Suche rückwärts" # 55 -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - nächstes sound device für Ausgabe wählen" # 56 -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - Lesezeichen setzen" # 59 -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - Daisy-Player verlassen und Lesezeichen setzen" # 60 -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - Abspielen stoppen" # 59 -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" # 29 -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - erhöhe Abspielgeschwindigkeit" # 11 -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - verringern Sie die Wiedergabelautstärke" # 29 -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - erhöhe die Wiedergabe-Lautstärke (Vorsicht beim Clipping)" # 37 -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Taste drücken, um die Hilfe zu verlassen..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Dieses Buch hat kein Audio. Spiel dieses Buch mit \"eBook-speaker\"" # 20 -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Bitte warten... ------------------------" # 30 -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Suchen nach...?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Gehe zur Zeit (MM:SS):" # 13 -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Version %s %s" # 39 -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "" "Aufruf: %s [Verzeichnis mit einer Daisy-Struktur] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_device] [-d pulseaudio Soundkarte]" # 34 -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Kann /proc/mounts nicht lesen." # 13 -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Version %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" # 6 -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Ein Programm, um Daisy CDs unter Linux abzuspielen" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Scannen für eine Daisy-CD" -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "Kein DAISY-CD oder Audio-CD gefunden" # 36 -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "Keine Daisy-CD im Laufwerk." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Eine Audio-CD gefunden." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Holen Titel von freedb.freedb.org..." # 22 -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "'h' für Hilfe drücken" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/en@boldquot.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/en@boldquot.gmo differ diff -Nru daisy-player-12.0/po/en@boldquot.po daisy-player-12.1/po/en@boldquot.po --- daisy-player-12.0/po/en@boldquot.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/en@boldquot.po 2020-09-16 09:49:07.000000000 +0000 @@ -30,10 +30,10 @@ # msgid "" msgstr "" -"Project-Id-Version: daisy-player 12.0\n" +"Project-Id-Version: daisy-player 12.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" -"PO-Revision-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" +"PO-Revision-Date: 2020-09-16 11:49+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en@boldquot\n" @@ -42,30 +42,30 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Please try to play this book with “eBook-speaker”" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Cannot read type: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Go to page number:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Please wait..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Select a soundcard:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Cannot read %s" @@ -84,225 +84,225 @@ msgid "level: %d of %d" msgstr "level: %d of %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "total length: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "These commands are available in this version:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "cursor down,2 - move cursor to the next item" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "cursor up,8 - move cursor to the previous item" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "cursor right,6 - skip to next phrase" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "cursor left,4 - skip to previous phrase" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "cursor right,6 - skip 10 seconds forwards" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "cursor left,4 - skip 10 seconds backwards" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "page-down,3 - view next page" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "page-up,9 - view previous page" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - start playing" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "space,0 - pause/resume playing" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home,* - play on normal speed" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Press any key for next page..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - search for a label" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - store current item to disk" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - decrease playing speed" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - quit daisy-player, place a bookmark and eject" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" "f - find the currently playing item and place the cursor there" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - go to time in this song (MM:SS)" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - go to time in this item (MM:SS)" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - go to page number" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - give this help" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - just play current item" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - switch to next level" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - switch to previous level" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "m - mute sound output on/off" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - search forwards" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - search backwards" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - select next output sound device" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - place a bookmark" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - quit daisy-player and place a bookmark" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - stop playing" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "T - display the time passing during playback on/off" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - increase playing speed" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - decrease playback volume" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - increase playback volume (beware of Clipping)" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Press any key to leave help..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "This book has no audio. Play this book with “eBook-speaker”" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Please wait... -------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "What do you search?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Go to time (MM:SS):" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Version %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_device] [-d pulseaudio_sound_device]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Cannot read /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Version %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "Select an Audio_book:" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "A parser to play Daisy CD's with Linux" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Scanning for a Daisy CD..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "No DAISY-CD or Audio-cd found" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "No Daisy CD in drive." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Found an Audio-CD." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Get titles from freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Press ‘h’ for help" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/en@quot.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/en@quot.gmo differ diff -Nru daisy-player-12.0/po/en@quot.po daisy-player-12.1/po/en@quot.po --- daisy-player-12.0/po/en@quot.po 2020-08-21 17:34:56.000000000 +0000 +++ daisy-player-12.1/po/en@quot.po 2020-09-16 09:49:07.000000000 +0000 @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: daisy-player 12.0\n" +"Project-Id-Version: daisy-player 12.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" -"PO-Revision-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" +"PO-Revision-Date: 2020-09-16 11:49+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en@quot\n" @@ -39,30 +39,30 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Please try to play this book with “eBook-speaker”" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Cannot read type: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Go to page number:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Please wait..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Select a soundcard:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Cannot read %s" @@ -81,225 +81,225 @@ msgid "level: %d of %d" msgstr "level: %d of %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "total length: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "These commands are available in this version:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "cursor down,2 - move cursor to the next item" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "cursor up,8 - move cursor to the previous item" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "cursor right,6 - skip to next phrase" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "cursor left,4 - skip to previous phrase" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "cursor right,6 - skip 10 seconds forwards" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "cursor left,4 - skip 10 seconds backwards" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "page-down,3 - view next page" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "page-up,9 - view previous page" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - start playing" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "space,0 - pause/resume playing" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home,* - play on normal speed" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Press any key for next page..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - search for a label" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - store current item to disk" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - decrease playing speed" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - quit daisy-player, place a bookmark and eject" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" "f - find the currently playing item and place the cursor there" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - go to time in this song (MM:SS)" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - go to time in this item (MM:SS)" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - go to page number" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - give this help" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - just play current item" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - switch to next level" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - switch to previous level" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "m - mute sound output on/off" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - search forwards" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - search backwards" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - select next output sound device" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - place a bookmark" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - quit daisy-player and place a bookmark" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - stop playing" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "T - display the time passing during playback on/off" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - increase playing speed" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - decrease playback volume" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - increase playback volume (beware of Clipping)" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Press any key to leave help..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "This book has no audio. Play this book with “eBook-speaker”" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Please wait... -------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "What do you search?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Go to time (MM:SS):" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Version %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_device] [-d pulseaudio_sound_device]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Cannot read /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Version %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "Select an Audio_book:" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "A parser to play Daisy CD's with Linux" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Scanning for a Daisy CD..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "No DAISY-CD or Audio-cd found" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "No Daisy CD in drive." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Found an Audio-CD." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Get titles from freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Press ‘h’ for help" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/es_ES.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/es_ES.gmo differ diff -Nru daisy-player-12.0/po/es_ES.po daisy-player-12.1/po/es_ES.po --- daisy-player-12.0/po/es_ES.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/es_ES.po 2020-09-16 09:49:07.000000000 +0000 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2013-01-29 15:06+0200\n" "Last-Translator: Hanna Tulleken \n" "Language-Team: Hanna Tulleken \n" @@ -31,30 +31,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Por favor, intenta reproducir este libro con \"eBook-speaker\"" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "No poder leer: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Ir a página número:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Por favor espera..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "seleccionar una ficha sonora:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "No poder leer %s" @@ -73,224 +73,224 @@ msgid "level: %d of %d" msgstr "nivel: %d o %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "total longitud: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Estas orden estan disponibles en esta versión:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "cursor abajo,2 - desplazar el cursor hasta el tema próximo" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "cursor arriba,8 - desplazar el cursor para el tema anterior" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "cursor derecho,6 - saltar para la frase próxima" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "cursor izquierdo,4 - saltar para la frase anterior" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "página-abaja,3 - ver página proxima" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "página-ariba,9 - ver página anterior" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "entrar - empezar escuchar" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "espacio,0 - pausa/reanudar escuchar" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "inicio,* - escuchar a velocidad normal" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Hacer clic cada tecla por la página proxima..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - buscar por una etiqueta" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - almacenar el tema actual en disk" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - disminuir velocidad de escuchar" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - dejar daisy-player, poner una marcapágina y echar" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "f - encontrar el item escuchando y poner el cursor allí" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - ir a tiempo en este canción (MM:SS)" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - ir a tiempo en este tema (MM:SS)" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - ir a página número (cuando hay)" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - dar esta ayuda" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - solo escuchar el tema actual" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - gambiar al nivél proxima" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - gambiar al nivél antes" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "m - silenciar la salida de sonido on/off" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - buscar adelante" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - buscar atrás" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - seleccionar la proxima salida de dispositivo sonido" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - poner una marcapágina" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - dejar daisy-player y poner una marcapágina" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - parar escuchar" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - acelerar velocidad de escuchar" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - disminuir play-back volumen" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - acelerar play-back volumen ( cuidar de Clipping )" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Hacer click alguna tecla para salir ayudar..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Este libro no tiene audio. Escuchar este libro con \"eBook-speaker\"" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Por favor esperar... -------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "¿Qué buscas?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Ir a tiempo (MM:SS):" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Versión %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Uso: %s [manual_con_una_Daisy-estructura] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_dispositivo] [-d pulseaudio_sonido_dispositivo]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "No poder leer /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Versión %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Un analizador para escuchar Daisy CD con Linux" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Explorar un Daisy CD..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "No encontrada DAISY-CD o Audio-cd" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "No hay Daisy-CD en el unidad." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Encontrada un Audio-CD." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Coger títulos de freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "'h' para ayudar" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/es_GT.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/es_GT.gmo differ diff -Nru daisy-player-12.0/po/es_GT.po daisy-player-12.1/po/es_GT.po --- daisy-player-12.0/po/es_GT.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/es_GT.po 2020-09-16 09:49:07.000000000 +0000 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2013-01-29 15:06+0200\n" "Last-Translator: Oscar Gonzalez Gallegos \n" "Language-Team: Oscar Gonzalez Gallegos \n" @@ -31,30 +31,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Por favor, intenta reproducir este libro con \"eBook-speaker\"" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "No poder leer: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Ir a página número:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Por favor espera..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "seleccionar una tarjeta de sonido:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "No se puede leer %s" @@ -73,225 +73,225 @@ msgid "level: %d of %d" msgstr "nivel: %d de %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "longitud total: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Estas órdenes o comandos estan disponibles en esta versión:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "cursor abajo,2 - desplazar el cursor hasta el tema próximo" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "cursor arriba,8 - desplazar el cursor al tema anterior" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "cursor derecho,6 - saltar a la frase próxima" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "cursor izquierdo,4 - saltar a la frase anterior" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "página-abajo,3 - ver página próxima" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "página-ariba,9 - ver página anterior" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "intro - empezar la lectura" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "espacio,0 - pausa/reanudar la lectura" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "inicio,* - escuchar a velocidad normal" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Presione cualquier tecla para ir a la proxima página ..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - buscar por una etiqueta" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - almacenar el tema actual en el disco" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - disminuir velocidad de lectura" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - cerrar daisy-player, poner un marcapágina y salir" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" "f - encontrar el item que está siendo escuchado y poner el cursor allí" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - ir a tiempo específico en esta canción (MM:SS)" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - ir para tiempo específico en este tema (MM:SS)" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - ir para página número (cuando hay)" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - dar esta ayuda" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - solo escuchar el tema actual" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - cambiar al nivel proximo" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - cambiar al nivel anterior" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "m - silenciar la salida de sonido on/off" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - buscar hacia adelante" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - buscar hacia atrás" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - seleccionar la proxima salida de dispositivo de sonido" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - poner un marcapágina" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - cerrar daisy-player y poner una marcapágina" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - parar la lectura" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - acelerar velocidad de lectura" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - reducir velocidad de lectura" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - aumentar volumen de lectura (puede haber distorsión )" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Presione cualquier tecla para salir de la ayuda..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Este libro no contiene audio." -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Por favor esperar... -------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "¿Qué busca?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Ir a tiempo específico (MM:SS):" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Versión %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Uso: %s [manual_con_una_Daisy-estructura] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_dispositivo] [-d pulseaudio_sonido_dispositivo]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "No se puede leer /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Versión %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Un analizador para escuchar Daisy CD con Linux" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Explorando por un Daisy CD..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "No se encontró DAISY CD o Audio-cd" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "No hay Daisy CD en el unidad." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Se ha encontrado un CD de audio." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Coger títulos de freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "'h' para ayuda" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/fi.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/fi.gmo differ diff -Nru daisy-player-12.0/po/fi.po daisy-player-12.1/po/fi.po --- daisy-player-12.0/po/fi.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/fi.po 2020-09-16 09:49:07.000000000 +0000 @@ -18,50 +18,51 @@ # # translated by Jani Kinnunen # Iiro Rinta-Jouppi +# Jani Kinnunen msgid "" msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2017-06-19 17:45+0200\n" -"Last-Translator: Iiro Rinta-Jouppi \n" -"Language-Team: Iiro Rinta-Jouppi \n" +"Last-Translator: Jani Kinnunen \n" +"Language-Team: Jani Kinnunen \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" -msgstr "Yrit toistaa tm kirja \"eBook-speaker\" ohjelmalla" +msgstr "Yritä toistaa tämä kirja eBook-speakerilla" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" -msgstr "Ei voida lukea tyyppi: %d" +msgstr "Ei voida lukea tyyppiä: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Siirry sivunumeroon:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Odota..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" -msgstr "Valitse nikortti:" +msgstr "Valitse äänikortti:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Ei voi lukea %s" #: src/daisy-player.c:337 msgid "'h' for help -" -msgstr "Saat ohjeita painamalla 'h' -" +msgstr "Saat ohjeita painamalla 'h'" #: src/daisy-player.c:341 #, c-format @@ -73,234 +74,231 @@ msgid "level: %d of %d" msgstr "taso: %d / %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "kokonaiskesto: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" -msgstr "Seuraavat komennot ovat kytettviss tss versiossa:" +msgstr "Seuraavat komennot ovat käytettävissä tässä versiossa:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "nuoli alas,2 - siirr kohdistin seuraavaan kohteeseen" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "nuoli yls,8 - siirr kohdistin edelliseen kohteeseen" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "nuoli oikealle,6 - siirry seuraavaan virkkeeseen" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "nuoli vasemmalle,4 - siirry edelliseen virkkeeseen" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" + +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" -msgstr " page-down,3 - nyt seuraava sivu" +msgstr "page-down,3 - nyt seuraava sivu" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "page-up,9 - nyt edellinen sivu" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - aloita toisto" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "vlilynti,0 - pysyt/jatka toistoa" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home,* - toista normaalilla nopeudella" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Siirry seuraavalle sivulle painamalla jotain nppint..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - etsi nimekett" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - tallenna nykyinen kohde levylle" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - vhenn toistonopeutta" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "" -" e,. - poistu daisy-playerista, lis kirjanmerkki ja poista levy " +"e,. - poistu daisy-playerista, lis kirjanmerkki ja poista levy " "asemasta" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" "f - etsi tll hetkell toistettava kohde ja siirr kohdistin sen " "kohdalle" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - siirry mrttyyn aikaan tss kappaleessa (MM:SS)" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - siirry mrttyyn aikaan tss kohteessa (MM:SS)" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - siirry sivulle" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" -msgstr " h,? - nyt tm ohje" +msgstr "h,? - nyt tm ohje" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - toista vain nykyinen kohde" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" -msgstr " l - vaihda seuraavalle tasolle" +msgstr "l - vaihda seuraavalle tasolle" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - vaihda edelliselle tasolle" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" -msgstr " m - vaimenna nen ulostulo plle/pois" +msgstr "m - vaimenna nen ulostulo plle/pois" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - etsi eteenpin" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - etsi taaksepin" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - valitse seuraava nilaite kappaleen toistamiseen" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - lis kirjanmerkki" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - poistu daisy-playerista ja lis kirjanmerkki" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - keskeyt toisto" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - lis toistonopeutta" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - vhenn toiston nenvoimakkuutta" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - lis toiston nenvoimakkuutta (varo leikkautumista)" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Poistu ohjeesta painamalla jotain nppint..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Tss kirjassa ei ole nt. Kyt toistamiseen \"eBook-speaker\" ohjelmaa" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Odota... -------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Mit etsit?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Siirry aikaan (MM:SS):" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - versio %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Kytt: %s [Daisy-kirjan_hakemisto] | [Daisy-kirjojen_arkisto]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom-laite] [-d pulseaudio-nilaite]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Liitoskohtaa /proc/mounts ei voi lukea." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - versio %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Jsennin Daisy-CD-levyjen toistamiseen Linuxissa" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Etsitn Daisy-CD:t..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "DAISY- tai ni-CD:t ei lytynyt" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "Asemassa ei ole Daisy-CD:t." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Lytyi ni-CD." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Hae kappaleiden nimet freedb.freedb.org:ista..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Saat ohjeita painamalla 'h'" #: src/ncx.c:262 msgid "No items found. Try option \"-O\"." -msgstr "Kohteita ei lytynyt. Kokeile valitsinta \"-O\"." - -#~ msgid "Please try to play this book with daisy-player" -#~ msgstr "Yrit toistaa tm kirja \"daisy-player\" ohjelmalla" +msgstr "Kohteita ei löytynyt. Kokeile valitsinta \"-O\"." Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/fr.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/fr.gmo differ diff -Nru daisy-player-12.0/po/fr.po daisy-player-12.1/po/fr.po --- daisy-player-12.0/po/fr.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/fr.po 2020-09-16 09:49:07.000000000 +0000 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2018-03-03 15:06+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -30,30 +30,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Veuillez essayer de lire ce livre avec \"eBook-speaker\"" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Je ne sais pas lire le type: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Aller à la page numéro:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "S'il vous plaît, attendez..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Sélectionnez une carte son:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Je ne sais pas lire ceci %s" @@ -72,227 +72,227 @@ msgid "level: %d of %d" msgstr "niveau: %d de %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "durée totale: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Ces commandes sont disponibles dans cette version:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "curseur bas,2 - déplacer le curseur vers l'élément suivant" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "curseur haut,8 - déplacer le curseur vers l'élément précédent" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "curseur droit,6 - aller à la phrase suivante" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "curseur gauche,4 - revenir à la phrase précédente" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "page bas,3 - afficher la page suivante" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "page haut,9 - afficher la page précédente" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - lancer l'écoute" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "espace,0 - pause/poursuivre l'écoute" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home,* - écouter à la vitesse normale" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Appuyez sur une touche pour aller à la page suivante..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - chercher un label" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - sauvegarder l'élément courant sur disque dur" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - réduire la vitesse d'écoute" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - quitter daisy-player, placer un marqueur et éjecter" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" "f - trouver l'élément en cours de diffusion et y placer le curseur" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - aller au temps (MM:SS) dans le morceau" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - aller au temps (MM:SS) dans cet élément" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - aller à la page numéro" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - afficher cette page d'aide" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - écouter uniquement l'élément courant" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - aller au niveau suivant" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - remonter au niveau précédent" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - rechercher plus loin" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - rechercher avant" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - sélectionner la carte son suivante" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - placer un marqueur" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - quitter daisy-player et placer un marqueur" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - arrêter l'écoute" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - accélérer la vitesse d'écoute" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - baisser le volume d'écoute" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - remonter le volume d'écoute" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Appuyez sur une touche pour quitter l'aide..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Ce livre ne contient pas de piste audio. Lire avec \"eBook-speaker\"" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Un instant svp... -----------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Que recherchez-vous?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Aller au temps (MM:SS):" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Version %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "" "Utilisation: %s [-l langue] [répertoire avec structure Daisy] | [archive " "livre Daisy]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c unité de lecture cdrom] [-d unité de son pulseaudio]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Je ne sais pas lire /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Version %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Une application pour écouter des CD's Daisy sous Linux" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Détection d'un CD Daisy..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "Pas de CD Daisy ou audio détecté..." -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "Pas de CD Daisy dans le lecteur." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "CD audio détecté." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Rapatriement des titres par freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Appuyez sur 'h' pour obtenir de l'aide" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/hu.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/hu.gmo differ diff -Nru daisy-player-12.0/po/hu.po daisy-player-12.1/po/hu.po --- daisy-player-12.0/po/hu.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/hu.po 2020-09-16 09:49:07.000000000 +0000 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2013-12-09 11:06+0200\n" "Last-Translator: JimmiXzSq \n" "Language-Team: JimmiXzSq \n" @@ -31,31 +31,31 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "" "Kérjük, próbálja meg játszani ezt a könyvet a \"eBook-speaker\" segítségével" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Nem lehet olvasni a típus: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Ugrás az oldalszámra:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Kérlek várj..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Válasszon hangkártya:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "A(z) %s nem olvasható" @@ -74,230 +74,230 @@ msgid "level: %d of %d" msgstr "%d szint a %d szintből" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "Összidő: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "A következő parancsok érhetők el ebben a verzióban:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "Le,2 - a kurzor mozgatása a következő elemre" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "Fel,8 - a kurzor mozgatása az előző elemre" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "Jobbra,6 - a következő kifejezés kihagyása" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "Balra,4 - az előző kifejezés kihagyása" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "PAGEDOWN,3 - a következő oldal megtekintése" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "PAGEUP,9 - az előző oldal megtekintése" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "ENTER - a lejátszás megkezdése" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "SZÓKÖZ,0 - a lejátszás szüneteltetése és folytatása" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "HOME,* - lejátszás normál sebességgel" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "A következő oldalra lépéshez nyomjon meg egy billentyűt..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - egy címke keresése" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - az aktuális elem tárolása a lemezre" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - lejátszás sebességének csökkentése" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - kilép daisy-player, beletenni egy könyvjelzőt, és kiadja" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "f - keresse meg az éppen lejátszott elemet és helyezze a kurzort" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - ugrás egy megadott időre a zeneszámon belül" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - ugrás egy megadott időre a zeneszámon belül" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "" "G - ugrás egy megadott oldalra, ha a Daisy könyv tartalmaz " "oldalszámokat" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - a súgó megjelenítése" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - az aktuális elem újbóli lejátszása" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - váltás a következő szintre" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - váltás az előző szintre" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - a következő kifejezés keresése" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - az előző kifejezés keresése" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - a következő hangeszköz kiválasztása" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - könyvjelző elhelyezése" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - kilép daisy-player és helyezzük egy könyvjelzőt" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - a lejátszás leállítása" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - lejátszás sebességének növelése" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - csökkentheti lejátszási hangerő" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - növelése lejátszás mennyiség (vigyázat a túlvezérlés)" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "A súgó elhagyásához nyomjon meg egy billentyűt..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Ez a könyv nincs hang. Játszani ezt a könyvet \"eBook-speaker\"" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Kérem várjon..." -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Mit keres?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Ugrás egy megadott időtartamra:" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - %s verzió %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "" "Használat: %s [Daisy szerkezetet tartalmazó könyvtár] | " "[Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c CD-rom eszköz] [-d pulseaudio hangeszköz]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "A /proc csatolások nem olvashatók." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - %s verzió - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "" "Egy feldolgozó program, melynek segítségével Daisy könyveket játszhat " "le Linux alatt" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "DAISY CD keresése..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "Nem található DAISY CD vagy audio CD a meghajtóban." -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "A meghajtóban nincs Daisy lemez." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Az audio CD megtalálva." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "A számcímek lekérése a freedb.freedb.org kiszolgálóról..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "A segítségért nyomja meg a H billentyűt." Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/it.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/it.gmo differ diff -Nru daisy-player-12.0/po/it.po daisy-player-12.1/po/it.po --- daisy-player-12.0/po/it.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/it.po 2020-09-16 09:49:07.000000000 +0000 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2020-05-27 09:16+0200\n" "Last-Translator: Jos Lemmens \n" "Language-Team: Jos Lemmens \n" @@ -30,30 +30,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Prova a riprodurre questo libro con \"eBook-speaker \"" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Impossibile leggere il tipo: % d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Vai alla pagina numero:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Prego attendere..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Seleziona una scheda audio:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Impossibile leggere % s" @@ -72,255 +72,251 @@ msgid "level: %d of %d" msgstr "livello: %d di %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "lunghezza totale: % 02d:% 02d: % 02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Comandi sono disponibili in questa versione:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "" "Per spostarsi all'elemento successivo premere il tasto cursore 2 o freccia " "in basso" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "" "Per spostarsi all'elemento precedente premere il tasto cursore 8 o freccia " "in alto" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" msgstr "" -"Per spostarsi alla frase successiva premere il tasto cursore 6 o freccia " -"destra" -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" msgstr "" -"Per spostarsi alla frase precedente premere il tasto cursore 4 o freccia " -"sinistra " -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "" "Per spostarsi alla pagina successiva premere il il tasto pagina in basso o " "il tasto cursore 3" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "" "Per spostarsi alla pagina precedente premere il il tasto pagina in alto o il " "tasto cursore 9" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "Inizio lettura premere il tasto invio" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "" "Pausa ripresa della lettura premere il tasto spazio o il tasto cursore 0" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "per leggere a velocità normale pre il tasto home o il tasto *" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Premere un tasto qualsiasi per visualizzare la pagina successiva ..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "per cecare un etichetta premere il tasto /" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "per archiviare un elemento corrente su disco premere il tasto d" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "" "Per ridurre la velocità di riproduzione premere il tastoD oppure il tasto -" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "" "Per uscire da Daisy Player, posizionare un segnalibro ed espellere premere " "il tasto e oppure il tasto ." -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" "per trovare un elemento attualmente in riproduzione e posizionarci il " "cursore premere il tasto f" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "" "per andare a tempo di uPer andare al minutaggio esatto in questa musica " "espresso in (MM: SS) premere il tasto gna anzone canzone (MM: SS) premere il " "tasto g" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "" "Per andare al minutaggio esatto in questo articolo espresso in (MM: SS) " "premere il tasto g" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "per andare alla pagina numero premere il tasto G" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "Richiamare il menù di aiuto premere il tasto h oppure il tasto?" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "" "Per riprodurre soltanto l'elemento corrente premere il tasto j oppure il " "tasto 5" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "Per andare al livello successivo premere il tasto l" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "Per andare al livello precedente premere il tasto L" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "Per commutare il suono on/off premere il tasto m" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "per la ricerca in avanti premere il tasto n" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "per la ricerca indietro premere il tasto n" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "Per selezionare il prossimo dispotivo audio premere il tasto o" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "Per posizionare un segnalibro premere il tasto p" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "" "Per chiudere daisy-player e posiuzionare un segnalibro premere il tasto q" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "Per fermare la lettura premere il tasto s" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "" "Per incrementare la velocità di lettura premere il tasto U oppure il tasto +" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "" "Per decrementare la velocità di lettura premere il tasto v opure il tasto 1" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "" "Per aumentare il volume di riproduzione facendo attenzione ai ritagli " "premere il tasto V oppure il tasto 7" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Premere un tasto qualsiasi per abbandonare la presente guida" -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "" "Questo libro non ha audio. Riproduci questo libro con \"eBook-speaker\"" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Prego attendere... -------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Cosa vorresti cercare?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Vai al minutaggio (MM:SS)" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Versione %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "In uso %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_device] [-d pulseaudio_sound_device]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Impossibile leggere /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Versione %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Un parser per riprodurre i CD di Daisy con Linux" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Scansione per un CD Daisy ..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "Non è stato trovato nessun DAYSY-Cd opure Audio-cd" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "Nessun Daisy -cd nel lettore" -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Trovato un Audio -cd" -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Ottieni titoli da freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Premi h per l'aiuto" diff -Nru daisy-player-12.0/po/Makefile daisy-player-12.1/po/Makefile --- daisy-player-12.0/po/Makefile 2020-08-21 17:33:50.000000000 +0000 +++ daisy-player-12.1/po/Makefile 2020-09-16 09:45:15.000000000 +0000 @@ -10,7 +10,7 @@ GETTEXT_MACRO_VERSION = 0.19 PACKAGE = daisy-player -VERSION = 12.0 +VERSION = 12.1 PACKAGE_BUGREPORT = jos@jlemmens.nl SED = /bin/sed @@ -34,12 +34,12 @@ # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, -# ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /home/jos/src/own_stuff/daisy-player/install-sh does not start with $(SHELL), so we add it. # In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jos/src/own_stuff/daisy-player/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jos/src/own_stuff/daisy-player/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = $(MKDIR_P) @@ -242,7 +242,7 @@ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --package-name="$${package_prefix}daisy-player" \ - --package-version='12.0' \ + --package-version='12.1' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ esac diff -Nru daisy-player-12.0/po/Makefile.in daisy-player-12.1/po/Makefile.in --- daisy-player-12.0/po/Makefile.in 2020-08-21 17:33:42.000000000 +0000 +++ daisy-player-12.1/po/Makefile.in 2020-09-16 09:45:15.000000000 +0000 @@ -10,7 +10,7 @@ GETTEXT_MACRO_VERSION = 0.19 PACKAGE = daisy-player -VERSION = 12.0 +VERSION = 12.1 PACKAGE_BUGREPORT = jos@jlemmens.nl SED = /bin/sed @@ -34,12 +34,12 @@ # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, -# ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /home/jos/src/own_stuff/daisy-player/install-sh does not start with $(SHELL), so we add it. # In automake >= 1.10, $(MKDIR_P) is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jos/src/own_stuff/daisy-player/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jos/src/own_stuff/daisy-player/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = $(MKDIR_P) @@ -195,7 +195,7 @@ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --package-name="$${package_prefix}daisy-player" \ - --package-version='12.0' \ + --package-version='12.1' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ esac Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/ml.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/ml.gmo differ diff -Nru daisy-player-12.0/po/ml.po daisy-player-12.1/po/ml.po --- daisy-player-12.0/po/ml.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/ml.po 2020-09-16 09:49:07.000000000 +0000 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2015-02-17 17:06+0200\n" "Last-Translator: Sreelakshmi R V \n" "Language-Team: Sreelakshmi R V \n" @@ -30,30 +30,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "ഈ പുസ്തകത്തിന് ഓഡിയോ ലഭ്യമല്ല. eBook-speaker ഉപയോഗിചു ഇത് കേൾക്കാവുന്നതാണ് ." -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "പേജ് നമ്പറിലേക്ക് പോവുക" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "" -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "ഒരു സൌണ്ട്കാർഡ് തിരഞ്ഞെടുക്കുക :" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "%s വായിക്കാൻ കഴിയുന്നില്ല " @@ -72,224 +72,224 @@ msgid "level: %d of %d" msgstr "ലെവൽ : %d ൽ %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "ആകെ ദൈർഘ്യം : %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "ഈ കമാൻഡുകൾ ഈ പതിപ്പിൽ ലഭ്യമാണ് :" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "cursor down,2 - അടുത്ത ഇനത്തിലേക്ക് കഴ്സർ നീക്കുക" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "cursor up ,8 - മുൻ ഇനത്തിലേക്ക് കഴ്സർ നീക്കുക" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "cursor right ,6 - അടുത്ത പദത്തിലേക്ക് കടക്കുക" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "cursor left,4 - മുമ്പത്തെ പദത്തിലേക്ക് കടക്കുക" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "page-down,3 - അടുത്ത പേജ് കാണുക " -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "page-up,9 - മുൻ പേജ് കാണുക" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - ഫയൽ പ്ലേ ചെയ്തു തുടങ്ങുക" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "space ,0 - പ്ലേ ചെയ്തു കൊണ്ടിരിക്കുന്ന ഫയൽ നിർത്തുക / പുനരാരംഭിക്കുക" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home ,* - സാധാരണ വേഗത്തിൽ പ്ലേ ചെയ്യുക" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "അടുത്ത പേജിനു വേണ്ടി ഏതെങ്കിലും കീ അമർത്തുക ..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - ലേബൽ തിരയുക" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - നിലവിലെ ഇനം ഡിസ്കിൽ സൂക്ഷിക്കുക" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - പ്ലേ ചെയുന്ന വേഗത കുറയ്ക്കുക" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - ഫയൽ ബുക്ക്‌മാർക്ക്‌ ചെയ്തു daisy-player ക്ലോസ് ചെയ്യുക " -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "f - ഇപ്പോൾ പ്ലേ ചെയ്യുന്ന ഐറ്റം കണ്ടെത്തി അതിൽ കർസർ വയ്ക്കുക" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - ഈ ഗാനത്തിന്റെ (MM:SS) സമയത്തിലേക്ക് പോകുക" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - ഈ ഇനത്തിന്റെ (MM:SS) സമയത്തിലേക്ക് പോകുക" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - പേജ് നമ്പറിലേക്ക് പോകുക" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - ഈ ഹെല്പ് ഫയൽ പ്രദർശിപ്പിക്കുക" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - നിലവിലെ ഇനം പ്ലേ ചെയ്യുക" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - അടുത്ത ലെവലിലേക്ക് മാറുക" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - മുൻ നിലയിലേക്ക്‌ മാറുക" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - മുന്നിലേക്ക് തിരയുക " -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - പുറകോട്ടു്തിരയുക" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - അടുത്ത സൌണ്ട് ഔട്പുട്ട് ഉപകരണം തിരഞ്ഞെടുക്കുക " -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - ഒരു ബുക്ക്മാർക്ക് സ്ഥാപിക്കുക" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - ഫയൽ ബുക്ക്‌മാർക്ക്‌ ചെയ്തു daisy-player ക്ലോസ് ചെയ്യുക" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - ഫയൽ പ്ലേ ചെയ്യുന്നത് നിർത്തുക" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U , + - പ്ലേ ചെയുന്ന വേഗത വർധിപിക്കുക" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - പ്ലേബാക്ക് ശബ്ദം കുറയ്ക്കുക" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - പ്ലേബാക്ക് ശബ്ദം കൂട്ടുക" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "സഹായത്തിനായി ഏതെങ്കിലും കീ അമർത്തുക ..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "ഈ പുസ്തകത്തിന് ഓഡിയോ ലഭ്യമല്ല. eBook-speaker ഉപയോഗിചു ഇത് കേൾക്കാവുന്നതാണ് ." -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "കാത്തിരിക്കൂ... --------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "നിങ്ങൾ എന്താണ് തിരയുന്നത്" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "സമയം (MM:SS) പോവുക :" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - പതിപ്പ് %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "ഉപയോഗം: %s [ഡെയിസി_ഘടനയിലുള്ള_ഡയറക്ടറി | ഡെയിസി_പുസ്തക_ശേഖരം ]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c സിഡി റോം ] [-d pulseaudio_sound_device]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "/proc/mounts ഫയൽ വായിക്കുവാൻ സാധിക്കുന്നില്ല " -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - പതിപ്പ് %s" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "ഡെയിസി സിഡി ലിനക്സിൽ പ്രവർത്തിപ്പിക്കുവനുള്ള സംവിധാനം" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "ഡെയിസി സിഡി യ്ക്കായി തിരയുന്നു" -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "ഡ്രൈവിൽ ഓഡിയോ സി ഡി യോ ഡെയിസി സി ഡി യോ ലഭ്യമല്ല" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "ഡ്രൈവിൽ ഡെയ്സി സിഡി ഇല്ല" -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "ഒരു ഓഡിയോ - സിഡി കണ്ടെത്തി " -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "" -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "സഹായത്തിനായി 'h' അമർത്തുക " Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/nb.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/nb.gmo differ diff -Nru daisy-player-12.0/po/nb.po daisy-player-12.1/po/nb.po --- daisy-player-12.0/po/nb.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/nb.po 2020-09-16 09:49:07.000000000 +0000 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2013-01-29 15:06+0200\n" "Last-Translator: Ellen \n" "Language-Team: Ellen \n" @@ -31,30 +31,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Vennligst prøv å spille denne boken med \"eBook-speaker\"" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Kan ikke lese type: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Gå til side nummer:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Vennligst vent..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Velg et lydkort:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Kan ikke lese %s" @@ -73,227 +73,227 @@ msgid "level: %d of %d" msgstr "nivå: %d of %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "total lengde: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Disse kommandoer er tilgjengelig i denne versjon:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "markør ned,2 - flytt markør til neste element" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "markør opp,8 - flytt markør til forrige element" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "markør til høyre,6 - hopp over til neste settning" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "markør til venstre,4 - hopp over til forrige settning" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "page-down,3 - viser neste side" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "page-up,9 - viser forrige side" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - begynner å spille" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "space,0 - pauserer/gjennopptar spilling" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home,* - spiller på normal tempo" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Trykk en tilfeldig knapp for neste side..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - søker en etikett" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - oppbevarer gjeldende element til disk" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D ,- - reduserer spille tempo" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "" "e,. - slutte daisy-player, plassere et bokmerke og løse ut" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" "f - finner den spillende elementen og plasserer " "markørender" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - går til tidspunkt i denne sangen (MM:SS)" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - går til tidspunkt i denne element (MM:SS)" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - går til sidenummer (hvis det finnes)" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - viser hjelp" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - spiller gjeldende element" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - går til neste nivå" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - gå til forrige nivål" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - søker framover" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - søker omvendt" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - selekterer neste lydkart" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - lager en bokmerke" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - avslutter daisy-player og lager en bokmerke" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - stopper å spille" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - øker spille tempo" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - redusere avspillingsvolum" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - øke avspillingsvolumet (pass av rel)" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Trykk en tilfeldig knapp for å forlate hjelp..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Denne boken har ingen lyd. Spill denne boken med \"eBook-speaker\"" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Vennligst vent.. -------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Hva søker du?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Gå til tidspunktet (MM:SS):" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Versjon %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Forbruk: %s [mappe_med_Daisy-struktur] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_apparat] [-d pulseaudio_lyd_apparat]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Kan ikke lese /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Versjon %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Et program for å spille Daisy CD's med Linux" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Søker etter en Daisy CD..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "Ingen DAISY-CD eller Lyd-cd funnet" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "Ingen Daisy-cd i spillern." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Funnet en Lyd-CD." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Henter titler fra freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Trykk 'h' for hjelp" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/nl.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/nl.gmo differ diff -Nru daisy-player-12.0/po/nl.po daisy-player-12.1/po/nl.po --- daisy-player-12.0/po/nl.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/nl.po 2020-09-16 09:49:07.000000000 +0000 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2013-01-29 15:06+0200\n" "Last-Translator: Jos Lemmens \n" "Language-Team: Jos Lemmens \n" @@ -30,33 +30,33 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Probeer dit boek met \"eBook-speaker\" af te spelen" # 33 -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Kan het type %d niet lezen" # 15 -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Ga naar pagina nummer:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Even wachten A.U.B...." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Selecteer een geluikdskaart:" # 33 #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Kan %s niet lezen" @@ -79,269 +79,269 @@ msgstr "niveau: %d - %d" # 4 -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "totale lengte %02d:%02d:%02d" # 38 -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Deze commando's zijn beschikbaar in deze versie" # 41 -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "cursor omlaag,2 - verplaats de cursor naar het volgende item" # 44 -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "cursor omhoog,8 - verplaats de cursor naar het vorige item" # 43 -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "cursor rechts,6 - spring naar de volgende frase" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "cursor rechts,6 - ga 10 seconden vooruit" # 42 -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "cursor links,4 - spring naar de vorige frase" +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "cursor links,4 - ga 10 seconden achteruit" # 57 -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "page-down,3 - toon de volgende pagina" # 58 -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "page-up,9 - toon de vorige pagina" # 46 -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - start afspelen" # 62 -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "spatie,0 - pauze/vervolg het afspelen" # 50 -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home,* - speel af op normale snelheid" # 23 -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Druk op een toets voor de volgende pagina..." # 32 -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - zoek label" # 45 -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - sla huidige item op op schijf" # 11 -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - verlaag afspeel snelheid" # 59 -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - stop daisy-player,plaats een boekenlegger en eject" # 47 -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" "f - vindt het huidige spelende item en plaats de cursor daar" # 48 -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - ga naar tijd in dit lied" # 48 -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - ga naar tijd in dit item" # 48 -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - ga naar pagina nummer" # 49 -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - toon deze help-pagina" # 51 -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - speel alleen dit item af" # 52 -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - schakel naar het volgende niveau" # 16 -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - schakel naar het vorige niveau" # 55 -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "m - demp geluidsweergave aan/uit" # 53q -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - zoek voorwaarts" # 18 -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - zoek achteruit" # 55 -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - selecteer de volgende geluidskaart" # 56 -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - plaats een boekenlegger" # 59 -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - stop daisy-player en plaats een boekenlegger" # 60 -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - stop het afspelen" # 59 -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "T - toon verlopen tijd aan/uit" # 29 -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - verhoog afspeel snelheid" # 11 -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - verlaag het volume" # 29 -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - verhoog het volume (pas op voor oversturing)" # 37 -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Druk op een toets om dit help-scherm te verlaten..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Dit boek heeft geen audio. Speel dit boek af met \"eBook-speaker\"" # 20 -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Even geduld a.u.b.... ------------------" # 30 -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Wat zoekt u?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Ga naar tijd (MM:SS):" # 13 -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Versie %s %s" # 39 -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Gebruik: %s [map met een Daisy-structuur] | [Daisy_boek_archief]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_apparaat] [-d pulseaudio_geluids_apparaat]" # 34 -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Kan /proc/mounts niet lezen." # 13 -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Versie %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "Kies een audio-boek:" # 6 -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Een programma om Daisy CD's af te spelen" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Zoeken naar een Daisy CD..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "Geen DAISY-CD of Audio-CD gevonden" # 36 -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "Geen daisy-cd in speler." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Een Audio-CD gevonden." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Haal de titels op bij freedb.freedb.org..." # 22 -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Druk op'h' voor hulp" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/pl.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/pl.gmo differ diff -Nru daisy-player-12.0/po/pl.po daisy-player-12.1/po/pl.po --- daisy-player-12.0/po/pl.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/pl.po 2020-09-16 09:49:07.000000000 +0000 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2018-02-17 11:06+0200\n" "Last-Translator: Barneyxcq \n" "Language-Team: Barneyxcq \n" @@ -30,30 +30,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 16bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Staraj się zagrać w tę książkę z \"eBook-speaker\"" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Nie można odczytać typ: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Idź do strony numer:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Proszę czekać..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Wybierz kartę dźwiękową:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Nie można odczytać %s" @@ -72,225 +72,225 @@ msgid "level: %d of %d" msgstr "Poziom: %d z %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "Długość całkowita: %02d:%02d:%02d" # msgstr "Długość całkowita: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Te polecenia są dostępne w tej wersji:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "Kursor w dół,2 - przesuń kursor do następnego elementu" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "Kursor w górę,8 - przesuń kursor do poprzedniej pozycji" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "Kursor w prawo,6 - przejście do następnej frazy" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "Kursor w lewo,4 - przejście do poprzedniej frazy" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "page-down,3 - zobacz następną stronę" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "page-up,9 - zobacz poprzednią stronę" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "Enter - rozpoczęcie odtwarzania" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "Space,0 - zatrzymanie odtwarzania" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "Home,* - odtwarzanie na standardowej prędkości" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Naciśnij dowolny klawisz na następnej stronie..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - sprawdź etykietę" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - zapisz aktualną pozycję na dysku" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - zmniejszenie prędkości odtwarzania" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - zamknij daisy-player, umieść zakładkę i wysunąć" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "f - znajdź element aktualnie odtwarzany i umieść tam kursor" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - idź do czasu odtwarzania tej pozycji (mm:ss)" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - idź do czasu odtwarzania tej pozycji (mm:ss)" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - przejdź do strony numer (jeśli jest)" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - pomoc" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - po prostu odtwarza aktualną pozycję" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - przejście do następnego poziomu" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "l - przejście do poprzedniego poziomu" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - wyszukiwanie w przód" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "n - wyszukiwanie do tyłu" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - wybierz wyjściowe urządzenie dźwiękowe" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - umieść zakładkę" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - wyjście z daisy-playera i umieszczenie zakładki" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - zatrzymanie odtwarzania" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - zwiększenie prędkości odtwarzania" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "V,1 - zmniejszenie głośności odtwarzania" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - zwiększaj głośność odtwarzania (uważaj na przycinanie)" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Naciśnij dowolny klawisz, aby opuścić pomoc..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Ta książka nie ma dźwięku. Zagraj w tę książkę z \"eBook-speaker\"em" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Proszę czekać... -------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Czego szukasz?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Idź do czasu (mm:ss):" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Wersja %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Użycie: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_device] [-d pulseaudio_sound_device]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Nie można odczytać /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Wersja %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Parser odtwarza z Daisy CD's i Linuksem" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Skanowanie Daisy CD..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "To nie jest Daisy-CD ani Audio-CD." -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "W napędzie nie ma Daisy-CD." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Znaleziono Audio-CD." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Pobierz tytuły z freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Naciśnij 'h' jeśli potrzebujesz pomocy" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/pt.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/pt.gmo differ diff -Nru daisy-player-12.0/po/pt.po daisy-player-12.1/po/pt.po --- daisy-player-12.0/po/pt.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/pt.po 2020-09-16 09:49:07.000000000 +0000 @@ -23,7 +23,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2014-08-26 15:45+0200\n" "Last-Translator: Thais Rizzi \n" "Language-Team: Thais Rizzi \n" @@ -32,30 +32,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Por favor, tente jogar este livro com o \"eBook-speaker\"" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Não conseguer ler tipo: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Vá para a página número:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Por favor, espere..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Selecione uma placa de som:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Não consegue ler %s" @@ -74,224 +74,224 @@ msgid "level: %d of %d" msgstr "nível: %d de %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "comprimento total: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Esse comandos estão disponíveis nessa versão:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "cursor para baixo,2 - move o cursor para o próximo item" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "cursor para cima,8 - move o cursor para o item anterior" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "cursor para direita,6 - pula para a proxima frase" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "cursor para esquerda,4 - pula para a frase anterior" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "page-down,3 - ver página seguinte" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "page-up,9 - ver página anterior" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - comece a reprodução" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "espaço,0 - pausa/ resumir reprodução" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home,* - reproduzir em velocidade normal" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Pressione qualquer tecla para a próxima pagina..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - procure por uma etiqueta" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - armazena o item atual no disco" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - diminui a velocidade da reprodução" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "e,. - sair do daisy-player, colocar um marcador e ejetar" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "f - procura o item atual de reprodução e colocar o cursor lá" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - vai para determinado tempo nessa musica (MM:SS)" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - vai para determinado tempo nessa item (MM:SS)" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - vai para o número de pagina (se tiver algum)" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - dê essa ajuda" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - só reproduza o item atual" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - mude para o proximo nível" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - mude para o nível anterior" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - procure a frente " -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - procure para trás" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - selecione o próximo dispositivo de saída de som" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - coloque o marcador" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - saia do daisy-player e coloque o marcador" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - pare de reproduzir" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - aumente a velocidade de reprodução" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - diminuir o volume de reprodução" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - aumentar o volume de reprodução (cuidado com Clipping)" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Aperte qualquer tecla para sair da ajuda..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Este livro não tem áudio. Reproduzir este livro com \"eBook-speaker\"" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Por favor espere ... -------------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "O que você procura?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Vá para o tempo (MM:SS):" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Versão %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Uso: %s [diretório_com_estrutura_Daisy] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[ -c cdrom_dispositivo] [-d pulseaudio_dispositivo_de_som] [-n | -y]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Não consegue ler /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Versão %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Um analisador para reproduzir Daisy CD's com o Linux" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Procurando por um CD Daisy..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "Nenhum CD DAISY ou CD de áudio identificado" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "Nenhum CD Daisy no drive." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "CD de áudio identificado." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Pegar títulos do freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Pressione 'h' para ajuda" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/sl.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/sl.gmo differ diff -Nru daisy-player-12.0/po/sl.po daisy-player-12.1/po/sl.po --- daisy-player-12.0/po/sl.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/sl.po 2020-09-16 09:49:07.000000000 +0000 @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2015-02-17 17:06+0200\n" "Last-Translator: Tadej Čepin \n" "Language-Team: Tadej Čepin \n" @@ -30,30 +30,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Prosimo, poskusite predvajati to knjigo z govorcem eKnjige" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Ne morem prebrati zvrsti: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Pojdi na stran s tevilko:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Prosim poakaj..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Izberi zvono kartico:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Ne morem prebrati %s" @@ -72,226 +72,226 @@ msgid "level: %d of %d" msgstr "nivo: %d od %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "skupna dolina: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "V tej razliici so na voljo naslednji ukazi:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "puica navzdol,2 - premakni utripalko na naslednji element" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "puica navzgor,8 - premakni utripalko na predhodni element" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "puica desno,6 - skoi na naslednjo frazo" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "puica levo,4 - skoi na predhodno frazo" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "stran-dol,3 - pokai naslednjo stran" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "stran-gor,9 - pokai predhodno stran" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - zani predvajanje" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "preslednica,0 - zaustavi/nadaljuj predvajanje" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "domov,* - predvajaj z obiajno hitrostjo" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Za prehod na naslednjo stran pritisni katerokoli tipko..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - poii etiketo" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - shrani trenutni element na disk" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - zmanjaj hitrost predvajanja" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "" "e,. - izhod iz predvajalnika DAISY, nastavi zaznamek in izvrzi" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "" "f - najdi trenutno predvajan predmet in nanj postavi utripalko" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - pojdi na as v tej skladbi (MM:SS)" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - pojdi na as v tej skladbi (MM:SS)" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - pojdi na stran s tevilko" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - podaj to pomo" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - samo predvajaj trenutni element" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - preklopi na naslednji nivo" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - preklopi na prejnji nivo" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - ii naprej" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - ii nazaj" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - izberi naslednjo izhodno zvono napravo" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - postavi zaznamek" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - zapusti predvajalnik DAISY in postavi zaznamek" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - zaustavi predvajanje" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - poveaj hitrost predvajanja" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - zmanja predvajanja glasnosti" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - poveanje predvajanja volumen (pazi Clipping)" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Za izhod iz menija pomoi pritisni katerokoli tipko..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Ta knjiga nima zvoka. Igraj to knjigo z \"eBook-speaker\"" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Prosim poakaj... -------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Kaj ie?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Pojdi na as (MM:SS):" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Verzija %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Uporaba: %s [imenik_s_strukturo-DAISY] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_naprava] [-d pulseaudio_zvona_naprava]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Ne morem prebrati /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Verzija %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Razlenjevalnik, ki predvaja DAISY CD-je na Linux-u" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Iem DAISY CD..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "Nisem nael nobenega DAISY CD-ja ali zvonega CD-ja." -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "V pogonu ni DAISY CD-ja." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Nael sem zvoni CD." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Pridobi naslove iz freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Za pomo pritisni tipko 'h'" Binary files /tmp/tmppNl7R2/AVMfBoY4oi/daisy-player-12.0/po/sv.gmo and /tmp/tmppNl7R2/h0clD3YnYS/daisy-player-12.1/po/sv.gmo differ diff -Nru daisy-player-12.0/po/sv.po daisy-player-12.1/po/sv.po --- daisy-player-12.0/po/sv.po 2020-08-21 17:34:57.000000000 +0000 +++ daisy-player-12.1/po/sv.po 2020-09-16 09:49:07.000000000 +0000 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: gettext 0.11.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-21 19:34+0200\n" +"POT-Creation-Date: 2020-09-16 11:49+0200\n" "PO-Revision-Date: 2014-12-03 15:06+0200\n" "Last-Translator: Kim Nilsson \n" "Language-Team: Kim Nilsson \n" @@ -31,30 +31,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/common.c:30 src/common.c:314 src/common.c:512 +#: src/common.c:31 src/common.c:315 src/common.c:513 msgid "Please try to play this book with \"eBook-speaker\"" msgstr "Försök att spela den här boken med \"eBook-speaker\"" -#: src/common.c:786 +#: src/common.c:787 #, c-format msgid "Cannot read type: %d" msgstr "Kan inte läsa typ: %d" -#: src/common.c:859 +#: src/common.c:860 msgid "Go to page number:" msgstr "Gå till sidnummer:" -#: src/common.c:876 +#: src/common.c:877 msgid "Please wait..." msgstr "Vänta..." -#: src/common.c:951 +#: src/common.c:1016 msgid "Select a soundcard:" msgstr "Välj ett ljudkort:" #: src/daisy2.02.c:48 src/daisy2.02.c:134 src/daisy2.02.c:287 -#: src/daisy-player.c:793 src/daisy-player.c:1866 src/daisy-player.c:1911 -#: src/daisy-player.c:2294 src/daisy-player.c:2465 +#: src/daisy-player.c:798 src/daisy-player.c:1870 src/daisy-player.c:1915 +#: src/daisy-player.c:2298 src/daisy-player.c:2469 #, c-format msgid "Cannot read %s" msgstr "Kan ej läsa %s" @@ -73,225 +73,225 @@ msgid "level: %d of %d" msgstr "nivå: %d av %d" -#: src/daisy-player.c:354 src/daisy-player.c:1957 +#: src/daisy-player.c:354 src/daisy-player.c:1961 #, c-format msgid "total length: %02d:%02d:%02d" msgstr "total längd: %02d:%02d:%02d" -#: src/daisy-player.c:640 +#: src/daisy-player.c:645 msgid "These commands are available in this version:" msgstr "Dessa kommando är tillgängliga i denna version:" -#: src/daisy-player.c:644 +#: src/daisy-player.c:649 msgid "cursor down,2 - move cursor to the next item" msgstr "pil ner,2 - gå till nästa rad" -#: src/daisy-player.c:646 +#: src/daisy-player.c:651 msgid "cursor up,8 - move cursor to the previous item" msgstr "pil upp,8 - gå till föregående rad" -#: src/daisy-player.c:648 -msgid "cursor right,6 - skip to next phrase" -msgstr "pil höger,6 - hoppa till nästa fras" - -#: src/daisy-player.c:650 -msgid "cursor left,4 - skip to previous phrase" -msgstr "pil vänster,4 - hoppa til föregående fras" +#: src/daisy-player.c:653 +msgid "cursor right,6 - skip 10 seconds forwards" +msgstr "" + +#: src/daisy-player.c:655 +msgid "cursor left,4 - skip 10 seconds backwards" +msgstr "" -#: src/daisy-player.c:652 +#: src/daisy-player.c:657 msgid "page-down,3 - view next page" msgstr "pgdn,3 - visa nästa sida" -#: src/daisy-player.c:654 +#: src/daisy-player.c:659 msgid "page-up,9 - view previous page" msgstr "pgup,9 - visa föregående sida" -#: src/daisy-player.c:656 +#: src/daisy-player.c:661 msgid "enter - start playing" msgstr "enter - börja spela" -#: src/daisy-player.c:658 +#: src/daisy-player.c:663 msgid "space,0 - pause/resume playing" msgstr "mellanslag,0 - pausa/starta igen" -#: src/daisy-player.c:660 +#: src/daisy-player.c:665 msgid "home,* - play on normal speed" msgstr "home,* - spela i normal hastighet" -#: src/daisy-player.c:662 src/daisy-player.c:695 +#: src/daisy-player.c:667 src/daisy-player.c:700 msgid "Press any key for next page..." msgstr "Tryck valfri tangent för nästa sida..." -#: src/daisy-player.c:668 +#: src/daisy-player.c:673 msgid "/ - search for a label" msgstr "/ - sök efter etikett" -#: src/daisy-player.c:670 +#: src/daisy-player.c:675 msgid "d - store current item to disk" msgstr "d - spara aktuell rad till fil" -#: src/daisy-player.c:672 +#: src/daisy-player.c:677 msgid "D,- - decrease playing speed" msgstr "D,- - sänk läshastigheten" -#: src/daisy-player.c:674 +#: src/daisy-player.c:679 msgid "e,. - quit daisy-player, place a bookmark and eject" msgstr "" "e,. - stäng av daisy-player, spara ett bokmärke och knuffa ut CD:n" -#: src/daisy-player.c:676 +#: src/daisy-player.c:681 msgid "" "f - find the currently playing item and place the cursor there" msgstr "f - hitta det aktuella spåret och vänta där" -#: src/daisy-player.c:679 +#: src/daisy-player.c:684 msgid "g - go to time in this song (MM:SS)" msgstr "g - gå till viss tid i detta spår (MM:SS)" -#: src/daisy-player.c:682 +#: src/daisy-player.c:687 msgid "g - go to time in this item (MM:SS)" msgstr "g - gå till viss tid i detta spår (MM:SS)" -#: src/daisy-player.c:685 +#: src/daisy-player.c:690 msgid "G - go to page number" msgstr "G - gå till sidnummer" -#: src/daisy-player.c:687 +#: src/daisy-player.c:692 msgid "h,? - give this help" msgstr "h,? - visa denna hjälp" -#: src/daisy-player.c:689 +#: src/daisy-player.c:694 msgid "j,5 - just play current item" msgstr "j,5 - bara spela aktuellt spår" -#: src/daisy-player.c:691 +#: src/daisy-player.c:696 msgid "l - switch to next level" msgstr "l - byta till nästa nivå" -#: src/daisy-player.c:693 +#: src/daisy-player.c:698 msgid "L - switch to previous level" msgstr "L - byta till föregående nivå" -#: src/daisy-player.c:701 +#: src/daisy-player.c:706 msgid "m - mute sound output on/off" msgstr "" -#: src/daisy-player.c:703 +#: src/daisy-player.c:708 msgid "n - search forwards" msgstr "n - sök framåt" -#: src/daisy-player.c:705 +#: src/daisy-player.c:710 msgid "N - search backwards" msgstr "N - sök bakåt" -#: src/daisy-player.c:707 +#: src/daisy-player.c:712 msgid "o - select next output sound device" msgstr "o - välj nästa ljudenhet" -#: src/daisy-player.c:709 +#: src/daisy-player.c:714 msgid "p - place a bookmark" msgstr "p - spara ett bokmärke" -#: src/daisy-player.c:711 +#: src/daisy-player.c:716 msgid "q - quit daisy-player and place a bookmark" msgstr "q - stäng av daisy-player och spara ett bokmärke" -#: src/daisy-player.c:713 +#: src/daisy-player.c:718 msgid "s - stop playing" msgstr "s - sluta spela" -#: src/daisy-player.c:715 +#: src/daisy-player.c:720 msgid "T - display the time passing during playback on/off" msgstr "" -#: src/daisy-player.c:717 +#: src/daisy-player.c:722 msgid "U,+ - increase playing speed" msgstr "U,+ - öka läshastigheten" -#: src/daisy-player.c:719 +#: src/daisy-player.c:724 msgid "v,1 - decrease playback volume" msgstr "v,1 - minska uppspelningsvolymen" -#: src/daisy-player.c:721 +#: src/daisy-player.c:726 msgid "V,7 - increase playback volume (beware of Clipping)" msgstr "V,7 - öka uppspelningsvolymen (se upp för klippning)" -#: src/daisy-player.c:723 +#: src/daisy-player.c:728 msgid "Press any key to leave help..." msgstr "Tryck valfri tangent för att lämna hjälp..." -#: src/daisy-player.c:861 src/daisy-player.c:1267 +#: src/daisy-player.c:866 src/daisy-player.c:1271 msgid "This book has no audio. Play this book with \"eBook-speaker\"" msgstr "Den här boken har inget ljud. Spela denna bok med \"eBook-speaker\"" -#: src/daisy-player.c:881 +#: src/daisy-player.c:886 msgid "Please wait... -------------------------" msgstr "Vänligen vänta... -------------------------" -#: src/daisy-player.c:993 +#: src/daisy-player.c:998 msgid "What do you search?" msgstr "Vad söker du efter?" -#: src/daisy-player.c:1103 +#: src/daisy-player.c:1108 msgid "Go to time (MM:SS):" msgstr "Gå till tid (MM:SS):" -#: src/daisy-player.c:1791 src/daisy-player.c:2165 src/daisy-player.c:2183 -#: src/daisy-player.c:2289 src/daisy-player.c:2306 +#: src/daisy-player.c:1795 src/daisy-player.c:2169 src/daisy-player.c:2187 +#: src/daisy-player.c:2293 src/daisy-player.c:2310 #, c-format msgid "Daisy-player - Version %s %s" msgstr "Daisy-player - Version %s %s" -#: src/daisy-player.c:1794 +#: src/daisy-player.c:1798 #, c-format msgid "Usage: %s [directory_with_a_Daisy-structure] | [Daisy_book_archive]" msgstr "Användning: %s [mapp_med_en_Daisy-struktur] | [Daisy_book_archive]" -#: src/daisy-player.c:1797 +#: src/daisy-player.c:1801 msgid "[-c cdrom_device] [-d pulseaudio_sound_device]" msgstr "[-c cdrom_enhet] [-d pulseaudio_ljudenhet]" -#: src/daisy-player.c:1810 +#: src/daisy-player.c:1814 msgid "Cannot read /proc/mounts." msgstr "Kan inte läsa /proc/mounts." -#: src/daisy-player.c:1847 src/daisy-player.c:2574 +#: src/daisy-player.c:1851 src/daisy-player.c:2578 #, c-format msgid "Daisy-player - Version %s - (C)2020 J. Lemmens" msgstr "Daisy-player - Version %s - (C)2020 J. Lemmens" -#: src/daisy-player.c:1962 +#: src/daisy-player.c:1966 msgid "Select an Audio_book:" msgstr "" -#: src/daisy-player.c:2167 +#: src/daisy-player.c:2171 #, c-format msgid "A parser to play Daisy CD's with Linux" msgstr "Ett program som spelar Daisy-skivor med Linux" -#: src/daisy-player.c:2169 +#: src/daisy-player.c:2173 #, c-format msgid "Scanning for a Daisy CD..." msgstr "Letar efter en Daisy-CD..." -#: src/daisy-player.c:2270 src/daisy-player.c:2408 +#: src/daisy-player.c:2274 src/daisy-player.c:2412 msgid "No DAISY-CD or Audio-cd found" msgstr "Ingen DAISY-CD eller ljud-cd hittad" -#: src/daisy-player.c:2326 src/daisy-player.c:2337 src/daisy-player.c:2365 +#: src/daisy-player.c:2330 src/daisy-player.c:2341 src/daisy-player.c:2369 msgid "No Daisy CD in drive." msgstr "Ingen Daisy-CD i CD-spelaren." -#: src/daisy-player.c:2380 +#: src/daisy-player.c:2384 msgid "Found an Audio-CD." msgstr "Hittade en ljud-cd." -#: src/daisy-player.c:2385 +#: src/daisy-player.c:2389 #, c-format msgid "Get titles from freedb.freedb.org..." msgstr "Hämtar titlar från freedb.freedb.org..." -#: src/daisy-player.c:2587 +#: src/daisy-player.c:2591 msgid "Press 'h' for help" msgstr "Tryck 'h' för hjälp" diff -Nru daisy-player-12.0/src/common.c daisy-player-12.1/src/common.c --- daisy-player-12.0/src/common.c 2020-08-18 15:06:20.000000000 +0000 +++ daisy-player-12.1/src/common.c 2020-09-16 09:41:38.000000000 +0000 @@ -18,6 +18,7 @@ */ #include "daisy.h" + char sink_info[10][100]; void open_xml_file (misc_t *misc, my_attribute_t *my_attribute, @@ -918,7 +919,71 @@ } // if current_page_number > pn get_next_audio_tag (misc, my_attribute, daisy); } // while -} // go_to_page_number +} // go_to_page_number + +void check_pulseaudio_device (misc_t *misc, daisy_t *daisy) +{ + int n, found; + struct group *grp; + char *str; + size_t len = 0; + FILE *p; + + grp = getgrnam ("audio"); + found = 0; + for (n = 0; grp->gr_mem[n]; n++) + { + if (strcmp (grp->gr_mem[n], cuserid (NULL)) == 0) + { + found = 1; + break; + } // if + } // for + if (found == 0) + { + beep (); + endwin (); + printf ("You need to be a member of the group \"audio\".\n"); + printf ("Please give the following command:\n"); + printf ("\n sudo gpasswd -a audio\n\n"); + printf ("Logout and login again and you can use daisy-player.\n"); + _exit (EXIT_FAILURE); + } // if + + if (misc->pulseaudio_device < 0) + { + select_next_output_device (misc, daisy); + return; + } // if + if ((p = popen ("LANG=C /usr/bin/pactl list sinks", "r")) == NULL) + { + beep (); + endwin (); + printf ("%s\n", + "Be sure the package pulseaudio-utils is installed onto your system."); + _exit (EXIT_FAILURE); + } // if + + n = -1; + str = NULL; + len = 0; + while (! misc->term_signaled) + { + if (getline (&str, &len, p) == -1) + break; + *strchr (str, '\n') = 0; // remove new_line + if (strncasecmp (str, "Sink #", 6) != 0) + continue; + str += 6; + if (atoi (str) == misc->pulseaudio_device) + { + pclose (p); + return; + } // if + } // while + pclose (p); + select_next_output_device (misc, daisy); +} // check_pulseaudio_device void select_next_output_device (misc_t *misc, daisy_t *daisy) { diff -Nru daisy-player-12.0/src/daisy.h daisy-player-12.1/src/daisy.h --- daisy-player-12.0/src/daisy.h 2020-08-21 11:35:22.000000000 +0000 +++ daisy-player-12.1/src/daisy.h 2020-08-26 11:57:03.000000000 +0000 @@ -232,3 +232,4 @@ extern void reset_term_signal_handlers_after_fork (void); extern void parse_spine (misc_t *, my_attribute_t *, daisy_t *); extern void view_duration (misc_t *, daisy_t *, int); +extern void check_pulseaudio_device (misc_t *misc, daisy_t *daisy); diff -Nru daisy-player-12.0/src/daisy-player.c daisy-player-12.1/src/daisy-player.c --- daisy-player-12.0/src/daisy-player.c 2020-08-21 17:26:21.000000000 +0000 +++ daisy-player-12.1/src/daisy-player.c 2020-09-14 08:38:12.000000000 +0000 @@ -464,7 +464,8 @@ { char *out_file, *out_cdr, *complete_cdr; struct passwd *pw; - int old_playing, old_displaying, old_current, old_just_this_item; + int old_playing, old_displaying, old_just_this_item; + int old_current, org_current; char begin[20], duration[20]; int w; @@ -503,7 +504,7 @@ old_playing = misc->playing; old_displaying = misc->displaying; - old_current = misc->current; + old_current = org_current = misc->current; old_just_this_item = misc->just_this_item; misc->just_this_item = misc->playing = misc->current; @@ -512,18 +513,27 @@ complete_cdr = malloc (strlen (misc->tmp_dir) + 20); sprintf (complete_cdr, "%s/complete.cdr", misc->tmp_dir); w = open (complete_cdr, O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU); + open_smil_file (misc, my_attribute, daisy[misc->current].smil_file, + daisy[misc->current].smil_anchor); while (1) { #define BUF_SIZE 8192 int r; char buffer[BUF_SIZE]; - ssize_t in, out; + size_t in, out; - open_smil_file (misc, my_attribute, daisy[misc->current].smil_file, - daisy[misc->current].smil_anchor); + misc->clip_begin = misc->clip_end = -1; get_next_audio_tag (misc, my_attribute, daisy); - snprintf (begin, 20, "%f", daisy[misc->current].begin); - snprintf (duration, 20, "%f", daisy[misc->current].duration); + if (misc->clip_begin == -1 || misc->clip_end == -1) + continue; + if (misc->current != old_current) + { + old_current = misc->current; + if (daisy[misc->current].level <= misc->level) + break; + } // if + snprintf (begin, 20, "%f", misc->clip_begin); + snprintf (duration, 20, "%f", misc->clip_end - misc->clip_begin); if (access (misc->current_audio_file, R_OK) == -1) { int e; @@ -534,7 +544,7 @@ printf ("%s: %s\n", misc->current_audio_file, strerror (e)); _exit (EXIT_FAILURE); } // if - madplay (misc->current_audio_file, begin, duration, out_cdr); + (void) madplay (misc->current_audio_file, begin, duration, out_cdr); r = open (out_cdr, O_RDONLY); while ((in = read (r, &buffer, BUF_SIZE)) > 0) { @@ -543,11 +553,6 @@ failure (misc, "read/write", errno); } // while close (r); - if (misc->current + 1 >= misc->total_items) - break; - if (daisy[misc->current + 1].level <= misc->level) - break; - misc->current += 1; } // while close (w); playfile (misc, complete_cdr, "cdr", out_file, "wav", "1"); @@ -556,9 +561,9 @@ free (complete_cdr); misc->playing = old_playing; misc->displaying = old_displaying; - misc->current= old_current; + misc->current = org_current; misc->just_this_item = old_just_this_item; - wmove (misc->screenwin, daisy[misc->playing].y, daisy[misc->playing].x); + wmove (misc->screenwin, daisy[misc->current].y, daisy[misc->current].x); } // write_wav void pause_resume (misc_t *misc, my_attribute_t *my_attribute, @@ -645,9 +650,9 @@ wprintw (misc->screenwin, "%s\n", gettext ("cursor up,8 - move cursor to the previous item")); wprintw (misc->screenwin, "%s\n", gettext - ("cursor right,6 - skip to next phrase")); + ("cursor right,6 - skip 10 seconds forwards")); wprintw (misc->screenwin, "%s\n", gettext - ("cursor left,4 - skip to previous phrase")); + ("cursor left,4 - skip 10 seconds backwards")); wprintw (misc->screenwin, "%s\n", gettext ("page-down,3 - view next page")); wprintw (misc->screenwin, "%s\n", gettext @@ -1239,12 +1244,11 @@ misc->pause_resume_playing = misc->just_this_item = -1; misc->label_len = 0; get_bookmark (misc, my_attribute, daisy); - if (misc->pulseaudio_device == -1) - select_next_output_device (misc, daisy); + check_pulseaudio_device (misc, daisy); if (misc->cd_type == CDIO_DISC_MODE_CD_DA) { char dev[5]; - + sprintf (dev, "%d", misc->pulseaudio_device); for (i = 0; i < misc->total_items; i++) { diff -Nru daisy-player-12.0/src/madplay/m4/Makefile daisy-player-12.1/src/madplay/m4/Makefile --- daisy-player-12.0/src/madplay/m4/Makefile 2020-08-21 17:33:56.000000000 +0000 +++ daisy-player-12.1/src/madplay/m4/Makefile 2020-09-16 09:45:21.000000000 +0000 @@ -120,13 +120,13 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs \ ChangeLog DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/madplay/missing aclocal-1.15 +ACLOCAL = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/madplay/missing aclocal-1.15 ALLOCA = AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 0 -AUTOCONF = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/madplay/missing autoconf -AUTOHEADER = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/madplay/missing autoheader -AUTOMAKE = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/madplay/missing automake-1.15 +AUTOCONF = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/madplay/missing autoconf +AUTOHEADER = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/madplay/missing autoheader +AUTOMAKE = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/madplay/missing automake-1.15 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 @@ -155,7 +155,7 @@ LIBS = -lm LN_S = ln -s LTLIBOBJS = -MAKEINFO = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/madplay/missing makeinfo +MAKEINFO = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/madplay/missing makeinfo MKDIR_P = /bin/mkdir -p OBJEXT = o PACKAGE = madtest @@ -173,10 +173,10 @@ VERSION = 0.15.2b YACC = bison -y YFLAGS = -abs_builddir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/madplay/m4 -abs_srcdir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/madplay/m4 -abs_top_builddir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/madplay -abs_top_srcdir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/madplay +abs_builddir = /home/jos/src/own_stuff/daisy-player/src/madplay/m4 +abs_srcdir = /home/jos/src/own_stuff/daisy-player/src/madplay/m4 +abs_top_builddir = /home/jos/src/own_stuff/daisy-player/src/madplay +abs_top_srcdir = /home/jos/src/own_stuff/daisy-player/src/madplay ac_ct_CC = gcc ac_ct_CXX = g++ am__include = include @@ -205,7 +205,7 @@ htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/madplay/install-sh +install_sh = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/madplay/install-sh ldadd_audio = libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec diff -Nru daisy-player-12.0/src/madplay/madplay.c daisy-player-12.1/src/madplay/madplay.c --- daisy-player-12.0/src/madplay/madplay.c 2020-08-21 17:27:05.000000000 +0000 +++ daisy-player-12.1/src/madplay/madplay.c 2020-09-16 09:42:51.000000000 +0000 @@ -221,6 +221,7 @@ * NAME: main() * DESCRIPTION: program entry point */ + int madplay (char *in_file, char *begin, char *duration, char *out_file) { struct player player; diff -Nru daisy-player-12.0/src/madplay/Makefile.in daisy-player-12.1/src/madplay/Makefile.in --- daisy-player-12.0/src/madplay/Makefile.in 2020-08-21 13:59:29.000000000 +0000 +++ daisy-player-12.1/src/madplay/Makefile.in 2020-09-16 09:35:05.000000000 +0000 @@ -91,20 +91,18 @@ build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = madtest$(EXEEXT) -subdir = src/madplay +subdir = . SUBDIRS = ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ - $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \ - $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" @@ -129,7 +127,7 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f @@ -167,8 +165,9 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) + cscope distdir dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ + $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. @@ -187,11 +186,21 @@ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ - $(top_srcdir)/mkinstalldirs ABOUT-NLS COPYING INSTALL README \ - TODO ar-lib compile config.guess config.sub depcomp install-sh \ - mdate-sh missing mkinstalldirs py-compile +CSCOPE = cscope +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + ABOUT-NLS COPYING INSTALL README TODO ar-lib compile \ + config.guess config.sub depcomp install-sh mdate-sh missing \ + mkinstalldirs py-compile DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ @@ -217,6 +226,13 @@ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +DIST_TARGETS = dist-gzip +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ AMTAR = @AMTAR@ @@ -226,9 +242,6 @@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ -CCAS = @CCAS@ -CCASDEPMODE = @CCASDEPMODE@ -CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ @@ -244,40 +257,19 @@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ -GCJ = @GCJ@ -GCJDEPMODE = @GCJDEPMODE@ -GCJFLAGS = @GCJFLAGS@ -GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ -GMSGFMT = @GMSGFMT@ -GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INTLLIBS = @INTLLIBS@ -INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ -LIBICONV = @LIBICONV@ -LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LN_S = @LN_S@ -LTLIBICONV = @LTLIBICONV@ -LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ -MSGFMT = @MSGFMT@ -MSGFMT_015 = @MSGFMT_015@ -MSGMERGE = @MSGMERGE@ -OBJC = @OBJC@ -OBJCDEPMODE = @OBJCDEPMODE@ -OBJCFLAGS = @OBJCFLAGS@ -OBJCXX = @OBJCXX@ -OBJCXXDEPMODE = @OBJCXXDEPMODE@ -OBJCXXFLAGS = @OBJCXXFLAGS@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ @@ -287,18 +279,11 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ -POSUB = @POSUB@ POW_LIB = @POW_LIB@ -RANLIB = @RANLIB@ -SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -USE_NLS = @USE_NLS@ VERSION = @VERSION@ -XGETTEXT = @XGETTEXT@ -XGETTEXT_015 = @XGETTEXT_015@ -XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YACC = @YACC@ YFLAGS = @YFLAGS@ abs_builddir = @abs_builddir@ @@ -307,9 +292,6 @@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ -ac_ct_GCJ = @ac_ct_GCJ@ -ac_ct_OBJC = @ac_ct_OBJC@ -ac_ct_OBJCXX = @ac_ct_OBJCXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -389,39 +371,59 @@ DEPENDENCIES = $(depend) LDADD = $(ldadd) $(ldadd_libmad) CLEANFILES = $(EXTRA_PROGRAMS) -all: all-recursive +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .o .obj .s +am--refresh: Makefile + @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/madplay/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/madplay/Makefile + $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): + +config.h: stamp-h1 + @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 + cd $(top_builddir) && $(SHELL) ./config.status config.h +$(srcdir)/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ @@ -584,6 +586,12 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) @@ -602,8 +610,11 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -658,9 +669,140 @@ || exit 1; \ fi; \ done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__post_remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-tarZ: 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 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for shar distribution archives 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) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 check-am: all-am check: check-recursive -all-am: Makefile $(PROGRAMS) +all-am: Makefile $(PROGRAMS) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)"; do \ @@ -702,10 +844,11 @@ clean-am: clean-binPROGRAMS clean-generic mostlyclean-am distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags + distclean-hdr distclean-tags dvi: dvi-recursive @@ -748,6 +891,8 @@ installcheck-am: maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -766,21 +911,25 @@ uninstall-am: uninstall-binPROGRAMS -.MAKE: $(am__recursive_targets) install-am install-strip +.MAKE: $(am__recursive_targets) all install-am install-strip -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ - check-am clean clean-binPROGRAMS clean-generic cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-binPROGRAMS install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-binPROGRAMS +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-binPROGRAMS \ + clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \ + dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ + dist-tarZ dist-xz dist-zip distcheck distclean \ + distclean-compile distclean-generic distclean-hdr \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-binPROGRAMS .PRECIOUS: Makefile diff -Nru daisy-player-12.0/src/Makefile.am daisy-player-12.1/src/Makefile.am --- daisy-player-12.0/src/Makefile.am 2020-08-21 09:43:22.000000000 +0000 +++ daisy-player-12.1/src/Makefile.am 2020-09-13 19:56:53.000000000 +0000 @@ -9,6 +9,8 @@ -Wuninitialized -Winit-self \ -DPROGRAMNAME_LOCALEDIR=\"${PROGRAMNAME_LOCALEDIR}\" +#AM_LDFLAGS = -static # jos + bin_PROGRAMS = daisy-player ldadd = $(depend) @LTLIBINTL@ diff -Nru daisy-player-12.0/src/pactl/m4/Makefile daisy-player-12.1/src/pactl/m4/Makefile --- daisy-player-12.0/src/pactl/m4/Makefile 2020-08-21 17:34:06.000000000 +0000 +++ daisy-player-12.1/src/pactl/m4/Makefile 2020-09-16 09:45:28.000000000 +0000 @@ -118,12 +118,12 @@ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in ChangeLog DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/pactl/missing aclocal-1.15 +ACLOCAL = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/pactl/missing aclocal-1.15 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 0 -AUTOCONF = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/pactl/missing autoconf -AUTOHEADER = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/pactl/missing autoheader -AUTOMAKE = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/pactl/missing automake-1.15 +AUTOCONF = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/pactl/missing autoconf +AUTOHEADER = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/pactl/missing autoheader +AUTOMAKE = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/pactl/missing automake-1.15 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 @@ -148,7 +148,7 @@ LIBOBJS = LIBS = -lsndfile -lpulse -lg -lc LTLIBOBJS = -MAKEINFO = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/pactl/missing makeinfo +MAKEINFO = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/pactl/missing makeinfo MKDIR_P = /bin/mkdir -p OBJEXT = o PACKAGE = pactl-set-volume @@ -164,10 +164,10 @@ SHELL = /bin/sh STRIP = VERSION = 1.0 -abs_builddir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/pactl/m4 -abs_srcdir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/pactl/m4 -abs_top_builddir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/pactl -abs_top_srcdir = /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/pactl +abs_builddir = /home/jos/src/own_stuff/daisy-player/src/pactl/m4 +abs_srcdir = /home/jos/src/own_stuff/daisy-player/src/pactl/m4 +abs_top_builddir = /home/jos/src/own_stuff/daisy-player/src/pactl +abs_top_srcdir = /home/jos/src/own_stuff/daisy-player/src/pactl ac_ct_CC = gcc am__include = include am__leading_dot = . @@ -194,7 +194,7 @@ htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/jos/src/own_stuff/daisy-player/daisy-player-12.0/src/pactl/install-sh +install_sh = ${SHELL} /home/jos/src/own_stuff/daisy-player/src/pactl/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale