{
  "translations" : {
    "en": {
      ".avTitle": "Shellsort Visualization",
      "av_Authors": "Cliff Shaffer and Ville Karavirta",
      "#help": "Help",
      "#about": "About",
      "#run": "Run",
      "#reset": "Reset",
      "#incrementsLabel": "Type an increment series or use the given default:",
      "av_incrementsPlaceholder": "4 2 1",
      "#arraysizeLabel": " List size: ",
      "#arrayValuesLabel": " Your values: ",
      "av_arrValsPlaceholder": "Type some array values, or click 'run' to use random values",
      "av_incrmsg": "Increments sequence must be decreasing positive values ending with 1.",
      "av_c1": "Start the next increment size: ",
      "av_c2": "Increment ",
      "av_c3": " is so big that the sublists would have only one element. So it is skipped.",
      "av_c4": "Done sorting!",
      "av_code1": "Compare.",
      "av_code2": "Swap.",
      "av_code3": "Done this element.",
      "av_code4": "Start the next increment size: ",
      "av_code5": "Since the rest of the subarrays for this increment are of length 1, we will skip them.",
      "av_code6": "Starting to sort a new subarray with ",
      "av_code7": " elements.",
      "av_diff1": "Original Array",
      "av_diff2": "Values in <b style='color:#0b0;'>green</b> have changed from their original positions"
    }
  }
}
