summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dijit/form/nls/cs/ComboBox.js
blob: deb0a47fb8ee22210c8f545fee8c3b46b430687c (plain)
1
2
3
4
5
6
7
8
9
//>>built
define(
"dijit/form/nls/cs/ComboBox", //begin v1.x content
({
		previousMessage: "Předchozí volby",
		nextMessage: "Další volby"
})
//end v1.x content
);