diff options
Diffstat (limited to 'js/dojo-1.6/dojox/editor/plugins/nls/TableDialog.xd.js')
| -rw-r--r-- | js/dojo-1.6/dojox/editor/plugins/nls/TableDialog.xd.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/editor/plugins/nls/TableDialog.xd.js b/js/dojo-1.6/dojox/editor/plugins/nls/TableDialog.xd.js new file mode 100644 index 0000000..2f33895 --- /dev/null +++ b/js/dojo-1.6/dojox/editor/plugins/nls/TableDialog.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.editor.plugins.nls.TableDialog"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.editor.plugins.nls.TableDialog");dojo._xdLoadFlattenedBundle("dojox.editor.plugins", "TableDialog", "", ({"buttonSet":"Set","insertTableTitle":"Insert Table","insertTableRowAfterLabel":"Add Row After","buttonCancel":"Cancel","center":"center","deleteTableColumnLabel":"Delete Column","right":"right","insertTableColumnBeforeLabel":"Add Column Before","tableWidth":"Table Width:","buttonInsert":"Insert","default":"default","align":"Align:","insertTableRowBeforeLabel":"Add Row Before","cellSpacing":"Cell Spacing:","pixels":"pixels","selectTableLabel":"Select Table","rows":"Rows:","modifyTableTitle":"Modify Table","cellPadding":"Cell Padding:","deleteTableRowLabel":"Delete Row","backgroundColor":"Background Color:","insertTableColumnAfterLabel":"Add Column After","left":"left","borderThickness":"Border Thickness:","columns":"Columns:","percent":"percent","borderColor":"Border Color:"})
+); +}};});
\ No newline at end of file |
