//UTF-8 english
// kakuro language resource
// common

// Controller
check=Check
exit=Exit
hideSol=Hide solution
hint=Show a hint
moreCmd=Menu
redo=Redo
revealDigit=Reveal Digit
showSol=Show solution
solvePlay=Solve & Play
undo=Undo
zoomInCmd=Zoom in
zoomOutCmd=Zoom out
stat=Info
//midlet
oomeAlertTitle=Error
oomeAlertTxt=Low memory. Try again or restart. Uncheck game size preference.
//main menu
mainTitle=k4kur0
resumeGame=Resume 
gameLib=Local library
resetGame=Reset game
editGame=Edit game
prefs=Preferences
createGame=Input game
help=Help
generate=New game
//Prefs
clrPrefsBoard=Colors Board
clrPrefsScreen=Colors Screen
nobleSet=Sand (Standard) set
contrastSet=High Contrast set
gamePrefs=Game
dispSumState=indicate unique and erroneous sums
dispReduSum=reduce sum clue values while solving
on=on
backlight=Backlight (0=off)
reset=Reset all
url=Download URL
usePrevSize=Propose previous game size for new game
useAltInput=Use digit keys for navigation (use 0 to input a digit)
//UserGame
[]startInput=Please enter|own game.
//UI
[]success=Game solved|Time: |Hints: 
[]wrongSol=Solution is|not correct.
[]noRedo=Redo not|possible.
[]noUndo=Undo not|possible.
[]calc2long=Calculation|exceeds display|size.
[]zoomOOM=Low memory|Zoom not|possible.
[]wait=Please wait.
[]status=name|Size: |Id: |Time: |Hints: 
[]noAvailMultiSol=Not available.|(Multiple|solutions)
//hints
[]noHint=No hint|available.
[]err_dupe=Duplicate|digits.
[]err_nosol=Game has|no solution.
[]err_high=Sum value is|too high.
[]err_low=Sum value is|too low.
[]err_connectcell=Cells need|to be connected.
[]err_lowlen=Sum must have|two digits|at least.
[]err_highlen=Sum can have|nine digits|at most.
[]err_highval=Sum value is|too high.
[]err_smallval=Sum value is|too low.
[]info_multisol=Game has|multiple|solutions.
[]info_singlesol=Game|successfully|created.
[]hint_digit=Try to solve|this cell.
[]hint_pncl=Pencilmark can be|removed: 
[]hint_invlddig=Wrong|digit.
//choosesize
[]chooseSizePtr=Define size|Click in middle|starts game.
[]chooseSize=Define|grid size.
size=Size: 
genGame=Building Game
//NewGame
multiSol=multiple solutions
noSol=no solution
constructMask= Try (layout) #
constructGame= Try #
solved= Progress: 
//About
about=About k4kur0
rules=Rules
keys=Game keys
keysInput=Input/Edit keys
pntr=Pointer control
aboutvrs=k4kur0 
abouttxt=by ive&marcus.\nThis is emailware. Please send a short note to midlet@wintermute.de if you use it. License Info and a manual is located at:\nhttp://wintermute.de/kakuro.
rulestxt=Kakuro Rules\n\nThe puzzle is made up of a grid with clue cells, blank cells and solid cells. Clue cells show number clues (similar to a crossword puzzle) containing the sum of the digits in the column-down or the row-to-the-right. The blank cells need to be filled with digits 1-9 to sum up to the clue value. Each digit is allowed only once in a row/column. Every generated puzzle has an unique solution.
keystxt=[0] toggle between PEN- and PENCIL-mode.\n[1-9] in PEN-mode: enter or clear digit.\n[1-9] in PENCIL-mode: set or remove pencilmark (tiny digit).\n[Joypad] move cursor.\n[#] show/hide menu.\n[*] show/hide help display for row/col combinations.\n[0-9] while cursor is on clue-field: input to mini-sum-calculator.\n[*] while cursor is on clue-field: input +/- to mini-calculator.\n[#] while cursor is on clue-field: delete input of mini-calculator.
keystxtInput=[0-9] enter clue digits\n[Joypad] move cursor.\n[#] show/hide menu.\n[*] set/remove clue field.
pntrtxt=[click on digit] Input/clear digit.\n[click on cell] move cursor.\n[click on pen icon] toggle pen/pencil mode.\n[arrow down icon] show help display/show menu.\n[+- icon] input +- to mini-sum-claculator.\n[x icon] delete input to mini-claculator.
//colors
clrBgCell=Cell BG
clrBgClue=Clue BG
clrBgUniqClue=UniqueClue BG
clrFocus=Focus
clrFocusPencil=Focus pencil
clrFnt=Font
clrGrid=Grid
clrPnclFnt=Font pencilmarks
clrSmlFnt=Font clues
clrBGPopup=Popup BG
clrFGPopup=Font popup
clrBgScreen=Screen BG
clrStatus=Supportarea BG
clrBgCorrect=correct BG
clrBgIncorrect=incorrect BG
clrIndBG=Scroller BG
clrIndFG=Scroll-arrows
