[aisleriot] games: Add Aunt Mary back



commit c806eaa17a6e5559f3c75f1de722f0105ec173d5
Author: Christian Persch <chpe gnome org>
Date:   Tue Aug 16 00:18:36 2011 +0200

    games: Add Aunt Mary back
    
    Bug #325039.

 games/Makefile.am    |    1 +
 games/aunt_mary.scm  |   14 ++++
 help/C/aisleriot.xml |    2 +
 help/Makefile.am     |    1 +
 help/sol.6           |    2 +-
 po/POTFILES.in       |    1 +
 src/game-names.h     |  188 +++++++++++++++++++++++++++-----------------------
 7 files changed, 121 insertions(+), 88 deletions(-)
---
diff --git a/games/Makefile.am b/games/Makefile.am
index 22c325d..e69404b 100644
--- a/games/Makefile.am
+++ b/games/Makefile.am
@@ -9,6 +9,7 @@ rules_DATA  = 			\
 	agnes.scm		\
 	athena.scm		\
 	auld_lang_syne.scm	\
+	aunt_mary.scm		\
 	backbone.scm		\
 	bakers_dozen.scm	\
 	bakers_game.scm		\
diff --git a/games/aunt_mary.scm b/games/aunt_mary.scm
index b8cbfac..51b0e84 100644
--- a/games/aunt_mary.scm
+++ b/games/aunt_mary.scm
@@ -2,6 +2,20 @@
 ;; Copyright (C) Alan Horkan, 2005.
 ;; Aunt Mary is a very difficult Klondike variation.  
 ;; 
+;; This program is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+;;
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;;
+;;
 ;; Goodsol gives odds as < 1%.  It is possible to win in theory.  
 ;; In practice I've only ever won when the deck wasn't shuffled
 
diff --git a/help/C/aisleriot.xml b/help/C/aisleriot.xml
index d93bc6c..a6b0eb4 100644
--- a/help/C/aisleriot.xml
+++ b/help/C/aisleriot.xml
@@ -5,6 +5,7 @@
 <!ENTITY agnes SYSTEM "agnes.xml">
 <!ENTITY athena SYSTEM "athena.xml">
 <!ENTITY auld-lang-syne SYSTEM "auld_lang_syne.xml">
+<!ENTITY aunt-mary SYSTEM "aunt_mary.xml">
 <!ENTITY backbone SYSTEM "backbone.xml">
 <!ENTITY bakers-dozen SYSTEM "bakers_dozen.xml">
 <!ENTITY bakers-game SYSTEM "bakers_game.xml">
@@ -296,6 +297,7 @@ been coded for your pleasure in the GNOME scripting language (Scheme).
   &agnes;
   &athena;
   &auld-lang-syne;
+  &aunt-mary;
   &backbone;
   &bakers-dozen;
   &bakers-game;
diff --git a/help/Makefile.am b/help/Makefile.am
index e41f005..79076b3 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -11,6 +11,7 @@ DOC_ENTITIES = \
 	agnes.xml \
 	athena.xml \
 	auld_lang_syne.xml \
+	aunt_mary.xml \
 	backbone.xml \
 	bakers_dozen.xml \
 	bakers_game.xml \
diff --git a/help/sol.6 b/help/sol.6
index 826a4f3..84a9707 100644
--- a/help/sol.6
+++ b/help/sol.6
@@ -56,7 +56,7 @@ Saratoga, Cruel, Block Ten, Will O The Wisp, Odessa, Eagle Wing, Treize, Zebra,
 Cover, Elevator, Fortress, Giant, Spider, Gaps, Bakers Dozen, Whitehead,
 Freecell, Helsinki, Spider Three Decks, Scuffle, Poker, Klondike Three Decks,
 Valentine, Royal East, Thumb And Pouch, Klondike, Doublets, Template, Golf,
-Westhaven, Beleaguered Castle, Hopscotch, Eliminator
+Westhaven, Beleaguered Castle, Hopscotch, Eliminator, Aunt Mary
 .RE
 
 .SH OPTIONS
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 130bbec..dcddc04 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -27,6 +27,7 @@ games/accordion.scm
 games/agnes.scm
 games/athena.scm
 games/auld_lang_syne.scm
+games/aunt_mary.scm
 games/backbone.scm
 games/bakers_dozen.scm
 games/bakers_game.scm
diff --git a/src/game-names.h b/src/game-names.h
index 7317778..458fca7 100644
--- a/src/game-names.h
+++ b/src/game-names.h
@@ -4,175 +4,182 @@
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Peek")
+N_("Accordion")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Auld Lang Syne")
+N_("Agnes")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Fortunes")
+N_("Athena")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Seahaven")
+N_("Auld Lang Syne")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("King Albert")
+N_("Aunt Mary")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("First Law")
+N_("Backbone")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Straight Up")
+N_("Bakers Dozen")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Jumbo")
+N_("Bakers Game")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Accordion")
+N_("Bear River")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Ten Across")
+N_("Beleaguered Castle")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Plait")
+N_("Block Ten")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Lady Jane")
+N_("Bristol")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Gypsy")
+N_("Camelot")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Neighbor")
+N_("Canfield")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Jamestown")
+N_("Carpet")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Osmosis")
+N_("Chessboard")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Kings Audience")
+N_("Clock")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Glenwood")
+N_("Cover")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Gay Gordons")
+N_("Cruel")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Monte Carlo")
+N_("Diamond Mine")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Kansas")
+N_("Doublets")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Camelot")
+N_("Eagle Wing")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Fourteen")
+N_("Easthaven")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Scorpion")
+N_("Eight Off")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Isabel")
+N_("Elevator")
+
+/* Translators: this string is the name of a game of patience.
+ If there is an established standard name for this game in your
+ locale, use that; otherwise you can translate this string
+ freely, literally, or not at all, at your option.
+ */
+N_("Eliminator")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
@@ -186,301 +193,301 @@ N_("Escalator")
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Agnes")
+N_("First Law")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Bristol")
+N_("Fortress")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Quatorze")
+N_("Fortunes")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Bear River")
+N_("Forty Thieves")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Gold Mine")
+N_("Fourteen")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Athena")
+N_("Freecell")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Spiderette")
+N_("Gaps")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Chessboard")
+N_("Gay Gordons")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Backbone")
+N_("Giant")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Yukon")
+N_("Glenwood")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Union Square")
+N_("Gold Mine")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Eight Off")
+N_("Golf")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Napoleons Tomb")
+N_("Gypsy")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Forty Thieves")
+N_("Helsinki")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Streets And Alleys")
+N_("Hopscotch")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Maze")
+N_("Isabel")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Clock")
+N_("Jamestown")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Pileon")
+N_("Jumbo")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Canfield")
+N_("Kansas")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Thirteen")
+N_("King Albert")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Bakers Game")
+N_("Kings Audience")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Triple Peaks")
+N_("Klondike")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Easthaven")
+N_("Klondike Three Decks")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Terrace")
+N_("Labyrinth")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Aunt Mary")
+N_("Lady Jane")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Carpet")
+N_("Maze")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Sir Tommy")
+N_("Monte Carlo")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Diamond Mine")
+N_("Napoleons Tomb")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Yield")
+N_("Neighbor")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Labyrinth")
+N_("Odessa")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Thieves")
+N_("Osmosis")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Saratoga")
+N_("Peek")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Cruel")
+N_("Pileon")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Block Ten")
+N_("Plait")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Will O The Wisp")
+N_("Poker")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Odessa")
+N_("Quatorze")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Eagle Wing")
+N_("Royal East")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Treize")
+N_("Saratoga")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Zebra")
+N_("Scorpion")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Cover")
+N_("Scuffle")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Elevator")
+N_("Seahaven")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Fortress")
+N_("Sir Tommy")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Giant")
+N_("Sol")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
@@ -494,131 +501,138 @@ N_("Spider")
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Gaps")
+N_("Spider Three Decks")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Bakers Dozen")
+N_("Spiderette")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Whitehead")
+N_("Straight Up")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Freecell")
+N_("Streets And Alleys")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Helsinki")
+N_("Template")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Spider Three Decks")
+N_("Ten Across")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Scuffle")
+N_("Terrace")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Poker")
+N_("Thieves")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Klondike Three Decks")
+N_("Thirteen")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Valentine")
+N_("Thumb And Pouch")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Royal East")
+N_("Treize")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Thumb And Pouch")
+N_("Triple Peaks")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Klondike")
+N_("Union Square")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Doublets")
+N_("Valentine")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Template")
+N_("Westhaven")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Golf")
+N_("Whitehead")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Westhaven")
+N_("Will O The Wisp")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Beleaguered Castle")
+N_("Yield")
 
 /* Translators: this string is the name of a game of patience.
  If there is an established standard name for this game in your
  locale, use that; otherwise you can translate this string
  freely, literally, or not at all, at your option.
  */
-N_("Hopscotch")
+N_("Yukon")
+
+/* Translators: this string is the name of a game of patience.
+ If there is an established standard name for this game in your
+ locale, use that; otherwise you can translate this string
+ freely, literally, or not at all, at your option.
+ */
+N_("Zebra")
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]