commit klickety for openSUSE:Factory
Hello community, here is the log from the commit of package klickety for openSUSE:Factory checked in at 2017-08-28 15:07:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/klickety (Old) and /work/SRC/openSUSE:Factory/.klickety.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "klickety" Mon Aug 28 15:07:21 2017 rev:64 rq:516383 version:17.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/klickety/klickety.changes 2017-07-29 08:58:04.513075854 +0200 +++ /work/SRC/openSUSE:Factory/.klickety.new/klickety.changes 2017-08-28 15:07:33.233814978 +0200 @@ -1,0 +2,17 @@ +Fri Aug 11 22:45:40 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : + * Use Q_DECLARE_OVERRIDE + +------------------------------------------------------------------- +Sat Aug 5 18:18:03 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + +------------------------------------------------------------------- Old: ---- klickety-17.04.3.tar.xz New: ---- klickety-17.08.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ klickety.spec ++++++ --- /var/tmp/diff_new_pack.6o9pR3/_old 2017-08-28 15:07:34.449643953 +0200 +++ /var/tmp/diff_new_pack.6o9pR3/_new 2017-08-28 15:07:34.461642266 +0200 @@ -1,7 +1,7 @@ # # spec file for package klickety # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without lang Name: klickety -Version: 17.04.3 +Version: 17.08.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Strategic board game License: GPL-2.0+ @@ -48,7 +49,9 @@ BuildRequires: pkgconfig(Qt5Widgets) Obsoletes: klickety5 < %{version} Provides: klickety5 = %{version} +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -76,16 +79,16 @@ %files %defattr(-,root,root) %doc COPYING COPYING.DOC -%{_kf5_bindir}/klickety -%{_kf5_htmldir}/en/klickety/ -%{_kf5_applicationsdir}/org.kde.ksame.desktop +%doc %lang(en) %{_kf5_htmldir}/en/klickety/ %{_kf5_applicationsdir}/org.kde.klickety.desktop +%{_kf5_applicationsdir}/org.kde.ksame.desktop +%{_kf5_appsdir}/kconf_update/klick* +%{_kf5_appsdir}/klickety/ +%{_kf5_bindir}/klickety %{_kf5_iconsdir}/hicolor/*/apps/klickety.* %{_kf5_iconsdir}/hicolor/*/apps/ksame.* -%{_kf5_appsdir}/klickety/ -%{_kf5_appsdir}/kconf_update/klick* -%{_datadir}/kxmlgui5/klickety/ -%{_datadir}/sounds/klickety/ +%{_kf5_kxmlguidir}/klickety/ +%{_kf5_sharedir}/sounds/klickety/ %if %{with lang} %files lang -f %{name}.lang ++++++ klickety-17.04.3.tar.xz -> klickety-17.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/gamescene.h new/klickety-17.08.0/gamescene.h --- old/klickety-17.04.3/gamescene.h 2017-06-13 05:12:46.000000000 +0200 +++ new/klickety-17.08.0/gamescene.h 2017-07-26 09:31:03.000000000 +0200 @@ -83,7 +83,7 @@ void redoAllMove(); protected: /** Reimplemented for drawing the background depending on the settings */ - virtual void drawBackground( QPainter* painter, const QRectF& rect ); + void drawBackground( QPainter* painter, const QRectF& rect ) Q_DECL_OVERRIDE; private Q_SLOTS: /** Check whether the player has no way to remove any pieces, emit signals if finished */ void checkGameFinished(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/gameview.h new/klickety-17.08.0/gameview.h --- old/klickety-17.04.3/gameview.h 2017-06-13 05:12:46.000000000 +0200 +++ new/klickety-17.08.0/gameview.h 2017-07-26 09:31:03.000000000 +0200 @@ -35,7 +35,7 @@ explicit GameView( QGraphicsScene* scene, QWidget* parent = 0 ); protected: /** Reimplemented for notifying game scene of the resize event */ - virtual void resizeEvent( QResizeEvent *event ); + void resizeEvent( QResizeEvent *event ) Q_DECL_OVERRIDE; }; #endif // GAMEVIEW_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/org.kde.klickety.appdata.xml new/klickety-17.08.0/org.kde.klickety.appdata.xml --- old/klickety-17.04.3/org.kde.klickety.appdata.xml 2017-06-13 05:12:46.000000000 +0200 +++ new/klickety-17.08.0/org.kde.klickety.appdata.xml 2017-07-26 09:31:03.000000000 +0200 @@ -29,6 +29,7 @@ <name xml:lang="sr-ijekavian">Кликети</name> <name xml:lang="sr-ijekavianlatin">Kliketi</name> <name xml:lang="sv">Klickety</name> + <name xml:lang="tr">Klickety</name> <name xml:lang="uk">Klickety</name> <name xml:lang="x-test">xxKlicketyxx</name> <name xml:lang="zh-CN">Klickety</name> @@ -58,8 +59,10 @@ <summary xml:lang="sr-ijekavian">Кликети је прерада игре Кликоманија</summary> <summary xml:lang="sr-ijekavianlatin">Kliketi je prerada igre Klikomanija</summary> <summary xml:lang="sv">Klickety är en anpassning av spelet "clickomania"</summary> + <summary xml:lang="tr">Klickety, "clickomania" oyununa bir benzetmedir</summary> <summary xml:lang="uk">Klickety — реалізація гри «клікоманія»</summary> <summary xml:lang="x-test">xxKlickety is an adaptation of the "clickomania" gamexx</summary> + <summary xml:lang="zh-CN">Klickety 是“clickomania”游戏的又一实作</summary> <summary xml:lang="zh-TW">Klickety 是一套 clickomania 的遊戲</summary> <description> <p> @@ -89,6 +92,7 @@ <p xml:lang="sr-ijekavian">Кликети је стратешка игра за КДЕ, прерада игре Кликоманија.</p> <p xml:lang="sr-ijekavianlatin">Kliketi je strateška igra za KDE, prerada igre Klikomanija.</p> <p xml:lang="sv">Klickety är ett strategispel för KDE, en anpassning av spelet Clickomania.</p> + <p xml:lang="tr">Klickety, KDE için bir strateji oyunudur ve Clickomania oyununa bir benzetmedir.</p> <p xml:lang="uk">Klickety — стратегічна гра для KDE, варіант гри Clickomania («Клікоманія»).</p> <p xml:lang="x-test">xxKlickety is a strategy game for KDE, an adaption of the Clickomania game.xx</p> <p xml:lang="zh-TW">Klickety 是 KDE 上類似 Clickomania 的策略遊戲。</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/org.kde.ksame.appdata.xml new/klickety-17.08.0/org.kde.ksame.appdata.xml --- old/klickety-17.04.3/org.kde.ksame.appdata.xml 2017-06-13 05:12:46.000000000 +0200 +++ new/klickety-17.08.0/org.kde.ksame.appdata.xml 2017-07-26 09:31:03.000000000 +0200 @@ -28,6 +28,7 @@ <name xml:lang="sr-ijekavian">К‑исто‑исто</name> <name xml:lang="sr-ijekavianlatin">K‑isto‑isto</name> <name xml:lang="sv">Ksame</name> + <name xml:lang="tr">KSame</name> <name xml:lang="uk">KSame</name> <name xml:lang="x-test">xxKSamexx</name> <name xml:lang="zh-CN">KSame</name> @@ -55,6 +56,7 @@ <summary xml:lang="sr-ijekavian">К‑исто‑исто је један режим игре Кликети, која је прерада игре Кликоманија.</summary> <summary xml:lang="sr-ijekavianlatin">K‑isto‑isto je jedan režim igre Kliketi, koja je prerada igre Klikomanija.</summary> <summary xml:lang="sv">Ksame är en spelvariant av spelet Klickety, som är en anpassning av spelet "clickomania".</summary> + <summary xml:lang="tr">KSame, "clickomania" oyununun uyarlanması olan Klickety oyununun bir oyun kipidir.</summary> <summary xml:lang="uk">KSame — режим у грі Klickety, який є адаптацією гри «клікоманія».</summary> <summary xml:lang="x-test">xxKSame is a game mode of the game Klickety, which is an adaptation of the "clickomania" game.xx</summary> <summary xml:lang="zh-TW">KSame 是 Klickety 的一種遊戲模式,類似 clickomania 遊戲。</summary> @@ -84,6 +86,7 @@ <p xml:lang="sr-ijekavian">К‑исто‑исто је једноставна, а опет изазовна игра поклапања боја, по узору на некада чувену игру исто‑исто. Идеја иза К‑исто‑истог је да се потпуно очисти играчка табла попуњена разнобојним кликерима.</p> <p xml:lang="sr-ijekavianlatin">K‑isto‑isto je jednostavna, a opet izazovna igra poklapanja boja, po uzoru na nekada čuvenu igru isto‑isto. Ideja iza K‑isto‑istog je da se potpuno očisti igračka tabla popunjena raznobojnim klikerima.</p> <p xml:lang="sv">Ksame är ett enkelt, men ändå utmanande färgjämförelsespel modellerat enligt det en gång berömda spelet Samegame. Idén bakom Ksame är att helt och hållet tömma spelbrädet, som är fyllt med mångfärgade kulor.</p> + <p xml:lang="tr">KSame, bir zamanların ünlü SameGame oyunundan sonra modellenen, basit, ancak zorlu bir renk eşleştirme oyunudur. KSame'in arkasındaki fikir, çok renkli mermerlerle dolu oyun tahtasını tamamen temizlemektir.</p> <p xml:lang="uk">KSame — проста, але захоплива гра у пошук відповідних кольорів. Джерелом натхнення для створення гри була гра SameGame. Дуже проста умова. На дошці будуть кульки. Приберіть їх всі.</p> <p xml:lang="x-test">xxKSame is a simple, yet challenging color matching game modeled after once famous game of SameGame. The idea behind KSame is to completely clear the game board filled with the multicolored marbles.xx</p> <p xml:lang="zh-TW">KSame 是一套簡單但也很有挑戰性的遊戲,從知名的 SameGame 演變而來。KSame 目的是完全清除遊戲棋盤上的各種不同顏色。</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/piece.h new/klickety-17.08.0/piece.h --- old/klickety-17.04.3/piece.h 2017-06-13 05:12:46.000000000 +0200 +++ new/klickety-17.08.0/piece.h 2017-07-26 09:31:03.000000000 +0200 @@ -36,7 +36,7 @@ /** Destructor */ ~Piece(); /** Reimplemented for using bounding rect for detecting hovering and mouse clicking */ - virtual QPainterPath shape() const; + QPainterPath shape() const Q_DECL_OVERRIDE; /** The current column in the game scene, from left to right, starts from 0 */ int m_x; /** The current row in the game scene, from top to bottom, starts from 0 */ @@ -58,11 +58,11 @@ void pieceUnhovered( int x, int y ); protected: /** Reimplemented for emitting signals if this piece is hovered */ - virtual void hoverEnterEvent( QGraphicsSceneHoverEvent* event ); + void hoverEnterEvent( QGraphicsSceneHoverEvent* event ) Q_DECL_OVERRIDE; /** Reimplemented for emitting signals if this piece is unhovered */ - virtual void hoverLeaveEvent( QGraphicsSceneHoverEvent* event ); + void hoverLeaveEvent( QGraphicsSceneHoverEvent* event ) Q_DECL_OVERRIDE; /** Reimplemented for emitting signals if any mouse click event */ - virtual void mousePressEvent( QGraphicsSceneMouseEvent* event ); + void mousePressEvent( QGraphicsSceneMouseEvent* event ) Q_DECL_OVERRIDE; }; #endif // PIECE_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/po/de/docs/klickety/index.docbook new/klickety-17.08.0/po/de/docs/klickety/index.docbook --- old/klickety-17.04.3/po/de/docs/klickety/index.docbook 2017-07-11 02:22:01.000000000 +0200 +++ new/klickety-17.08.0/po/de/docs/klickety/index.docbook 2017-08-11 02:40:29.000000000 +0200 @@ -700,7 +700,7 @@
Hilfe</guimenu , weitere Informationen dazu finden Sie in den Abschnitten über die Menüs <ulink url="help:/fundamentals/ui.html#menus-settings" Einstellungen</ulink -> und <ulink url="help:/fundamentals/uihtml#menus-help" +> und <ulink url="help:/fundamentals/ui.html#menus-help" Hilfe</ulink der &kde;-Grundlagen. </para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/po/gl/klickety.po new/klickety-17.08.0/po/gl/klickety.po --- old/klickety-17.04.3/po/gl/klickety.po 2017-07-11 02:22:01.000000000 +0200 +++ new/klickety-17.08.0/po/gl/klickety.po 2017-08-11 02:40:29.000000000 +0200 @@ -157,7 +157,7 @@ #: main.cpp:59 #, kde-format msgid "Start with KSame compatibility mode" -msgstr "Iniciar co modo de compatibilidade do KSame" +msgstr "Iniciar co modo de compatibilidade de KSame" #: main.cpp:70 #, kde-format @@ -192,7 +192,7 @@ #: main.cpp:73 #, kde-format msgid "Integration with Klickety. Current maintainer" -msgstr "Integración co Klickety. Mantedor actual" +msgstr "Integración con Klickety. Mantedor actual" #: main.cpp:74 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/po/pt/docs/klickety/index.docbook new/klickety-17.08.0/po/pt/docs/klickety/index.docbook --- old/klickety-17.04.3/po/pt/docs/klickety/index.docbook 2017-07-11 02:22:01.000000000 +0200 +++ new/klickety-17.08.0/po/pt/docs/klickety/index.docbook 2017-08-11 02:40:29.000000000 +0200 @@ -1,14 +1,6 @@ <?xml version="1.0" ?> <!--IMPORTANT: please note that'do not change this!' notice does not apply to translators --> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ - <!ENTITY klickety "<application ->Klickety</application ->"> - <!ENTITY kappname "&klickety;"> - <!ENTITY package "kdegames" -><!-- do not change this! --> - <!ENTITY kappversion "2.0" -><!--Applicaion version. Use this variable everywhere it's needed.--> <!ENTITY % addindex "IGNORE"
<!-- do not change this! --> <!ENTITY % Portuguese "INCLUDE" @@ -77,11 +69,9 @@ &FDLNotice;</legalnotice>
Atalhos de Teclado por Omissão</title> -<screenshot> -<screeninfo ->Janela de Configuração dos Atalhos</screeninfo> -<mediaobject> -<imageobject -><imagedata fileref="shortcuts.png" format="PNG"/></imageobject> -<textobject -><phrase ->Janela de Configuração dos Atalhos</phrase -></textobject> -</mediaobject> -</screenshot>
<date ->2010-09-25</date -><!-- Date of (re)writing, or update.--> +>2016-05-09</date> <releaseinfo ->&kappversion;</releaseinfo -><!-- Application version number. Use the variable definitions within header to change this value.--> +>2.1+ (Aplicações 16.04)</releaseinfo> <abstract> <para @@ -241,19 +231,6 @@ <sect1 id="default-keybindings"> <title id="keybindings-title" - <para
Os atalhos por omissão são:</para>
@@ -264,6 +241,16 @@ <tbody> <row> <entry +>Novo</entry> +<entry +><keycombo action="simul" +>&Ctrl;<keycap +>N</keycap +></keycombo +></entry> +</row> +<row> +<entry
Carregar</entry> <entry <keycombo action="simul" @@ -300,6 +287,16 @@ </row> <row> <entry +>Mostrar os Recordes</entry> +<entry +><keycombo action="simul" +>&Ctrl;<keycap +>H</keycap +></keycombo +></entry> +</row> +<row> +<entry Sair</entry> <entry <keycombo action="simul" @@ -351,9 +348,10 @@ </table> </sect1>
<shortcut <keycombo action="simul" &Ctrl;<keycap ->O</keycap +>N</keycap </keycombo </shortcut <guimenu Jogo</guimenu <guimenuitem ->Abrir...</guimenuitem +>Novo</guimenuitem </menuchoice </term> <listitem <para +>Inicia um novo jogo.</para +></listitem> +</varlistentry>
-<sect1 id="game-menu"> +<sect1 id="menu"> <title ->O Menu Jogo</title> +>Opções do Menu</title> + <variablelist> <varlistentry> @@ -362,17 +360,38 @@ + +<varlistentry> +<term +><menuchoice +> <shortcut +><keycombo action="simul" +>&Ctrl;<keycap +>O</keycap +></keycombo +></shortcut +> <guimenu +>Jogo</guimenu +> <guimenuitem +>Carregar...</guimenuitem +> </menuchoice +> (não no KSameMode) </term> +<listitem +><para
Carrega um jogo previamente gravado.</para </listitem> </varlistentry> @@ -428,7 +447,7 @@ <varlistentry> <term <menuchoice -><shortcut +> <shortcut <keycombo action="simul" &Ctrl;<keycap S</keycap @@ -439,7 +458,7 @@ <guimenuitem Gravar</guimenuitem </menuchoice -></term> +> (não no KSameMode)</term> <listitem <para Grava o estado actual do jogo no disco.</para @@ -525,14 +544,6 @@ </listitem> </varlistentry>
-</variablelist> -</sect1> - -<sect1 id="move-menu"> -<title ->O Menu Movimento</title> -<variablelist> - <varlistentry> <term
<menuchoice @@ -613,44 +624,6 @@ </listitem> </varlistentry>
-</variablelist> -</sect1> - -<sect1 id="settings-menu"> -<title ->O Menu Configuração</title> -<variablelist> - -<varlistentry> -<term -><menuchoice -><guimenu ->Configuração</guimenu -> <guimenuitem ->Mostrar a Barra de Ferramentas</guimenuitem -> </menuchoice -></term> -<listitem -><para ->Mostra ou esconde a barra de ferramentas.</para -></listitem> -</varlistentry> - -<varlistentry> -<term -><menuchoice -><guimenu ->Configuração</guimenu -> <guimenuitem ->Mostrar a Barra de Estado</guimenuitem -> </menuchoice -></term> -<listitem -><para ->Mostra ou esconde a barra de estado.</para -></listitem> -</varlistentry> - <varlistentry> <term
<menuchoice @@ -704,85 +677,21 @@ </listitem> </varlistentry>
+</variablelist> -<varlistentry> -<term -><menuchoice -><guimenu ->Configuração</guimenu -> <guimenuitem ->Configurar os Atalhos...</guimenuitem -> </menuchoice -></term> -<listitem -><para -><action ->Mostra uma janela normal de configuração de atalhos do &kde;</action -> para alterar as <link linkend="default-keybindings" ->combinações de teclas</link -> do &klickety;.</para -></listitem> -</varlistentry> - -<varlistentry> -<term -><menuchoice -><guimenu ->Configuração</guimenu -> <guimenuitem ->Configurar as Barras de Ferramentas...</guimenuitem -> </menuchoice -></term> -<listitem -><para ->Mostra uma janela normal do &kde; onde poderá configurar os ícones da barra de ferramentas.</para -></listitem> -</varlistentry> - -<varlistentry> -<term -><menuchoice -><guimenu ->Configuração</guimenu -> <guimenuitem ->Configurar as Notificações...</guimenuitem -> </menuchoice -></term> -<listitem -><para ->Este item mostra uma janela normal de configuração das notificações do &kde;, onde poderá modificar as notificações (sons, mensagens visíveis, &etc;) usadas pelo &klickety;.</para -></listitem> -</varlistentry> - -<varlistentry> -<term -><menuchoice -><guimenu +<para +>Para além disso, o &klickety; tem os menus de <guimenu
Configuração</guimenu -><guimenuitem ->Configurar o &klickety;...</guimenuitem -> </menuchoice -></term> -<listitem -><para -><action ->Abre uma janela para configurar o &klickety;.</action -> Para mais detalhes, veja <link linkend="configuration" ->aqui</link ->.</para -></listitem> -</varlistentry> -</variablelist> +> e <guimenu +>Ajuda</guimenu +> normais do &kde;; para mais informações, leia as secções acerca dos menus de <ulink url="help:/fundamentals/ui.html#menus-settings" +>Configuração</ulink +> e <ulink url="help:/fundamentals/ui.html#menus-help" +>Ajuda</ulink +> dos Fundamentos do &kde;. </para>
</sect1> - -<sect1 id="help" -><!--This is a standard Help menubar entry. Only change if needed.--> -<title ->O Menu Ajuda</title> -&help.menu.documentation; </sect1> - </chapter> <chapter id="faq"> @@ -802,9 +711,7 @@
</question> <answer <para ->Sim. Para mudar a forma como aparece o &klickety;, use o <link linkend="settings-menu" ->menu</link -> para abrir o <link linkend="configuration" +>Sim. Para mudar a forma como aparece o &klickety;, use o menu para abrir o <link linkend="configuration" utilitário de configuração</link .</para </answer> @@ -1035,15 +942,5 @@
&underFDL; &underGPL; </chapter> -<appendix id="installation"> -<title ->Instalação</title> -&install.intro.documentation; -<sect1 id="Compilation"> -<title ->Compilação e Instalação</title> -&install.compile.documentation; </sect1> -</appendix> - &documentation.index; </book> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/po/tr/klickety.po new/klickety-17.08.0/po/tr/klickety.po --- old/klickety-17.04.3/po/tr/klickety.po 2017-07-11 02:22:01.000000000 +0200 +++ new/klickety-17.08.0/po/tr/klickety.po 2017-08-11 02:40:29.000000000 +0200 @@ -11,8 +11,8 @@ "POT-Creation-Date: 2016-11-19 20:14+0100\n" "PO-Revision-Date: 2017-05-16 12:41+0000\n" "Last-Translator: İşbaran <isbaran@gmail.com>\n" -"Language-Team: Turkish " -"(http://www.transifex.com/projects/p/kdegames-k-tr/language/tr/)\n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/kdegames-k-tr/" +"language/tr/)\n" "Language: tr\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/klickety-17.04.3/po/zh_CN/klickety.po new/klickety-17.08.0/po/zh_CN/klickety.po --- old/klickety-17.04.3/po/zh_CN/klickety.po 2017-07-11 02:22:01.000000000 +0200 +++ new/klickety-17.08.0/po/zh_CN/klickety.po 2017-08-11 02:40:29.000000000 +0200 @@ -1,22 +1,20 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Ni Hui <shuizhuyuanluo@126.com>, 2010. -# Weng Xuetian <wengxt@gmail.com>, 2015. msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:14+0100\n" -"PO-Revision-Date: 2015-12-16 11:52-0800\n" -"Last-Translator: Weng Xuetian <wengxt@gmail.com>\n" -"Language-Team: Chinese <kde-china@kde.org>\n" +"PO-Revision-Date: 2017-08-05 09:35-0400\n" +"Last-Translator: guoyunhebrave <guoyunhebrave@gmail.com>\n" +"Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: kdeorg\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File: /kf5-stable/messages/kdegames/klickety.pot\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -42,10 +40,9 @@ #. i18n: ectx: property (text), widget (QRadioButton, kcfg_RadioImage) #: bgselectorconfig.ui:56 -#, fuzzy, kde-format -#| msgid "Image" +#, kde-format msgid "&Image" -msgstr "图像" +msgstr "映像(&I)" #. i18n: ectx: property (text), widget (QLabel, label) #: customgameconfig.ui:17 @@ -92,10 +89,9 @@ msgstr "已暂停" #: gamescene.cpp:361 -#, fuzzy, kde-format -#| msgid "game finished" +#, kde-format msgid "Game finished" -msgstr "游戏结束" +msgstr "" #. i18n: ectx: label, entry (BgColor), group (Background) #: klickety.kcfg:36 @@ -275,10 +271,9 @@ msgstr "选择局编号:" #: mainwindow.cpp:217 mainwindow.cpp:231 -#, fuzzy, kde-format -#| msgid "Klickety Game Files | *.klickety" +#, kde-format msgid "Klickety Game Files (*.klickety)" -msgstr "Klickety 游戏文件 | *.klickety" +msgstr "" #: mainwindow.cpp:243 #, kde-format @@ -355,30 +350,3 @@ #, kde-format msgid "Custom" msgstr "自定义" - -#~ msgid "Ima&ge" -#~ msgstr "图像(&G)" - -#~ msgid "The background type to be used." -#~ msgstr "要使用的背景类型。" - -#~ msgid "SameGame" -#~ msgstr "SameGame" - -#~ msgid "The graphical theme to be used." -#~ msgstr "要使用的图形主题。" - -#~ msgid "Start with Very Easy difficulty level" -#~ msgstr "以非常简单难度开始" - -#~ msgid "Start with Easy difficulty level" -#~ msgstr "以简单难度开始" - -#~ msgid "Start with Medium difficulty level" -#~ msgstr "以中等难度开始" - -#~ msgid "Start with Hard difficulty level" -#~ msgstr "以困难难度开始" - -#~ msgid "The difficulty level." -#~ msgstr "难度级别。" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/themes/ksame.desktop new/klickety-17.08.0/themes/ksame.desktop --- old/klickety-17.04.3/themes/ksame.desktop 2017-06-13 05:12:46.000000000 +0200 +++ new/klickety-17.08.0/themes/ksame.desktop 2017-07-26 09:31:03.000000000 +0200 @@ -55,7 +55,7 @@ Description[fi]=Klicketyn KSame-teema Description[fr]=Thème « KSame » pour Klickety Description[ga]=Téama KSame Klickety -Description[gl]=Tema Klickety do KSame +Description[gl]=Tema Klickety de KSame Description[hi]=क्लिकेटी कसेम प्रसंग Description[hu]=Klickety KSame téma Description[it]=Tema Klickety per KSame diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/themes/ksame_old.desktop new/klickety-17.08.0/themes/ksame_old.desktop --- old/klickety-17.04.3/themes/ksame_old.desktop 2017-06-13 05:12:46.000000000 +0200 +++ new/klickety-17.08.0/themes/ksame_old.desktop 2017-07-26 09:31:03.000000000 +0200 @@ -55,7 +55,7 @@ Description[fi]=Klicketyn vanha KSame-teema Description[fr]=Ancien thème « KSame » pour Klickety Description[ga]=Seantéama KSame Klickety -Description[gl]=Tema antigo Klickety do KSame +Description[gl]=Tema antigo Klickety de KSame Description[hi]=क्लिकेटी कसेम पुराना प्रसंग Description[hu]=Klickety KSame Old téma Description[it]=Vecchio tema Klickety per KSame diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klickety-17.04.3/undo.h new/klickety-17.08.0/undo.h --- old/klickety-17.04.3/undo.h 2017-06-13 05:12:46.000000000 +0200 +++ new/klickety-17.08.0/undo.h 2017-07-26 09:31:03.000000000 +0200 @@ -33,14 +33,14 @@ explicit HidePiece( Piece* piece ) : m_piece(piece) { setText( QStringLiteral( "Hide Piece" ) ); } - virtual int id() const { + int id() const Q_DECL_OVERRIDE { return ID_HIDEPIECE; } - virtual void undo() { + void undo() Q_DECL_OVERRIDE { m_piece->setEnabled( true ); m_piece->show(); } - virtual void redo() { + void redo() Q_DECL_OVERRIDE { m_piece->setEnabled( false ); m_piece->hide(); } @@ -57,13 +57,13 @@ : m_pieceA(a), m_pieceB(b), m_posA(posA), m_posB(posB) { setText( QStringLiteral( "Swap Piece" ) ); } - virtual int id() const { + int id() const Q_DECL_OVERRIDE { return ID_SWAPPIECE; } - virtual void undo() { + void undo() Q_DECL_OVERRIDE { redo(); } - virtual void redo() { + void redo() Q_DECL_OVERRIDE { Piece* tmpA = *m_pieceA; Piece* tmpB = *m_pieceB; int tmpAX = tmpA->m_x;
participants (1)
-
root@hilbert.suse.de