Index: trunk/extensions/VisualEditor/VisualEditor.php |
— | — | @@ -53,6 +53,7 @@ |
54 | 54 | 'messages' => array( |
55 | 55 | 'visualeditor-feedback-prompt', |
56 | 56 | 'visualeditor-feedback-dialog-title', |
| 57 | + 'visualeditor-sandbox-title', |
57 | 58 | ), |
58 | 59 | 'dependencies' => array( |
59 | 60 | 'ext.visualEditor.sandbox', |
— | — | @@ -64,8 +65,10 @@ |
65 | 66 | 'scripts' => array( |
66 | 67 | 'sandbox/sandbox.js', |
67 | 68 | ), |
| 69 | + 'messages' => array( |
| 70 | + 'visualeditorsandbox', |
| 71 | + ), |
68 | 72 | 'styles' => 'sandbox/sandbox.css', |
69 | | - 'messages' => array(), |
70 | 73 | 'dependencies' => array( |
71 | 74 | 'ext.visualEditor.ve', |
72 | 75 | ), |
— | — | @@ -148,6 +151,15 @@ |
149 | 152 | 'dependencies' => array( |
150 | 153 | 'jquery', |
151 | 154 | ), |
| 155 | + 'messages' => array( |
| 156 | + 'visualeditor-tooltip-wikitext', |
| 157 | + 'visualeditor-tooltip-json', |
| 158 | + 'visualeditor-tooltip-html', |
| 159 | + 'visualeditor-tooltip-render', |
| 160 | + 'visualeditor-tooltip-history', |
| 161 | + 'visualeditor-tooltip-help', |
| 162 | + 'visualeditor', |
| 163 | + ), |
152 | 164 | ) |
153 | 165 | ); |
154 | 166 | |
Property changes on: trunk/extensions/VisualEditor |
___________________________________________________________________ |
Added: svn:mergeinfo |
155 | 167 | Merged /branches/wmf/1.18wmf1/extensions/VisualEditor:r110853 |