Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | Translations are separated by a comma (,). |
90 | 90 | Namespaces can have only one translation. |
91 | 91 | |
92 | | -In namespace translations <tt>$1 talk</tt> is special. <tt>$1</tt> is replaced with sitename (for example <tt>{{ns:project_talk}}</tt>). |
| 92 | +In namespace translations <code>$1 talk</code> is special. <code>$1</code> is replaced with sitename (for example <code>{{ns:project_talk}}</code>). |
93 | 93 | If it is not possible in your language to form valid expression without changing sitename, please contact a developer. |
94 | 94 | |
95 | 95 | You need to be in the translators group to save changes. |
— | — | @@ -320,7 +320,7 @@ |
321 | 321 | 'translate-import-load' => 'Load file', |
322 | 322 | |
323 | 323 | 'translate-import-err-type-not-supported' => 'Unable to load the file: |
324 | | -Method <tt>$1</tt> is not supported.', |
| 324 | +Method <code>$1</code> is not supported.', |
325 | 325 | 'translate-import-err-dl-failed' => 'Unable to fetch the file: |
326 | 326 | $1', |
327 | 327 | 'translate-import-err-ul-failed' => 'File upload was not successful', |