Text[ 1]="Yes"
Text[ 2]="No"
Text[ 3]="Cancel"
Text[ 4]="Exit ?"
Text[ 5]="Grid number"
Text[ 6]="Difficulty"
Text[ 7]="Remaining cells"
Text[ 8]="Elapsed time"
Text[ 9]="Best time"
Text[10]="Unknown"
Text[11]="Easy"
Text[12]="Medium"
Text[13]="Hard"
Text[14]="Very hard"
Text[15]="Impossible"
Text[16]="Increase value"
Text[17]="Decrease value"
Text[18]="Hide possibility"
Text[19]="Confirm clear"
Text[20]="Menu"
Text[21]="Exit/Save"
-- Win messages
Text[22]="YOU SOLVED IT !!!"
Text[23]="READY FOR NEXT ONE ?"
Text[24]="WELL DONE !!!"
Text[25]="GREAT !!!"
Text[26]="CONGRATULATIONS !!!"
-- Win messages end
Text[27]="Press"
Text[28]="to continue"
Text[29]="New grid"
Text[30]="Restart grid"
Text[31]="Solve grid"
Text[32]="Grid info"
Text[33]="Show possibilities"
Text[34]="Language"
Text[35]="Skin"
Text[36]="Sound"
Text[37]="Music"
Text[38]="ON"
Text[39]="OFF"
Text[40]="Are you sure ?"
Text[41]="Up/Down"
Text[42]="Change"
Text[43]="Select"
Text[44]="Back"
Text[45]="Main menu"
Text[46]="Advanced selection"
Text[47]="  Difficulty min"
Text[48]="  Difficulty max"
Text[49]="  Hide done"
Text[50]="Manual entry"
Text[51]="End"
Text[52]="Next hint"
Text[53]="Apply hint"
Text[54]="Check answers"
Text[55]="Apply corrections"
Text[56]="Show/hide poss."
Text[57]="Show only one poss."
Text[58]="Errors in the grid"
Text[59]="Unable to solve this grid"
Text[60]="Grid solved"
Text[61]="Score"
-- Rule -2 XXXXXXXXXXXXXXXXXXXXXXXXX
x=62
Text[x+0]="Grid solved"
Text[x+1]=""
Text[x+2]=""
Text[x+3]=""
Text[x+4]=""
Text[x+5]=""
Text[x+6]=""
Text[x+7]=""

-- Rule -1 XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Error:"
Text[x+1]="There is no valid"
Text[x+2]="solution for this row,"
Text[x+3]="column or block"
Text[x+4]=""
Text[x+5]=""
Text[x+6]=""
Text[x+7]=""

-- Rule 0  XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Sorry, solver can't find"
Text[x+1]="any clue"
Text[x+2]=""
Text[x+3]=""
Text[x+4]=""
Text[x+5]=""
Text[x+6]=""
Text[x+7]=""

-- Rule 1  XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 1:Alone values"
Text[x+1]="If in a row, column"
Text[x+2]="or block, one value"
Text[x+3]="appear only one time,"
Text[x+4]="then this value is the"
Text[x+5]="solution for this cell."
Text[x+6]=""
Text[x+7]="Val="

-- Rule 2  XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 2:Locked values"
Text[x+1]="If in a row or column,"
Text[x+2]="a value only appear in a"
Text[x+3]="block then this value can"
Text[x+4]="be removed in the other"
Text[x+5]="cells of this block."
Text[x+6]=""
Text[x+7]="Val="

-- Rule 3  XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 3:Locked values"
Text[x+1]="If in a bloc, one value"
Text[x+2]="only appear in a row or"
Text[x+3]="column then this value"
Text[x+4]="can be removed in the"
Text[x+5]="other cells of this row"
Text[x+6]="or column."
Text[x+7]="Val="

-- Rule 4  XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 4:Duo"
Text[x+1]="If 2 cells of a column,"
Text[x+2]="row or block have only"
Text[x+3]="2 values and they are"
Text[x+4]="identical then no other"
Text[x+5]="cell can have this"
Text[x+6]="values."
Text[x+7]="Val="

-- Rule 5  XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 5:Triplet"
Text[x+1]="If 3 cells of a column,"
Text[x+2]="row or block have only"
Text[x+3]="3 values and they are"
Text[x+4]="identical then no other"
Text[x+5]="cell can have this"
Text[x+6]="values."
Text[x+7]="Val="

-- Rule 6  XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 6:Quadruplet"
Text[x+1]="If 4 cells of a column,"
Text[x+2]="row or block have only"
Text[x+3]="4 values and they are"
Text[x+4]="identical then no other"
Text[x+5]="cell can have this"
Text[x+6]="values."
Text[x+7]="Val="

-- Rule 7  XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 7:Quintuplet"
Text[x+1]="If 5 cells of a column,"
Text[x+2]="row or block have only"
Text[x+3]="5 values and they are"
Text[x+4]="identical then no other"
Text[x+5]="cell can have this"
Text[x+6]="values."
Text[x+7]="Val="

-- Rule 8  XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 8:Hidden Duo"
Text[x+1]="If 2 cells of a column,"
Text[x+2]="row or block have 2 ident"
Text[x+3]="values that do not appear"
Text[x+4]="in any other cells then"
Text[x+5]="the other values of those"
Text[x+6]="cells can be removed."
Text[x+7]="Val="

-- Rule 9  XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 9:Hidden Triplet"
Text[x+1]="If 3 cells of a column,"
Text[x+2]="row or block have 3 ident"
Text[x+3]="values that do not appear"
Text[x+4]="in any other cells then"
Text[x+5]="the other values of those"
Text[x+6]="cells can be removed."
Text[x+7]="Val="

-- Rule 10 XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 10:Hidden Quadruplet"
Text[x+1]="If 4 cells of a column,"
Text[x+2]="row or block have 4 ident"
Text[x+3]="values that do not appear"
Text[x+4]="in any other cells then"
Text[x+5]="the other values of those"
Text[x+6]="cells can be removed."
Text[x+7]="Val="

-- Rule 11 XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 11:Hidden Quintuplet"
Text[x+1]="If 5 cells of a column,"
Text[x+2]="row or block have 5 ident"
Text[x+3]="values that do not appear"
Text[x+4]="in any other cells then"
Text[x+5]="the other values of those"
Text[x+6]="cells can be removed."
Text[x+7]="Val="

-- Rule 12 XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 12:X-Wing"
Text[x+1]="If one value appears only"
Text[x+2]="in 2 cells of 2 rows on"
Text[x+3]="the same 2 columns then"
Text[x+4]="this value can be removed"
Text[x+5]="from those 2 columns but"
Text[x+6]="not the 2 lines."
Text[x+7]="Val="

-- Rule 13 XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 13:Swordfish"
Text[x+1]="If one value appears only"
Text[x+2]="in 3 cells of 3 rows on"
Text[x+3]="the same 3 columns then"
Text[x+4]="this value can be removed"
Text[x+5]="from those 3 columns but"
Text[x+6]="not the 3 lines."
Text[x+7]="Val="

-- Rule 14 XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 14:Jellyfish"
Text[x+1]="If one value appears only"
Text[x+2]="in 4 cells of 4 rows on"
Text[x+3]="the same 4 columns then"
Text[x+4]="this value can be removed"
Text[x+5]="from those 4 columns but"
Text[x+6]="not the 4 lines."
Text[x+7]="Val="

-- Rule 15 XXXXXXXXXXXXXXXXXXXXXXXXX
x=x+8
Text[x+0]="Rule 15:Squirmbag"
Text[x+1]="If one value appears only"
Text[x+2]="in 5 cells of 5 rows on"
Text[x+3]="the same 5 columns then"
Text[x+4]="this value can be removed"
Text[x+5]="from those 5 columns but"
Text[x+6]="not the 5 lines."
Text[x+7]="Val="
