{
  "translations" : {
    "en": {
      ".avTitle": "Radix Sort: Linked List",
      "av_Authors": "Brandon Watkins and Cliff Shaffer",
      "#help": "Help",
      "#about": "About",
      "#run": "Run",
      "#reset": "Reset",
      "#arraysizeLabel": " Array size: ",
      "#digitsLabel": " Digits: ",
      "#arrayValuesLabel": " Your values: ",
      "av_arrValsPlaceholder": "Type some array values, or click 'run' to use random values",
      "av_c1": "Phase 1: Move the records from the input array to the digit array.",
      "av_c2": " has current digit ",
      "av_c3": ". Add it to the ",
      "av_c4": " bin.",
      "av_c5": "Phase 2: Move the records from the digit lists to the output array.",
      "av_c6": "Done with this pass.",
      "av_c7": "Now we move the value back to the Input Array.",
      "av_c8": "Done sorting!"
    }
  }
}
