| 1 |
lars |
1 |
// I18N constants
|
|
|
2 |
|
|
|
3 |
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
|
|
|
4 |
// Author: Mihai Bazon, http://dynarch.com/mishoo
|
|
|
5 |
|
|
|
6 |
// FOR TRANSLATORS:
|
|
|
7 |
//
|
|
|
8 |
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
|
|
|
9 |
// (at least a valid email address)
|
|
|
10 |
//
|
|
|
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.)
|
|
|
14 |
|
|
|
15 |
TableOperations.I18N = {
|
|
|
16 |
"Align": "Align",
|
|
|
17 |
"All four sides": "All four sides",
|
|
|
18 |
"Background": "Background",
|
|
|
19 |
"Baseline": "Baseline",
|
|
|
20 |
"Border": "Border",
|
|
|
21 |
"Borders": "Borders",
|
|
|
22 |
"Bottom": "Bottom",
|
|
|
23 |
"CSS Style": "Style [CSS]",
|
|
|
24 |
"Caption": "Caption",
|
|
|
25 |
"Cell Properties": "Cell Properties",
|
|
|
26 |
"Center": "Center",
|
|
|
27 |
"Char": "Char",
|
|
|
28 |
"Collapsed borders": "Collapsed borders",
|
|
|
29 |
"Color": "Color",
|
|
|
30 |
"Description": "Description",
|
|
|
31 |
"FG Color": "FG Color",
|
|
|
32 |
"Float": "Float",
|
|
|
33 |
"Frames": "Frames",
|
|
|
34 |
"Height": "Height",
|
|
|
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",
|
|
|
38 |
"Justify": "Justify",
|
|
|
39 |
"Layout": "Layout",
|
|
|
40 |
"Left": "Left",
|
|
|
41 |
"Margin": "Margin",
|
|
|
42 |
"Middle": "Middle",
|
|
|
43 |
"No rules": "No rules",
|
|
|
44 |
"No sides": "No sides",
|
|
|
45 |
"None": "None",
|
|
|
46 |
"Padding": "Padding",
|
|
|
47 |
"Please click into some cell": "Please click into some cell",
|
|
|
48 |
"Right": "Right",
|
|
|
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",
|
|
|
53 |
"Rules": "Rules",
|
|
|
54 |
"Spacing and padding": "Spacing and padding",
|
|
|
55 |
"Spacing": "Spacing",
|
|
|
56 |
"Summary": "Summary",
|
|
|
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",
|
|
|
81 |
"Top": "Top",
|
|
|
82 |
"Unset color": "Unset color",
|
|
|
83 |
"Vertical align": "Vertical align",
|
|
|
84 |
"Width": "Width",
|
|
|
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.",
|
|
|
88 |
"percent": "percent",
|
|
|
89 |
"pixels": "pixels"
|
|
|
90 |
};
|