ComboBox.js 197 B

12345678
  1. define(
  2. "dijit/form/nls/ar/ComboBox", //begin v1.x content
  3. ({
  4. previousMessage: "الاختيارات السابقة",
  5. nextMessage: "مزيد من الاختيارات"
  6. })
  7. //end v1.x content
  8. );