Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pentobi for openSUSE:Factory checked in at 2021-03-05 13:49:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pentobi (Old) and /work/SRC/openSUSE:Factory/.pentobi.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pentobi" Fri Mar 5 13:49:11 2021 rev:2 rq:876950 version:18.5 Changes: -------- --- /work/SRC/openSUSE:Factory/pentobi/pentobi.changes 2021-02-15 23:16:25.115406407 +0100 +++ /work/SRC/openSUSE:Factory/.pentobi.new.2378/pentobi.changes 2021-03-05 13:51:28.023963442 +0100 @@ -1,0 +2,10 @@ +Thu Mar 4 12:35:12 UTC 2021 - Martin Hauke <mar...@gmx.de> + +- Update to version 18.5 + * Require GNU gettext >=0.19.6, which has built-in support for + AppData, such the appstream package is no longer needed for + compilation. + * Added missing include that broke the compilation with GCC 11 + * Complete Russian translation of the manual. + +------------------------------------------------------------------- Old: ---- pentobi-18.4.tar.xz New: ---- pentobi-18.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pentobi.spec ++++++ --- /var/tmp/diff_new_pack.UyMWCq/_old 2021-03-05 13:51:28.571963969 +0100 +++ /var/tmp/diff_new_pack.UyMWCq/_new 2021-03-05 13:51:28.575963973 +0100 @@ -1,7 +1,7 @@ # # spec file for package pentobi # -# 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,7 +17,7 @@ Name: pentobi -Version: 18.4 +Version: 18.5 Release: 0 Summary: Program to play the board game Blokus License: GPL-3.0-only ++++++ pentobi-18.4.tar.xz -> pentobi-18.5.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/AUTHORS.md new/pentobi-18.5/AUTHORS.md --- old/pentobi-18.4/AUTHORS.md 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/AUTHORS.md 2021-03-04 10:12:19.000000000 +0100 @@ -10,7 +10,7 @@ ----------- * Allan Nordh??y <ep...@anotheragency.no> (Norwegian Bokm??l) -* Cherry <taikoche...@126.com> (Simplified Chinese) +* Cherry Lee <taikoche...@126.com> (Simplified Chinese) * Francisco Zamorano <pacoz...@gmail.com> (Spanish) * Markus Enzenberger <e...@users.sourceforge.net> (German, French) * Viktor Erukhin <official15...@mail.ru> (Russian) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/CMakeLists.txt new/pentobi-18.5/CMakeLists.txt --- old/pentobi-18.4/CMakeLists.txt 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/CMakeLists.txt 2021-03-04 10:12:19.000000000 +0100 @@ -1,8 +1,8 @@ cmake_minimum_required(VERSION 3.1.0) project(Pentobi) -set(PENTOBI_VERSION 18.4-dev) -set(PENTOBI_RELEASE_DATE XXXX-XX-XX) +set(PENTOBI_VERSION 18.5) +set(PENTOBI_RELEASE_DATE 2021-03-04) cmake_policy(SET CMP0043 NEW) cmake_policy(SET CMP0071 NEW) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/INSTALL.md new/pentobi-18.5/INSTALL.md --- old/pentobi-18.4/INSTALL.md 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/INSTALL.md 2021-03-04 10:12:19.000000000 +0100 @@ -9,8 +9,7 @@ * C++ compiler with C++17 support (e.g. GCC >=5) * [Qt libraries](https://www.qt.io/) (>=5.12) * [CMake](https://cmake.org/) (>=3.1.0) -* [GNU gettext](https://www.gnu.org/software/gettext/) -* [AppStream](https://github.com/ximion/appstream) +* [GNU gettext](https://www.gnu.org/software/gettext/) (>=0.19.6) * [ITS Tool](http://itstool.org/) * [xsltproc](http://xmlsoft.org/XSLT/xsltproc.html) * [DocBooc XSL](http://www.sagehill.net/docbookxsl/) @@ -18,8 +17,8 @@ In Debian-based distributions, they can be installed with the command ``` -sudo apt install appstream cmake docbook-xsl g++ gettext itstool \ - libqt5svg5-dev libqt5webview5-dev librsvg2-bin make \ +sudo apt install cmake docbook-xsl g++ gettext itstool libqt5svg5-dev \ + libqt5webview5-dev librsvg2-bin make \ qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings \ qml-module-qtquick2 qml-module-qtquick-controls2 \ qml-module-qtquick-layouts qml-module-qtquick-window2 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/NEWS.md new/pentobi-18.5/NEWS.md --- old/pentobi-18.4/NEWS.md 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/NEWS.md 2021-03-04 10:12:19.000000000 +0100 @@ -1,16 +1,27 @@ Pentobi Release Notes ===================== -Version 18.4-dev (v18-fixes) ----------------------------- +Version 18.5 (04 Mar 2021) +-------------------------- + +* Require GNU gettext >=0.19.6, which has built-in support for AppData, + such the appstream package is no longer needed for compilation. +* Added missing include that broke the compilation with GCC 11 + (Debian bug 984290). +* Complete Russian translation of the manual. + +Version 18.4 (25 Nov 2020) +-------------------------- * Added workaround for QTBUG-85449, which made the Android app crash on exit on some Huawei devices. * Avoid unnecessary dependency on QtQml QML module (see also Debian bug 973855). +* Added explicit dependency on metainfo.its in + pentobi/unix/CMakeLists.txt. * Aborting computer play with the Stop button did not work reliably when the computer played multiple colors at low levels. -* New Russian translation of manual. +* Russian translation of most of the manual. Version 18.3 (04 Nov 2020) -------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/README.md new/pentobi-18.5/README.md --- old/pentobi-18.4/README.md 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/README.md 2021-03-04 10:12:19.000000000 +0100 @@ -22,7 +22,7 @@ License ------- -Copyright (C) 2011-2020 Markus Enzenberger. +Copyright (C) 2011-2021 Markus Enzenberger. See [AUTHORS](AUTHORS.md) for a full list of authors. This program is free software: you can redistribute it and/or modify it diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/libboardgame_base/ArrayList.h new/pentobi-18.5/libboardgame_base/ArrayList.h --- old/pentobi-18.4/libboardgame_base/ArrayList.h 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/libboardgame_base/ArrayList.h 2021-03-04 10:12:19.000000000 +0100 @@ -11,6 +11,7 @@ #include <array> #include <initializer_list> #include <iostream> +#include <limits> #include "Assert.h" namespace libboardgame_base { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/Pentobi.pro new/pentobi-18.5/pentobi/Pentobi.pro --- old/pentobi-18.4/pentobi/Pentobi.pro 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/Pentobi.pro 2021-03-04 10:12:19.000000000 +0100 @@ -23,7 +23,7 @@ DEFINES += QT_DEPRECATED_WARNINGS DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 DEFINES += QT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DEFINES += VERSION=\"\\\"18.4-dev\\\"\" +DEFINES += VERSION=\"\\\"18.5\\\"\" android { DEFINES += PENTOBI_LOW_RESOURCES QMAKE_CXXFLAGS_RELEASE += -DLIBBOARDGAME_DISABLE_LOG @@ -273,6 +273,3 @@ OTHER_FILES += android/AndroidManifest.xml ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android - -ANDROID_ABIS = armeabi-v7a - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/android/AndroidManifest.xml new/pentobi-18.5/pentobi/android/AndroidManifest.xml --- old/pentobi-18.4/pentobi/android/AndroidManifest.xml 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/android/AndroidManifest.xml 2021-03-04 10:12:19.000000000 +0100 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<manifest package="net.sf.pentobi" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="18.4-dev" android:versionCode="18003999" android:installLocation="auto"> +<manifest package="net.sf.pentobi" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="18.5" android:versionCode="18005000" android:installLocation="auto"> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/docbook/index.docbook new/pentobi-18.5/pentobi/docbook/index.docbook --- old/pentobi-18.4/pentobi/docbook/index.docbook 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/docbook/index.docbook 2021-03-04 10:12:19.000000000 +0100 @@ -1303,7 +1303,7 @@ <chapter id="license"> <title>License</title> <para> -Copyright ?? 2011???2020 Markus Enzenberger +Copyright ?? 2011???2021 Markus Enzenberger </para> <para> This program is free software: you can redistribute it and/or modify it under diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/docbook/pentobi-manual.pot new/pentobi-18.5/pentobi/docbook/pentobi-manual.pot --- old/pentobi-18.4/pentobi/docbook/pentobi-manual.pot 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/docbook/pentobi-manual.pot 2021-03-04 10:12:19.000000000 +0100 @@ -1385,7 +1385,7 @@ #. (itstool) path: chapter/para #: index.docbook:1305 -msgid "Copyright ?? 2011???2020 Markus Enzenberger" +msgid "Copyright ?? 2011???2021 Markus Enzenberger" msgstr "" #. (itstool) path: chapter/para diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/docbook/po/de.po new/pentobi-18.5/pentobi/docbook/po/de.po --- old/pentobi-18.4/pentobi/docbook/po/de.po 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/docbook/po/de.po 2021-03-04 10:12:19.000000000 +0100 @@ -2115,8 +2115,8 @@ #. (itstool) path: chapter/para #: index.docbook:1305 -msgid "Copyright ?? 2011???2020 Markus Enzenberger" -msgstr "Copyright ?? 2011???2020 Markus Enzenberger" +msgid "Copyright ?? 2011???2021 Markus Enzenberger" +msgstr "Copyright ?? 2011???2021 Markus Enzenberger" #. (itstool) path: chapter/para #: index.docbook:1308 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/docbook/po/es.po new/pentobi-18.5/pentobi/docbook/po/es.po --- old/pentobi-18.4/pentobi/docbook/po/es.po 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/docbook/po/es.po 2021-03-04 10:12:19.000000000 +0100 @@ -2145,8 +2145,8 @@ #. (itstool) path: chapter/para #: index.docbook:1305 -msgid "Copyright ?? 2011???2020 Markus Enzenberger" -msgstr "Copyright ?? 2011???2020 Markus Enzenberger" +msgid "Copyright ?? 2011???2021 Markus Enzenberger" +msgstr "Copyright ?? 2011???2021 Markus Enzenberger" #. (itstool) path: chapter/para #: index.docbook:1308 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/docbook/po/ru.po new/pentobi-18.5/pentobi/docbook/po/ru.po --- old/pentobi-18.4/pentobi/docbook/po/ru.po 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/docbook/po/ru.po 2021-03-04 10:12:19.000000000 +0100 @@ -1,13 +1,13 @@ # # Translators: -# ???????????? ???????????? <official15...@mail.ru>, 2020 +# ???????????? ???????????? <official15...@mail.ru>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2019-02-11 17:37+0100\n" "PO-Revision-Date: 2019-02-25 15:30+0000\n" -"Last-Translator: ???????????? ???????????? <official15...@mail.ru>, 2020\n" +"Last-Translator: ???????????? ???????????? <official15...@mail.ru>, 2021\n" "Language-Team: Russian (https://www.transifex.com/markus-enzenberger/teams/89074/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -37,8 +37,8 @@ "Pentobi ???????????????? ???????????????????????? ???????????????????? ???????? ????????????. ?? ???????? ???????? ???????????? " "???????????? ?????????????????? ????????????, ?????????????? ???? ???????????? ???????????????????????? ???????? ????????????, ???? " "?????????? ???????????????? 20??20. Pentobi ?????????? ???????????????????????? ???????????????? ???????? ?????? ???????? ?????? " -"???????? ??????????????, ?? ?????????? ???????????????? ???????? ????????, ????????????, ??????????, ????????????, ???????????????? ??" -" ????????????Q." +"???????? ??????????????, ?? ?????????? ???????????????? ???????? ????????, ????????????, ??????????, ????????????, ???????????????? ?? " +"????????????Q." #. (itstool) path: chapter/title #: index.docbook:18 @@ -488,6 +488,10 @@ "size two. The first two moves of a player must use a 1??1 piece, the third " "1??1 piece may be played anytime later." msgstr "" +"???????????? ???????????????? 1??1 ?????????? ???????? ?????????????????? ?? ?????????? ?????????? ??????????, ?????????? ????????????. " +"?????????? ?????????????? ???? ?????????????????????????????? ?????????????? ?????????? ?? ???????????????? ???????? ???????????????? ??????." +" ???????????? ?????? ???????? ???????????? ???????????? ???????????????????????? ???????????? 1??1, ???????????? ???????????? 1??1 " +"?????????? ???????? ?????????????? ?? ?????????? ?????????? ??????????." #. (itstool) path: caption/para #: index.docbook:368 @@ -500,6 +504,8 @@ "All larger pieces may be placed anywhere on the board but must touch an " "existing piece of the same color edge-to-edge." msgstr "" +"?????? ?????????? ?????????????? ?????????? ?????????? ???????? ?????????????????? ?? ?????????? ?????????? ??????????, ???? ???????????? " +"???????????????? ???????????????????????? ?????????? ???????? ???? ?????????? ???? ???????? ???? ????????." #. (itstool) path: chapter/para #: index.docbook:386 @@ -508,6 +514,9 @@ "color not counting 1??1 pieces. Bonus points are not used. Unlike in Blokus, " "ties are broken in favor of the player who started later." msgstr "" +"???????????? ?????????? - ?????? ???????????????????? ?????????????????? ???? ??????????, ?????????????? ????????????, ???? ???????????? " +"?????????? 1??1. ???????????????? ?????????? ???? ????????????????????????. ?? ?????????????? ???? ??????????????, ?????? ????????????," +" ???????? ???????? ?? ???????????? ????????????, ?????????????? ?????????? ??????????." #. (itstool) path: sect1/para #: index.docbook:393 @@ -519,11 +528,18 @@ " two-player variant, Pentobi also supports a game variant for two players " "like in Blokus, in which each player plays two colors." msgstr "" +"?? ???????? ?????????? ???????????? ?????????? ?????? ?? ???????????????? ????????????????, ?????????????????? ?????????????? ??????????. " +"?????? ???????? ?????????????? ?????????? ???????????????????????? ?????????? ???????????????????????????? ?????????????? 20 ?? " +"?????????????? ?????????? ???????????????? ??????. ?????? ???????? ?????????????? ?????????? ???????????????????????? ?????????? " +"???????????????????????????? ?????????????? 17 ?? ?????????????? ?????????? ???????????????? ??????. ???????????? ???????????? " +"???????????????? ??????????????. ?? ???????????????????? ?? ???????????????????????? ???????????????? ?????? ???????? ??????????????, " +"Pentobi ?????????? ???????????????????????? ?????????????? ???????? ?????? ???????? ??????????????, ?????? ?? ????????????, ?? " +"?????????????? ???????????? ?????????? ???????????? ?????????? ??????????????." #. (itstool) path: chapter/title #: index.docbook:405 msgid "How to Use Pentobi" -msgstr "?????? ???????????????????????? Pentobi" +msgstr "???????????????????? ???? ?????????????????????????? Pentobi" #. (itstool) path: sect1/title #: index.docbook:407 @@ -538,6 +554,10 @@ "dragging them to a place that corresponds to a legal move with the mouse or " "arrow keys and pressing the left mouse button or the Enter key." msgstr "" +"???????????? ?????????? ????????????????, ?????????????? ???????? ???? ???????????????????? ?????? ?????????????????? <link " +"linkend=\"shortcuts\">?????????????? ??????????????</link>. ???????????????? ?????????? ????????????, " +"???????????????????????? ???? ???? ??????????, ?????????????????????????????? ?????????????????????? ????????, ?? ?????????????? ???????? " +"?????? ???????????? ???? ?????????????????? ?? ?????????????? ?????????? ???????????? ???????? ?????? ?????????????? Enter." #. (itstool) path: sect1/para #: index.docbook:414 @@ -546,6 +566,9 @@ "number in which the piece was played. A letter after the move number " "indicates that there exists a variation to this move (see below)." msgstr "" +"???????????????? ???????????? ???? ?????????? ?????????? ?????????? ????????????, ?????????????????????? ?????????? ????????, ?? " +"?????????????? ???????? ?????????????? ????????????. ?????????? ?????????? ???????????? ???????? ?????????????????? ???? ????, ?????? " +"???????????????????? ?????????????? ?????????? ???????? (????. ????????)." #. (itstool) path: sect1/para #: index.docbook:419 @@ -555,6 +578,10 @@ "underlined if they are final because the color cannot play more pieces. A " "small star indicates that the points include a bonus." msgstr "" +"???? ?????????????? ???????????? ???????????????????????? ?????????????? ???????? ?????? ?????????????? ?????????? ?????? ????????????. " +"?????????? ???????????????????????? ?????????? ?????????? ???????????????????? ?? ???????????????? ??????????. ???????? " +"??????????????????????, ???????? ?????? ??????????????????????????, ???????????? ?????? ???????? ???? ?????????? ???????????? ???????????? " +"??????????. ?????????????????? ?????????????????? ?????????????????? ???? ????, ?????? ???????? ???????????????? ??????????." #. (itstool) path: sect1/title #: index.docbook:427 @@ -568,6 +595,9 @@ " for playing games against the computer. In games against the computer, the " "computer can play any (or several) of the colors." msgstr "" +"?????????? ?????????? ???????????????????????????? ?????? ???????????????? ??????, ???????????????????? ?????????????? ????????????, ?????? " +"?????? ?????? ???????????? ????????????????????. ?? ?????????? ???????????? ????????????????????, ?????????????????? ?????????? ????????????" +" ???????????? (?????? ??????????????????????) ??????????????." #. (itstool) path: sect1/para #: index.docbook:433 @@ -577,6 +607,11 @@ "<guimenuitem>Settings</guimenuitem> from the <guimenu>Computer</guimenu> " "menu or toolbar and select the colors the computer should play." msgstr "" +"?????????? ???? ?????????????????? ?????????? ????????, ?????????????? ?????????? ???????????? ????????????(??????) ?????????????? " +"???????????? ???? ??????????????????, ?? ?????????????????? ???????????????????????? ?????? ?????????????????? ??????????. ?????????? " +"???????????????? ??????, ?????????????????????? <guimenuitem>??????????????????</guimenuitem> ???? ???????? " +"<guimenu>??????????????????</guimenu> ?????? ???????????? ???????????????????????? ?? ???????????????? ??????????, " +"?????????????? ???????????? ???????????????????????????? ??????????????????." #. (itstool) path: sect1/para #: index.docbook:439 @@ -587,6 +622,12 @@ " entering move sequences or similar editing tasks. After loading a saved " "game, the computer also plays no color by default." msgstr "" +"?????????????????????? ???????????????? ????, ?????? ?????????????????? ???? ?????????????????? ???? ?????????????????????????? ????????, " +"???????? ???? ???? ?????????????????????????? ???????? ?? ???????????????????? ????????. ?????? ?????????????????????????? " +"???????????????????????????? ???????????? ???????????????????? ?? ????????, ???????? ???????????????????????? ?? ???????????????? ?????????? " +"???????????????????????? ?????????? ?????? ?????????? ?????????????????????????????????????? ?????????? ?????? ?????????????????????? ??????????" +" ????????????????????????????. ?????????? ???????????????? ?????????????????????? ???????? ?????????????????? ???? ?????????????????? " +"?????????? ???? ?????????????????????????? ??????????." #. (itstool) path: sect1/para #: index.docbook:446 @@ -597,11 +638,15 @@ " color before, it will also make the computer play this color (and only this" " color) from now on." msgstr "" +"?????????? <guimenuitem>????????</guimenuitem> ?? ???????? <guimenu>??????????????????</guimenu>??????" +" ???? ???????????? ???????????????????????? ???????????? ???????????????????? ?????????????????? ???????????????????????????? ?????? ?????? " +"???????????????? ??????????. ???????? ?????????????????? ???? ?????????????????????????? ???????? ???????? ????????????, ???? ?????????? " +"???????????????????????? ???????? ???????? (?? ???????????? ???????? ????????) ?? ?????????? ??????????????." #. (itstool) path: sect1/title #: index.docbook:455 msgid "Move Variations and the Game Tree" -msgstr "" +msgstr "?????????????????????? ???????????????? ?? ???????????? ????????" #. (itstool) path: sect1/para #: index.docbook:456 @@ -616,6 +661,15 @@ "tree with the items in the <guimenu>Go</guimenu> menu and the navigation " "buttons." msgstr "" +"?????????? ???? ?????????????? ?? ????????, Pentobi ?????????? ?????????????? ???????????????????????????????????? ??????????, ?? " +"???????????? ?????????? ?????????????????? ???? ???????????????????? ?????????????? ?? ???????????? ????-??????????????. ???????? ???? " +"???????????????? ??????, ?????????? ???????????????????????????????????? ?????????? ?????????????????? ?????? ???????????????????????????? " +"???????????????????????????????????? (???????????????????? ??????????????????). ???????????????? ?????????? ?????????? ???????? " +"???????????????????????? ???????????????????????? ?????? ?????????????????????????????? ???????????????????????? ??????. ???????????????? " +"?????????? ???????????????????????? ?? ?????????? ?????????????????? ?????????? ?? ?????????? ?????????? ??????????????????????. ?????????? " +"??????????????, ???????? ?????????? ?????????? ?????????????? ??????????????, ?? ?????????????? ???????????? ???????? " +"???????????????????????? ?????????????????? ??????????. ???? ???????????? ???????????????????????? ???? ???????????????? ???????????? ?? " +"?????????????? ?????????????? ???????? <guimenu>??????</guimenu> ?? ?????????????????????????? ????????????." #. (itstool) path: sect1/para #: index.docbook:466 @@ -627,11 +681,17 @@ "variation, select <guimenuitem>Make Main Variation</guimenuitem> from the " "<guimenu>Edit</guimenu> menu." msgstr "" +"???????????????? ?????????????????? ???????????????? ???????????????????????????????????? ??????????, ?????????????? ???????????????????? ?? " +"?????????????????? ?????????????? ?? ???????????? ???????????????? ???????????? ???????????????? ???????? ?? ???????????? ?????????????? " +"(????????????????, ?????????? ???????????? ????????????). ????????????????????????????, ?????? ???????????????? ???????????????? " +"???????????????????????? ???????????????? ????????. ???????? ???? ????????????, ?????????? ???????????????? ???????????????? ?????????? " +"???????????????? ??????????????????, ???????????????? ?????????? <guimenuitem>?????????????? ???????????????? " +"??????????????????</guimenuitem> ?? ???????? <guimenu>??????????????????????????</guimenu>." #. (itstool) path: chapter/title #: index.docbook:478 msgid "Become a Stronger Player" -msgstr "?????????????? ?????????? ?????????????? ??????????????" +msgstr "?????????? ?????????? ?????????????? ??????????????" #. (itstool) path: chapter/para #: index.docbook:479 @@ -655,6 +715,10 @@ "evaluate each position in the main variation. The result is displayed in a " "window with a diagram of colored dots." msgstr "" +"???????? ?????????? ????????????????????????????????, ???????????? ?????????? <guimenuitem>?????????????????????????? " +"????????</guimenuitem> ?? ???????? <guimenu>??????????????????????</guimenu>. ?????? ???????????????? " +"?????????????????????????? ???????????? ?????????????? ???????????? ?????????????? ?? ???????????????? ????????????????. ?????????????????? " +"???????????????????????? ?? ???????? ?? ???????????????????? ???? ?????????????? ??????????." #. (itstool) path: caption/para #: index.docbook:496 @@ -669,6 +733,11 @@ "represents the estimated probability of winning the game for the color to " "play. Mouse clicks in the diagram will go to the corresponding position." msgstr "" +"???????????? ?????????? ???????????????????????? ?????????? ?????????????? ??????????????, ?? ?????????????? ???????? ???????????? ?????? " +"???????????? ????????????. ???????????????????? ?????????? ?????????????????????????? ???? ??????????????????????. ???????????????????????? " +"?????? ???????????????????????? ?????????? ?????????????????? ?????????????????????? ???????????????? ?? ???????? ?????? ???????? ??????????," +" ?????????????? ?????????? ????????????. ???????????? ???????? ???? ?????????????????? ???????????????? ?? ?????????????????????????????? " +"??????????????." #. (itstool) path: sect1/para #: index.docbook:506 @@ -680,11 +749,17 @@ "have played by selecting <guimenuitem>Play Single Move</guimenuitem> from " "the <guimenu>Computer</guimenu> menu." msgstr "" +"???????????????? ?????????????? ???????????????? ???????????? ????????????????????, ?? ?????????????????? ???????????? ?????????????????????? " +"?????????????????? ??????????????. ???????? ?????????????? ?????????????????? ???????????? ?? ?????????????? ?????? ?????????? ????????, " +"?????????????? ???????? ???????????????????????? ??????????????. ???? ???????????? ?????????????????? ?? ?????????????? ?????????? ??????????" +" ?? ???????????????????? ?????????? ???????????? ?????? ?????? ???????????????? ??????????????????, ?????? ???? ???? ????????????, " +"???????????? ?????????? <guimenuitem>?????????????????????????? ??????</guimenuitem> ?? ???????? " +"<guimenu>??????????????????</guimenu>." #. (itstool) path: sect1/title #: index.docbook:516 msgid "Determine Your Rating" -msgstr "???????????????????? ???????? ??????????????" +msgstr "?????????????????????? ???????????? ????????????????" #. (itstool) path: sect1/para #: index.docbook:517 @@ -693,6 +768,9 @@ " game results are used to determine your current rating. The rating is a " "number that represents your playing strength." msgstr "" +"???? ???????????? ?????????????????????? ???????? ????????????????, ?????????? ?? ?????????????????????? ???????? ???????????? " +"????????????????????. ???? ?????????????????????? ???????? ???????????????????????? ?????? ?????????????? ??????????????. ?????????????? - " +"?????? ??????????, ?????????????? ???????????????????? ???????? ?????????????? ????????." #. (itstool) path: sect1/para #: index.docbook:522 @@ -703,6 +781,12 @@ " value, which can reduce the number of games needed for determining your " "real rating. If you are a beginner, leave the start value at 800." msgstr "" +"???????? ?? ?????????????????? ?????????????????????? ?? ?????????????? <guimenuitem>?????????????????????? " +"????????</guimenuitem> ???? ???????? <guimenu>????????</guimenu> ?????? ???? ???????????? " +"????????????????????????. ???????? ???? ???? ???????????? ?? ?????????????????????? ???????? ?? ?????????????? ???????????????? ????????, " +"?????? ?????????? ???????????????????? ?????????????? ?????????????????? ????????????????, ?????????????? ?????????? ?????????????????? " +"???????????????????? ??????, ?????????????????????? ?????? ?????????????????????? ???????????? ?????????????????? ????????????????. ???????? " +"???? ??????????????, ???????????????? ?????????????????? ???????????????? 800." #. (itstool) path: sect1/para #: index.docbook:529 @@ -711,6 +795,9 @@ "computer opponent according to your current rating. The color you play will " "be randomly chosen in each game." msgstr "" +"?????? ???????????? ?????????????????????? ???????? ?????????????????? ?????????? ???????????????? ?????????????? ???????? ?????? " +"?????????????????????????? ?????????????????? ?? ???????????????????????? ?? ?????????? ?????????????? ??????????????????. ????????, " +"?????????????? ???? ??????????????, ?????????? ?????????????????? ?????????????? ???????????? ?? ???????????? ????????." #. (itstool) path: sect1/para #: index.docbook:534 @@ -720,6 +807,10 @@ "colors or change the playing level. To get an accurate rating, you should " "always play rated games until the end." msgstr "" +"???? ?????????? ?????????????????????? ???????? ?????????????????????? ??????????????, ?????????????? ???? ?????????? ?????? ????????, " +"??????????????????: ???? ???? ???????????? ???????????????? ????????, ???????????????????????? ???? ????????, ???????????????? ?????????? " +"???????????????????? ?????? ???????????????? ?????????????? ????????. ?????????? ???????????????? ???????????? ??????????????, ???? " +"???????????? ???????????? ???????????? ?? ?????????????????????? ???????? ???? ??????????." #. (itstool) path: sect1/para #: index.docbook:540 @@ -729,6 +820,10 @@ "the game was won, lost or a tie. The exact number of score points does not " "matter." msgstr "" +"???? ?????????????????? ???????? ?????? ?????????????? ?????????? ?????????????????????? ?? ?????????????????????? ???? ???????????????????? " +"???????? ?? ???????????? ????????????????????. ?????? ???????????????????? ???????? ?????????? ???????????????? ???????????? ????, ????????" +" ???? ???????? ????????????????, ?????????????????? ?????? ???????? ??????????. ???????????? ???????????????????? ?????????? ???? " +"?????????? ????????????????." #. (itstool) path: caption/para #: index.docbook:552 @@ -744,16 +839,21 @@ " last 50 games as a graph. The last 50 games are automatically saved and can" " be loaded by opening a context menu in the game table below the graph." msgstr "" +"???? ???????????? ???????????? ?????????????? ???????? ?????????????? ??????????????, ???????????? " +"<guimenuitem>??????????????</guimenuitem> ?? ???????? <guimenu>??????????????????????</guimenu>. " +"?????????????????? ????????, ?? ?????????????? ?? ???????? ?????????????? ???????????????? ???????????????? ???????????? ???????????????? " +"???? ?????????????????? 50 ??????. ?????????????????? 50 ?????? ?????????????????????????? ?????????????????????? ?? ?????????? ????????" +" ??????????????????, ???????????? ?????????????????????? ???????? ?? ?????????????? ?????? ?????? ????????????????." #. (itstool) path: chapter/title #: index.docbook:567 msgid "Window Menu and Toolbar" -msgstr "" +msgstr "???????? ???????? ?? ???????????? ????????????????????????" #. (itstool) path: sect1/title #: index.docbook:569 msgid "Navigation Buttons in Toolbar" -msgstr "" +msgstr "???????????? ?????????????????? ?? ???????????? ????????????????????????" #. (itstool) path: varlistentry/term #: index.docbook:572 @@ -776,7 +876,7 @@ "Go ten moves backward in the current variation. The button supports " "autorepeat if pressed and held." msgstr "" -"?????????????? ???????????? ?????????? ?????????? ?? ?????????????? ????????????????. ???????????? ???????????????????????? " +"?????????????? ???????????? ?????????? ?????????? ?? ?????????????? ????????????????. ???????????? ???????????????????????? " "???????????????????? ?????? ?????????????? ?? ??????????????????????." #. (itstool) path: varlistentry/term @@ -790,6 +890,8 @@ "Go one move backward in the current variation. The button supports " "autorepeat if pressed and held." msgstr "" +"?????????????? ???????? ?????? ?????????? ?? ?????????????? ????????????????. ???????????? ???????????????????????? ???????????????????? " +"?????? ?????????????? ?? ??????????????????." #. (itstool) path: varlistentry/term #: index.docbook:598 @@ -804,6 +906,10 @@ "several child nodes), the first variation will be used. The button supports " "autorepeat if pressed and held." msgstr "" +"?????????????? ???????? ?????? ???????????? ?? ?????????????? ????????????????. ???????? ?????????????? ?????????????? ?????????? " +"?????????????????? ?????????????????????? ?????????????????? (??. ??. ?????????????? ???????? ?? ?????????????? ???????????? ?????????? " +"?????????????????? ???????????????? ??????????), ???? ?????????? ???????????????????????????? ???????????? ??????????????. ???????????? " +"???????????????????????? ????????????????????, ???????? ???? ???????????? ?? ????????????????????." #. (itstool) path: varlistentry/term #: index.docbook:609 @@ -818,6 +924,10 @@ "child nodes), the first variation will be used. The button supports " "autorepeat if pressed and held." msgstr "" +"???????????????? ???????????? ?????????? ???????????? ?? ?????????????? ????????????????. ???????? ?????????????? ?????????? " +"?????????????????? ?????????????????????? ?????????????????? (??. ??. ?????????????? ???????? ?? ?????????????? ???????????? ?????????? " +"?????????????????? ???????????????? ??????????), ???? ?????????? ???????????????????????????? ???????????? ??????????????. ???????????? " +"???????????????????????? ???????????????????? ?????? ?????????????? ?? ??????????????????." #. (itstool) path: varlistentry/term #: index.docbook:620 @@ -831,6 +941,9 @@ " this also uses the first variation in positions with several follow-up " "variations." msgstr "" +"?????????????? ?? ?????????? ?????????????? ????????????????. ?????? ?? ?? ???????????? ?? " +"<guibutton>????????????</guibutton>, ?????????? ?????????? ???????????????????????? ???????????? ?????????????? " +"?????????????? ?? ?????????????????????? ???????????????????????? ????????????????????." #. (itstool) path: varlistentry/term #: index.docbook:630 @@ -843,6 +956,8 @@ "Go to the next variation to the last move played (i.e. the next sibling node" " of the current node in the game tree)." msgstr "" +"?????????????? ?? ???????????????????? ???????????????? ???? ???????????????????? ???????????????????? ???????? (???? ???????? ?? " +"???????????????????? ???????????????????????? ???????? ???????????????? ???????? ?? ?????????????? ????????????)." #. (itstool) path: varlistentry/term #: index.docbook:639 @@ -855,6 +970,8 @@ "Go to the previous variation to the last move played (i.e. the previous " "sibling node of the current node in the game tree)." msgstr "" +"?????????????? ?? ?????????????????????? ???????????????? ???? ???????????????????? ???????????????????? ???????? (???? ???????? ?? " +"?????????????????????? ???????????????????????? ???????? ???????????????? ???????? ?? ?????????????? ????????????)." #. (itstool) path: sect1/title #: index.docbook:650 @@ -880,7 +997,7 @@ #: index.docbook:664 msgid "" "Start a new <link linkend=\"rating\">rated game</link> against the computer." -msgstr "" +msgstr "???????????? ?????????? <link linkend=\"rating\">??????????????</link> ???????????? ????????????????????." #. (itstool) path: varlistentry/term #: index.docbook:670 @@ -890,7 +1007,7 @@ #. (itstool) path: listitem/para #: index.docbook:672 msgid "Select a game variant and start a new game of this game variant." -msgstr "" +msgstr "???????????????? ?????????????? ???????? ?? ?????????????? ?????????? ???????? ?? ???????? ????????????????." #. (itstool) path: varlistentry/term #: index.docbook:677 @@ -903,6 +1020,8 @@ "Display or edit additional information about the game like the name of the " "players or the date when the game was played." msgstr "" +"?????????????????????? ?????? ???????????????????????????? ???????????????????????????? ???????????????????? ???? ????????, ?????????? ?????? " +"?????????? ?????????????? ?????? ???????? ???????????? ????????." #. (itstool) path: varlistentry/term #: index.docbook:685 @@ -918,6 +1037,11 @@ "<guimenu>Edit</guimenu>/<guimenuitem>Truncate</guimenuitem> to remove inner " "nodes of the game tree)." msgstr "" +"???????????????? ?????????????????? ?????????????????? ?????? ?? ?????????????? ?????? ???? ???????????????? ????????????. ???????????? " +"???????? ???????????????? ???????????? ?? ?????? ????????????, ???????? ?????? ?????????????????? ?????? ?? ?????????????? ????????????????" +" (??. ??. ???????????????? ???????? ?? ?????????????? ????????????; ?????????????????????? " +"<guimenu>??????????????????????????</guimenu>/<guimenuitem>????????????</guimenuitem> ?????? " +"???????????????? ???????????????????? ?????????? ???????????????? ????????????)." #. (itstool) path: varlistentry/term #: index.docbook:697 @@ -930,6 +1054,8 @@ "Find a legal move for the current color and display it for a few seconds on " "the board. Selecting this item repeatedly will show all legal moves." msgstr "" +"?????????????? ???????????????????? ?????? ?????? ???????????????? ?????????? ?? ???????????????????? ?????? ???? ?????????????????? " +"???????????? ???? ??????????. ?????????????????? ?????????? ?????????? ???????????????? ?????????????? ?????? ?????????????????? ????????." #. (itstool) path: varlistentry/term #: index.docbook:706 @@ -946,6 +1072,12 @@ "file contains a Blokus puzzle as a setup with the solution as the main " "variation." msgstr "" +"?????????????????? ?????????????????????? ????????. ?????????????? ?????????? ?????????? ???????????????? ?????????? ?????????????????? " +"???????????????? ?? ???????????????? ????????????????, ???????? ???????? ???? ???????????????????? ?? ?????????????? ??????????????????. " +"???????? ???????? ???????????????????? ?? ??????????????????, ?????????????? ???? ?????????? ?????????? ????????????. ?????? " +"?????????????????? ???????????????? ???????????????????????? ?????????????????????? ??????????????, ???????? ???????? ???????????????? " +"?????????????????????? Blokus ?? ???????????????? ?????????????????? ?? ???????????????? ?? ???????????????? ???????????????? " +"????????????????." #. (itstool) path: varlistentry/term #: index.docbook:718 @@ -1048,19 +1180,19 @@ #. (itstool) path: listitem/para #: index.docbook:786 msgid "Go to the move with a given move number in the current variation." -msgstr "?????????????? ?? ???????? ?? ???????????????? ?????????????? ?? ?????????????? ????????????????." +msgstr "?????????????? ?? ???????? ?? ???????????????? ?????????????? ?? ?????????????? ????????????????." #. (itstool) path: varlistentry/term #: index.docbook:792 msgid "<guimenuitem>Main Variation</guimenuitem>" -msgstr "<guimenuitem>???????????????? ??????????????</guimenuitem>" +msgstr "<guimenuitem>???????????????? ????????????????</guimenuitem>" #. (itstool) path: listitem/para #: index.docbook:794 msgid "" "Go back to the last position in the current variation that belonged to the " "main variation." -msgstr "" +msgstr "?????????????? ?? ?????????????????? ??????????????, ?????????????? ?????????????????????? ???????????????? ????????????????." #. (itstool) path: varlistentry/term #: index.docbook:801 @@ -1072,7 +1204,7 @@ msgid "" "Go back to the last position in the current variation that had an " "alternative move." -msgstr "" +msgstr "?????????????? ?? ?????????????????? ??????????????, ?????? ?????? ???????????????????????????? ??????." #. (itstool) path: varlistentry/term #: index.docbook:810 @@ -1086,6 +1218,9 @@ "not visible, it will become visible. Selecting this item repeatedly will " "show all positions with comments in the game tree." msgstr "" +"?????????????? ?? ?????????????????? ?????????????? ?? ????????????????????????. ???????? ?????????????????? ???????? ?????????????????????? " +"???? ???????? ??????????, ?????? ???????????? ??????????????. ?????? ?????????????????? ???????????? ?????????? ???????????????? ?? " +"???????????? ???????? ?????????? ???????????????????????? ?????? ?????????????? ?? ??????????????????????????." #. (itstool) path: sect1/title #: index.docbook:822 @@ -1104,11 +1239,14 @@ "symbols are appended to the move numbers in the status bar and, depending on" " the configuration of <guilabel>Move Marking</guilabel>, on the board." msgstr "" +"???????????????? ?? ???????????????? ???????? ???????????? ?????????????????? ?? ?????????????????? ?????????? " +"(????????????????,???).?????????????? ?????????????????????? ?? ?????????????? ?????????? ?? ???????????? ?????????????????? ??, ?? " +"?????????????????????? ???? ???????????????????????? <guilabel>?????????????? ????????</guilabel>, ???? ??????????." #. (itstool) path: varlistentry/term #: index.docbook:835 msgid "<guimenuitem>Make Main Variation</guimenuitem>" -msgstr "<guimenuitem>?????????????? ???????????????? ??????????????????</guimenuitem>" +msgstr "<guimenuitem>?????????????? ???????????????? ??????????????????</guimenuitem>" #. (itstool) path: listitem/para #: index.docbook:837 @@ -1117,11 +1255,13 @@ " nodes in the game tree such that the current variation becomes the main " "variation." msgstr "" +"?????????????? ?????????????? ???????????????? ???????????????? ?????????????????? ????????. ?????? ???????????????????????????? ???????? ?? " +"???????????? ????????, ??????, ?????? ?????????????? ???????????????? ???????????????????? ????????????????." #. (itstool) path: varlistentry/term #: index.docbook:845 msgid "<guimenuitem>Variation Up</guimenuitem>" -msgstr "<guimenuitem>?????????????? ????????</guimenuitem>" +msgstr "<guimenuitem>???????????????? ????????</guimenuitem>" #. (itstool) path: listitem/para #: index.docbook:847 @@ -1130,6 +1270,9 @@ "earlier when iterating over the variations with <guibutton>Next " "Variation</guibutton> /<guibutton>Previous Variation</guibutton>." msgstr "" +"???????????????? ?????????????? ???????????????? ?????????? ??????????????, ?????? ?????????????? ?????????????? ?????????? " +"???????????????????????? ???????????? ?????? ???????????????????? ???????????????? ?? ?????????????? <guibutton>?????????????????? " +"????????????????</guibutton> / <guibutton>???????????????????? ????????????????</guibutton>." #. (itstool) path: varlistentry/term #: index.docbook:856 @@ -1143,11 +1286,14 @@ "later when iterating over the variations with <guibutton>Next " "Variation</guibutton> /<guibutton>Previous Variation</guibutton>." msgstr "" +"???????????????? ?????????????? ??????????????????, ?????? ,?????? ?????????????? ?????????????? ?????????? ???????????????????????? " +"?????????? ?????? ???????????????? ?????????????????? ?? ?????????????? <guibutton>?????????????????? " +"??????????????</guibutton> / <guibutton>???????????????????? ??????????????</guibutton>." #. (itstool) path: varlistentry/term #: index.docbook:867 msgid "<guimenuitem>Delete Variations</guimenuitem>" -msgstr "<guimenuitem>?????????????? ????????????????</guimenuitem>" +msgstr "<guimenuitem>?????????????? ????????????????</guimenuitem>" #. (itstool) path: listitem/para #: index.docbook:869 @@ -1156,6 +1302,9 @@ " in the main variation, it will first be changed to a position as in " "<guimenuitem>Back to Main Variation</guimenuitem>." msgstr "" +"???????????????? ???????? ????????????????, ?????????? ????????????????. ???????? ?????????????? ?????????????? ???? ???????????? ?? " +"???????????????? ????????????????, ?????? ?????????????? ?????????? ???????????????? ???? ??????????????, ?????? ?? " +"<guimenuitem>?????????????? ???? ???????????????? ????????????????</guimenuitem>." #. (itstool) path: varlistentry/term #: index.docbook:877 @@ -1168,6 +1317,7 @@ "Remove the node with the current position, including any subtree, from the " "game tree." msgstr "" +"?????????????? ???????? ?? ?????????????? ??????????????, ?????????????? ?????????? ??????????????????, ???? ???????????? ????????." #. (itstool) path: varlistentry/term #: index.docbook:886 @@ -1179,7 +1329,7 @@ msgid "" "Remove all child nodes of the node with the current position from the game " "tree." -msgstr "" +msgstr "?????????????? ?????? ???????????????? ???????? ???????? ?? ?????????????? ???????????????? ???? ???????????? ????????." #. (itstool) path: varlistentry/term #: index.docbook:895 @@ -1192,6 +1342,9 @@ "Delete all moves and keep only the current position as a setup. This can be " "used to create files that start with a given fixed position." msgstr "" +"?????????????? ?????? ???????? ?? ?????????????????? ???????????? ?????????????? ?????????????? ?? ???????????????? ??????????????????. " +"?????? ?????????? ???????? ???????????????????????? ?????? ???????????????? ????????????, ?????????????? ???????????????????? ?? " +"???????????????? ?????????????????????????? ??????????????." #. (itstool) path: varlistentry/term #: index.docbook:904 @@ -1223,6 +1376,14 @@ "orientation selector while no piece is selected. Setup mode can only be used" " if no moves have been played yet." msgstr "" +"???????? ?? ?????????? ?????????????????? ?????? ?????????? ???? ????????. ?? ???????????? ??????????????????, ???????????? ?????????? " +"???????? ?????????????????? ?? ?????????? ?????????? ???? ??????????, ???????? ?? ???????????????????? ???????????? ????????. " +"???????????????????????? ???????????? ?????????? ???????????? ?? ??????????, ?????????????? ???? ??????. ?????????????? ?????????????????? " +"???????? ?????????? ???????????????????? ????????, ?????????????? ?????????? ???????????????????????????????? ?????????? ???????????????????? " +"??????????????????. ?????? ?????????? ???????????????? ?? ?????????????? <guimenuitem>?????????????????? " +"????????</guimenuitem> ?????? ?????????????? ?????????????????????????? ????????????????????, ?????????? ???? ???????? " +"?????????????? ???? ????????????. ?????????? ?????????????????? ?????????? ???????????????????????? ???????????? ?? ?????? ????????????, " +"???????? ?????? ???? ???????? ?????????????? ???? ???????????? ????????." #. (itstool) path: varlistentry/term #: index.docbook:927 @@ -1236,6 +1397,9 @@ "enter game records, in which moves of a color were skipped because the color" " ran out of time." msgstr "" +"???????????????? ?????????????????? ???????? ?????? ?????????????????? ??????????. ?????? ?????????? ????????????????????????, " +"????????????????, ?????? ?????????????? ?????????????? ??????????????, ?? ?????????????? ???????? ???????????? ?????????? ???????? " +"?????????????????? ????-???? ????????, ?????? ???????? ???????? ???????????????? ???????? ??????????." #. (itstool) path: sect1/title #: index.docbook:939 @@ -1259,11 +1423,13 @@ "convention for the coordinates is the same as in the Blokus SGF file format " "used by Pentobi." msgstr "" +"???????????????????? ???????????????????? ???????????? ?????????? ???? ??????????. ???????????????????????? ?????????????????? ?? " +"Pentobi ?????????? ????, ?????? ?? ?? ?????????????? ?????????? Blokus SGF." #. (itstool) path: varlistentry/term #: index.docbook:956 msgid "<guilabel>Show variations</guilabel>" -msgstr "<guilabel>???????????????? ????????????????</guilabel>" +msgstr "<guilabel>???????????????? ????????????????</guilabel>" #. (itstool) path: listitem/para #: index.docbook:958 @@ -1272,6 +1438,9 @@ " If moves are marked with dots instead of numbers, a circle will be used " "instead of a dot for moves not in the main variation." msgstr "" +"?????????????????? ?????????? ?? ???????????? ???????? ???? ??????????, ???????? ?????? ?????????? ????????????????. ???????? ???????? " +"???????????????? ?????????????? ???????????? ????????, ???? ???????????? ?????????? ?????????? ???????????????????????????? ???????? ?????? " +"??????????, ???? ???????????????? ?? ???????????????? ????????????????." #. (itstool) path: varlistentry/term #: index.docbook:966 @@ -1284,6 +1453,9 @@ "This option exists only in desktop mode and shows the move number, move " "annotation and variation information at the right side of the status bar." msgstr "" +"?????? ?????????? ???????????????????? ???????????? ?? ???????????? ???????????????? ?????????? ?? ???????????????????? ?????????? " +"??????????????????????, ?????????????????? ?????????????????????? ?? ???????????????????? ???? ?????????????????? ?? ???????????? ?????????? " +"???????????? ??????????????????." #. (itstool) path: varlistentry/term #: index.docbook:975 @@ -1320,6 +1492,9 @@ "last move played with a dot or with a number, or to show the numbers of all " "moves, or not to show any marks." msgstr "" +"???????????????? ????????????, ?????????????? ???????? ???????????????????? ???? ??????????. ???????????????? ?????????????????????? ?? " +"??????, ?????????? ???????????????? ?????????????????? ?????????????????? ?????? ???????????? ?????? ????????????, ?????? ???????????????? " +"???????????? ???????? ??????????, ?????? ???? ???????????????????? ?????????????? ??????????." #. (itstool) path: varlistentry/term #: index.docbook:1001 @@ -1333,11 +1508,15 @@ " comment area when the position changes. By default, the comment area is " "only shown if a comment exists for the current position." msgstr "" +"?????? ?????????? ???????????????????? ???????????? ?? ???????????? ???????????????? ?????????? ?? ?????????????????????? ?????????????????? " +"?????????????? ???????????????????????? ?????? ?????????????????? ??????????????. ???? ?????????????????? ?????????????? " +"???????????????????????? ???????????????????????? ???????????? ?? ?????? ????????????, ???????? ?????????????????????? ???????????????????? " +"?????? ?????????????? ??????????????." #. (itstool) path: varlistentry/term #: index.docbook:1015 msgid "<guimenuitem>Comment</guimenuitem>" -msgstr "<guimenuitem>??????????????????????</guimenuitem>" +msgstr "<guimenuitem>??????????????????????</guimenuitem>" #. (itstool) path: listitem/para #: index.docbook:1017 @@ -1383,7 +1562,7 @@ #. (itstool) path: varlistentry/term #: index.docbook:1047 msgid "<guimenuitem>Play</guimenuitem>" -msgstr "<guimenuitem>????????????</guimenuitem>" +msgstr "<guimenuitem>????????</guimenuitem>" #. (itstool) path: listitem/para #: index.docbook:1049 @@ -1402,7 +1581,7 @@ #. (itstool) path: varlistentry/term #: index.docbook:1058 msgid "<guimenuitem>Play Move</guimenuitem>" -msgstr "<guimenuitem>?????????????????????????? ??????</guimenuitem>" +msgstr "<guimenuitem>?????????????? ??????</guimenuitem>" #. (itstool) path: listitem/para #: index.docbook:1060 @@ -1621,12 +1800,12 @@ #. (itstool) path: varlistentry/term #: index.docbook:1203 msgid "<keysym>Enter</keysym>" -msgstr "????????" +msgstr "<keysym>????????</keysym>" #. (itstool) path: listitem/para #: index.docbook:1205 msgid "Play the selected piece" -msgstr "?????????????????? ?????????????????? ??????????????" +msgstr "?????????????? ????????????" #. (itstool) path: varlistentry/term #: index.docbook:1211 @@ -1800,8 +1979,8 @@ "moves forward, end, previous variation, next variation." msgstr "" "?????????????????????? ?? ????????: ?? ???????????? ????????, ???? ???????????? ?????????? ??????????, ???? ???????? ?????? ??????????," -" ???????????? ???? ???????? ??????, ???????????? ???? ???????????? ??????????, ?? ?????????? ??????????, ?? ?????????????????????? " -"????????????????, ?? ???????????????????? ????????????????." +" ???????????? ???? ???????? ??????, ???????????? ???? ???????????? ??????????, ?? ?????????? ??????????, ?? ???????????????????? " +"????????????????, ?? ?????????????????? ????????????????." #. (itstool) path: varlistentry/term #: index.docbook:1260 @@ -1814,7 +1993,7 @@ "Like <guimenuitem>Find Move</guimenuitem> (Ctrl+H) but iterates backwards " "through the list of legal moves." msgstr "" -"???????????????????? <guimenuitem>?????????? ??????</guimenuitem> (Ctrl+H) ???? ?????????????????? " +"???????????????????? <guimenuitem>?????????? ??????</guimenuitem> (Ctrl+H), ???? ?????????????????? " "???????????????? ?????????? ???? ???????????? ???????????????????? ??????????." #. (itstool) path: varlistentry/term @@ -1875,8 +2054,8 @@ #. (itstool) path: chapter/para #: index.docbook:1305 -msgid "Copyright ?? 2011???2020 Markus Enzenberger" -msgstr "?????????????????? ?????????? ?? 2011???2020 Markus Enzenberger" +msgid "Copyright ?? 2011???2021 Markus Enzenberger" +msgstr "?????????????????? ?????????? ?? 2011???2021 Markus Enzenberger" #. (itstool) path: chapter/para #: index.docbook:1308 @@ -1887,7 +2066,7 @@ "any later version." msgstr "" "?????? ?????????????????? ???????????????? ???????????????????? ?????????????????????? ????????????????????????: ???? ???????????? " -"???????????????????????????? ?? / ?????? ???????????????? ???? ?? ???????????????????????? ?? ?????????????????? ?????????????????????? " +"???????????????????????????? ??/?????? ???????????????? ???? ?? ???????????????????????? ?? ?????????????????? ?????????????????????? " "???????????????????????? ???????????????? GNU, ???????????????????????????? Free Software Foundation, ???????? " "???????????? 3 ???? ????????????????, ???????? (???? ???????????? ????????????) ?????????? ?????????? ?????????????? ????????????." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/qml/AboutDialog.qml new/pentobi-18.5/pentobi/qml/AboutDialog.qml --- old/pentobi-18.4/pentobi/qml/AboutDialog.qml 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/qml/AboutDialog.qml 2021-03-04 10:12:19.000000000 +0100 @@ -59,7 +59,7 @@ } } Label { - text: qsTr("Copyright ?? 2011???%1 Markus Enzenberger").arg(2020) + text: qsTr("Copyright ?? 2011???%1 Markus Enzenberger").arg(2021) font.pixelSize: 0.9 * root.font.pixelSize opacity: 0.8 wrapMode: Text.Wrap diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/qml/i18n/qml_es.ts new/pentobi-18.5/pentobi/qml/i18n/qml_es.ts --- old/pentobi-18.4/pentobi/qml/i18n/qml_es.ts 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/qml/i18n/qml_es.ts 2021-03-04 10:12:19.000000000 +0100 @@ -888,7 +888,7 @@ </message> <message> <source>Press back again to exit</source> - <translation type="unfinished"/> + <translation>Vuelva a presionar atr??s para salir</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/qml/i18n/qml_ru.ts new/pentobi-18.5/pentobi/qml/i18n/qml_ru.ts --- old/pentobi-18.4/pentobi/qml/i18n/qml_ru.ts 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/qml/i18n/qml_ru.ts 2021-03-04 10:12:19.000000000 +0100 @@ -49,7 +49,7 @@ </message> <message> <source>Show variations</source> - <translation>???????????????? ????????????????</translation> + <translation>???????????????? ????????????????</translation> </message> <message> <source>Light</source> @@ -550,7 +550,7 @@ </message> <message> <source>Game analysis is only possible in main variation.</source> - <translation>???????????? ???????? ???????????????? ???????????? ?? ???????????????? ????????????????.</translation> + <translation>???????????? ???????? ???????????????? ???????????? ?? ???????????????? ????????????????.</translation> </message> <message> <source>Autosaved game was changed by another instance of Pentobi. Overwrite?</source> @@ -578,7 +578,7 @@ </message> <message> <source>Delete all variations?</source> - <translation>?????????????? ?????? ?????????????????</translation> + <translation>?????????????? ?????? ?????????????????</translation> </message> <message> <source>Save failed.</source> @@ -706,7 +706,7 @@ </message> <message> <source>Variations deleted</source> - <translation>???????????????? ??????????????</translation> + <translation>???????????????? ??????????????</translation> </message> <message> <source>File saved</source> @@ -738,7 +738,7 @@ </message> <message> <source>Variation is now %1</source> - <translation>?????????????? ?????????????? %1</translation> + <translation>?????????????? ???????????????? %1</translation> </message> <message> <source>Children truncated</source> @@ -770,7 +770,7 @@ </message> <message> <source>Main Variation</source> - <translation>???????????????? ??????????????</translation> + <translation>???????????????? ????????????????</translation> </message> <message> <source>Beginning of Branch</source> @@ -828,7 +828,7 @@ <message> <source>Play Move</source> <extracomment>Play a single move</extracomment> - <translation>?????????????????????????? ??????</translation> + <translation>?????????????? ??????</translation> </message> <message> <source>Quit</source> @@ -906,21 +906,21 @@ </message> <message> <source>Make Main Variation</source> - <translation>?????????????? ???????????????? ??????????????????</translation> + <translation>?????????????? ???????????????? ??????????????????</translation> </message> <message> <source>Variation Up</source> <extracomment>Short for Move Variation Up</extracomment> - <translation>?????????????? ????????</translation> + <translation>???????????????? ????????</translation> </message> <message> <source>Variation Down</source> <extracomment>Short for Move Variation Down</extracomment> - <translation>?????????????? ????????</translation> + <translation>?????????????? ????????</translation> </message> <message> <source>Delete Variations</source> - <translation>?????????????? ????????????????</translation> + <translation>?????????????? ????????????????</translation> </message> <message> <source>Truncate</source> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/unix/CMakeLists.txt new/pentobi-18.5/pentobi/unix/CMakeLists.txt --- old/pentobi-18.4/pentobi/unix/CMakeLists.txt 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/unix/CMakeLists.txt 2021-03-04 10:12:19.000000000 +0100 @@ -1,26 +1,10 @@ -find_package(Gettext 0.18 REQUIRED) +find_package(Gettext 0.19.6 REQUIRED) find_package(DocBookXSL REQUIRED) find_program(ITSTOOL itstool) if(NOT ITSTOOL) message(FATAL_ERROR "itstool not found") endif() -# The AppData ITS file (named metainfo.its or appdata.its) is usually installed -# in the gettext folder but provided but the appdata package. We want to check -# its existence already at configuration time. -get_filename_component(GETTEXT_BIN_DIR ${GETTEXT_MSGFMT_EXECUTABLE} DIRECTORY) -get_filename_component(GETTEXT_INSTALL_DIR ${GETTEXT_BIN_DIR} DIRECTORY) -find_file(METAINFO_ITS NAMES metainfo.its appdata.its - HINTS ${GETTEXT_INSTALL_DIR}/share/gettext/its - ) -if(NOT METAINFO_ITS) - message(FATAL_ERROR - "metainfo.its not found. Install appstream and/or use" - " -DMETAINFO_ITS=<file> to define the location of the metainfo.its" - " or appdata.its file." - ) -endif() - find_program(RSVG_CONVERT rsvg-convert) if(NOT RSVG_CONVERT) message(FATAL_ERROR "rsvg-convert not found (install librsvg2-bin)") @@ -94,7 +78,7 @@ --template io.sourceforge.pentobi.appdata.xml -o io.sourceforge.pentobi.appdata.translated.xml DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/io.sourceforge.pentobi.appdata.xml" - ${METAINFO_ITS} ${po_files} po/LINGUAS + ${po_files} po/LINGUAS ) install( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi/unix/po/ru.po new/pentobi-18.5/pentobi/unix/po/ru.po --- old/pentobi-18.4/pentobi/unix/po/ru.po 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi/unix/po/ru.po 2021-03-04 10:12:19.000000000 +0100 @@ -5,6 +5,7 @@ # # Translators: # ???????????? ???????????? <official15...@mail.ru>, 2020 +# Markus Enzenberger <markus.enzenber...@gmail.com>, 2020 # #, fuzzy msgid "" @@ -13,7 +14,7 @@ "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-09 10:33+0100\n" "PO-Revision-Date: 2019-02-25 15:36+0000\n" -"Last-Translator: ???????????? ???????????? <official15...@mail.ru>, 2020\n" +"Last-Translator: Markus Enzenberger <markus.enzenber...@gmail.com>, 2020\n" "Language-Team: Russian (https://www.transifex.com/markus-enzenberger/teams/89074/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pentobi-18.4/pentobi_thumbnailer/po/es.po new/pentobi-18.5/pentobi_thumbnailer/po/es.po --- old/pentobi-18.4/pentobi_thumbnailer/po/es.po 2020-11-20 13:21:18.000000000 +0100 +++ new/pentobi-18.5/pentobi_thumbnailer/po/es.po 2021-03-04 10:12:19.000000000 +0100 @@ -1,13 +1,13 @@ # # Translators: -# Francisco Zamorano <pacoz...@gmail.com>, 2019 +# Francisco Zamorano <pacoz...@gmail.com>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2020-10-16 07:22+0200\n" "PO-Revision-Date: 2019-02-25 15:38+0000\n" -"Last-Translator: Francisco Zamorano <pacoz...@gmail.com>, 2019\n" +"Last-Translator: Francisco Zamorano <pacoz...@gmail.com>, 2021\n" "Language-Team: Spanish (https://www.transifex.com/markus-enzenberger/teams/89074/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -77,6 +77,9 @@ "Pentobi-SGF.md in the Pentobi source package. The output file is a thumbnail" " image in PNG format." msgstr "" +"El archivo de entrada es un archivo de partida en formato SGF de Pentobi tal" +" y como se explica en Pentobi-SGF.md dentro del paquete de origen de " +"Pentobi. El archivo de salida es una imagen en miniatura en formato PNG." #. (itstool) path: refsection/title #: pentobi-thumbnailer-manpage.docbook.in:68