~taylorp36/ubuntu/wily/aisleriot/bug-1490189

« back to all changes in this revision

Viewing changes to help/de/poker.xml

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-04-16 15:31:15 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120416153115-a930w213lv12vesj
Tags: 1:3.2.3.2-0ubuntu1
* New upstream bugfix and translation update release.
  - Fix blurry freecell icon
  - Fix freecell with guile 2.0
  - Fix potential format string crash
* debian/patches/03_format-security.patch: Dropped, applied upstream
* debian/watch: Watch for .xz tarball releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
3
 
<sect1 id="Poker"><!--<sect1info>
4
 
                <copyright>
5
 
                        <year>2001</year>
6
 
                        <holder>Rosanna Yuen</holder>
7
 
                </copyright>
8
 
                <author>
9
 
                        <firstname>Rosanna</firstname>
10
 
                        <surname>Yuen</surname>
11
 
                </author>
12
 
                <address><email>zana@webwynk.net</email></address>
13
 
        </sect1info>-->
14
 
 
15
 
        <title>Poker</title>
16
 
 
17
 
  <para>Geschrieben von Rosanna Yuen</para>
18
 
 
19
 
          <sect2><title>Spielaufbau</title>
20
 
 
21
 
 
22
 
  <informaltable>
23
 
    <tgroup cols="2">
24
 
      <tbody>
25
 
        <row>
26
 
                <entry>Art des Kartensatzes</entry>
27
 
                <entry>Standard-Kartensatz</entry>
28
 
        </row>
29
 
        <row>
30
 
                <entry>Talon</entry>
31
 
                <entry>Ablage oben links.</entry>
32
 
        </row>
33
 
        <row>
34
 
                <entry>Ablage</entry>
35
 
                <entry>Neben dem Talon. Der Ablagestapel kann höchstens eine Karte aufnehmen.</entry>
36
 
        </row>
37
 
        <row>
38
 
                <entry>Kartenreihe</entry>
39
 
                <entry>5x5-Raster. Jeder Platz kann nur eine Karte enthalten.</entry>
40
 
        </row>
41
 
      </tbody>
42
 
    </tgroup>
43
 
  </informaltable>
44
 
 
45
 
          </sect2>
46
 
        <sect2><title>Ziel des Spiels</title>
47
 
 
48
 
  <para>
49
 
    Score as many points as possible using poker hands.  There are
50
 
    twelve hands in the board -- 5 rows, 5 columns, and 2 diagonals.
51
 
    Scoring 75 points or higher is considered a win.
52
 
  </para>
53
 
 
54
 
          </sect2>
55
 
        <sect2><title>Regeln</title>
56
 
 
57
 
  <para>
58
 
    Click on the Stock to flip over cards one at a time.  The card must
59
 
    be placed somewhere on to the Tableau before the next card can be
60
 
    flipped.  Once placed, a card cannot be moved.
61
 
  </para>
62
 
 
63
 
          </sect2>
64
 
        <sect2><title>Optionen</title>
65
 
 
66
 
  <para>
67
 
    Shuffle mode: If selected, you can move the cards after they have
68
 
    been placed.  You need at least 120 points to win this way.
69
 
  </para>
70
 
 
71
 
          </sect2>
72
 
        <sect2><title>Punktwertung</title>
73
 
 
74
 
  <para>
75
 
    Poker hands are scored using the British point system, which is as follows
76
 
  </para>
77
 
 
78
 
  <informaltable>
79
 
    <tgroup cols="3">
80
 
      <tbody>
81
 
        <row>
82
 
          <entry>Hand</entry>
83
 
          <entry>Beschreibung</entry>
84
 
          <entry>Wertung</entry>
85
 
        </row>
86
 
        <row>
87
 
          <entry>Straight flush</entry>
88
 
          <entry>Alle Karten sind in Reihenfolge und von gleicher Farbe</entry>
89
 
          <entry>30</entry>
90
 
        </row>
91
 
        <row>
92
 
          <entry>Viererpasch</entry>
93
 
          <entry>Enthält vier Karten gleichen Ranges</entry>
94
 
          <entry>16</entry>
95
 
        </row>
96
 
        <row>
97
 
          <entry>Straight</entry>
98
 
          <entry>Alle Karten sind in Reihenfolge</entry>
99
 
          <entry>12</entry>
100
 
        </row>
101
 
        <row>
102
 
          <entry>Full House</entry>
103
 
          <entry>Drei des gleichen Ranges und zwei eines anderen Ranges</entry>
104
 
          <entry>10</entry>
105
 
        </row>
106
 
        <row>
107
 
          <entry>Dreierpasch</entry>
108
 
          <entry>Enthält drei Karten des gleichen Ranges</entry>
109
 
          <entry>6</entry>
110
 
        </row>
111
 
        <row>
112
 
          <entry>Flush</entry>
113
 
          <entry>Alle fünf Karten sind von gleicher Farbe</entry>
114
 
          <entry>5</entry>
115
 
        </row>
116
 
        <row>
117
 
          <entry>Zwei Paare</entry>
118
 
          <entry>Enthält zwei mal zwei Karten des gleichen Ranges</entry>
119
 
          <entry>3</entry>
120
 
        </row>
121
 
        <row>
122
 
          <entry>Ein Paar</entry>
123
 
          <entry>Enthält zwei Karten des gleichen Ranges</entry>
124
 
          <entry>1</entry>
125
 
        </row>
126
 
      </tbody>
127
 
    </tgroup>
128
 
  </informaltable>
129
 
 
130
 
  <para>Maximal erzielbare Punkte: 276</para>
131
 
 
132
 
          </sect2>
133
 
        <sect2><title>Strategie</title>
134
 
 
135
 
  <para>
136
 
    Remember you are going to see almost half the deck and plan
137
 
    accordingly.  Trying to bluff the computer is not recommended.
138
 
  </para>
139
 
        </sect2>
140
 
</sect1>