summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/form/nls/ja/ComboBox.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dijit/form/nls/ja/ComboBox.js')
-rw-r--r--js/dojo/dijit/form/nls/ja/ComboBox.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/ja/ComboBox.js b/js/dojo/dijit/form/nls/ja/ComboBox.js
new file mode 100644
index 0000000..9b97e6b
--- /dev/null
+++ b/js/dojo/dijit/form/nls/ja/ComboBox.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dijit/form/nls/ja/ComboBox", //begin v1.x content
+({
+ previousMessage: "以前の選択項目",
+ nextMessage: "追加の選択項目"
+})
+//end v1.x content
+);