|
6 | 6 | <html>
|
7 | 7 |
|
8 | 8 | <head>
|
9 |
| - <title>Remote Caché terminal</title> |
| 9 | + <title id="lang-field-15">Caché WEB Terminal</title> |
10 | 10 | <meta charset="utf-8">
|
11 | 11 | <meta name="author" content="ZitRo - InterSystems">
|
12 | 12 | <meta name="Description" content="Web-based terminal for Cache administration.">
|
|
30 | 30 | <body>
|
31 | 31 | <div id="terminal-control-panel">
|
32 | 32 | <div class="terminal-control-content">
|
33 |
| - <span id="terminal-control-closeButton" class="info">Close</span> |
34 |
| - <h1>Control panel</h1> |
| 33 | + <span id="terminal-control-closeButton" class="info"><span id="lang-field-0"></span></span> |
| 34 | + <h1 id="lang-field-1"></h1> |
35 | 35 | <table id="terminal-control-table">
|
36 | 36 | <tbody>
|
37 | 37 | <tr>
|
38 |
| - <td class="center" colspan="2">Application settings</td> |
| 38 | + <td class="center" colspan="2" id="lang-field-2"></td> |
39 | 39 | </tr>
|
40 | 40 | <tr>
|
41 | 41 | <td>
|
42 | 42 | <input id="settings-highlighting" type="checkbox">
|
43 |
| - <label for="settings-highlighting"> |
44 |
| - Highlighting |
| 43 | + <label for="settings-highlighting" id="lang-field-3"> |
| 44 | +
|
45 | 45 | </label>
|
46 | 46 | </td>
|
47 |
| - <td> |
48 |
| - Use syntax highlighting |
| 47 | + <td id="lang-field-4"> |
| 48 | +
|
49 | 49 | </td>
|
50 | 50 | </tr>
|
51 | 51 | <tr>
|
52 | 52 | <td>
|
53 | 53 | <input id="settings-parse-output" type="checkbox">
|
54 |
| - <label for="settings-parse-output"> |
55 |
| - Parse output |
| 54 | + <label for="settings-parse-output" id="lang-field-5"> |
| 55 | +
|
56 | 56 | </label>
|
57 | 57 | </td>
|
58 |
| - <td> |
59 |
| - Highlighting terminal output data |
| 58 | + <td id="lang-field-6"> |
| 59 | +
|
60 | 60 | </td>
|
61 | 61 | </tr>
|
62 | 62 | <tr>
|
63 | 63 | <td>
|
64 | 64 | <input id="settings-cleanStartup" type="checkbox">
|
65 |
| - <label for="settings-cleanStartup"> |
66 |
| - Clean startup |
| 65 | + <label for="settings-cleanStartup" id="lang-field-7"> |
| 66 | +
|
67 | 67 | </label>
|
68 | 68 | </td>
|
69 |
| - <td> |
70 |
| - Do not show additional information during terminal startup |
| 69 | + <td id="lang-field-8"> |
| 70 | +
|
71 | 71 | </td>
|
72 | 72 | </tr>
|
73 | 73 | <tr>
|
74 | 74 | <td>
|
75 | 75 | <input id="settings-animations" type="checkbox">
|
76 |
| - <label for="settings-animations"> |
77 |
| - Animations |
| 76 | + <label for="settings-animations" id="lang-field-9"> |
| 77 | +
|
78 | 78 | </label>
|
79 | 79 | </td>
|
80 |
| - <td> |
81 |
| - Animate output and some of terminal elements |
| 80 | + <td id="lang-field-10"> |
| 81 | +
|
82 | 82 | </td>
|
83 | 83 | </tr>
|
84 | 84 | <tr>
|
85 | 85 | <td>
|
86 | 86 | <input id="settings-autosaving" type="checkbox">
|
87 |
| - <label for="settings-autosaving"> |
88 |
| - AutoSaving |
| 87 | + <label for="settings-autosaving" id="lang-field-11"> |
| 88 | +
|
89 | 89 | </label>
|
90 | 90 | </td>
|
91 |
| - <td> |
92 |
| - Saves your history, favorites, definitions and autocompletion automatically after browser tab closed and loads it later. |
| 91 | + <td id="lang-field-12"> |
| 92 | +
|
93 | 93 | </td>
|
94 | 94 | </tr>
|
95 | 95 | <tr>
|
96 |
| - <td> |
97 |
| - Language |
| 96 | + <td id="lang-field-13"> |
| 97 | +
|
98 | 98 | </td>
|
99 | 99 | <td>
|
100 | 100 | <label id="terminal-languages-container">
|
|
103 | 103 | </td>
|
104 | 104 | </tr>
|
105 | 105 | <tr>
|
106 |
| - <td> |
107 |
| - Color theme |
| 106 | + <td id="lang-field-14"> |
| 107 | +
|
108 | 108 | </td>
|
109 | 109 | <td>
|
110 | 110 | <label id="terminal-themes-container">
|
|
139 | 139 | application.authorizationKey = "#(##Class(%WebTerminal.Engine).GetAuthKey())#";
|
140 | 140 | application.initialize();
|
141 | 141 | } catch (e) {
|
142 |
| - alert("Unable to initialize terminal."); |
| 142 | + alert("Unable to initialize terminal: check console output."); |
143 | 143 | console.log(e)
|
144 | 144 | }
|
145 | 145 | </script>
|
|
0 commit comments