diff options
Diffstat (limited to 'js/dojo/dojox/editor/plugins/nls/TableDialog.js')
| -rw-r--r-- | js/dojo/dojox/editor/plugins/nls/TableDialog.js | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/js/dojo/dojox/editor/plugins/nls/TableDialog.js b/js/dojo/dojox/editor/plugins/nls/TableDialog.js new file mode 100644 index 0000000..0acd99d --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/TableDialog.js @@ -0,0 +1,67 @@ +//>>built +define("dojox/editor/plugins/nls/TableDialog", { root: +//begin v1.x content +({ + insertTableTitle: "Insert Table", + modifyTableTitle: "Modify Table", + rows: "Rows:", + columns: "Columns:", + align: "Align:", + cellPadding: "Cell Padding:", + cellSpacing: "Cell Spacing:", + tableWidth: "Table Width:", + backgroundColor: "Background Color:", + borderColor: "Border Color:", + borderThickness: "Border Thickness:", + percent: "percent", + pixels: "pixels", + "default": "default", + left: "left", + center: "center", + right: "right", + buttonSet: "Set", // translated elsewhere? + buttonInsert: "Insert", + buttonCancel: "Cancel", + + selectTableLabel: "Select Table", + insertTableRowBeforeLabel: "Add Row Before", + insertTableRowAfterLabel: "Add Row After", + insertTableColumnBeforeLabel: "Add Column Before", + insertTableColumnAfterLabel: "Add Column After", + deleteTableRowLabel: "Delete Row", + deleteTableColumnLabel: "Delete Column" +}) +, +//end v1.x content +"zh": true, +"zh-tw": true, +"tr": true, +"th": true, +"sv": true, +"sl": true, +"sk": true, +"ru": true, +"ro": true, +"pt": true, +"pt-pt": true, +"pl": true, +"nl": true, +"nb": true, +"ko": true, +"kk": true, +"ja": true, +"it": true, +"hu": true, +"hr": true, +"he": true, +"fr": true, +"fi": true, +"es": true, +"el": true, +"de": true, +"da": true, +"cs": true, +"ca": true, +"az": true, +"ar": true +}); |
