Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xchm for openSUSE:Factory checked in at 2021-03-21 23:20:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xchm (Old) and /work/SRC/openSUSE:Factory/.xchm.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xchm" Sun Mar 21 23:20:34 2021 rev:3 rq:880365 version:1.32 Changes: -------- --- /work/SRC/openSUSE:Factory/xchm/xchm.changes 2020-09-09 18:12:07.727754735 +0200 +++ /work/SRC/openSUSE:Factory/.xchm.new.2401/xchm.changes 2021-03-21 23:20:35.196743710 +0100 @@ -1,0 +2,6 @@ +Sun Mar 21 09:32:36 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 1.32 + * Now overlapping some text on page down / page up + +------------------------------------------------------------------- Old: ---- xchm-1.31.tar.gz New: ---- xchm-1.32.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xchm.spec ++++++ --- /var/tmp/diff_new_pack.Y2UTQG/_old 2021-03-21 23:20:35.716743888 +0100 +++ /var/tmp/diff_new_pack.Y2UTQG/_new 2021-03-21 23:20:35.720743890 +0100 @@ -1,7 +1,7 @@ # # spec file for package xchm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: xchm -Version: 1.31 +Version: 1.32 Release: 0 Summary: A wxWidgets CHM document viewer License: GPL-2.0-or-later Group: Productivity/Graphics/Viewers URL: https://github.com/rzvncj/xCHM/ -Source: https://github.com/rzvncj/xCHM/releases/download/1.31/%name-%version.tar.gz +Source: https://github.com/rzvncj/xCHM/releases/download/%version/%name-%version.tar.gz BuildRequires: automake BuildRequires: chmlib-devel BuildRequires: gcc-c++ @@ -36,6 +36,7 @@ through all the pages of the loaded .chm document. %lang_package + %prep %autosetup -p1 ++++++ xchm-1.31.tar.gz -> xchm-1.32.tar.gz ++++++ ++++ 9075 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/ChangeLog new/xchm-1.32/ChangeLog --- old/xchm-1.31/ChangeLog 2019-11-22 23:46:52.000000000 +0100 +++ new/xchm-1.32/ChangeLog 2021-01-25 17:10:50.000000000 +0100 @@ -408,3 +408,10 @@ + 1.31: + the toolbar is now togglable. + fixed a crash caused by a search corner case. + + + 1.32: + + moved gr.po -> el.po. + + now overlapping some text on page down / page up. + + fixed typo (occurences -> occurrences). + + added Keywords entry to xchm.desktop. + + updated Swedish translation. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/Doxyfile new/xchm-1.32/Doxyfile --- old/xchm-1.31/Doxyfile 2019-11-13 21:17:06.000000000 +0100 +++ new/xchm-1.32/Doxyfile 2019-11-23 15:16:59.000000000 +0100 @@ -38,7 +38,7 @@ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.31 +PROJECT_NUMBER = 1.32 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/config.h.in new/xchm-1.32/config.h.in --- old/xchm-1.31/config.h.in 2019-11-13 21:16:17.000000000 +0100 +++ new/xchm-1.32/config.h.in 2021-01-11 23:19:29.000000000 +0100 @@ -31,12 +31,12 @@ /* Define to 1 if you have the `chm' library (-lchm). */ #undef HAVE_LIBCHM -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the <stdio.h> header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -76,7 +76,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS /* Version number of package */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/configure.ac new/xchm-1.32/configure.ac --- old/xchm-1.31/configure.ac 2019-11-13 21:16:04.000000000 +0100 +++ new/xchm-1.32/configure.ac 2019-11-23 15:16:50.000000000 +0100 @@ -1,4 +1,4 @@ -AC_INIT([xchm], [1.31]) +AC_INIT([xchm], [1.32]) AC_CONFIG_SRCDIR(src/chmfile.cpp) AC_CONFIG_HEADERS(config.h) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/data/xchm.desktop new/xchm-1.32/data/xchm.desktop --- old/xchm-1.31/data/xchm.desktop 2019-04-21 13:00:12.000000000 +0200 +++ new/xchm-1.32/data/xchm.desktop 2021-01-11 23:25:39.000000000 +0100 @@ -8,3 +8,4 @@ Categories=Viewer;Utility; MimeType=application/x-chm;application/vnd.ms-htmlhelp; StartupNotify=true +Keywords=chm;view;document; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/LINGUAS new/xchm-1.32/po/LINGUAS --- old/xchm-1.31/po/LINGUAS 2019-04-21 13:00:12.000000000 +0200 +++ new/xchm-1.32/po/LINGUAS 2021-01-11 23:21:58.000000000 +0100 @@ -1 +1 @@ -ro fr it de be ru pt_BR pt_PT es pl bg hu lv zh_TW zh_CN cs sk uk sv gr +ro fr it de be ru pt_BR pt_PT es pl bg hu lv zh_TW zh_CN cs sk uk sv el Binary files old/xchm-1.31/po/be.gmo and new/xchm-1.32/po/be.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/be.po new/xchm-1.32/po/be.po --- old/xchm-1.31/po/be.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/be.po 2021-01-11 23:21:58.000000000 +0100 @@ -412,7 +412,7 @@ msgstr "???????????? ???????????? ?????????? ???????????? ?? ????????????????." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "?????????? ???????????????????? ???? ???????????????????????? ?????????????????????? ????????????." #~ msgid "On or off?" Binary files old/xchm-1.31/po/bg.gmo and new/xchm-1.32/po/bg.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/bg.po new/xchm-1.32/po/bg.po --- old/xchm-1.31/po/bg.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/bg.po 2021-01-11 23:21:58.000000000 +0100 @@ -420,7 +420,7 @@ msgstr "?????????????? ???????? ?? ????????????????????" #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "?????????? ?? ?????????????????????? ??????????." #~ msgid "On or off?" Binary files old/xchm-1.31/po/cs.gmo and new/xchm-1.32/po/cs.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/cs.po new/xchm-1.32/po/cs.po --- old/xchm-1.31/po/cs.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/cs.po 2021-01-11 23:21:58.000000000 +0100 @@ -420,7 +420,7 @@ msgstr "Vyhled??vat jen v n??zvech obsahu." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "Vyhled??vat v??skyty zadan??ho textu v obsahu." #~ msgid "On or off?" Binary files old/xchm-1.31/po/de.gmo and new/xchm-1.32/po/de.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/de.po new/xchm-1.32/po/de.po --- old/xchm-1.31/po/de.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/de.po 2021-01-11 23:21:58.000000000 +0100 @@ -412,7 +412,7 @@ msgstr "Nur im Titel des Inhalts suchen." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "Inahlt auf Vorkommen des angegebenen Inhalts durchsuchen." #~ msgid "On or off?" Binary files old/xchm-1.31/po/el.gmo and new/xchm-1.32/po/el.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/el.po new/xchm-1.32/po/el.po --- old/xchm-1.31/po/el.po 1970-01-01 01:00:00.000000000 +0100 +++ new/xchm-1.32/po/el.po 2021-01-11 23:21:58.000000000 +0100 @@ -0,0 +1,414 @@ +# Greek translation. +# Copyright (C) YEAR Razvan Cojocaru <rzv...@gmail.com> +# This file is distributed under the same license as the xCHM package. +# Klearchos-Angelos Gkountras <kleag...@gmail.com>. +# +msgid "" +msgstr "" +"Project-Id-Version: gr\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-11-23 00:47+0200\n" +"PO-Revision-Date: 2012-12-23 16:13+0200\n" +"Last-Translator: Klearchos-Angelos Gkountras <kleag...@gmail.com>\n" +"Language-Team: Greek <g...@li.org>\n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" + +#: src/chmfile.cpp:260 +msgid "Retrieving table of contents.." +msgstr "???????????? ?????? ??????????????????????" + +#: src/chmfile.cpp:261 +msgid "Retrieving index.." +msgstr "?????????????? ??????????????????" + +#: src/chmfile.cpp:262 +msgid "Untitled in index" +msgstr "?????????? ???????????? ?????? ????????????????" + +#: src/chmfinddialog.cpp:29 +msgid "Find in page.." +msgstr "???????? ???????? ????????????" + +#: src/chmfinddialog.cpp:32 +msgid "Whole words only" +msgstr "Whole words only" + +#: src/chmfinddialog.cpp:33 +msgid "Case sensitive" +msgstr "" + +#: src/chmfinddialog.cpp:42 +msgid "Find next" +msgstr "???????????? ????????????????" + +#: src/chmfinddialog.cpp:45 src/chmfontdialog.cpp:74 +msgid "Cancel" +msgstr "??????????????" + +#: src/chmfontdialog.cpp:44 +msgid "Change fonts.." +msgstr "Change fonts.." + +#: src/chmfontdialog.cpp:49 +msgid "Normal font:" +msgstr "???????????????? ??????????????????????????:" + +#: src/chmfontdialog.cpp:50 +msgid "Fixed font:" +msgstr "?????????????? ??????????????????????????:" + +#: src/chmfontdialog.cpp:51 +msgid "Font size:" +msgstr "?????????????? ????????????????????????????:" + +#: src/chmfontdialog.cpp:63 +msgid "Preview:" +msgstr "??????????????????????????????" + +#: src/chmfontdialog.cpp:69 +msgid "OK" +msgstr "??????????????" + +#: src/chmframe.cpp:45 +msgid "Open a CHM book." +msgstr "'?????????????? ???????? CHM ??????????????" + +#: src/chmframe.cpp:46 +msgid "Change fonts." +msgstr "???????? ???????????????? ?? ????????????????????????" + +#: src/chmframe.cpp:47 +msgid "Print the page currently displayed." +msgstr "???????????????? ?????????????? ???????? ??????????????????????" + +#: src/chmframe.cpp:48 +#, fuzzy +msgid "Toggle table of contents." +msgstr "???????????? ?????? ??????????????????????" + +#: src/chmframe.cpp:49 +msgid "Go to the book's start page." +msgstr "???????????????? ???????? ???????????? ???????????? ?????? ??????????????" + +#: src/chmframe.cpp:50 +msgid "Go forward in history. Per book." +msgstr "???????????????? ?????????????? ?????? ???????????????? . ?????? ????????????" + +#: src/chmframe.cpp:51 +msgid "Back to the last visited page. Per book." +msgstr "???????????????? ???????? ?????????????????? ????????????. ?????? ????????????" + +#: src/chmframe.cpp:52 +msgid "About the program." +msgstr "?????????????? ???? ???? ??????????????????" + +#: src/chmframe.cpp:53 +msgid "Copy selection." +msgstr "?????????????????? ????????????????????????" + +#: src/chmframe.cpp:54 +msgid "Find word in page." +msgstr "???????????? ?????????? ???????? ????????????" + +#: src/chmframe.cpp:55 +msgid "Toggle fullscreen mode." +msgstr "" + +#: src/chmframe.cpp:56 +msgid "Toggle toolbar." +msgstr "" + +#: src/chmframe.cpp:57 +msgid "Close the current tab" +msgstr "???????????????? ?????????????????? ????????????????" + +#: src/chmframe.cpp:58 +msgid "Open a new tab" +msgstr "?????????????? ???? ?????? ??????????????" + +#: src/chmframe.cpp:59 +msgid "Associate the .chm file extension with xCHM." +msgstr "?????????????????? ?????? ?????????????? ???? ???????????????? .chm ???? ???? xCHM" + +#: src/chmframe.cpp:134 +msgid "Ready." +msgstr "????????????" + +#: src/chmframe.cpp:158 src/chmframe.cpp:863 +msgid "Contents" +msgstr "??????????????????????" + +#: src/chmframe.cpp:159 +msgid "Index" +msgstr "????????????????????" + +#: src/chmframe.cpp:160 src/chmsearchpanel.cpp:45 +msgid "Search" +msgstr "??????????????????" + +#: src/chmframe.cpp:179 +msgid "About xCHM" +msgstr "?????????????? ???? ???? xCHM" + +#: src/chmframe.cpp:184 +msgid "Choose a file.." +msgstr "?????????????? ??????????????" + +#: src/chmframe.cpp:278 +msgid "Confirm" +msgstr "??????????????????????" + +#: src/chmframe.cpp:296 +msgid "Registration successful!" +msgstr "?? ?????????????? ???????? ????????????????" + +#: src/chmframe.cpp:296 +msgid "Done" +msgstr "??????????" + +#: src/chmframe.cpp:530 +msgid "Loading, please wait.." +msgstr "?????????????? , ???????????????? ????????????????????" + +#: src/chmframe.cpp:633 +msgid "&Open..\tCtrl-O" +msgstr "&'??????????????..\tCtrl-O" + +#: src/chmframe.cpp:634 +msgid "&Print page..\tCtrl-P" +msgstr "&???????????????? ??????????????..\tCtrl-P" + +#: src/chmframe.cpp:635 +msgid "Fon&ts.." +msgstr "&.." + +#: src/chmframe.cpp:637 +msgid "&Show contents tree\tCtrl-S" +msgstr "&?????????? ???? ?????????????????????? ???? ??????????????????\tCtrl-S" + +#: src/chmframe.cpp:641 +msgid "&Make xCHM the default CHM viewer" +msgstr "&???????? ?????? xCHM ???? ?????????????????????????? CHM ??????????????????" + +#: src/chmframe.cpp:646 +msgid "&Recent files" +msgstr "&???????????????? ????????????" + +#: src/chmframe.cpp:658 +msgid "E&xit\tCtrl-X" +msgstr "??&??????????\t Ctrl-X" + +#: src/chmframe.cpp:658 +msgid "Quit the application." +msgstr "???????????????? ?????? ??????????????????" + +#: src/chmframe.cpp:662 +msgid "&Home\tCtrl-H" +msgstr "&???????????? ????????????\tCtrl-H" + +#: src/chmframe.cpp:663 +msgid "For&ward\tAlt-RIGHT" +msgstr "??????????????\tAlt+??????????" + +#: src/chmframe.cpp:664 +msgid "&Back\tAlt-LEFT" +msgstr "&????????\tAlt-????????????????" + +#: src/chmframe.cpp:667 +msgid "&About..\tF1" +msgstr "&??????????????..\tF1" + +#: src/chmframe.cpp:670 +msgid "&Copy\tCtrl-C" +msgstr "&??????????????????\tCtrl-C" + +#: src/chmframe.cpp:671 +msgid "&Find..\tCtrl-F" +msgstr "&????????????\tCtrl-F" + +#: src/chmframe.cpp:673 +msgid "&Close tab\tCtrl-W" +msgstr "&???????????????? ????????????????\tCtrl-W" + +#: src/chmframe.cpp:674 +msgid "&New tab\tCtrl-T" +msgstr "&?????? ??????????????\tCtrl-T" + +#: src/chmframe.cpp:677 +msgid "Toggle &fullscreen\tF11" +msgstr "" + +#: src/chmframe.cpp:678 +msgid "Toggle &toolbar\tAlt-T" +msgstr "" + +#: src/chmframe.cpp:681 +msgid "&File" +msgstr "%????????????" + +#: src/chmframe.cpp:682 +msgid "&View" +msgstr "" + +#: src/chmframe.cpp:683 +msgid "&Edit" +msgstr "??????????????????????" + +#: src/chmframe.cpp:684 +msgid "Hi&story" +msgstr "????????????????" + +#: src/chmframe.cpp:685 +msgid "&Help" +msgstr "&??????????????" + +#: src/chmframe.cpp:702 +msgid "Bookmarks" +msgstr "??????????????????????????" + +#: src/chmframe.cpp:717 +msgid "Topics" +msgstr "????????????" + +#: src/chmframe.cpp:727 +msgid "Add" +msgstr "????????????????" + +#: src/chmframe.cpp:728 +msgid "Remove" +msgstr "????????????????" + +#: src/chmframe.cpp:731 +msgid "Add displayed page to bookmarks." +msgstr "???????????????? ???????????????????????? ?????????????? ?????????? ??????????????????????????." + +#: src/chmframe.cpp:732 +msgid "Remove selected bookmark." +msgstr "???????????????? ?????????????????????? ????????????????????????" + +#: src/chmframe.cpp:860 +msgid "Open .." +msgstr "'?????????????? ,," + +#: src/chmframe.cpp:861 +msgid "Print .." +msgstr "????????????????" + +#: src/chmframe.cpp:862 +msgid "Fonts .." +msgstr "????????????????????????????" + +#: src/chmframe.cpp:866 +msgid "Copy" +msgstr "????????????????????" + +#: src/chmframe.cpp:867 +msgid "Find" +msgstr "????????????" + +#: src/chmframe.cpp:871 +msgid "Fullscreen" +msgstr "" + +#: src/chmframe.cpp:875 +msgid "Back" +msgstr "???????? " + +#: src/chmframe.cpp:876 +msgid "Forward" +msgstr "??????????????" + +#: src/chmframe.cpp:877 +msgid "Home" +msgstr "???????????? ????????????" + +#: src/chmframe.cpp:879 +msgid "About" +msgstr "??????????????" + +#: src/chmhtmlwindow.cpp:41 +msgid "For&ward" +msgstr "????????&??????" + +#: src/chmhtmlwindow.cpp:42 +msgid "&Back" +msgstr "????????" + +#: src/chmhtmlwindow.cpp:43 +msgid "Copy &link location" +msgstr "???????????????????? ???????????????????? &?????????????????? " + +#: src/chmhtmlwindow.cpp:44 +msgid "&Save link as.." +msgstr "%???????????????????? ???? ??????????????????" + +#: src/chmhtmlwindow.cpp:45 +msgid "&Open in a new tab" +msgstr "&?????????????? ???? ?????? ??????????????" + +#: src/chmhtmlwindow.cpp:48 +msgid "&Copy selection" +msgstr "&?????????????????? ????????????????????????" + +#: src/chmhtmlwindow.cpp:50 +msgid "&Find in page.." +msgstr "%???????????? ???????? ????????????" + +#: src/chmhtmlwindow.cpp:52 +msgid "&Toggle fullscreen mode" +msgstr "" + +#: src/chmhtmlwindow.cpp:270 +msgid "OpenFile(" +msgstr "????????????????????????????" + +#: src/chmhtmlwindow.cpp:270 +msgid ") failed" +msgstr ") ????????????????" + +#: src/chmhtmlwindow.cpp:270 src/chmhtmlwindow.cpp:288 +msgid "Error" +msgstr "????????????" + +#: src/chmhtmlwindow.cpp:280 +msgid "Save as" +msgstr "???????????????????? ????" + +#: src/chmhtmlwindow.cpp:288 +msgid "Error creating file " +msgstr "???????????? ???????? ???????????????????? ??????????????" + +#: src/chmhtmlwindow.cpp:298 +msgid "Saved file " +msgstr "???????????????????????? ????????????" + +#: src/chmhtmlwindow.cpp:298 +msgid "Success" +msgstr "????????????????" + +#: src/chmsearchpanel.cpp:43 +msgid "Get partial matches" +msgstr "" + +#: src/chmsearchpanel.cpp:44 +msgid "Search titles only" +msgstr "?????????????????? ????????????" + +#: src/chmsearchpanel.cpp:48 +msgid "Allow partial matches." +msgstr "" + +#: src/chmsearchpanel.cpp:49 +msgid "Only search in the contents' titles." +msgstr "???????? ???????????? ?????????? ?????????????? ?????? ????????????????????????" + +#: src/chmsearchpanel.cpp:50 +msgid "Search contents for occurrences of the specified text." +msgstr "" + +#~ msgid "On or off?" +#~ msgstr "?????????????? ?? ????????????????" Binary files old/xchm-1.31/po/es.gmo and new/xchm-1.32/po/es.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/es.po new/xchm-1.32/po/es.po --- old/xchm-1.31/po/es.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/es.po 2021-01-11 23:21:58.000000000 +0100 @@ -407,7 +407,7 @@ msgstr "Buscar s?lo en la tabla de contenidos." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "Buscar ocurrencias del texto indicado en el ?ndice." #~ msgid "On or off?" Binary files old/xchm-1.31/po/fr.gmo and new/xchm-1.32/po/fr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/fr.po new/xchm-1.32/po/fr.po --- old/xchm-1.31/po/fr.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/fr.po 2021-01-11 23:21:58.000000000 +0100 @@ -409,7 +409,7 @@ msgstr "Rechercher seulement dans les titres." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "Rechercher dans le contenu les occurrences du texte indiqu??." #~ msgid "On or off?" Binary files old/xchm-1.31/po/gr.gmo and new/xchm-1.32/po/gr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/gr.po new/xchm-1.32/po/gr.po --- old/xchm-1.31/po/gr.po 2019-11-22 23:47:21.000000000 +0100 +++ new/xchm-1.32/po/gr.po 1970-01-01 01:00:00.000000000 +0100 @@ -1,414 +0,0 @@ -# Greek translation. -# Copyright (C) YEAR Razvan Cojocaru <rzv...@gmail.com> -# This file is distributed under the same license as the xCHM package. -# Klearchos-Angelos Gkountras <kleag...@gmail.com>. -# -msgid "" -msgstr "" -"Project-Id-Version: gr\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-11-23 00:47+0200\n" -"PO-Revision-Date: 2012-12-23 16:13+0200\n" -"Last-Translator: Klearchos-Angelos Gkountras <kleag...@gmail.com>\n" -"Language-Team: Greek <g...@li.org>\n" -"Language: el\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" - -#: src/chmfile.cpp:260 -msgid "Retrieving table of contents.." -msgstr "???????????? ?????? ??????????????????????" - -#: src/chmfile.cpp:261 -msgid "Retrieving index.." -msgstr "?????????????? ??????????????????" - -#: src/chmfile.cpp:262 -msgid "Untitled in index" -msgstr "?????????? ???????????? ?????? ????????????????" - -#: src/chmfinddialog.cpp:29 -msgid "Find in page.." -msgstr "???????? ???????? ????????????" - -#: src/chmfinddialog.cpp:32 -msgid "Whole words only" -msgstr "Whole words only" - -#: src/chmfinddialog.cpp:33 -msgid "Case sensitive" -msgstr "" - -#: src/chmfinddialog.cpp:42 -msgid "Find next" -msgstr "???????????? ????????????????" - -#: src/chmfinddialog.cpp:45 src/chmfontdialog.cpp:74 -msgid "Cancel" -msgstr "??????????????" - -#: src/chmfontdialog.cpp:44 -msgid "Change fonts.." -msgstr "Change fonts.." - -#: src/chmfontdialog.cpp:49 -msgid "Normal font:" -msgstr "???????????????? ??????????????????????????:" - -#: src/chmfontdialog.cpp:50 -msgid "Fixed font:" -msgstr "?????????????? ??????????????????????????:" - -#: src/chmfontdialog.cpp:51 -msgid "Font size:" -msgstr "?????????????? ????????????????????????????:" - -#: src/chmfontdialog.cpp:63 -msgid "Preview:" -msgstr "??????????????????????????????" - -#: src/chmfontdialog.cpp:69 -msgid "OK" -msgstr "??????????????" - -#: src/chmframe.cpp:45 -msgid "Open a CHM book." -msgstr "'?????????????? ???????? CHM ??????????????" - -#: src/chmframe.cpp:46 -msgid "Change fonts." -msgstr "???????? ???????????????? ?? ????????????????????????" - -#: src/chmframe.cpp:47 -msgid "Print the page currently displayed." -msgstr "???????????????? ?????????????? ???????? ??????????????????????" - -#: src/chmframe.cpp:48 -#, fuzzy -msgid "Toggle table of contents." -msgstr "???????????? ?????? ??????????????????????" - -#: src/chmframe.cpp:49 -msgid "Go to the book's start page." -msgstr "???????????????? ???????? ???????????? ???????????? ?????? ??????????????" - -#: src/chmframe.cpp:50 -msgid "Go forward in history. Per book." -msgstr "???????????????? ?????????????? ?????? ???????????????? . ?????? ????????????" - -#: src/chmframe.cpp:51 -msgid "Back to the last visited page. Per book." -msgstr "???????????????? ???????? ?????????????????? ????????????. ?????? ????????????" - -#: src/chmframe.cpp:52 -msgid "About the program." -msgstr "?????????????? ???? ???? ??????????????????" - -#: src/chmframe.cpp:53 -msgid "Copy selection." -msgstr "?????????????????? ????????????????????????" - -#: src/chmframe.cpp:54 -msgid "Find word in page." -msgstr "???????????? ?????????? ???????? ????????????" - -#: src/chmframe.cpp:55 -msgid "Toggle fullscreen mode." -msgstr "" - -#: src/chmframe.cpp:56 -msgid "Toggle toolbar." -msgstr "" - -#: src/chmframe.cpp:57 -msgid "Close the current tab" -msgstr "???????????????? ?????????????????? ????????????????" - -#: src/chmframe.cpp:58 -msgid "Open a new tab" -msgstr "?????????????? ???? ?????? ??????????????" - -#: src/chmframe.cpp:59 -msgid "Associate the .chm file extension with xCHM." -msgstr "?????????????????? ?????? ?????????????? ???? ???????????????? .chm ???? ???? xCHM" - -#: src/chmframe.cpp:134 -msgid "Ready." -msgstr "????????????" - -#: src/chmframe.cpp:158 src/chmframe.cpp:863 -msgid "Contents" -msgstr "??????????????????????" - -#: src/chmframe.cpp:159 -msgid "Index" -msgstr "????????????????????" - -#: src/chmframe.cpp:160 src/chmsearchpanel.cpp:45 -msgid "Search" -msgstr "??????????????????" - -#: src/chmframe.cpp:179 -msgid "About xCHM" -msgstr "?????????????? ???? ???? xCHM" - -#: src/chmframe.cpp:184 -msgid "Choose a file.." -msgstr "?????????????? ??????????????" - -#: src/chmframe.cpp:278 -msgid "Confirm" -msgstr "??????????????????????" - -#: src/chmframe.cpp:296 -msgid "Registration successful!" -msgstr "?? ?????????????? ???????? ????????????????" - -#: src/chmframe.cpp:296 -msgid "Done" -msgstr "??????????" - -#: src/chmframe.cpp:530 -msgid "Loading, please wait.." -msgstr "?????????????? , ???????????????? ????????????????????" - -#: src/chmframe.cpp:633 -msgid "&Open..\tCtrl-O" -msgstr "&'??????????????..\tCtrl-O" - -#: src/chmframe.cpp:634 -msgid "&Print page..\tCtrl-P" -msgstr "&???????????????? ??????????????..\tCtrl-P" - -#: src/chmframe.cpp:635 -msgid "Fon&ts.." -msgstr "&.." - -#: src/chmframe.cpp:637 -msgid "&Show contents tree\tCtrl-S" -msgstr "&?????????? ???? ?????????????????????? ???? ??????????????????\tCtrl-S" - -#: src/chmframe.cpp:641 -msgid "&Make xCHM the default CHM viewer" -msgstr "&???????? ?????? xCHM ???? ?????????????????????????? CHM ??????????????????" - -#: src/chmframe.cpp:646 -msgid "&Recent files" -msgstr "&???????????????? ????????????" - -#: src/chmframe.cpp:658 -msgid "E&xit\tCtrl-X" -msgstr "??&??????????\t Ctrl-X" - -#: src/chmframe.cpp:658 -msgid "Quit the application." -msgstr "???????????????? ?????? ??????????????????" - -#: src/chmframe.cpp:662 -msgid "&Home\tCtrl-H" -msgstr "&???????????? ????????????\tCtrl-H" - -#: src/chmframe.cpp:663 -msgid "For&ward\tAlt-RIGHT" -msgstr "??????????????\tAlt+??????????" - -#: src/chmframe.cpp:664 -msgid "&Back\tAlt-LEFT" -msgstr "&????????\tAlt-????????????????" - -#: src/chmframe.cpp:667 -msgid "&About..\tF1" -msgstr "&??????????????..\tF1" - -#: src/chmframe.cpp:670 -msgid "&Copy\tCtrl-C" -msgstr "&??????????????????\tCtrl-C" - -#: src/chmframe.cpp:671 -msgid "&Find..\tCtrl-F" -msgstr "&????????????\tCtrl-F" - -#: src/chmframe.cpp:673 -msgid "&Close tab\tCtrl-W" -msgstr "&???????????????? ????????????????\tCtrl-W" - -#: src/chmframe.cpp:674 -msgid "&New tab\tCtrl-T" -msgstr "&?????? ??????????????\tCtrl-T" - -#: src/chmframe.cpp:677 -msgid "Toggle &fullscreen\tF11" -msgstr "" - -#: src/chmframe.cpp:678 -msgid "Toggle &toolbar\tAlt-T" -msgstr "" - -#: src/chmframe.cpp:681 -msgid "&File" -msgstr "%????????????" - -#: src/chmframe.cpp:682 -msgid "&View" -msgstr "" - -#: src/chmframe.cpp:683 -msgid "&Edit" -msgstr "??????????????????????" - -#: src/chmframe.cpp:684 -msgid "Hi&story" -msgstr "????????????????" - -#: src/chmframe.cpp:685 -msgid "&Help" -msgstr "&??????????????" - -#: src/chmframe.cpp:702 -msgid "Bookmarks" -msgstr "??????????????????????????" - -#: src/chmframe.cpp:717 -msgid "Topics" -msgstr "????????????" - -#: src/chmframe.cpp:727 -msgid "Add" -msgstr "????????????????" - -#: src/chmframe.cpp:728 -msgid "Remove" -msgstr "????????????????" - -#: src/chmframe.cpp:731 -msgid "Add displayed page to bookmarks." -msgstr "???????????????? ???????????????????????? ?????????????? ?????????? ??????????????????????????." - -#: src/chmframe.cpp:732 -msgid "Remove selected bookmark." -msgstr "???????????????? ?????????????????????? ????????????????????????" - -#: src/chmframe.cpp:860 -msgid "Open .." -msgstr "'?????????????? ,," - -#: src/chmframe.cpp:861 -msgid "Print .." -msgstr "????????????????" - -#: src/chmframe.cpp:862 -msgid "Fonts .." -msgstr "????????????????????????????" - -#: src/chmframe.cpp:866 -msgid "Copy" -msgstr "????????????????????" - -#: src/chmframe.cpp:867 -msgid "Find" -msgstr "????????????" - -#: src/chmframe.cpp:871 -msgid "Fullscreen" -msgstr "" - -#: src/chmframe.cpp:875 -msgid "Back" -msgstr "???????? " - -#: src/chmframe.cpp:876 -msgid "Forward" -msgstr "??????????????" - -#: src/chmframe.cpp:877 -msgid "Home" -msgstr "???????????? ????????????" - -#: src/chmframe.cpp:879 -msgid "About" -msgstr "??????????????" - -#: src/chmhtmlwindow.cpp:41 -msgid "For&ward" -msgstr "????????&??????" - -#: src/chmhtmlwindow.cpp:42 -msgid "&Back" -msgstr "????????" - -#: src/chmhtmlwindow.cpp:43 -msgid "Copy &link location" -msgstr "???????????????????? ???????????????????? &?????????????????? " - -#: src/chmhtmlwindow.cpp:44 -msgid "&Save link as.." -msgstr "%???????????????????? ???? ??????????????????" - -#: src/chmhtmlwindow.cpp:45 -msgid "&Open in a new tab" -msgstr "&?????????????? ???? ?????? ??????????????" - -#: src/chmhtmlwindow.cpp:48 -msgid "&Copy selection" -msgstr "&?????????????????? ????????????????????????" - -#: src/chmhtmlwindow.cpp:50 -msgid "&Find in page.." -msgstr "%???????????? ???????? ????????????" - -#: src/chmhtmlwindow.cpp:52 -msgid "&Toggle fullscreen mode" -msgstr "" - -#: src/chmhtmlwindow.cpp:270 -msgid "OpenFile(" -msgstr "????????????????????????????" - -#: src/chmhtmlwindow.cpp:270 -msgid ") failed" -msgstr ") ????????????????" - -#: src/chmhtmlwindow.cpp:270 src/chmhtmlwindow.cpp:288 -msgid "Error" -msgstr "????????????" - -#: src/chmhtmlwindow.cpp:280 -msgid "Save as" -msgstr "???????????????????? ????" - -#: src/chmhtmlwindow.cpp:288 -msgid "Error creating file " -msgstr "???????????? ???????? ???????????????????? ??????????????" - -#: src/chmhtmlwindow.cpp:298 -msgid "Saved file " -msgstr "???????????????????????? ????????????" - -#: src/chmhtmlwindow.cpp:298 -msgid "Success" -msgstr "????????????????" - -#: src/chmsearchpanel.cpp:43 -msgid "Get partial matches" -msgstr "" - -#: src/chmsearchpanel.cpp:44 -msgid "Search titles only" -msgstr "?????????????????? ????????????" - -#: src/chmsearchpanel.cpp:48 -msgid "Allow partial matches." -msgstr "" - -#: src/chmsearchpanel.cpp:49 -msgid "Only search in the contents' titles." -msgstr "???????? ???????????? ?????????? ?????????????? ?????? ????????????????????????" - -#: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." -msgstr "" - -#~ msgid "On or off?" -#~ msgstr "?????????????? ?? ????????????????" Binary files old/xchm-1.31/po/hu.gmo and new/xchm-1.32/po/hu.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/hu.po new/xchm-1.32/po/hu.po --- old/xchm-1.31/po/hu.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/hu.po 2021-01-11 23:21:58.000000000 +0100 @@ -418,7 +418,7 @@ msgstr "Csak a c?mekben keres." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "Az el?fordul?sok keres?se a megadott sz?vegben." #~ msgid "On or off?" Binary files old/xchm-1.31/po/it.gmo and new/xchm-1.32/po/it.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/it.po new/xchm-1.32/po/it.po --- old/xchm-1.31/po/it.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/it.po 2021-01-11 23:21:58.000000000 +0100 @@ -418,7 +418,7 @@ msgstr "Cerca solamente nei titoli dei contenuti" #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "Cerca nei contenuti le occorrenze del testo specificato" #~ msgid "On or off?" Binary files old/xchm-1.31/po/lv.gmo and new/xchm-1.32/po/lv.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/lv.po new/xchm-1.32/po/lv.po --- old/xchm-1.31/po/lv.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/lv.po 2021-01-11 23:21:58.000000000 +0100 @@ -416,7 +416,7 @@ msgstr "Mekl??t tikai virsrakstos." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "Mekl??t fr??zes, kas satur tekstu." #~ msgid "On or off?" Binary files old/xchm-1.31/po/pl.gmo and new/xchm-1.32/po/pl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/pl.po new/xchm-1.32/po/pl.po --- old/xchm-1.31/po/pl.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/pl.po 2021-01-11 23:21:58.000000000 +0100 @@ -406,5 +406,5 @@ msgstr "Szukanie tylko w tytu??ach." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "Poszukiwanie w tre??ci wyst??pie?? podanego tekstu." Binary files old/xchm-1.31/po/pt_BR.gmo and new/xchm-1.32/po/pt_BR.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/pt_BR.po new/xchm-1.32/po/pt_BR.po --- old/xchm-1.31/po/pt_BR.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/pt_BR.po 2021-01-11 23:21:58.000000000 +0100 @@ -413,7 +413,7 @@ msgstr "Procurar somente nos t?tulos dos conte?dos." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "Procurar nos t?picos por ocorr?ncias do texto especificado." #~ msgid "On or off?" Binary files old/xchm-1.31/po/pt_PT.gmo and new/xchm-1.32/po/pt_PT.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/pt_PT.po new/xchm-1.32/po/pt_PT.po --- old/xchm-1.31/po/pt_PT.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/pt_PT.po 2021-01-11 23:21:58.000000000 +0100 @@ -413,7 +413,7 @@ msgstr "Procurar somente nos t?tulos dos conte?dos." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "Procurar nos t?picos por ocorr?ncias do texto especificado." #~ msgid "On or off?" Binary files old/xchm-1.31/po/ro.gmo and new/xchm-1.32/po/ro.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/ro.po new/xchm-1.32/po/ro.po --- old/xchm-1.31/po/ro.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/ro.po 2021-01-11 23:21:58.000000000 +0100 @@ -415,7 +415,7 @@ msgstr "Caut?? doar ??n titlurile din cuprins." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "Caut?? ??n carte pagini care con??in apari??ii ale textului precizat." #~ msgid "On or off?" Binary files old/xchm-1.31/po/ru.gmo and new/xchm-1.32/po/ru.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/ru.po new/xchm-1.32/po/ru.po --- old/xchm-1.31/po/ru.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/ru.po 2021-01-11 23:21:58.000000000 +0100 @@ -406,7 +406,7 @@ msgstr "???????????? ???????????? ?? ???????????????????? ??????????????????." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "?????????? ????????, ?????? ?????????????????????? ?????????????????? ??????????." #~ msgid "On or off?" Binary files old/xchm-1.31/po/sk.gmo and new/xchm-1.32/po/sk.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/sk.po new/xchm-1.32/po/sk.po --- old/xchm-1.31/po/sk.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/sk.po 2021-01-11 23:21:58.000000000 +0100 @@ -419,7 +419,7 @@ msgstr "H??adaj iba v obsahu." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "N??jdi obsah pre n??hodn?? v??skit zvolen??ho textu." #~ msgid "On or off?" Binary files old/xchm-1.31/po/sv.gmo and new/xchm-1.32/po/sv.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/sv.po new/xchm-1.32/po/sv.po --- old/xchm-1.31/po/sv.po 2019-11-22 23:47:21.000000000 +0100 +++ new/xchm-1.32/po/sv.po 2021-03-20 21:39:46.000000000 +0100 @@ -2,36 +2,38 @@ # Copyright (C) 2006 Razvan Cojocaru <rzv...@gmail.com> # This file is distributed under the same license as the xchm package. # Daniel Nylander <p...@danielnylander.se>, 2006. +# ??ke Engelbrektson <e...@svenskasprakfiler.se>, 2021. # msgid "" msgstr "" "Project-Id-Version: xchm\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-11-23 00:47+0200\n" -"PO-Revision-Date: 2006-10-15 16:43+0100\n" -"Last-Translator: Daniel Nylander <p...@danielnylander.se>\n" -"Language-Team: Swedish <tp...@listor.tp-sv.se>\n" +"PO-Revision-Date: 2021-01-17 15:29+0100\n" +"Last-Translator: ??ke Engelbrektson <e...@svenskasprakfiler.se>\n" +"Language-Team: Svenska Spr??kfiler <contactf...@svenskasprakfiler.se>\n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/chmfile.cpp:260 msgid "Retrieving table of contents.." -msgstr "" +msgstr "H??mtar inneh??llstabell..." #: src/chmfile.cpp:261 -#, fuzzy msgid "Retrieving index.." -msgstr "Otitlad i index" +msgstr "H??mtar index..." #: src/chmfile.cpp:262 msgid "Untitled in index" -msgstr "Otitlad i index" +msgstr "Namnl??s i index" #: src/chmfinddialog.cpp:29 msgid "Find in page.." -msgstr "S??k i sida.." +msgstr "S??k p?? sidan..." #: src/chmfinddialog.cpp:32 msgid "Whole words only" @@ -43,7 +45,7 @@ #: src/chmfinddialog.cpp:42 msgid "Find next" -msgstr "Hitta n??sta" +msgstr "S??k n??sta" #: src/chmfinddialog.cpp:45 src/chmfontdialog.cpp:74 msgid "Cancel" @@ -51,19 +53,19 @@ #: src/chmfontdialog.cpp:44 msgid "Change fonts.." -msgstr "??ndra typsnitt.." +msgstr "Byt teckensnitt..." #: src/chmfontdialog.cpp:49 msgid "Normal font:" -msgstr "Normalt typsnitt:" +msgstr "Normalt teckensnitt:" #: src/chmfontdialog.cpp:50 msgid "Fixed font:" -msgstr "Fast typsnitt:" +msgstr "Fast teckensnitt:" #: src/chmfontdialog.cpp:51 msgid "Font size:" -msgstr "Typsnittsstorlek:" +msgstr "Teckenstorlek:" #: src/chmfontdialog.cpp:63 msgid "Preview:" @@ -79,7 +81,7 @@ #: src/chmframe.cpp:46 msgid "Change fonts." -msgstr "??ndra typsnitt." +msgstr "Byt teckensnitt." #: src/chmframe.cpp:47 msgid "Print the page currently displayed." @@ -87,7 +89,7 @@ #: src/chmframe.cpp:48 msgid "Toggle table of contents." -msgstr "" +msgstr "Inneh??llstabell av/p??." #: src/chmframe.cpp:49 msgid "Go to the book's start page." @@ -99,7 +101,7 @@ #: src/chmframe.cpp:51 msgid "Back to the last visited page. Per book." -msgstr "Bak??t till senaste bes??kta sida. Per bok." +msgstr "Tillbaka till senaste bes??kta sida. Per bok." #: src/chmframe.cpp:52 msgid "About the program." @@ -111,24 +113,23 @@ #: src/chmframe.cpp:54 msgid "Find word in page." -msgstr "Hitta ord p?? sida." +msgstr "S??k ord p?? sida." #: src/chmframe.cpp:55 msgid "Toggle fullscreen mode." -msgstr "" +msgstr "Fullsk??rmsl??ge av/p??." #: src/chmframe.cpp:56 msgid "Toggle toolbar." -msgstr "" +msgstr "Verktygsf??lt av/p??." #: src/chmframe.cpp:57 msgid "Close the current tab" -msgstr "" +msgstr "St??ng aktuell flik" #: src/chmframe.cpp:58 -#, fuzzy msgid "Open a new tab" -msgstr "??ppna en CHM-bok." +msgstr "??ppna en ny flik" #: src/chmframe.cpp:59 msgid "Associate the .chm file extension with xCHM." @@ -156,7 +157,7 @@ #: src/chmframe.cpp:184 msgid "Choose a file.." -msgstr "V??lj en fil.." +msgstr "V??lj en fil..." #: src/chmframe.cpp:278 msgid "Confirm" @@ -172,20 +173,19 @@ #: src/chmframe.cpp:530 msgid "Loading, please wait.." -msgstr "" +msgstr "L??ser in, v??nta..." #: src/chmframe.cpp:633 msgid "&Open..\tCtrl-O" -msgstr "&??ppna..\tCtrl-O" +msgstr "&??ppna...\tCtrl-O" #: src/chmframe.cpp:634 msgid "&Print page..\tCtrl-P" -msgstr "Skriv ut sida..\tCtrl-P" +msgstr "Skriv ut sida...\tCtrl-P" #: src/chmframe.cpp:635 -#, fuzzy msgid "Fon&ts.." -msgstr "Typsnitt .." +msgstr "Teckensni&tt..." #: src/chmframe.cpp:637 msgid "&Show contents tree\tCtrl-S" @@ -212,14 +212,12 @@ msgstr "&Hem\tCtrl-H" #: src/chmframe.cpp:663 -#, fuzzy msgid "For&ward\tAlt-RIGHT" -msgstr "Fra&m??t\tCtrl-W" +msgstr "Fra&m??t\tAlt-H??GER" #: src/chmframe.cpp:664 -#, fuzzy msgid "&Back\tAlt-LEFT" -msgstr "&Bak??t\tCtrl-B" +msgstr "&Tillbaka\tAlt-V??NSTER" #: src/chmframe.cpp:667 msgid "&About..\tF1" @@ -234,22 +232,20 @@ msgstr "&S??k..\tCtrl-F" #: src/chmframe.cpp:673 -#, fuzzy msgid "&Close tab\tCtrl-W" -msgstr "&Hem\tCtrl-H" +msgstr "&St??ng flik\tCtrl-W" #: src/chmframe.cpp:674 -#, fuzzy msgid "&New tab\tCtrl-T" -msgstr "&Typsnitt..\tCtrl-T" +msgstr "&Ny flik\tCtrl-T" #: src/chmframe.cpp:677 msgid "Toggle &fullscreen\tF11" -msgstr "" +msgstr "Fullsk&??rm av/p??\tF11" #: src/chmframe.cpp:678 msgid "Toggle &toolbar\tAlt-T" -msgstr "" +msgstr "Verktygsf??l&t av/p??\tAlt-T" #: src/chmframe.cpp:681 msgid "&File" @@ -257,7 +253,7 @@ #: src/chmframe.cpp:682 msgid "&View" -msgstr "" +msgstr "&Visa" #: src/chmframe.cpp:683 msgid "&Edit" @@ -293,19 +289,19 @@ #: src/chmframe.cpp:732 msgid "Remove selected bookmark." -msgstr "Ta bort valt bokm??rke." +msgstr "Ta bort markerat bokm??rke." #: src/chmframe.cpp:860 msgid "Open .." -msgstr "??ppna .." +msgstr "??ppna..." #: src/chmframe.cpp:861 msgid "Print .." -msgstr "Skriv ut .." +msgstr "Skriv ut..." #: src/chmframe.cpp:862 msgid "Fonts .." -msgstr "Typsnitt .." +msgstr "Teckensnitt..." #: src/chmframe.cpp:866 msgid "Copy" @@ -317,11 +313,11 @@ #: src/chmframe.cpp:871 msgid "Fullscreen" -msgstr "" +msgstr "Fullsk??rm" #: src/chmframe.cpp:875 msgid "Back" -msgstr "Bak??t" +msgstr "Tillbaka" #: src/chmframe.cpp:876 msgid "Forward" @@ -341,7 +337,7 @@ #: src/chmhtmlwindow.cpp:42 msgid "&Back" -msgstr "&Bak??t" +msgstr "&Tillbaka" #: src/chmhtmlwindow.cpp:43 msgid "Copy &link location" @@ -349,11 +345,11 @@ #: src/chmhtmlwindow.cpp:44 msgid "&Save link as.." -msgstr "" +msgstr "&Spara l??nk som..." #: src/chmhtmlwindow.cpp:45 msgid "&Open in a new tab" -msgstr "" +msgstr "&??ppna i ny flik" #: src/chmhtmlwindow.cpp:48 msgid "&Copy selection" @@ -361,43 +357,43 @@ #: src/chmhtmlwindow.cpp:50 msgid "&Find in page.." -msgstr "&S??k i sida.." +msgstr "&S??k p?? sidan..." #: src/chmhtmlwindow.cpp:52 msgid "&Toggle fullscreen mode" -msgstr "" +msgstr "&Fullsk??rmsl??ge av/p??" #: src/chmhtmlwindow.cpp:270 msgid "OpenFile(" -msgstr "" +msgstr "??ppna fil (" #: src/chmhtmlwindow.cpp:270 msgid ") failed" -msgstr "" +msgstr ") misslyckades" #: src/chmhtmlwindow.cpp:270 src/chmhtmlwindow.cpp:288 msgid "Error" -msgstr "" +msgstr "Fel" #: src/chmhtmlwindow.cpp:280 msgid "Save as" -msgstr "" +msgstr "Spara som" #: src/chmhtmlwindow.cpp:288 msgid "Error creating file " -msgstr "" +msgstr "Kunde inte skapa filen " #: src/chmhtmlwindow.cpp:298 msgid "Saved file " -msgstr "" +msgstr "Sparade filen " #: src/chmhtmlwindow.cpp:298 msgid "Success" -msgstr "" +msgstr "Klart" #: src/chmsearchpanel.cpp:43 msgid "Get partial matches" -msgstr "F?? halvtr??ffar" +msgstr "H??mta deltr??ffar" #: src/chmsearchpanel.cpp:44 msgid "Search titles only" @@ -405,14 +401,14 @@ #: src/chmsearchpanel.cpp:48 msgid "Allow partial matches." -msgstr "Till??t halvtr??ffar." +msgstr "Till??t deltr??ffar." #: src/chmsearchpanel.cpp:49 msgid "Only search in the contents' titles." msgstr "S??k endast i inneh??llets titlar." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "S??k i inneh??ll efter f??rekomster av angiven text." #~ msgid "On or off?" Binary files old/xchm-1.31/po/uk.gmo and new/xchm-1.32/po/uk.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/uk.po new/xchm-1.32/po/uk.po --- old/xchm-1.31/po/uk.po 2019-11-22 23:47:21.000000000 +0100 +++ new/xchm-1.32/po/uk.po 2021-01-11 23:21:58.000000000 +0100 @@ -411,7 +411,7 @@ msgstr "???????????? ???????? ?? ???????????????????? ????????????." #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "???????????? ??????????, ???? ?????????????????????????? ?????????????????? ??????????." #~ msgid "On or off?" Binary files old/xchm-1.31/po/zh_CN.gmo and new/xchm-1.32/po/zh_CN.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/zh_CN.po new/xchm-1.32/po/zh_CN.po --- old/xchm-1.31/po/zh_CN.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/zh_CN.po 2021-01-11 23:21:58.000000000 +0100 @@ -417,7 +417,7 @@ msgstr "???????????????????????????" #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "?????????????????????????????????" #~ msgid "On or off?" Binary files old/xchm-1.31/po/zh_TW.gmo and new/xchm-1.32/po/zh_TW.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/po/zh_TW.po new/xchm-1.32/po/zh_TW.po --- old/xchm-1.31/po/zh_TW.po 2019-11-22 23:47:20.000000000 +0100 +++ new/xchm-1.32/po/zh_TW.po 2021-01-11 23:21:58.000000000 +0100 @@ -417,7 +417,7 @@ msgstr "?????????????????????????????????" #: src/chmsearchpanel.cpp:50 -msgid "Search contents for occurences of the specified text." +msgid "Search contents for occurrences of the specified text." msgstr "??????????????????????????????????????????" #~ msgid "On or off?" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/src/chmhtmlwindow.cpp new/xchm-1.32/src/chmhtmlwindow.cpp --- old/xchm-1.31/src/chmhtmlwindow.cpp 2019-04-21 13:00:12.000000000 +0200 +++ new/xchm-1.32/src/chmhtmlwindow.cpp 2020-04-29 21:44:49.000000000 +0200 @@ -348,12 +348,24 @@ void CHMHtmlWindow::OnChar(wxKeyEvent& event) { + int xStart, yStart, xUnit, yUnit, xSize, ySize; + bool skip = true; + const int OVERLAP = 3; + + GetViewStart(&xStart, &yStart); + GetScrollPixelsPerUnit(&xUnit, &yUnit); + GetClientSize(&xSize, &ySize); + switch (event.GetKeyCode()) { case WXK_SPACE: - event.m_keyCode = WXK_PAGEDOWN; + case WXK_PAGEDOWN: + Scroll(xStart, yStart + ySize / yUnit - OVERLAP); + skip = false; break; + case WXK_PAGEUP: case WXK_BACK: - event.m_keyCode = WXK_PAGEUP; + Scroll(xStart, yStart - ySize / yUnit + OVERLAP); + skip = false; break; case WXK_ESCAPE: _frame->ToggleFullScreen(true); @@ -364,10 +376,9 @@ break; case WXK_END: case 'G': { - auto x = 0, y = 0, xUnit = 0, yUnit = 0; + int x, y; GetVirtualSize(&x, &y); - GetScrollPixelsPerUnit(&xUnit, &yUnit); Scroll(0, y / yUnit); break; } @@ -387,7 +398,8 @@ break; } - event.Skip(); + if (skip) + event.Skip(); } void CHMHtmlWindow::OnSetTitle(const wxString& title) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xchm-1.31/src/chmsearchpanel.cpp new/xchm-1.32/src/chmsearchpanel.cpp --- old/xchm-1.31/src/chmsearchpanel.cpp 2019-04-21 13:00:12.000000000 +0200 +++ new/xchm-1.32/src/chmsearchpanel.cpp 2021-01-11 23:17:57.000000000 +0100 @@ -47,7 +47,7 @@ #if wxUSE_TOOLTIPS _partial->SetToolTip(_("Allow partial matches.")); _titles->SetToolTip(_("Only search in the contents' titles.")); - _search->SetToolTip(_("Search contents for occurences of the specified text.")); + _search->SetToolTip(_("Search contents for occurrences of the specified text.")); #endif _results = new CHMListCtrl(this, nbhtml, ID_Results);