# -*- coding: utf-8 -*- text_mini_howto = """Quick How-to: Left-click-and-drag the piece you wish to move. Release when the piece is over the new tile or the piece you want to capture. Right-click to capture pieces. Left-click to finalize the move. Undo a move by selecting the previous line in the moves-list or by selecting the name of the battle above the list. Copy the highlighted line by clicking the copy-icon. Paste below the highlighted line by clicking the paste-icon. Select 'Help', then 'howto' above to learn more. """ askNewGameTitle = 'New game' askNewGameMessage = 'Game in progress is not saved.\nDo you still want to start a new game?' askOpenGameTitle = 'Open game' askOpenGameMessage = 'Game in progress is not saved.\nDo you still want to open another game?' askExitGameTitle = 'Exit game' askExitGameMessage = 'Game in progress is not saved.\nDo you still want to quit?' warningLoadFailedTitle = 'Load failed' warningLoadFailedMessage = 'Loading the battle failed. The file or folder may be write-only or corrupt.' warningSaveFailedTitle = 'Save failed' warningSaveFailedMessage = 'Saving the battle failed. The file or folder may be read-only or the disk may be full.' warningSaveSnapshotFailedMessage = 'Saving the snapshot failed. The file or folder may be read-only or the disk may be full.' warningLockedMoveTitle = 'Locked move' warningLockedMoveMessage = 'The move is locked.\nChange the lock by selecting a line and saving the battle.' warningSaveOptionsFailedTitle = 'Save options failed' warningSaveOptionsFailedMessage = 'Saving the configuration failed. The file "%s" or folder may be read-only or corrupt.' anonymousBattle = '' filetypesThudBattles = 'Thud Battles' filetypesAllFiles = 'All files' menuFile = 'File' menuFileNew = 'new' menuFileOpen = 'open' menuFileSaveAs = 'save as' menuFileSaveSnapshot = 'save snapshot' menuQuicksave = 'Quicksave' menuOptions = 'Options' menuOptionsBoardmap = 'boardmap' menuOptionsHighlight = 'highlight' menuOptionsScore = 'score' menuOptionsComment = 'comment' menuHelp = 'Help' menuHelpContents = 'contents' menuHelpHowto = 'howto' menuHelpAbout = 'about' menuFile_xpos_width = (600, 24) menuQuicksave_xpos_width = (628, 59) menuOptions_xpos_width = (691, 44) menuHelp_xpos_width = (739, 30)