3 // LANG: "en", ENCODING: UTF-8 | ISO-8859-1
4 // Author: Mihai Bazon, <mishoo@infoiasi.ro>
8 // 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
9 // (at least a valid email address)
11 // 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
12 // (if this is not possible, please include a comment
13 // that states what encoding is necessary.)
15 TableOperations.I18N = {
17 "All four sides": "All four sides",
18 "Background": "Background",
19 "Baseline": "Baseline",
23 "CSS Style": "Style [CSS]",
25 "Cell Properties": "Cell Properties",
28 "Collapsed borders": "Collapsed borders",
30 "Description": "Description",
31 "FG Color": "FG Color",
35 "How many columns would you like to merge?": "How many columns would you like to merge?",
36 "How many rows would you like to merge?": "How many rows would you like to merge?",
37 "Image URL": "Image URL",
43 "No rules": "No rules",
44 "No sides": "No sides",
47 "Please click into some cell": "Please click into some cell",
49 "Row Properties": "Row Properties",
50 "Rules will appear between all rows and columns": "Rules will appear between all rows and columns",
51 "Rules will appear between columns only": "Rules will appear between columns only",
52 "Rules will appear between rows only": "Rules will appear between rows only",
54 "Spacing and padding": "Spacing and padding",
57 "TO-cell-delete": "Delete cell",
58 "TO-cell-insert-after": "Insert cell after",
59 "TO-cell-insert-before": "Insert cell before",
60 "TO-cell-merge": "Merge cells",
61 "TO-cell-prop": "Cell properties",
62 "TO-cell-split": "Split cell",
63 "TO-col-delete": "Delete column",
64 "TO-col-insert-after": "Insert column after",
65 "TO-col-insert-before": "Insert column before",
66 "TO-col-split": "Split column",
67 "TO-row-delete": "Delete row",
68 "TO-row-insert-above": "Insert row before",
69 "TO-row-insert-under": "Insert row after",
70 "TO-row-prop": "Row properties",
71 "TO-row-split": "Split row",
72 "TO-table-prop": "Table properties",
73 "Table Properties": "Table Properties",
74 "Text align": "Text align",
75 "The bottom side only": "The bottom side only",
76 "The left-hand side only": "The left-hand side only",
77 "The right and left sides only": "The right and left sides only",
78 "The right-hand side only": "The right-hand side only",
79 "The top and bottom sides only": "The top and bottom sides only",
80 "The top side only": "The top side only",
82 "Unset color": "Unset color",
83 "Vertical align": "Vertical align",
85 "not-del-last-cell": "HTMLArea cowardly refuses to delete the last cell in row.",
86 "not-del-last-col": "HTMLArea cowardly refuses to delete the last column in table.",
87 "not-del-last-row": "HTMLArea cowardly refuses to delete the last row in table.",