Index: trunk/extensions/Widgets/Widgets.i18n.php |
— | — | @@ -7,12 +7,13 @@ |
8 | 8 | $messages = array(); |
9 | 9 | |
10 | 10 | $messages['en'] = array( |
11 | | - 'widgets-desc' => 'Allows wiki administrators to add free-form widgets to the wiki by editing pages within the Widget namespace. Originally developed for [http://www.ardorado.com Ardorado.com]', |
12 | | - 'widgets-error' => 'Error in [[Widget:$1|widget $1]]', |
| 11 | + 'widgets-desc' => 'Allows wiki administrators to add free-form widgets to the wiki by editing pages within the {{ns:widget}} namespace. |
| 12 | +Originally developed for [http://www.ardorado.com Ardorado.com]', |
| 13 | + 'widgets-error' => 'Error in [[{{ns:widget}}:$1|widget $1]]', |
13 | 14 | 'group-widgeteditor' => 'Widget editors', |
14 | 15 | 'group-widgeteditor-member' => 'Widget editor', |
15 | 16 | 'grouppage-widgeteditor' => 'Project:Widget editors', |
16 | | - 'right-editwidgets' => 'Edit pages in the "Widget" namespace', |
| 17 | + 'right-editwidgets' => 'Edit pages in the "{{ns:widget}}" namespace', |
17 | 18 | ); |
18 | 19 | |
19 | 20 | /** Message documentation (Message documentation) |