ComboBox.js 170 B

12345678
  1. define(
  2. "dijit/form/nls/ja/ComboBox", //begin v1.x content
  3. ({
  4. previousMessage: "以前の選択項目",
  5. nextMessage: "追加の選択項目"
  6. })
  7. //end v1.x content
  8. );