Hello community, here is the log from the commit of package hitori for openSUSE:Factory checked in at 2014-12-16 14:49:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hitori (Old) and /work/SRC/openSUSE:Factory/.hitori.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hitori" Changes: -------- --- /work/SRC/openSUSE:Factory/hitori/hitori.changes 2014-11-18 22:44:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.hitori.new/hitori.changes 2014-12-16 14:50:14.000000000 +0100 @@ -1,0 +2,13 @@ +Tue Dec 16 10:38:28 UTC 2014 - [email protected] + +- Update to version 3.14.2.1: + + Revert string freeze break. + +------------------------------------------------------------------- +Sun Dec 14 08:00:55 UTC 2014 - [email protected] + +- Update to version 3.14.2: + + data: Add <summary> element to the AppData file. + + Updated translations. + +------------------------------------------------------------------- Old: ---- hitori-3.14.1.tar.xz New: ---- hitori-3.14.2.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hitori.spec ++++++ --- /var/tmp/diff_new_pack.d8Opqx/_old 2014-12-16 14:50:19.000000000 +0100 +++ /var/tmp/diff_new_pack.d8Opqx/_new 2014-12-16 14:50:19.000000000 +0100 @@ -17,7 +17,7 @@ Name: hitori -Version: 3.14.1 +Version: 3.14.2.1 Release: 0 Summary: Original puzzle of Nikoli License: GPL-3.0+ ++++++ hitori-3.14.1.tar.xz -> hitori-3.14.2.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/ChangeLog new/hitori-3.14.2.1/ChangeLog --- old/hitori-3.14.1/ChangeLog 2014-10-26 16:47:39.000000000 +0100 +++ new/hitori-3.14.2.1/ChangeLog 2014-12-16 11:21:52.000000000 +0100 @@ -1,3 +1,69 @@ +commit 5ba041c030f416da29cfafd3a0796b8afb7ff896 +Author: Philip Withnall <[email protected]> +Date: Tue Dec 16 10:19:39 2014 +0000 + + data: Tweak AppData string to no longer need new translations + + Commit b55388bea5a60bb7a36aa63151ff11ff5ffb3ea3 broke the string + freeze. Sorry. + + The <summary> element is needed to get hitori.appdata.xml to pass + validation with recent versions of appstream-glib, so some string is + needed here. + + data/hitori.appdata.xml.in | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 6822707a2db593555b687e3f12f2b82ed699f0f7 +Author: Philip Withnall <[email protected]> +Date: Tue Dec 16 09:28:01 2014 +0000 + + Release version 3.14.2 + + NEWS | 5 +++++ + configure.ac | 2 +- + 2 files changed, 6 insertions(+), 1 deletion(-) + +commit b55388bea5a60bb7a36aa63151ff11ff5ffb3ea3 +Author: Philip Withnall <[email protected]> +Date: Tue Dec 16 09:26:00 2014 +0000 + + data: Add <summary> element to the AppData file + + data/hitori.appdata.xml.in | 1 + + 1 file changed, 1 insertion(+) + +commit 871ff0ba62f8d0c13dc42c1dd53238aa6108c00b +Author: Gábor Kelemen <[email protected]> +Date: Sun Dec 7 13:40:27 2014 +0000 + + Updated Hungarian translation + + help/hu/hu.po | 84 + ++++++++++++++++++++++++++++++++++++++++++++++++++--------- + 1 file changed, 71 insertions(+), 13 deletions(-) + +commit 22d7d6c581f3dee8838c4a8271be0d19ec2c24ee +Author: Muhammet Kara <[email protected]> +Date: Sun Nov 9 21:14:38 2014 +0000 + + Added Turkish translation + + po/LINGUAS | 1 + + po/tr.po | 180 + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 181 insertions(+) + +commit 810fda2a0b4788daa6e6e81c2d7809de7aa0a252 +Author: Philip Withnall <[email protected]> +Date: Sun Oct 26 15:48:19 2014 +0000 + + Release version 3.14.1 + + NEWS | 11 +++++++++++ + configure.ac | 2 +- + 2 files changed, 12 insertions(+), 1 deletion(-) + commit 6a41072a9fc7d1ec4aa24c31e981d033f48d5ff7 Author: Milo Casagrande <[email protected]> Date: Tue Oct 14 11:47:43 2014 +0000 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/NEWS new/hitori-3.14.2.1/NEWS --- old/hitori-3.14.1/NEWS 2014-10-26 16:45:30.000000000 +0100 +++ new/hitori-3.14.2.1/NEWS 2014-12-16 11:20:59.000000000 +0100 @@ -1,5 +1,13 @@ Major new features in version... +3.14.2.1: +* Revert string freeze break + +3.14.2: +* Translations: +** hu (Gabor Kelemen) +** tr (Necdet Yücel, Muhammet Kara) + 3.14.1: * Translations: ** hu (Balázs Úr) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/aclocal.m4 new/hitori-3.14.2.1/aclocal.m4 --- old/hitori-3.14.1/aclocal.m4 2014-10-26 16:47:05.000000000 +0100 +++ new/hitori-3.14.2.1/aclocal.m4 2014-12-16 11:21:41.000000000 +0100 @@ -9214,6 +9214,8 @@ dnl Additional warning/error flags can be passed as an optional second argument. dnl dnl For example: GNOME_COMPILE_WARNINGS([maximum],[-Werror=some-flag -Wfoobar]) + +# try submitting to autoconf-archive AC_DEFUN([GNOME_COMPILE_WARNINGS],[ dnl ****************************** dnl More compiler warnings @@ -9325,6 +9327,8 @@ dnl For C++, do basically the same thing. +# check whether current compiler status (AC_LANG_PUSH) is C++ +# deprecate AC_DEFUN([GNOME_CXX_WARNINGS],[ AC_ARG_ENABLE(cxx-warnings, AS_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/configure new/hitori-3.14.2.1/configure --- old/hitori-3.14.1/configure 2014-10-26 16:47:06.000000000 +0100 +++ new/hitori-3.14.2.1/configure 2014-12-16 11:21:41.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Hitori 3.14.1. +# Generated by GNU Autoconf 2.69 for Hitori 3.14.2.1. # # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=hitori>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='Hitori' PACKAGE_TARNAME='hitori' -PACKAGE_VERSION='3.14.1' -PACKAGE_STRING='Hitori 3.14.1' +PACKAGE_VERSION='3.14.2.1' +PACKAGE_STRING='Hitori 3.14.2.1' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=hitori' PACKAGE_URL='https://wiki.gnome.org/Apps/Hitori' @@ -1387,7 +1387,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Hitori 3.14.1 to adapt to many kinds of systems. +\`configure' configures Hitori 3.14.2.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1457,7 +1457,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Hitori 3.14.1:";; + short | recursive ) echo "Configuration of Hitori 3.14.2.1:";; esac cat <<\_ACEOF @@ -1588,7 +1588,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Hitori configure 3.14.1 +Hitori configure 3.14.2.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1866,7 +1866,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Hitori $as_me 3.14.1, which was +It was created by Hitori $as_me 3.14.2.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2730,7 +2730,7 @@ # Define the identity of the package. PACKAGE='hitori' - VERSION='3.14.1' + VERSION='3.14.2.1' cat >>confdefs.h <<_ACEOF @@ -13558,7 +13558,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Hitori $as_me 3.14.1, which was +This file was extended by Hitori $as_me 3.14.2.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13625,7 +13625,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Hitori config.status 3.14.1 +Hitori config.status 3.14.2.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/configure.ac new/hitori-3.14.2.1/configure.ac --- old/hitori-3.14.1/configure.ac 2014-10-26 16:45:30.000000000 +0100 +++ new/hitori-3.14.2.1/configure.ac 2014-12-16 11:21:02.000000000 +0100 @@ -1,4 +1,4 @@ -AC_INIT([Hitori],[3.14.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=hitori],[hitori],[https://wiki.gnome.org/Apps/Hitori]) +AC_INIT([Hitori],[3.14.2.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=hitori],[hitori],[https://wiki.gnome.org/Apps/Hitori]) AM_INIT_AUTOMAKE([check-news dist-xz no-dist-gzip subdir-objects]) AC_CONFIG_HEADERS([config.h]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/data/hitori.appdata.xml.in new/hitori-3.14.2.1/data/hitori.appdata.xml.in --- old/hitori-3.14.1/data/hitori.appdata.xml.in 2014-10-25 17:13:42.000000000 +0200 +++ new/hitori-3.14.2.1/data/hitori.appdata.xml.in 2014-12-16 11:19:08.000000000 +0100 @@ -6,6 +6,8 @@ <project_license>GPL-3.0+ and CC-BY-SA-3.0</project_license> <!-- Translators: the name of the application as it appears in a software center --> <_name>GNOME Hitori</_name> + <!-- Translators: the brief summary of the application as it appears in a software center. --> + <_summary>Play the Hitori puzzle game</_summary> <description> <!-- Translators: These are the application description paragraphs in the AppData file. --> <_p>Hitori is a logic game similar to the popular game of Sudoku.</_p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/help/hu/customization.page new/hitori-3.14.2.1/help/hu/customization.page --- old/hitori-3.14.1/help/hu/customization.page 2014-10-26 16:47:12.000000000 +0100 +++ new/hitori-3.14.2.1/help/hu/customization.page 2014-12-16 11:21:44.000000000 +0100 @@ -3,18 +3,22 @@ <info> <link type="guide" xref="index#play"/> <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/> - <desc>Changing how the game appears and plays.</desc> + <desc>A játék megjelenésének és menetének megváltoztatása</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> + <mal:name>Kelemen Gábor</mal:name> + <mal:email>kelemeng at gnome dot hu</mal:email> + <mal:years>2014.</mal:years> + </mal:credit> + + <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Úr Balázs</mal:name> - <mal:email>[email protected]</mal:email> + <mal:email>urbalazs at gmail dot com</mal:email> <mal:years>2014.</mal:years> </mal:credit> </info> <title>A játék személyre szabása</title> - <p>The game can be customized by changing the board size — boards from 5–10 cells square are allowed.</p> - <p>To change the board size, choose an option from <guiseq><gui style="menu">Game</gui><gui style="menuitem">Board Size</gui></guiseq>. - <app>Hitori</app> will ask if you want to stop the current game if you're in the middle of one, then start a new game with the - requested board size.</p> + <p>A játék a tábla méretének módosításával szabható személyre - 5-10 cellás négyzet táblák használhatók.</p> + <p>A tábla méretének módosításához válasszon egy lehetőséget a <guiseq><gui style="menu">Játék</gui><gui style="menuitem">Táblaméret</gui></guiseq> menüpont alatt. Ha éppen játék közben van, a <app>Hitori</app> meg fogja kérdezni, hogy leállítja-e az aktuális játékot és újat indít a kért táblamérettel.</p> </page> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/help/hu/game.page new/hitori-3.14.2.1/help/hu/game.page --- old/hitori-3.14.1/help/hu/game.page 2014-10-26 16:47:12.000000000 +0100 +++ new/hitori-3.14.2.1/help/hu/game.page 2014-12-16 11:21:45.000000000 +0100 @@ -6,21 +6,26 @@ <desc>Bevezetés a Hitori játékba.</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> + <mal:name>Kelemen Gábor</mal:name> + <mal:email>kelemeng at gnome dot hu</mal:email> + <mal:years>2014.</mal:years> + </mal:credit> + + <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Úr Balázs</mal:name> - <mal:email>[email protected]</mal:email> + <mal:email>urbalazs at gmail dot com</mal:email> <mal:years>2014.</mal:years> </mal:credit> </info> <title>Hitori, a játék</title> - <p>Hitori is a small logic puzzle in a similar vein to the more popular Sudoku. In the game, the player starts with a square board of numbers, - and has to <em>paint out</em> cells until there are no duplicate numbers in each row and column. The following rules apply:</p> + <p>A Hitori egy kis logikai fejtörő a népszerűbb Sudokuhoz hasonlóan. A játékban a játékos egy négyzet alakú számtáblával indul, és <em>ki kell festenie</em> a cellákat, amíg nem maradnak többször szereplő számok az egyes sorokban és oszlopokban. A következők a szabályok:</p> <list> - <item><p>There must only be one of each number in the unpainted cells in each row and column.</p></item> - <item><p>No painted cell may be adjacent to another, vertically or horizontally.</p></item> - <item><p>All the unpainted cells must be joined together vertically and horizontally in one group.</p></item> + <item><p>A sorokban és oszlopokban kifestetlen cellákban minden számból csak egy lehet.</p></item> + <item><p>A kifestett cellák nem lehetnek vízszintesen vagy függőlegesen szomszédosak.</p></item> + <item><p>Minden kifestetlen cellának össze kell kapcsolódnia vízszintesen és függőlegesen egy csoportba.</p></item> </list> - <p>These are the only three rules of the game, and so there may well be multiple solutions to a Hitori puzzle board.</p> + <p>A játéknak csak ez a három szabálya van, így több megoldása is lehet egy-egy Hitori fejtörőtáblának.</p> <figure> <title>Fő játék ablak</title> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/help/hu/hu.po new/hitori-3.14.2.1/help/hu/hu.po --- old/hitori-3.14.1/help/hu/hu.po 2014-10-25 17:13:42.000000000 +0200 +++ new/hitori-3.14.2.1/help/hu/hu.po 2014-12-16 09:44:29.000000000 +0100 @@ -4,29 +4,32 @@ # # Balázs Úr <urbalazs at gmail dot com>, 2013. # Balázs Úr <[email protected]>, 2014. +# Gabor Kelemen <kelemeng at gnome dot hu>, 2014. msgid "" msgstr "" "Project-Id-Version: hitori master\n" -"POT-Creation-Date: 2014-08-03 14:26+0000\n" -"PO-Revision-Date: 2014-09-21 01:22+0200\n" -"Last-Translator: Balázs Úr <[email protected]>\n" -"Language-Team: Hungarian <[email protected]>\n" +"POT-Creation-Date: 2014-09-22 16:36+0000\n" +"PO-Revision-Date: 2014-12-07 14:39+0100\n" +"Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n" +"Language-Team: Hungarian <openscope at googlegroups dot com>\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.2\n" +"X-Generator: Lokalize 1.4\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" -msgstr "Úr Balázs <[email protected]>, 2014." +msgstr "" +"Kelemen Gábor <kelemeng at gnome dot hu>, 2014.\n" +"Úr Balázs <urbalazs at gmail dot com>, 2014." #. (itstool) path: info/desc #: C/customization.page:6 msgid "Changing how the game appears and plays." -msgstr "" +msgstr "A játék megjelenésének és menetének megváltoztatása" #. (itstool) path: page/title #: C/customization.page:8 @@ -39,6 +42,8 @@ "The game can be customized by changing the board size — boards from 5–10 " "cells square are allowed." msgstr "" +"A játék a tábla méretének módosításával szabható személyre - 5-10 cellás " +"négyzet táblák használhatók." #. (itstool) path: page/p #: C/customization.page:11 @@ -48,6 +53,11 @@ "app> will ask if you want to stop the current game if you're in the middle " "of one, then start a new game with the requested board size." msgstr "" +"A tábla méretének módosításához válasszon egy lehetőséget a <guiseq><gui " +"style=\"menu\">Játék</gui><gui style=\"menuitem\">Táblaméret</gui></guiseq> " +"menüpont alatt. Ha éppen játék közben van, a <app>Hitori</app> meg fogja " +"kérdezni, hogy leállítja-e az aktuális játékot és újat indít a kért " +"táblamérettel." #. (itstool) path: media #. This is a reference to an external file such as an image or video. When @@ -81,6 +91,10 @@ "<em>paint out</em> cells until there are no duplicate numbers in each row " "and column. The following rules apply:" msgstr "" +"A Hitori egy kis logikai fejtörő a népszerűbb Sudokuhoz hasonlóan. A játékban " +"a játékos egy négyzet alakú számtáblával indul, és <em>ki kell festenie</em> " +"a cellákat, amíg nem maradnak többször szereplő számok az egyes sorokban és " +"oszlopokban. A következők a szabályok:" #. (itstool) path: item/p #: C/game.page:13 @@ -88,11 +102,13 @@ "There must only be one of each number in the unpainted cells in each row and " "column." msgstr "" +"A sorokban és oszlopokban kifestetlen cellákban minden számból csak egy lehet." #. (itstool) path: item/p #: C/game.page:14 msgid "No painted cell may be adjacent to another, vertically or horizontally." msgstr "" +"A kifestett cellák nem lehetnek vízszintesen vagy függőlegesen szomszédosak." #. (itstool) path: item/p #: C/game.page:15 @@ -100,6 +116,8 @@ "All the unpainted cells must be joined together vertically and horizontally " "in one group." msgstr "" +"Minden kifestetlen cellának össze kell kapcsolódnia vízszintesen és " +"függőlegesen egy csoportba." #. (itstool) path: page/p #: C/game.page:17 @@ -107,6 +125,8 @@ "These are the only three rules of the game, and so there may well be " "multiple solutions to a Hitori puzzle board." msgstr "" +"A játéknak csak ez a három szabálya van, így több megoldása is lehet egy-egy " +"Hitori fejtörőtáblának." #. (itstool) path: figure/title #: C/game.page:20 @@ -161,9 +181,6 @@ #. (itstool) path: p/link #: C/legal.xml:5 -#| msgid "" -#| "This work is distributed under a CreativeCommons Attribution-Share Alike " -#| "3.0 Unported license." msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License" msgstr "Creative Commons Nevezd meg!-Így add tovább! 3.0 átíratlan licenc" @@ -175,12 +192,12 @@ #. (itstool) path: info/desc #: C/playing.page:6 msgid "Using <app>Hitori</app> to play a game." -msgstr "" +msgstr "A <app>Hitori</app> játék használata." #. (itstool) path: page/title #: C/playing.page:8 msgid "Playing a Game" -msgstr "" +msgstr "Játékmenet" #. (itstool) path: page/p #: C/playing.page:10 @@ -189,6 +206,9 @@ "\"menuitem\">New Game</gui></guiseq>. If you are already playing a game, " "<app>Hitori</app> will ask if you want to stop the current game." msgstr "" +"Új játék indításához válassza a <guiseq><gui style=\"menu\">Játék</gui><gui " +"style=\"menuitem\">Új játék</gui></guiseq> menüpontot. Ha már játszik, a <app>" +"Hitori</app> meg fogja kérdezni, hogy leállítja-e az aktuális játékot." #. (itstool) path: page/p #: C/playing.page:12 @@ -197,6 +217,9 @@ "cells are painted such that none of the three rules are broken, the game " "will end and the board may no longer be manipulated." msgstr "" +"Egy cella kifestéséhez kattintson rá. A kifestés megszüntetéséhez kattintson " +"rá újra. Amikor a cellák úgy vannak kifestve, hogy a három szabály egyike sem " +"sérül, a játék befejeződik és a tábla már nem lesz módosítható." #. (itstool) path: page/p #: C/playing.page:14 @@ -208,6 +231,12 @@ "Highlighted cells can be de-highlighted by clicking on them again while " "holding either <key>Ctrl</key> or <key>Shift</key> again." msgstr "" +"A <app>Hitori</app> lehetővé teszi a tábla megoldása közbe a cellák " +"kiemelését saját jegyzetként. Ez a <key>Ctrl</key> vagy <key>Shift</key> " +"billentyű lenyomva tartása közbeni cellára kattintással érhető el. A két " +"billentyű eltérően emeli ki a cellákat, és a cellák egyszerre mindkét módon " +"kiemelhetők. A cellák kiemelése megszüntethető, ha a <key>Ctrl</key> vagy <" +"key>Shift</key> nyomva tartása közben újra rájuk kattint." #. (itstool) path: page/p #: C/playing.page:18 @@ -217,6 +246,11 @@ "gui><gui style=\"menuitem\">Redo</gui></guiseq>. You may undo or redo as " "many moves as you like without restriction." msgstr "" +"Egy lépés visszavonásához vagy mégis végrehajtásához válassza a <guiseq><gui " +"style=\"menu\">Játék</gui><gui style=\"menuitem\">Visszavonás</gui></guiseq> " +"vagy a <guiseq><gui style=\"menu\">Játék</gui><gui style=\"menuitem\">Mégis<" +"/gui></guiseq> menüpontot. Korlátlan számú lépést vonhat vissza vagy hajthat " +"végre mégis." #. (itstool) path: page/p #: C/playing.page:21 @@ -227,11 +261,16 @@ "of the cell (painted or unpainted) is incorrect, and should be changed for " "the game to be won." msgstr "" +"A kifestendő cellákkal kapcsolatos tippért válassza a <guiseq><gui " +"style=\"menu\">Játék</gui><gui style=\"menuitem\">Tipp</gui></guiseq> " +"menüpontot. Egy cella villogó vörös körvonallal kerül kiemelésre. Ez jelzi, " +"hogy a cella aktuális állapota (kifestett vagy sem) helytelen, és meg kell " +"változtatni a játék megnyeréséhez." #. (itstool) path: info/desc #: C/strategy.page:6 msgid "Strategies for playing Hitori." -msgstr "" +msgstr "Stratégiák a Hitori játékhoz." #. (itstool) path: page/title #: C/strategy.page:8 @@ -247,6 +286,11 @@ "use <key>Ctrl</key>-clicking to highlight all the repeated numbers in each " "<em>row</em>." msgstr "" +"A Hitori meglehetősen hasonló a Sudokuhoz, amennyiben logikai " +"következtetéssel lehet meghatározni a kifestendő cellákat. Az egyik stratégia " +"szerint a <key>Shift</key> használatával kiemeljük az ismétlődő számokat az " +"egyes <em>oszlopokban</em>, majd a <key>Ctrl</key> használatával kiemeljük az " +"ismétlődő számokat az egyes <em>sorokban</em>." #. (itstool) path: page/p #: C/strategy.page:13 @@ -257,6 +301,11 @@ "the same row and column as that cell is a good way to keep track of which " "cells are still violating <link xref=\"game\">rule 1 of Hitori</link>." msgstr "" +"Miután ez megvan a teljes táblán, a mindkét módon kiemelt cellák jó jelöltek " +"a kifestéshez, noha nem mindig. Egy cella kifestésekor az ugyanabban a sorban " +"és oszlopban azonos számot tartalmazó cellák kiemelésének megszüntetése jó " +"módszer azon cellák nyilvántartására, amelyek még mindig megsértik a <link " +"xref=\"game\">Hitori 1. szabályát</link>." #. (itstool) path: page/p #: C/strategy.page:16 @@ -267,6 +316,11 @@ "separating one or more unpainted cells from the other unpainted cells will " "be highlighted in red." msgstr "" +"Mindig tartsa szem előtt a Hitori 2. szabályát, miszerint két szomszédos " +"cella nem lehet egyszerre kifestve. A <app>Hitori</app> vörössel emeli ki a " +"2. szabályt megsértő cellákat. Hasonlóan a 3. szabályt a kifestetlen cellák " +"többi kifestetlen cellától való elválasztásával megsértő cellák is vörössel " +"lesznek kiemelve." #. (itstool) path: page/p #: C/strategy.page:20 @@ -276,6 +330,10 @@ "flag a cell which should be painted or unpainted to move closer to a " "solution." msgstr "" +"Ha bármikor elakad, válassza a <guiseq><gui style=\"menu\">Játék</gui> <gui " +"style=\"menuitem\">Tipp</gui></guiseq> menüpontot, hogy a <app>Hitori</app> " +"kiemeljen egy cellát, amelynek kifestésével vagy kifestésének törlésével " +"közelebb lehet jutni a megoldáshoz." #~ msgid "Legal information." #~ msgstr "Jogi információk." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/help/hu/index.page new/hitori-3.14.2.1/help/hu/index.page --- old/hitori-3.14.1/help/hu/index.page 2014-10-26 16:47:12.000000000 +0100 +++ new/hitori-3.14.2.1/help/hu/index.page 2014-12-16 11:21:45.000000000 +0100 @@ -12,8 +12,14 @@ </license> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> + <mal:name>Kelemen Gábor</mal:name> + <mal:email>kelemeng at gnome dot hu</mal:email> + <mal:years>2014.</mal:years> + </mal:credit> + + <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Úr Balázs</mal:name> - <mal:email>[email protected]</mal:email> + <mal:email>urbalazs at gmail dot com</mal:email> <mal:years>2014.</mal:years> </mal:credit> </info> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/help/hu/playing.page new/hitori-3.14.2.1/help/hu/playing.page --- old/hitori-3.14.1/help/hu/playing.page 2014-10-26 16:47:12.000000000 +0100 +++ new/hitori-3.14.2.1/help/hu/playing.page 2014-12-16 11:21:45.000000000 +0100 @@ -3,28 +3,25 @@ <info> <link type="guide" xref="index#play"/> <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/> - <desc>Using <app>Hitori</app> to play a game.</desc> + <desc>A <app>Hitori</app> játék használata.</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> + <mal:name>Kelemen Gábor</mal:name> + <mal:email>kelemeng at gnome dot hu</mal:email> + <mal:years>2014.</mal:years> + </mal:credit> + + <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Úr Balázs</mal:name> - <mal:email>[email protected]</mal:email> + <mal:email>urbalazs at gmail dot com</mal:email> <mal:years>2014.</mal:years> </mal:credit> </info> - <title>Playing a Game</title> + <title>Játékmenet</title> - <p>To start a new game, choose <guiseq><gui style="menu">Game</gui><gui style="menuitem">New Game</gui></guiseq>. If you are already playing a - game, <app>Hitori</app> will ask if you want to stop the current game.</p> - <p>To paint a cell, click on it; to unpaint it again, click on it again. When cells are painted such that none - of the three rules are broken, the game will end and the board may no longer be manipulated.</p> - <p><app>Hitori</app> also allows you to highlight cells for your own reference when solving a board. This can be achieved by holding - <key>Ctrl</key> or <key>Shift</key> and clicking on a cell. They both highlight cells differently, and cells can be highlighted in - both manners at the same time. Highlighted cells can be de-highlighted by clicking on them again while holding either <key>Ctrl</key> - or <key>Shift</key> again.</p> - <p>To undo or redo a move, choose <guiseq><gui style="menu">Game</gui><gui style="menuitem">Undo</gui></guiseq> or - <guiseq><gui style="menu">Game</gui><gui style="menuitem">Redo</gui></guiseq>. You may undo or redo as many moves as you like without - restriction.</p> - <p>To get a hint on which cells to paint out, choose <guiseq><gui style="menu">Game</gui><gui style="menuitem">Hint</gui></guiseq>. A cell - will be highlighted with a flashing red outline. This shows that the current status of the cell (painted or unpainted) is incorrect, - and should be changed for the game to be won.</p> + <p>Új játék indításához válassza a <guiseq><gui style="menu">Játék</gui><gui style="menuitem">Új játék</gui></guiseq> menüpontot. Ha már játszik, a <app>Hitori</app> meg fogja kérdezni, hogy leállítja-e az aktuális játékot.</p> + <p>Egy cella kifestéséhez kattintson rá. A kifestés megszüntetéséhez kattintson rá újra. Amikor a cellák úgy vannak kifestve, hogy a három szabály egyike sem sérül, a játék befejeződik és a tábla már nem lesz módosítható.</p> + <p>A <app>Hitori</app> lehetővé teszi a tábla megoldása közbe a cellák kiemelését saját jegyzetként. Ez a <key>Ctrl</key> vagy <key>Shift</key> billentyű lenyomva tartása közbeni cellára kattintással érhető el. A két billentyű eltérően emeli ki a cellákat, és a cellák egyszerre mindkét módon kiemelhetők. A cellák kiemelése megszüntethető, ha a <key>Ctrl</key> vagy <key>Shift</key> nyomva tartása közben újra rájuk kattint.</p> + <p>Egy lépés visszavonásához vagy mégis végrehajtásához válassza a <guiseq><gui style="menu">Játék</gui><gui style="menuitem">Visszavonás</gui></guiseq> vagy a <guiseq><gui style="menu">Játék</gui><gui style="menuitem">Mégis</gui></guiseq> menüpontot. Korlátlan számú lépést vonhat vissza vagy hajthat végre mégis.</p> + <p>A kifestendő cellákkal kapcsolatos tippért válassza a <guiseq><gui style="menu">Játék</gui><gui style="menuitem">Tipp</gui></guiseq> menüpontot. Egy cella villogó vörös körvonallal kerül kiemelésre. Ez jelzi, hogy a cella aktuális állapota (kifestett vagy sem) helytelen, és meg kell változtatni a játék megnyeréséhez.</p> </page> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/help/hu/strategy.page new/hitori-3.14.2.1/help/hu/strategy.page --- old/hitori-3.14.1/help/hu/strategy.page 2014-10-26 16:47:12.000000000 +0100 +++ new/hitori-3.14.2.1/help/hu/strategy.page 2014-12-16 11:21:45.000000000 +0100 @@ -3,26 +3,25 @@ <info> <link type="guide" xref="index#tips"/> <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/> - <desc>Strategies for playing Hitori.</desc> + <desc>Stratégiák a Hitori játékhoz.</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> + <mal:name>Kelemen Gábor</mal:name> + <mal:email>kelemeng at gnome dot hu</mal:email> + <mal:years>2014.</mal:years> + </mal:credit> + + <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Úr Balázs</mal:name> - <mal:email>[email protected]</mal:email> + <mal:email>urbalazs at gmail dot com</mal:email> <mal:years>2014.</mal:years> </mal:credit> </info> <title>Játékmenet stratégiák</title> - <p>Hitori is quite similar to Sudoku, in that it takes logical deduction to work out which cells to paint out. One strategy is to use - <key>Shift</key>-clicking to highlight all the repeated numbers in each <em>column</em>, then use <key>Ctrl</key>-clicking to - highlight all the repeated numbers in each <em>row</em>.</p> - <p>Once this is done for the entire board, the cells which have been highlighted both ways are good candidates for painting, although not - always. When painting a cell, unhighlighting the other cells with the same number in the same row and column as that cell is a good - way to keep track of which cells are still violating <link xref="game">rule 1 of Hitori</link>.</p> - <p>Always bear in mind that rule 2 of Hitori means that two adjacent cells can't both be painted. <app>Hitori</app> will highlight in red the - cells which violate rule 2. Similarly, groups of cells which violate rule 3 by separating one or more unpainted cells from the other - unpainted cells will be highlighted in red.</p> + <p>A Hitori meglehetősen hasonló a Sudokuhoz, amennyiben logikai következtetéssel lehet meghatározni a kifestendő cellákat. Az egyik stratégia szerint a <key>Shift</key> használatával kiemeljük az ismétlődő számokat az egyes <em>oszlopokban</em>, majd a <key>Ctrl</key> használatával kiemeljük az ismétlődő számokat az egyes <em>sorokban</em>.</p> + <p>Miután ez megvan a teljes táblán, a mindkét módon kiemelt cellák jó jelöltek a kifestéshez, noha nem mindig. Egy cella kifestésekor az ugyanabban a sorban és oszlopban azonos számot tartalmazó cellák kiemelésének megszüntetése jó módszer azon cellák nyilvántartására, amelyek még mindig megsértik a <link xref="game">Hitori 1. szabályát</link>.</p> + <p>Mindig tartsa szem előtt a Hitori 2. szabályát, miszerint két szomszédos cella nem lehet egyszerre kifestve. A <app>Hitori</app> vörössel emeli ki a 2. szabályt megsértő cellákat. Hasonlóan a 3. szabályt a kifestetlen cellák többi kifestetlen cellától való elválasztásával megsértő cellák is vörössel lesznek kiemelve.</p> - <p>If you get stuck at any point, choose <guiseq><gui style="menu">Game</gui><gui style="menuitem">Hint</gui></guiseq> for <app>Hitori</app> - to flag a cell which should be painted or unpainted to move closer to a solution.</p> + <p>Ha bármikor elakad, válassza a <guiseq><gui style="menu">Játék</gui> <gui style="menuitem">Tipp</gui></guiseq> menüpontot, hogy a <app>Hitori</app> kiemeljen egy cellát, amelynek kifestésével vagy kifestésének törlésével közelebb lehet jutni a megoldáshoz.</p> </page> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/po/LINGUAS new/hitori-3.14.2.1/po/LINGUAS --- old/hitori-3.14.1/po/LINGUAS 2014-10-25 17:13:42.000000000 +0200 +++ new/hitori-3.14.2.1/po/LINGUAS 2014-12-16 09:44:29.000000000 +0100 @@ -31,6 +31,7 @@ sr sr@latin sv +tr vi uk zh_CN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hitori-3.14.1/po/tr.po new/hitori-3.14.2.1/po/tr.po --- old/hitori-3.14.1/po/tr.po 1970-01-01 01:00:00.000000000 +0100 +++ new/hitori-3.14.2.1/po/tr.po 2014-12-16 09:44:29.000000000 +0100 @@ -0,0 +1,180 @@ +# Turkish translation for hitori. +# Copyright (C) 2014 hitori's COPYRIGHT HOLDER +# This file is distributed under the same license as the hitori package. +# Necdet Yücel <[email protected]>, 2014. +# Muhammet Kara <[email protected]>, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: hitori master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=hitori&keywords=I18N+L10N&component=General\n" +"POT-Creation-Date: 2014-11-08 22:18+0000\n" +"PO-Revision-Date: 2014-11-09 23:11+0200\n" +"Last-Translator: Muhammet Kara <[email protected]>\n" +"Language-Team: Türkçe <[email protected]>\n" +"Language: tr\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: Gtranslator 2.91.6\n" +"X-POOTLE-MTIME: 1415490997.000000\n" + +#: ../data/hitori.desktop.in.h:1 ../data/hitori.ui.h:12 ../src/main.c:101 +msgid "Hitori" +msgstr "Hitori" + +#: ../data/hitori.desktop.in.h:2 +msgid "Play the Hitori puzzle game" +msgstr "Hitori bulmaca oyununu oynayın" + +#. Translators: the name of the application as it appears in a software center +#: ../data/hitori.appdata.xml.in.h:2 +msgid "GNOME Hitori" +msgstr "GNOME Hitori" + +#. Translators: These are the application description paragraphs in the AppData file. +#: ../data/hitori.appdata.xml.in.h:4 +msgid "Hitori is a logic game similar to the popular game of Sudoku." +msgstr "Hitori, Sudoku'ya benzer bir mantık oyunudur." + +#: ../data/hitori.appdata.xml.in.h:5 +msgid "" +"You play the game against the clock, aiming to eliminate all the duplicate " +"numbers in each row and column in the fastest time. Multiple sizes of game " +"board are supported, and you can place markers on cells to help work out the " +"solution. If you get stuck, the game can give you a hint." +msgstr "" +"Oyunu her bir satır ve sütunda tekrarlanan sayıları ortadan kaldırmak " +"amacıyla zamana karşı oynarsınız. Oyun tahtasının çoklu boyutları " +"desteklenir ve hücrelere çözümü bulmaya yardımcı işaretler koyabilirsiniz. " +"Takıldığınız yerde oyun size ipucu verebilir." + +#: ../data/hitori.ui.h:1 ../src/main.c:305 +msgid "_New Game" +msgstr "_Yeni Oyun" + +#: ../data/hitori.ui.h:2 +msgid "Board _Size" +msgstr "Tahta _Boyutu" + +#: ../data/hitori.ui.h:3 +msgid "5×5" +msgstr "5×5" + +#: ../data/hitori.ui.h:4 +msgid "6×6" +msgstr "6×6" + +#: ../data/hitori.ui.h:5 +msgid "7×7" +msgstr "7×7" + +#: ../data/hitori.ui.h:6 +msgid "8×8" +msgstr "8×8" + +#: ../data/hitori.ui.h:7 +msgid "9×9" +msgstr "9×9" + +#: ../data/hitori.ui.h:8 +msgid "10×10" +msgstr "10×10" + +#: ../data/hitori.ui.h:9 +msgid "_Help" +msgstr "_Yardım" + +#: ../data/hitori.ui.h:10 +msgid "_About" +msgstr "_Hakkında" + +#: ../data/hitori.ui.h:11 ../src/rules.c:272 +msgid "_Quit" +msgstr "_Çık" + +#: ../data/hitori.ui.h:13 +msgid "Undo your last move" +msgstr "Son hamleyi geri al" + +#: ../data/hitori.ui.h:14 +msgid "Redo a move" +msgstr "Hareketi yinele" + +#: ../data/hitori.ui.h:15 +msgid "Get a hint for your next move" +msgstr "Bir sonraki hamle için ipucu al" + +#: ../data/org.gnome.hitori.gschema.xml.h:1 +msgid "Board size" +msgstr "Tahta boyutu" + +#: ../data/org.gnome.hitori.gschema.xml.h:2 +msgid "The size of the board, in cells." +msgstr "Hücre cinsinden tahtanın boyutu." + +#: ../src/interface.c:87 +#, c-format +msgid "UI file “%s” could not be loaded" +msgstr "UI dosyası \"%s\" yüklenemedi" + +#: ../src/interface.c:661 +msgid "The help contents could not be displayed" +msgstr "Yardım içeriği gösterilemiyor" + +#: ../src/interface.c:685 +msgid "Copyright © 2007–2010 Philip Withnall" +msgstr "Telif Hakkı © 2007–2010 Philip Withnall" + +#: ../src/interface.c:686 +msgid "A logic puzzle originally designed by Nikoli" +msgstr "Nikoli tarafından tasarlanan bir mantık bulmacası" + +#: ../src/interface.c:688 +msgid "translator-credits" +msgstr "Necdet Yücel <[email protected]>" + +#: ../src/interface.c:692 +msgid "Hitori Website" +msgstr "Hitori Web Sayfası" + +#: ../src/main.c:209 +msgid "Enable debug mode" +msgstr "Hata ayıklama kipini etkinleştir" + +#. Translators: This means to choose a number as the "seed" for random number generation used when creating a board +#: ../src/main.c:211 +msgid "Seed the board generation" +msgstr "Tahta oluşumu için bir başlatıcı girin" + +#. Options +#: ../src/main.c:225 +msgid "- Play a game of Hitori" +msgstr "- Bir Hitori oyunu oyna" + +#. Print an error +#: ../src/main.c:235 +#, c-format +msgid "Command line options could not be parsed: %s\n" +msgstr "Komut satırı seçenekleri ayrıştırılamadı: %s\n" + +#: ../src/main.c:301 +msgid "Do you want to stop the current game?" +msgstr "Geçerli oyunu durdurmak istiyor musunuz?" + +#: ../src/main.c:304 +msgid "Keep _Playing" +msgstr "Oynamaya _Devam Et" + +#. Translators: The first parameter is the number of minutes which have elapsed since the start of the game; the second parameter is +#. * the number of seconds. +#: ../src/rules.c:267 +#, c-format +msgid "You’ve won in a time of %02u:%02u!" +msgstr "%02u dakika %02u saniye içinde kazandınız!" + +#: ../src/rules.c:273 +msgid "_Play Again" +msgstr "_Tekrar Oyna" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
