diff options
Diffstat (limited to 'js/dojo/dijit/form/nls/ca/ComboBox.js')
| -rw-r--r-- | js/dojo/dijit/form/nls/ca/ComboBox.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/ca/ComboBox.js b/js/dojo/dijit/form/nls/ca/ComboBox.js new file mode 100644 index 0000000..37c7330 --- /dev/null +++ b/js/dojo/dijit/form/nls/ca/ComboBox.js @@ -0,0 +1,10 @@ +//>>built +define( +"dijit/form/nls/ca/ComboBox", //begin v1.x content +({ + previousMessage: "Opcions anteriors", + nextMessage: "Més opcions" +}) + +//end v1.x content +); |
