Hello community,

here is the log from the commit of package four-in-a-row for openSUSE:Factory 
checked in at 2013-10-14 14:26:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/four-in-a-row (Old)
 and      /work/SRC/openSUSE:Factory/.four-in-a-row.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "four-in-a-row"

Changes:
--------
--- /work/SRC/openSUSE:Factory/four-in-a-row/four-in-a-row.changes      
2013-09-27 17:09:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.four-in-a-row.new/four-in-a-row.changes 
2013-10-14 14:26:28.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:09:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  four-in-a-row-3.10.0.tar.xz

New:
----
  four-in-a-row-3.10.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ four-in-a-row.spec ++++++
--- /var/tmp/diff_new_pack.3DTSxx/_old  2013-10-14 14:26:29.000000000 +0200
+++ /var/tmp/diff_new_pack.3DTSxx/_new  2013-10-14 14:26:29.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           four-in-a-row
-Version:        3.10.0
+Version:        3.10.1
 Release:        0
 Summary:        Connect Four Game for GNOME
 License:        GPL-2.0+

++++++ four-in-a-row-3.10.0.tar.xz -> four-in-a-row-3.10.1.tar.xz ++++++
++++ 5233 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/NEWS new/four-in-a-row-3.10.1/NEWS
--- old/four-in-a-row-3.10.0/NEWS       2013-09-24 00:03:06.000000000 +0200
+++ new/four-in-a-row-3.10.1/NEWS       2013-10-12 12:55:52.000000000 +0200
@@ -1,3 +1,8 @@
+four-in-a-row 3.10.1
+====================
+
+* Translation updates
+
 four-in-a-row 3.10.0
 ====================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/config.h.in new/four-in-a-row-3.10.1/config.h.in
--- old/four-in-a-row-3.10.0/config.h.in        2013-09-24 00:03:09.000000000 
+0200
+++ new/four-in-a-row-3.10.1/config.h.in        2013-10-12 13:07:06.000000000 
+0200
@@ -3,9 +3,6 @@
 /* The gettext package name */
 #undef GETTEXT_PACKAGE
 
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
 /* Name of package */
 #undef PACKAGE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/configure.ac new/four-in-a-row-3.10.1/configure.ac
--- old/four-in-a-row-3.10.0/configure.ac       2013-09-24 00:03:06.000000000 
+0200
+++ new/four-in-a-row-3.10.1/configure.ac       2013-10-12 12:55:52.000000000 
+0200
@@ -1,4 +1,4 @@
-AC_INIT(four-in-a-row, 3.10.0)
+AC_INIT(four-in-a-row, 3.10.1)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/Makefile.am 
new/four-in-a-row-3.10.1/help/Makefile.am
--- old/four-in-a-row-3.10.0/help/Makefile.am   2013-09-24 00:03:06.000000000 
+0200
+++ new/four-in-a-row-3.10.1/help/Makefile.am   2013-10-12 12:48:29.000000000 
+0200
@@ -18,6 +18,6 @@
        sound-animation.page \
        legal.xml
 
-HELP_LINGUAS = ca cs da de el en_GB es eu fi fr it oc pt_BR sl sr sr@latin sv 
zh_CN
+HELP_LINGUAS = ca cs da de el en_GB es eu fi fr hu it oc pt_BR sl sr sr@latin 
sv zh_CN
 
 -include $(top_srcdir)/git.mk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/hu/appearance.page 
new/four-in-a-row-3.10.1/help/hu/appearance.page
--- old/four-in-a-row-3.10.0/help/hu/appearance.page    1970-01-01 
01:00:00.000000000 +0100
+++ new/four-in-a-row-3.10.1/help/hu/appearance.page    2013-10-12 
13:07:11.000000000 +0200
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/"; type="topic" style="task" 
id="appearance" xml:lang="hu">
+
+  <info>
+    <link type="guide" xref="index#preferences"/>
+
+    <revision pkgversion="3.8" version="0.1" date="2013-03-29" status="final"/>
+
+    <include xmlns="http://www.w3.org/2001/XInclude"; href="legal.xml"/>
+
+    <credit type="author">
+      <name>Aruna Sankaranarayanan</name>
+      <email>safincr...@gmail.com</email>
+    </credit>
+
+    <desc>Különböző témákkal javítható a játékélmény.</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>2013.</mal:years>
+    </mal:credit>
+  </info>
+
+  <title>A játékterület megjelenésének módosítása</title>
+
+  <p>Alapesetben a <app>Négyet egy sorba</app> egyszínű piros és kék 
üveggolyókat használ fekete háttéren amikor új játékot indít.</p>
+
+  <steps>
+    <title>Másik téma használata:</title>
+    <item>
+      <p>Válassza a <guiseq><gui style="menu">Beállítások</gui><gui 
style="menuitem">Beállítások</gui><gui style="menuitem">Játék</gui></guiseq> 
menüpontot.</p>
+    </item>
+    <item>
+      <p>A <gui>Megjelenés</gui> alatt válassza ki a kívánt témát a <gui 
style="group">Téma</gui> melletti legördülő menüből. A változtatás azonnal 
életbe lép a játékablakban.</p>
+    </item>
+  </steps>
+
+</page>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/hu/basics.page 
new/four-in-a-row-3.10.1/help/hu/basics.page
--- old/four-in-a-row-3.10.0/help/hu/basics.page        1970-01-01 
01:00:00.000000000 +0100
+++ new/four-in-a-row-3.10.1/help/hu/basics.page        2013-10-12 
13:07:11.000000000 +0200
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/"; type="topic" style="task" 
id="basics" xml:lang="hu">
+
+  <info>
+    <link type="guide" xref="index#play"/>
+
+    <revision pkgversion="3.8" version="0.1" date="2013-03-29" status="final"/>
+
+    <include xmlns="http://www.w3.org/2001/XInclude"; href="legal.xml"/>
+
+    <credit type="author">
+      <name>Aruna Sankaranarayanan</name>
+      <email>safincr...@gmail.com</email>
+    </credit>
+
+    <desc>Indítás, teljes képernyős játék és kilépés a <app>Négyet egy 
sorba</app> játékból.</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>2013.</mal:years>
+    </mal:credit>
+  </info>
+
+  <title>Alapvető utasítások</title>
+
+<section id="start">
+  <title>Új játék indítása</title>
+
+  <p>Válassza a <guiseq><gui style="menu">Játék</gui><gui 
style="menuitem">Új</gui></guiseq> menüpontot vagy nyomja meg a 
<keyseq><key>Ctrl</key><key>N</key></keyseq> kombinációt új játék 
indításához.</p>
+
+</section>
+
+<section id="fullscreen">
+  <title>A <app>Négyet egy sorba</app> játszása teljes képernyős módban</title>
+
+  <p>Válassza a <guiseq><gui style="menu">Nézet</gui><gui 
style="menuitem">Teljes képernyő</gui></guiseq> menüpontot vagy nyomja meg az 
<key>F11</key> billentyűt a játék teljes képernyős módban való indításához. Az 
alapértelmezett képernyőmérethez az <key>F11</key> ismételt megnyomásával 
térhet vissza.</p>
+
+</section>
+
+<section id="quit">
+  <title>Kilépés a <app>Négyet egy sorba</app> játékból</title>
+
+  <p>Válassza a <guiseq><gui style="menu">Játék</gui><gui 
style="menuitem">Kilépés</gui></guiseq> menüpontot vagy nyomja meg a 
<keyseq><key>Ctrl</key><key>Q</key></keyseq> kombinációt a <app>Négyet egy 
sorba</app> bezárásához.</p>
+
+</section>
+
+</page>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/hu/choose-opponent.page 
new/four-in-a-row-3.10.1/help/hu/choose-opponent.page
--- old/four-in-a-row-3.10.0/help/hu/choose-opponent.page       1970-01-01 
01:00:00.000000000 +0100
+++ new/four-in-a-row-3.10.1/help/hu/choose-opponent.page       2013-10-12 
13:07:11.000000000 +0200
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/"; type="topic" style="task" 
id="choose-opponent" xml:lang="hu">
+
+  <info>
+    <link type="guide" xref="index#preferences"/>
+
+    <revision pkgversion="3.8" version="0.1" date="2013-03-29" status="final"/>
+
+    <include xmlns="http://www.w3.org/2001/XInclude"; href="legal.xml"/>
+
+    <credit type="author">
+      <name>Aruna Sankaranarayanan</name>
+      <email>safincr...@gmail.com</email>
+    </credit>
+    <credit type="editor">
+      <name>Michael Hill</name>
+      <email>mdhil...@gmail.com</email>
+    </credit>
+
+    <desc>A számítógép erősségi szintjének módosítása vagy játék emberi 
ellenféllel</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>2013.</mal:years>
+    </mal:credit>
+  </info>
+
+  <title>Másik ellenfél kiválasztása</title>
+  <p>Alapesetben a <app>Négyet egy sorba</app> játékban az ellenfél a 
számítógép, az első nehézségi szinten.</p>
+
+  <steps>
+    <title>A szint módosítása vagy egy barátja elleni játék:</title>
+    <item>
+      <p>Válassza a <guiseq><gui style="menu">Beállítások</gui><gui 
style="menuitem">Beállítások</gui><gui style="menuitem">Játék</gui></guiseq> 
menüpontot. Megjelenik az <gui>Első játékos</gui> és a <gui>Második 
játékos</gui> szakasz.</p>
+    </item>
+    <item>
+      <p>Válassza mindkét játékos esetén az <gui 
style="radiobutton">Ember</gui> lehetőséget, ha egy barátjával vagy 
családtagjával szeretne játszani.</p>
+      <p>Ezen kívül kiválaszthatja azt a nehézségi szintet is, amelyen a 
számítógép játszik. Az <gui style="radiobutton">Első szint</gui>, <gui 
style="radiobutton">Második szint</gui> vagy <gui style="radiobutton">Harmadik 
szint</gui> között választhat, ahol az <gui style="radiobutton">Első 
szint</gui> a legegyszerűbb és a <gui style="radiobutton">Harmadik szint</gui> 
a legnehezebb.</p>
+      <note style="tip">
+       <p>Ha egy barátjával vagy családtagjával játszik, akkor az <gui>Első 
játékos</gui> lép először az első <app>Négyet egy sorba</app> partiban. A 
következő partikban az első lépés joga felváltva illeti meg a két játékost. Így 
a <gui>Második játékos</gui> kezd a második partiban, az <gui>Első 
játékos</gui> a harmadikban és így tovább.</p>
+      </note>
+    </item>
+  </steps>
+
+</page>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/hu/controls-change.page 
new/four-in-a-row-3.10.1/help/hu/controls-change.page
--- old/four-in-a-row-3.10.0/help/hu/controls-change.page       1970-01-01 
01:00:00.000000000 +0100
+++ new/four-in-a-row-3.10.1/help/hu/controls-change.page       2013-10-12 
13:07:11.000000000 +0200
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/"; type="topic" style="task" 
id="controls-change" xml:lang="hu">
+
+  <info>
+    <link type="guide" xref="index#preferences"/>
+
+    <link type="seealso" xref="controls-default"/>
+
+    <revision pkgversion="3.8" version="0.1" date="2013-03-29" status="final"/>
+
+    <include xmlns="http://www.w3.org/2001/XInclude"; href="legal.xml"/>
+
+    <credit type="author">
+      <name>Aruna Sankaranarayanan</name>
+      <email>safincr...@gmail.com</email>
+    </credit>
+
+    <desc>Egyéni vezérlőbillentyűk beállítá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>2013.</mal:years>
+    </mal:credit>
+  </info>
+
+  <title>Az alapértelmezett vezérlés módosítása</title>
+
+  <p>Az <link xref="controls-default">alapértelmezett vezérlés</link> 
módosítása a <app>Négyet egy sorba</app> játékban:</p>
+
+  <steps>
+    <item>
+      <p>Válassza a <guiseq><gui style="menu">Beállítások</gui><gui 
style="menuitem">Beállítások</gui><gui 
style="menuitem">Vezérlőbillentyűk</gui></guiseq> menüpontot.</p>
+    </item>
+    <item>
+      <p>A listában válassza ki a megváltoztatni kívánt billentyű sorát, és 
kattintson az aktuális billentyű nevére. A sor kiemelésre kerül, és a billentyű 
neve helyén az <gui>Új gyorsbillentyű</gui> szöveg jelenik meg.</p>
+    </item>
+    <item>
+      <p>Nyomja meg az alapértelmezett helyett használni kívánt billentyűt.</p>
+      <note style="tip">
+        <p>A régi beállítás megtartásához kattintson újra vagy a jobb 
egérgombbal az <gui>Új gyorsbillentyű</gui> feliratra, nyomja meg az 
<key>Esc</key> billentyűt vagy kattintson bárhová a 
<gui>Vezérlőbillentyűk</gui> ablakban.</p>
+      </note>
+    </item>
+  </steps>
+
+  <note style="info">
+    <p>Amikor egy barátjával vagy családtagjával játszik, mindkét játékos 
ugyanazokat a vezérlőbillentyűket használja.</p>
+  </note>
+
+</page>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/hu/controls-default.page 
new/four-in-a-row-3.10.1/help/hu/controls-default.page
--- old/four-in-a-row-3.10.0/help/hu/controls-default.page      1970-01-01 
01:00:00.000000000 +0100
+++ new/four-in-a-row-3.10.1/help/hu/controls-default.page      2013-10-12 
13:07:11.000000000 +0200
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/"; type="topic" style="task" 
id="controls-default" xml:lang="hu">
+
+  <info>
+    <link type="guide" xref="index#play"/>
+
+    <link type="seealso" xref="controls-change"/>
+
+    <revision pkgversion="3.8" version="0.1" date="2013-03-29" status="final"/>
+
+    <include xmlns="http://www.w3.org/2001/XInclude"; href="legal.xml"/>
+
+    <credit type="author">
+      <name>Aruna Sankaranarayanan</name>
+      <email>safincr...@gmail.com</email>
+    </credit>
+
+    <desc>A <app>Négyet egy sorba</app> alapértelmezett 
vezérlőbillentyűi.</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>2013.</mal:years>
+    </mal:credit>
+  </info>
+
+  <title>Vezérlés</title>
+
+  <p>Használhatja az egeret, és a játékterület egy adott négyzetére kattintva 
oda helyezheti üveggolyóját. Ha ehelyett a billentyűzetet szeretné használni, 
akkor a <app>Négyet egy sorba</app> alapértelmezett billentyűi:</p>
+
+  <list>
+    <item>
+      <p><key>←</key> az üveggolyó balra mozgatásához.</p>
+    </item>
+    <item>
+      <p><key>→</key> az üveggolyó jobbra mozgatásához.</p>
+    </item>
+    <item>
+      <p><key>↓</key> az üveggolyó leejtéséhez.</p>
+    </item>
+  </list>
+
+</page>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/hu/hu.po new/four-in-a-row-3.10.1/help/hu/hu.po
--- old/four-in-a-row-3.10.0/help/hu/hu.po      1970-01-01 01:00:00.000000000 
+0100
+++ new/four-in-a-row-3.10.1/help/hu/hu.po      2013-10-12 12:48:29.000000000 
+0200
@@ -0,0 +1,591 @@
+# Hungarian translation of four-in-a-row_help
+# Copyright (C) 2013. Free Software Foundation, Inc.
+# This file is distributed under the same license as the four-in-a-row help.
+#
+# Gabor Kelemen <kelemeng at gnome dot hu>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: four-in-a-row master\n"
+"POT-Creation-Date: 2013-09-17 12:13+0000\n"
+"PO-Revision-Date: 2013-10-03 00:57+0200\n"
+"Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
+"Language-Team: Hungarian <openscope at googlegroups dot com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr "Kelemen Gábor <kelemeng at gnome dot hu>, 2013."
+
+#. (itstool) path: media
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/index.page:18
+#: C/index.page:18
+msgctxt "_"
+msgid "external ref='figures/logo.png' md5='88c47a548de8979ce6e6ea169b1e904f'"
+msgstr "external ref='figures/logo.png' md5='88c47a548de8979ce6e6ea169b1e904f'"
+
+#. (itstool) path: credit/name
+#: C/index.page:11
+#: C/appearance.page:13
+#: C/basics.page:13
+#: C/choose-opponent.page:13
+#: C/controls-change.page:15
+#: C/controls-default.page:15
+#: C/index.page:11
+#: C/make-easy.page:13
+#: C/scores.page:13
+#: C/sound-animation.page:13
+msgid "Aruna Sankaranarayanan"
+msgstr "Aruna Sankaranarayanan"
+
+#. (itstool) path: info/desc
+#: C/index.page:15
+#: C/index.page:15
+msgid "Index"
+msgstr "Index"
+
+#. (itstool) path: page/title
+#: C/index.page:18
+#: C/index.page:18
+msgid ""
+"<media type=\"image\" src=\"figures/logo.png\" width=\"22\" height=\"22\"> <"
+"/media> Four-in-a-row"
+msgstr ""
+"<media type=\"image\" src=\"figures/logo.png\" width=\"22\" height=\"22\"> <"
+"/media> Négyet egy sorba"
+
+#. (itstool) path: page/p
+#: C/index.page:21
+#: C/index.page:21
+msgid ""
+"<app>Four-in-a-row</app> is a strategy game for GNOME. The aim of the game is 
"
+"to stack four of your marbles in a horizontal, vertical or diagonal line "
+"while stopping your opponent from doing the same with their marbles."
+msgstr ""
+"A <app>Négyet egy sorba</app> egy stratégiai játék a GNOME-hoz. A játék célja 
"
+"négy üveggolyó elrendezése egy vízszintes, függőleges vagy átlós sorba, "
+"miközben megakadályozza, hogy az ellenfele ugyanezt tegye a saját "
+"üveggolyóival."
+
+#. (itstool) path: section/title
+#: C/index.page:26
+#: C/index.page:26
+msgid "Game play"
+msgstr "Játékmenet"
+
+#. (itstool) path: section/title
+#: C/index.page:30
+#: C/index.page:30
+msgid "Preferences"
+msgstr "Beállítások"
+
+#. (itstool) path: info/desc
+#: C/appearance.page:17
+msgid "Use different themes to improve your gaming experience."
+msgstr "Különböző témákkal javítható a játékélmény."
+
+#. (itstool) path: page/title
+#: C/appearance.page:20
+msgid "Change the appearance of your gaming area"
+msgstr "A játékterület megjelenésének módosítása"
+
+#. (itstool) path: page/p
+#: C/appearance.page:22
+msgid ""
+"By default, <app>Four-in-a-row</app> uses solid red and blue marbles against "
+"a black grid when you start a new game."
+msgstr ""
+"Alapesetben a <app>Négyet egy sorba</app> egyszínű piros és kék üveggolyókat "
+"használ fekete háttéren amikor új játékot indít."
+
+#. (itstool) path: steps/title
+#: C/appearance.page:26
+msgid "To use a different theme:"
+msgstr "Másik téma használata:"
+
+#. (itstool) path: item/p
+#: C/appearance.page:28
+#: C/sound-animation.page:35
+#: C/sound-animation.page:54
+msgid ""
+"Select <guiseq><gui style=\"menu\">Settings</gui> <gui style=\"menuitem\">"
+"Preferences</gui> <gui style=\"menuitem\">Game</gui></guiseq>."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">Beállítások</gui><gui "
+"style=\"menuitem\">Beállítások</gui><gui style=\"menuitem\">Játék</gui><"
+"/guiseq> menüpontot."
+
+#. (itstool) path: item/p
+#: C/appearance.page:33
+msgid ""
+"Under <gui>Appearance</gui>, pick the theme of your choice from the drop down 
"
+"menu to the right of <gui style=\"group\">Theme</gui>. The change will be "
+"reflected immediately in the game window."
+msgstr ""
+"A <gui>Megjelenés</gui> alatt válassza ki a kívánt témát a <gui "
+"style=\"group\">Téma</gui> melletti legördülő menüből. A változtatás azonnal "
+"életbe lép a játékablakban."
+
+#. (itstool) path: info/desc
+#: C/basics.page:17
+msgid ""
+"Start, play in fullscreen mode and quit a game of <app>Four-in-a-row</app>."
+msgstr ""
+"Indítás, teljes képernyős játék és kilépés a <app>Négyet egy sorba</app> "
+"játékból."
+
+#. (itstool) path: page/title
+#: C/basics.page:21
+msgid "Basic instructions"
+msgstr "Alapvető utasítások"
+
+#. (itstool) path: section/title
+#: C/basics.page:24
+msgid "Start a new game"
+msgstr "Új játék indítása"
+
+#. (itstool) path: section/p
+#: C/basics.page:26
+msgid ""
+"Select <guiseq><gui style=\"menu\">Game</gui> <gui style=\"menuitem\">New<"
+"/gui></guiseq> or press <keyseq><key>Ctrl</key><key>N</key></keyseq> to start 
"
+"a new game."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">Játék</gui><gui style=\"menuitem\">Új<"
+"/gui></guiseq> menüpontot vagy nyomja meg a <keyseq><key>Ctrl</key><key>N<"
+"/key></keyseq> kombinációt új játék indításához."
+
+#. (itstool) path: section/title
+#: C/basics.page:34
+msgid "Play <app>Four-in-a-row</app> in fullscreen mode"
+msgstr "A <app>Négyet egy sorba</app> játszása teljes képernyős módban"
+
+#. (itstool) path: section/p
+#: C/basics.page:36
+msgid ""
+"Select <guiseq><gui style=\"menu\">View</gui> <gui style=\"menuitem\">"
+"Fullscreen</gui></guiseq> or press <key>F11</key> to play your game in "
+"fullscreen mode. You can return to the default screen size by pressing <key>"
+"F11</key> again."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">Nézet</gui><gui style=\"menuitem\">"
+"Teljes képernyő</gui></guiseq> menüpontot vagy nyomja meg az <key>F11</key> "
+"billentyűt a játék teljes képernyős módban való indításához. Az "
+"alapértelmezett képernyőmérethez az <key>F11</key> ismételt megnyomásával "
+"térhet vissza."
+
+#. (itstool) path: section/title
+#: C/basics.page:44
+msgid "Quit <app>Four-in-a-row</app>"
+msgstr "Kilépés a <app>Négyet egy sorba</app> játékból"
+
+#. (itstool) path: section/p
+#: C/basics.page:46
+msgid ""
+"Select <guiseq><gui style=\"menu\">Game</gui> <gui style=\"menuitem\">Quit<"
+"/gui></guiseq> or press <keyseq><key>Ctrl</key><key>Q</key></keyseq> to quit "
+"<app>Four-in-a-row</app> at any time."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">Játék</gui><gui style=\"menuitem\">"
+"Kilépés</gui></guiseq> menüpontot vagy nyomja meg a <keyseq><key>Ctrl</key><"
+"key>Q</key></keyseq> kombinációt a <app>Négyet egy sorba</app> bezárásához."
+
+#. (itstool) path: credit/name
+#: C/choose-opponent.page:17
+#: C/sound-animation.page:17
+msgid "Michael Hill"
+msgstr "Michael Hill"
+
+#. (itstool) path: info/desc
+#: C/choose-opponent.page:21
+msgid "Change the level at which the computer plays or play with a friend."
+msgstr ""
+"A számítógép erősségi szintjének módosítása vagy játék emberi ellenféllel"
+
+#. (itstool) path: page/title
+#: C/choose-opponent.page:25
+msgid "Choose a different opponent"
+msgstr "Másik ellenfél kiválasztása"
+
+#. (itstool) path: page/p
+#: C/choose-opponent.page:26
+msgid ""
+"By default, your opponent in <app>Four-in-a-row</app> is the computer, "
+"playing at level one."
+msgstr ""
+"Alapesetben a <app>Négyet egy sorba</app> játékban az ellenfél a számítógép, "
+"az első nehézségi szinten."
+
+#. (itstool) path: steps/title
+#: C/choose-opponent.page:30
+msgid "To change the level, or to play with a friend:"
+msgstr "A szint módosítása vagy egy barátja elleni játék:"
+
+#. (itstool) path: item/p
+#: C/choose-opponent.page:32
+msgid ""
+"Select <guiseq><gui style=\"menu\">Settings</gui> <gui style=\"menuitem\">"
+"Preferences</gui> <gui style=\"menuitem\">Game</gui></guiseq>. You will see <"
+"gui>Player One</gui> and <gui>Player Two</gui>."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">Beállítások</gui><gui "
+"style=\"menuitem\">Beállítások</gui><gui style=\"menuitem\">Játék</gui><"
+"/guiseq> menüpontot. Megjelenik az <gui>Első játékos</gui> és a <gui>Második "
+"játékos</gui> szakasz."
+
+#. (itstool) path: item/p
+#: C/choose-opponent.page:38
+msgid ""
+"Choose <gui style=\"radiobutton\">Human</gui> for both players if want to "
+"play with a friend or family member."
+msgstr ""
+"Válassza mindkét játékos esetén az <gui style=\"radiobutton\">Ember</gui> "
+"lehetőséget, ha egy barátjával vagy családtagjával szeretne játszani."
+
+#. (itstool) path: item/p
+#: C/choose-opponent.page:40
+msgid ""
+"Alternatively, choose the level at which the computer plays. Choose between <"
+"gui style=\"radiobutton\">Level one</gui>, <gui style=\"radiobutton\">Level "
+"two</gui> or <gui style=\"radiobutton\">Level three</gui>, where <gui "
+"style=\"radiobutton\">Level one</gui> is the easiest level and <gui "
+"style=\"radiobutton\">Level three</gui> is the most difficult level."
+msgstr ""
+"Ezen kívül kiválaszthatja azt a nehézségi szintet is, amelyen a számítógép "
+"játszik. Az <gui style=\"radiobutton\">Első szint</gui>, <gui "
+"style=\"radiobutton\">Második szint</gui> vagy <gui style=\"radiobutton\">"
+"Harmadik szint</gui> között választhat, ahol az <gui style=\"radiobutton\">"
+"Első szint</gui> a legegyszerűbb és a <gui style=\"radiobutton\">Harmadik "
+"szint</gui> a legnehezebb."
+
+#. (itstool) path: note/p
+#: C/choose-opponent.page:48
+msgid ""
+"If you are playing with a friend or family member, <gui>Player One</gui> gets 
"
+"to play first in the first game of <app>Four-in-a-row</app>. In subsequent "
+"games, the chance to play first is given alternately to each player. So, 
<gui>"
+"Player Two</gui> will get to play first in the second game, <gui>Player One<"
+"/gui> can play first in the third game and so on."
+msgstr ""
+"Ha egy barátjával vagy családtagjával játszik, akkor az <gui>Első játékos<"
+"/gui> lép először az első <app>Négyet egy sorba</app> partiban. A következő "
+"partikban az első lépés joga felváltva illeti meg a két játékost. Így a <gui>"
+"Második játékos</gui> kezd a második partiban, az <gui>Első játékos</gui> a "
+"harmadikban és így tovább."
+
+#. (itstool) path: info/desc
+#: C/controls-change.page:19
+msgid "Set custom control keys."
+msgstr "Egyéni vezérlőbillentyűk beállítása."
+
+#. (itstool) path: page/title
+#: C/controls-change.page:22
+msgid "Change the default controls"
+msgstr "Az alapértelmezett vezérlés módosítása"
+
+#. (itstool) path: page/p
+#: C/controls-change.page:24
+msgid ""
+"To change the <link xref=\"controls-default\">default controls</link> in 
<app>"
+"Four-in-a-row</app>:"
+msgstr ""
+"Az <link xref=\"controls-default\">alapértelmezett vezérlés</link> módosítása 
"
+"a <app>Négyet egy sorba</app> játékban:"
+
+#. (itstool) path: item/p
+#: C/controls-change.page:29
+msgid ""
+"Select <guiseq><gui style=\"menu\">Settings</gui> <gui style=\"menuitem\">"
+"Preferences</gui> <gui style=\"menuitem\">Keyboard Controls</gui></guiseq>."
+msgstr ""
+"Válassza a <guiseq><gui style=\"menu\">Beállítások</gui><gui "
+"style=\"menuitem\">Beállítások</gui><gui style=\"menuitem\">"
+"Vezérlőbillentyűk</gui></guiseq> menüpontot."
+
+#. (itstool) path: item/p
+#: C/controls-change.page:34
+msgid ""
+"In the list, select the line you want to change, then click on the control. "
+"The line is highlighted and the label of the control changes to <gui>New "
+"accelerator…</gui>"
+msgstr ""
+"A listában válassza ki a megváltoztatni kívánt billentyű sorát, és kattintson 
"
+"az aktuális billentyű nevére. A sor kiemelésre kerül, és a billentyű neve "
+"helyén az <gui>Új gyorsbillentyű</gui> szöveg jelenik meg."
+
+#. (itstool) path: item/p
+#: C/controls-change.page:39
+msgid "Press the key you want to use instead of the default key."
+msgstr "Nyomja meg az alapértelmezett helyett használni kívánt billentyűt."
+
+#. (itstool) path: note/p
+#: C/controls-change.page:41
+msgid ""
+"To keep the old setting, click again or right click on <gui>New accelerator…<"
+"/gui>, press <key>Esc</key> or click anywhere else inside the <gui>Keyboard "
+"Controls</gui> box."
+msgstr ""
+"A régi beállítás megtartásához kattintson újra vagy a jobb egérgombbal az <"
+"gui>Új gyorsbillentyű</gui> feliratra, nyomja meg az <key>Esc</key> "
+"billentyűt vagy kattintson bárhová a <gui>Vezérlőbillentyűk</gui> ablakban."
+
+#. (itstool) path: note/p
+#: C/controls-change.page:49
+msgid ""
+"When you are playing with a friend or a family member, both players will use "
+"the same controls."
+msgstr ""
+"Amikor egy barátjával vagy családtagjával játszik, mindkét játékos "
+"ugyanazokat a vezérlőbillentyűket használja."
+
+#. (itstool) path: info/desc
+#: C/controls-default.page:19
+msgid "Default controls for <app>Four-in-a-row</app>."
+msgstr "A <app>Négyet egy sorba</app> alapértelmezett vezérlőbillentyűi."
+
+#. (itstool) path: page/title
+#: C/controls-default.page:22
+msgid "Controls"
+msgstr "Vezérlés"
+
+#. (itstool) path: page/p
+#: C/controls-default.page:24
+msgid ""
+"You can use your mouse and click on a particular square in the game area to "
+"drop your marble into that square. If you want to use the keyboard instead, "
+"the default keys for <app>Four-in-a-row</app> are:"
+msgstr ""
+"Használhatja az egeret, és a játékterület egy adott négyzetére kattintva oda "
+"helyezheti üveggolyóját. Ha ehelyett a billentyűzetet szeretné használni, "
+"akkor a <app>Négyet egy sorba</app> alapértelmezett billentyűi:"
+
+#. (itstool) path: item/p
+#: C/controls-default.page:30
+msgid "<key>←</key> to move the marble to your left."
+msgstr "<key>←</key> az üveggolyó balra mozgatásához."
+
+#. (itstool) path: item/p
+#: C/controls-default.page:33
+msgid "<key>→</key> to move the marble to your right."
+msgstr "<key>→</key> az üveggolyó jobbra mozgatásához."
+
+#. (itstool) path: item/p
+#: C/controls-default.page:36
+msgid "<key>↓</key> to drop the marble."
+msgstr "<key>↓</key> az üveggolyó leejtéséhez."
+
+#. (itstool) path: info/desc
+#: C/make-easy.page:17
+msgid "Use hints or undo your wrong moves."
+msgstr "Tippek használata vagy téves lépések visszavonása."
+
+#. (itstool) path: page/title
+#: C/make-easy.page:20
+msgid "Make your game a little easier"
+msgstr "A játék megkönnyítése"
+
+#. (itstool) path: section/title
+#: C/make-easy.page:23
+msgid "Change your last move"
+msgstr "Az utolsó lépés megváltoztatása"
+
+#. (itstool) path: section/p
+#: C/make-easy.page:25
+msgid ""
+"When the computer makes a winning move because of your last move or when you "
+"accidentally make the wrong move, you can undo your last move and change it. "
+"To undo your last move, select <guiseq><gui style=\"menu\">Game</gui> <gui "
+"style=\"menuitem\">Undo Move</gui></guiseq> or press <keyseq><key>Ctrl</key><"
+"key>Z</key></keyseq>. You can now drop your marble at a different square in "
+"the game area to change your move."
+msgstr ""
+"Ha a számítógép nyertes lépést tesz az utolsó lépése miatt vagy mert "
+"véletlenül rossz lépést tesz, akkor visszavonhatja az utolsó lépését és "
+"megváltoztathatja. Az utolsó lépés visszavonásához válassza a <guiseq><gui "
+"style=\"menu\">Játék</gui><gui style=\"menuitem\">Lépés visszavonása</gui><"
+"/guiseq> menüpontot, vagy nyomja meg a <keyseq><key>Ctrl</key><key>Z</key><"
+"/keyseq> kombinációt."
+
+#. (itstool) path: note/p
+#: C/make-easy.page:33
+msgid ""
+"You can undo all your moves starting from your current move until you reach a 
"
+"favourable state of the game, or until the beginning of your current game, by 
"
+"pressing <keyseq><key>Ctrl</key><key>Z</key></keyseq> repeatedly."
+msgstr ""
+"Minden lépést visszavonhat, kezdve az aktuális lépéstől, amíg el nem ér egy "
+"kedvező állapotot a játékban, vagy az aktuális játék kezdetéig a 
<keyseq><key>"
+"Ctrl</key><key>Z</key></keyseq> kombináció megnyomásával."
+
+#. (itstool) path: section/title
+#: C/make-easy.page:41
+msgid "Use hints"
+msgstr "Tippek használata"
+
+#. (itstool) path: section/p
+#: C/make-easy.page:43
+msgid ""
+"If you are not sure of your next move, you can use a hint. When you use a "
+"hint, your marble moves to the top of the column that is the best choice, "
+"strategy-wise, and blinks. You can then drop your marble into that column. To 
"
+"use a hint, select <guiseq><gui style=\"menu\">Game</gui> <gui "
+"style=\"menuitem\">Hint</gui></guiseq> or press <keyseq><key>Ctrl</key><key>"
+"H</key></keyseq>."
+msgstr ""
+"Ha nem biztos a következő lépésében, akkor kérhet tippet. Ha tippet kér, "
+"akkor az üveggolyó a legjobb választást jelentő oszlop tetejére lesz "
+"mozgatva, és villog. Ekkor abba az oszlopba ejtheti az üveggolyót. A tipp "
+"kéréséhez válassza a <guiseq><gui style=\"menu\">Játék</gui><gui "
+"style=\"menuitem\">Tipp</gui></guiseq> menüpontot, vagy nyomja meg a <keyseq>"
+"<key>Ctrl</key><key>H</key></keyseq> kombinációt."
+
+#. (itstool) path: note/p
+#: C/make-easy.page:51
+msgid "There is no limit on the number of hints you can use in a game."
+msgstr "Egy játékban tetszőleges számú tippet használhat."
+
+#. (itstool) path: info/desc
+#: C/scores.page:17
+msgid "Keep track of your wins and losses."
+msgstr "Tartsa nyilván győzelmeit és vereségeit."
+
+#. (itstool) path: page/title
+#: C/scores.page:20
+msgid "Scores"
+msgstr "Pontszámok"
+
+#. (itstool) path: page/p
+#: C/scores.page:21
+msgid ""
+"The score in <app>Four-in-a-row</app> is recorded in terms of your wins, your 
"
+"opponent's wins and games that ended in a draw. To check the scores, select <"
+"guiseq><gui style=\"menu\">Game</gui> <gui style=\"menuitem\">Scores</gui><"
+"/guiseq>. If you are playing against the computer, the number next to:"
+msgstr ""
+"A <app>Négyet egy sorba</app> a pontszámokat a győzelmei, ellenfele győzelmei 
"
+"és a döntetlenek alapján tartja nyilván. A pontszámok megnézéséhez válassza a 
"
+"<guiseq><gui style=\"menu\">Játék</gui><gui style=\"menuitem\">Pontszámok<"
+"/gui></guiseq> menüpontot. Ha a számítógép ellen játszik, akkor a szám "
+"jelentése:"
+
+#. (itstool) path: item/p
+#: C/scores.page:29
+msgid "<gui>You</gui> displays the number of games you have won."
+msgstr "<gui>Ön</gui>: az Ön által megnyert játékok száma."
+
+#. (itstool) path: item/p
+#: C/scores.page:32
+msgid "<gui>Me</gui> displays the number of games won by the computer."
+msgstr "<gui>Én</gui>: a számítógép által megnyert játékok száma."
+
+#. (itstool) path: item/p
+#: C/scores.page:35
+#: C/scores.page:52
+msgid "<gui>Drawn</gui> displays the number of games that ended in a draw."
+msgstr "<gui>Döntetlen</gui>: a döntetlenül végződött játékok száma."
+
+#. (itstool) path: page/p
+#: C/scores.page:40
+msgid "If you are playing against a friend, the number next to:"
+msgstr "Ha egy barátja ellen játszik, akkor a számok jelentése:"
+
+#. (itstool) path: item/p
+#: C/scores.page:44
+msgid ""
+"<gui>Red</gui> displays the number of games won by the player who was "
+"controlling the red marbles."
+msgstr ""
+"<gui>Vörös</gui>: a vörös üveggolyókat irányító játékos által megnyert "
+"játékok száma."
+
+#. (itstool) path: item/p
+#: C/scores.page:48
+msgid ""
+"<gui>Blue</gui> displays the number of games won by the player who was "
+"controlling the blue marbles."
+msgstr ""
+"<gui>Kék</gui>: a kék üveggolyókat irányító játékos által megnyert játékok "
+"száma."
+
+#. (itstool) path: info/desc
+#: C/sound-animation.page:21
+msgid "Play <app>Four-in-a-row</app> without sounds or animation."
+msgstr "A <app>Négyet egy sorba</app> játszása hang vagy animáció nélkül."
+
+#. (itstool) path: page/title
+#: C/sound-animation.page:24
+msgid "Disable sounds or animation"
+msgstr "Hangok vagy animációk kikapcsolása"
+
+#. (itstool) path: section/title
+#: C/sound-animation.page:27
+msgid "Sounds"
+msgstr "Hangok"
+
+#. (itstool) path: section/p
+#: C/sound-animation.page:29
+msgid ""
+"When sounds are enabled, you will hear something every time a marble is "
+"dropped, or when a game ends."
+msgstr ""
+"Ha a hangok be vannak kapcsolva, minden üveggolyó leejtésekor vagy a játék "
+"befejeződésekor egy hang hallható."
+
+#. (itstool) path: steps/title
+#: C/sound-animation.page:33
+msgid "To disable sounds:"
+msgstr "A hangok kikapcsolása:"
+
+#. (itstool) path: item/p
+#: C/sound-animation.page:40
+msgid ""
+"Uncheck <gui style=\"checkbox\">Enable sounds</gui>. You can check the option 
"
+"again to enable the feature."
+msgstr ""
+"Törölje a <gui style=\"checkbox\">Hangok bekapcsolása</gui> négyzetet. A "
+"funkció bekapcsolásához jelölje be újra a négyzetet."
+
+#. (itstool) path: section/title
+#: C/sound-animation.page:47
+msgid "Animation"
+msgstr "Animáció"
+
+#. (itstool) path: section/p
+#: C/sound-animation.page:49
+msgid "Animation results in a more fluid movement of the marbles."
+msgstr "Az animáció hatására az üveggolyók mozgása sokkal folyamatosabb lesz."
+
+#. (itstool) path: steps/title
+#: C/sound-animation.page:52
+msgid "To disable animation:"
+msgstr "Az animáció kikapcsolása:"
+
+#. (itstool) path: item/p
+#: C/sound-animation.page:59
+msgid ""
+"Uncheck <gui style=\"checkbox\">Enable animation</gui>. You can check the "
+"option again to enable the feature."
+msgstr ""
+"Törölje az <gui style=\"checkbox\">Animáció bekapcsolása</gui> négyzetet. A "
+"funkció bekapcsolásához jelölje be újra a négyzetet."
+
+#. (itstool) path: p/link
+#: C/legal.xml:4
+msgid "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+msgstr "Creative Commons Attribution-ShareAlike 3.0 Unported License"
+
+#. (itstool) path: license/p
+#: C/legal.xml:3
+msgid "This work is licensed under a <_:link-1/>."
+msgstr "Ez a munka a <_:link-1/> feltételei szerint használható."
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/hu/index.page 
new/four-in-a-row-3.10.1/help/hu/index.page
--- old/four-in-a-row-3.10.0/help/hu/index.page 1970-01-01 01:00:00.000000000 
+0100
+++ new/four-in-a-row-3.10.1/help/hu/index.page 2013-10-12 13:07:11.000000000 
+0200
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/"; type="guide" style="task" 
id="index" xml:lang="hu">
+
+  <info>
+    <revision pkgversion="3.8" version="0.1" date="2013-03-29" status="final"/>
+
+    <include xmlns="http://www.w3.org/2001/XInclude"; href="legal.xml"/>
+
+    <credit type="author">
+      <name>Aruna Sankaranarayanan</name>
+      <email>safincr...@gmail.com</email>
+    </credit>
+
+    <desc>Index</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>2013.</mal:years>
+    </mal:credit>
+  </info>
+
+  <title><media type="image" src="figures/logo.png" width="22" height="22"> 
</media> Négyet egy sorba</title>
+
+  <p>A <app>Négyet egy sorba</app> egy stratégiai játék a GNOME-hoz. A játék 
célja négy üveggolyó elrendezése egy vízszintes, függőleges vagy átlós sorba, 
miközben megakadályozza, hogy az ellenfele ugyanezt tegye a saját 
üveggolyóival.</p>
+
+  <section id="play" style="2column">
+    <title>Játékmenet</title>
+  </section>
+
+  <section id="preferences" style="2column">
+    <title>Beállítások</title>
+  </section>
+
+</page>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/hu/legal.xml 
new/four-in-a-row-3.10.1/help/hu/legal.xml
--- old/four-in-a-row-3.10.0/help/hu/legal.xml  1970-01-01 01:00:00.000000000 
+0100
+++ new/four-in-a-row-3.10.1/help/hu/legal.xml  2013-10-12 13:07:11.000000000 
+0200
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<license xmlns="http://projectmallard.org/1.0/"; 
href="http://creativecommons.org/licenses/by-sa/3.0/";>
+  <p>Ez a munka a <link 
href="http://creativecommons.org/licenses/by-sa/3.0/";>Creative Commons 
Attribution-ShareAlike 3.0 Unported License</link> feltételei szerint 
használható.</p>
+</license>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/hu/make-easy.page 
new/four-in-a-row-3.10.1/help/hu/make-easy.page
--- old/four-in-a-row-3.10.0/help/hu/make-easy.page     1970-01-01 
01:00:00.000000000 +0100
+++ new/four-in-a-row-3.10.1/help/hu/make-easy.page     2013-10-12 
13:07:11.000000000 +0200
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/"; type="topic" style="task" 
id="make-easy" xml:lang="hu">
+
+  <info>
+    <link type="guide" xref="index#play"/>
+
+    <revision pkgversion="3.8" version="0.1" date="2013-03-29" status="final"/>
+
+    <include xmlns="http://www.w3.org/2001/XInclude"; href="legal.xml"/>
+
+    <credit type="author">
+      <name>Aruna Sankaranarayanan</name>
+      <email>safincr...@gmail.com</email>
+    </credit>
+
+    <desc>Tippek használata vagy téves lépések visszavoná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>2013.</mal:years>
+    </mal:credit>
+  </info>
+
+  <title>A játék megkönnyítése</title>
+
+<section id="undo">
+  <title>Az utolsó lépés megváltoztatása</title>
+
+  <p>Ha a számítógép nyertes lépést tesz az utolsó lépése miatt vagy mert 
véletlenül rossz lépést tesz, akkor visszavonhatja az utolsó lépését és 
megváltoztathatja. Az utolsó lépés visszavonásához válassza a <guiseq><gui 
style="menu">Játék</gui><gui style="menuitem">Lépés visszavonása</gui></guiseq> 
menüpontot, vagy nyomja meg a <keyseq><key>Ctrl</key><key>Z</key></keyseq> 
kombinációt.</p>
+
+  <note style="info">
+    <p>Minden lépést visszavonhat, kezdve az aktuális lépéstől, amíg el nem ér 
egy kedvező állapotot a játékban, vagy az aktuális játék kezdetéig a 
<keyseq><key>Ctrl</key><key>Z</key></keyseq> kombináció megnyomásával.</p>
+  </note>
+</section>
+
+<section id="hint">
+  <title>Tippek használata</title>
+
+  <p>Ha nem biztos a következő lépésében, akkor kérhet tippet. Ha tippet kér, 
akkor az üveggolyó a legjobb választást jelentő oszlop tetejére lesz mozgatva, 
és villog. Ekkor abba az oszlopba ejtheti az üveggolyót. A tipp kéréséhez 
válassza a <guiseq><gui style="menu">Játék</gui><gui 
style="menuitem">Tipp</gui></guiseq> menüpontot, vagy nyomja meg a 
<keyseq><key>Ctrl</key><key>H</key></keyseq> kombinációt.</p>
+
+  <note style="info">
+  <p>Egy játékban tetszőleges számú tippet használhat.</p>
+  </note>
+</section>
+
+</page>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/hu/scores.page 
new/four-in-a-row-3.10.1/help/hu/scores.page
--- old/four-in-a-row-3.10.0/help/hu/scores.page        1970-01-01 
01:00:00.000000000 +0100
+++ new/four-in-a-row-3.10.1/help/hu/scores.page        2013-10-12 
13:07:11.000000000 +0200
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/"; type="topic" style="task" 
id="scores" xml:lang="hu">
+
+  <info>
+    <link type="guide" xref="index#play"/>
+
+    <revision pkgversion="3.8" version="0.1" date="2013-03-29" status="final"/>
+
+    <include xmlns="http://www.w3.org/2001/XInclude"; href="legal.xml"/>
+
+    <credit type="author">
+      <name>Aruna Sankaranarayanan</name>
+      <email>safincr...@gmail.com</email>
+    </credit>
+
+    <desc>Tartsa nyilván győzelmeit és vereségeit.</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>2013.</mal:years>
+    </mal:credit>
+  </info>
+
+  <title>Pontszámok</title>
+  <p>A <app>Négyet egy sorba</app> a pontszámokat a győzelmei, ellenfele 
győzelmei és a döntetlenek alapján tartja nyilván. A pontszámok megnézéséhez 
válassza a <guiseq><gui style="menu">Játék</gui><gui 
style="menuitem">Pontszámok</gui></guiseq> menüpontot. Ha a számítógép ellen 
játszik, akkor a szám jelentése:</p>
+
+  <list>
+    <item>
+      <p><gui>Ön</gui>: az Ön által megnyert játékok száma.</p>
+    </item>
+    <item>
+      <p><gui>Én</gui>: a számítógép által megnyert játékok száma.</p>
+    </item>
+    <item>
+      <p><gui>Döntetlen</gui>: a döntetlenül végződött játékok száma.</p>
+    </item>
+  </list>
+
+  <p>Ha egy barátja ellen játszik, akkor a számok jelentése:</p>
+
+  <list>
+    <item>
+      <p><gui>Vörös</gui>: a vörös üveggolyókat irányító játékos által 
megnyert játékok száma.</p>
+    </item>
+    <item>
+      <p><gui>Kék</gui>: a kék üveggolyókat irányító játékos által megnyert 
játékok száma.</p>
+    </item>
+    <item>
+      <p><gui>Döntetlen</gui>: a döntetlenül végződött játékok száma.</p>
+    </item>
+  </list>
+
+</page>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/four-in-a-row-3.10.0/help/hu/sound-animation.page 
new/four-in-a-row-3.10.1/help/hu/sound-animation.page
--- old/four-in-a-row-3.10.0/help/hu/sound-animation.page       1970-01-01 
01:00:00.000000000 +0100
+++ new/four-in-a-row-3.10.1/help/hu/sound-animation.page       2013-10-12 
13:07:11.000000000 +0200
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/"; type="topic" style="task" 
id="sound-animation" xml:lang="hu">
+
+  <info>
+    <link type="guide" xref="index#preferences"/>
+
+    <revision pkgversion="3.8" version="0.1" date="2013-03-29" status="final"/>
+
+    <include xmlns="http://www.w3.org/2001/XInclude"; href="legal.xml"/>
+
+    <credit type="author">
+      <name>Aruna Sankaranarayanan</name>
+      <email>safincr...@gmail.com</email>
+    </credit>
+    <credit type="editor">
+      <name>Michael Hill</name>
+      <email>mdhil...@gmail.com</email>
+    </credit>
+
+    <desc>A <app>Négyet egy sorba</app> játszása hang vagy animáció 
nélkül.</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>2013.</mal:years>
+    </mal:credit>
+  </info>
+
+  <title>Hangok vagy animációk kikapcsolása</title>
+
+  <section id="sounds">
+  <title>Hangok</title>
+
+  <p>Ha a hangok be vannak kapcsolva, minden üveggolyó leejtésekor vagy a 
játék befejeződésekor egy hang hallható.</p>
+
+  <steps>
+    <title>A hangok kikapcsolása:</title>
+    <item>
+      <p>Válassza a <guiseq><gui style="menu">Beállítások</gui><gui 
style="menuitem">Beállítások</gui><gui style="menuitem">Játék</gui></guiseq> 
menüpontot.</p>
+    </item>
+    <item>
+      <p>Törölje a <gui style="checkbox">Hangok bekapcsolása</gui> négyzetet. 
A funkció bekapcsolásához jelölje be újra a négyzetet.</p>
+    </item>
+  </steps>
+  </section>
+
+  <section id="animation">
+  <title>Animáció</title>
+
+  <p>Az animáció hatására az üveggolyók mozgása sokkal folyamatosabb lesz.</p>
+
+  <steps>
+    <title>Az animáció kikapcsolása:</title>
+    <item>
+      <p>Válassza a <guiseq><gui style="menu">Beállítások</gui><gui 
style="menuitem">Beállítások</gui><gui style="menuitem">Játék</gui></guiseq> 
menüpontot.</p>
+    </item>
+    <item>
+      <p>Törölje az <gui style="checkbox">Animáció bekapcsolása</gui> 
négyzetet. A funkció bekapcsolásához jelölje be újra a négyzetet.</p>
+    </item>
+  </steps>
+  </section>
+
+</page>

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to