ComboBox.js 159 B

123456789
  1. define(
  2. "dijit/form/nls/sl/ComboBox", //begin v1.x content
  3. ({
  4. previousMessage: "Prejšnje izbire",
  5. nextMessage: "Dodatne izbire"
  6. })
  7. //end v1.x content
  8. );