Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/sudoku.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-10-18 22:38:52 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-10-18 22:38:52 (GMT)
commitd0895b584a0c59677e31e7609cb9ba5b714dc3cd (patch)
treed5e3b7972a4424f750b8eff424c961d63fadea05 /boards/sudoku.xml.in
parent7ee676c3261774968fed5dca2339035658163676 (diff)
- There were a lot of bad formatted xml string in the menus for the help.
When a line is split on several lines, the xml:space="preserve" was missing in numerous places. It means that many translations was missing. - Fixed some bad English thanks to Clytie.
Diffstat (limited to 'boards/sudoku.xml.in')
-rw-r--r--boards/sudoku.xml.in13
1 files changed, 5 insertions, 8 deletions
diff --git a/boards/sudoku.xml.in b/boards/sudoku.xml.in
index a6bac78..831489b 100644
--- a/boards/sudoku.xml.in
+++ b/boards/sudoku.xml.in
@@ -1,20 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
- <Board
+ <Board
name="sudoku"
- type="python:sudoku"
+ type="python:sudoku"
section="/puzzle"
- icon="boardicons/sudoku.png"
+ icon="boardicons/sudoku.png"
difficulty="4"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
boarddir="">
<_title>Sudoku, place unique symbols in a square.</_title>
- <_description>Symbols must be unique in a row,
-in a column, and (if defined) each region.</_description>
+ <_description>Symbols must be unique in a row, in a column, and (if defined) each region.</_description>
<_prerequisite>Completing the puzzle requires patience and logical ability</_prerequisite>
<_goal>The aim of the puzzle is to enter a symbol or numeral from 1 through 9 in each cell of a grid, most frequently a 9x9 grid made up of 3x3 subgrids (called 'regions'), starting with various symbols or numerals given in some cells (the 'givens'). Each row, column and region must contain only one instance of each symbol or numeral (Source &lt;http://en.wikipedia.org/wiki/Sudoku&gt;).</_goal>
- <_manual>For the first level with colored symbols, drag symbols on the left to their target position.
-For the higher levels, click on an empty square to give it the keyboard focus. Then enter a possible letter or number. GCompris will not let you enter invalid data.
- </_manual>
+ <_manual>For the first level with colored symbols, drag symbols on the left to their target position. For the higher levels, click on an empty square to give it the keyboard focus. Then enter a possible letter or number. GCompris will not let you enter invalid data.</_manual>
</Board>
</GCompris>