var langstrings = $H();

langstrings["en"] = {

  gameover: "Game Over",

  goodwork: "Field Clear!",

  choosedifficulty: "Choose Difficulty",

  beginner: "Beginner",

  easy: "Easy",

  normal: "Normal",

  hard: "Hard",

  extreme: "Extreme",

  intro0: "The objective of this game is to fill the game grid so that each column, each row, and each of the nine 3x3 regions contains the digits from 1 to 9.",

  intro1: "Choose your desired difficulty level, from beginner to extreme, to start the game.",

  intro2: "This game is implemented using web technology like JavaScript, html, css, ajax, only, and no Flash or Java.",

  sudoku: "Sudoku",

  highscores: "Highscores",

  newhighscore: "New highscore!"
,
  name: "Name",
  playagain: "play again",
  changedifficulty: "change difficulty",
  agoformat: "%t %u ago",
  second: "second",
  seconds: "seconds",
  minute: "minute",
  minutes: "minutes",
  hour: "hour",
  hours: "hours",
  day: "day",
  days: "days",
  year: "year",
  years: "years",
  instructions: "<b>click</b> to <b>select a number</b>, or<br><b>press 1-9</b> to <b>assign a number</b>, and <b>backspace</b> or <b>space</b> to <b>unassign number</b>",
  recenthighscores: "New highscores",
  justnow: "just now",
  commentsplz: "comments and suggestions please!",
  unassign: "unassign number from this square",
  giveup: "give up!",
  languagename: "English"
};


langstrings["ja"] = {

  gameover: "Game Over!",

  goodwork: "成功!",

  choosedifficulty: "難易度の選択",

  beginner: "初級",

  easy: "イージー",

  normal: "中級",

  hard: "上級",

  extreme: "プロ",

  intro0: "3×3のブロックに区切られた9×9の正方形の枠内に１～９までの数字を入れるゲーム。",

  intro1: "空いているマスに1～9のいずれかの数字を入れる。縦・横の各列及び、太線で囲まれた3×3のブロックに同じ数字が複数入ってはいけない。初級～プロまでの適当な難易度を選んで、スタートする。",

  intro2: "このゲームはJavaScript, html, css, ajax等のウェブ技術のみで提供されておりFlashとJavaは使用されていません。",
  sudoku: "数独",

  highscores: "ハイスコア",

  newhighscore: "新しいハイスコア!"
,
  name: "お名前",
  playagain: "またやろう！",
  changedifficulty: "難易度を変える",
  agoformat: "%t%u前",
  second: "秒間",
  seconds: "秒間",
  minute: "分間",
  minutes: "分間",
  hour: "時間",
  hours: "時間",
  day: "日間",
  days: "日間",
  year: "年間",
  years: "年間",
  instructions: "<b>数を選ぶ</b>には<b>クリック</b>、又は<br><b>1-9を押し</b>　<b>数を消す</b>には<b>バックスペース</b>又は<b>スペース</b>",
  recenthighscores: "最近のハイスコア",
  justnow: "ちょうど今",
  commentsplz: "コメントや提案、こちらへお願いします!",
  unassign: "マスから数を消す",
  giveup: "ギブ・アップ！",
  languagename: "日本語"
};


