Index: trunk/extensions/WikiForum/WikiForum.i18n.php |
— | — | @@ -29,6 +29,7 @@ |
30 | 30 | Please contact a forum administrator to have some categories and forums added.', |
31 | 31 | 'wikiforum-forum-name' => 'Forum $1', // $1 is the name of a forum |
32 | 32 | 'wikiforum-name' => 'Name:', |
| 33 | + 'wikiforum-button-preview' => 'Preview', // button text in the reply form |
33 | 34 | 'wikiforum-preview' => 'Preview', |
34 | 35 | 'wikiforum-preview-with-title' => 'Preview: $1', |
35 | 36 | 'wikiforum-save' => 'Save', // button text |
— | — | @@ -134,6 +135,7 @@ |
135 | 136 | Otathan yhteyttä foorumin ylläpitäjään saadaksesi joitakin luokkia ja foorumeja lisätyksi.', |
136 | 137 | 'wikiforum-forum-name' => 'Foorumi $1', |
137 | 138 | 'wikiforum-name' => 'Nimi:', |
| 139 | + 'wikiforum-button-preview' => 'Esikatsele', |
138 | 140 | 'wikiforum-preview' => 'Esikatselu', |
139 | 141 | 'wikiforum-preview-with-title' => 'Esikatselu: $1', |
140 | 142 | 'wikiforum-save' => 'Tallenna', |
— | — | @@ -171,9 +173,9 @@ |
172 | 174 | 'wikiforum-close' => 'sulje', |
173 | 175 | 'wikiforum-delete' => 'poista', |
174 | 176 | 'wikiforum-reopen' => 'avaa', |
175 | | - 'wikiforum-posted' => 'Kirjoittanut $2 kello $1', |
176 | | - 'wikiforum-edited' => 'Muokannut $2 kello $1', |
177 | | - 'wikiforum-closed-text' => 'Aiheen sulki $2 kello $1', |
| 177 | + 'wikiforum-posted' => 'Kirjoittanut $2 $1', |
| 178 | + 'wikiforum-edited' => 'Muokannut $2 $1', |
| 179 | + 'wikiforum-closed-text' => 'Aiheen sulki $2 $1', |
178 | 180 | 'wikiforum-cat-not-found' => 'Luokkaa ei löydy', |
179 | 181 | 'wikiforum-cat-not-found-text' => 'Luokkaa ei ole olemassa - mene takaisin sivulle $1', |
180 | 182 | 'wikiforum-forum-not-found' => 'Foorumia ei löydy', |
— | — | @@ -239,6 +241,7 @@ |
240 | 242 | Neem a.u.b. contact op met een forum administrator on categorieën en forums to te voegen.', |
241 | 243 | 'wikiforum-forum-name' => 'Forum $1', |
242 | 244 | 'wikiforum-name' => 'Naam:', |
| 245 | + 'wikiforum-button-preview' => 'Preview', |
243 | 246 | 'wikiforum-preview' => 'Preview', |
244 | 247 | 'wikiforum-preview-with-title' => 'Preview: $1', |
245 | 248 | 'wikiforum-save' => 'opslaan', |
Index: trunk/extensions/WikiForum/WikiForumGui.php |
— | — | @@ -270,7 +270,7 @@ |
271 | 271 | <tr> |
272 | 272 | <td> |
273 | 273 | <input name="butSave" type="submit" value="' . $saveButton . '" accesskey="s" title="' . $saveButton . ' [s]" /> |
274 | | - <input name="butPreview" type="submit" value="' . wfMsg( 'preview' ) . '" accesskey="p" title="' . wfMsg( 'preview' ) . ' [p]" />'; |
| 274 | + <input name="butPreview" type="submit" value="' . wfMsg( 'wikiforum-button-preview' ) . '" accesskey="p" title="' . wfMsg( 'wikiforum-button-preview' ) . ' [p]" />'; |
275 | 275 | if( $type == 'addthread' ) { |
276 | 276 | $output .= ' <input name="butCancel" type="button" value="' . wfMsg( 'cancel' ) . '" accesskey="c" onclick="javascript:history.back();" title="' . wfMsg( 'cancel' ) . ' [c]" />'; |
277 | 277 | } |