10 lines
168 B
JavaScript
Raw Normal View History

//>>built
define(
"dijit/form/nls/cs/ComboBox", //begin v1.x content
({
previousMessage: "Předchozí volby",
nextMessage: "Další volby"
})
//end v1.x content
);