diff options
Diffstat (limited to 'js/dojo-1.7.2/dijit/form/nls/zh/ComboBox.js')
| -rw-r--r-- | js/dojo-1.7.2/dijit/form/nls/zh/ComboBox.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/form/nls/zh/ComboBox.js b/js/dojo-1.7.2/dijit/form/nls/zh/ComboBox.js new file mode 100644 index 0000000..14c8f19 --- /dev/null +++ b/js/dojo-1.7.2/dijit/form/nls/zh/ComboBox.js @@ -0,0 +1,9 @@ +//>>built +define( +"dijit/form/nls/zh/ComboBox", //begin v1.x content +({ + previousMessage: "先前选项", + nextMessage: "更多选项" +}) +//end v1.x content +); |
