Index: trunk/extensions/SemanticResultFormats/README |
— | — | @@ -132,10 +132,10 @@ |
133 | 133 | |
134 | 134 | * The Eventline and Timeline code is based on the Timeline code by the |
135 | 135 | MIT Simile project. |
136 | | - |
| 136 | + |
137 | 137 | * The Exhibit code was contributed by Fabian Howahl, based on code by the |
138 | 138 | MIT Simile project. |
139 | | - |
| 139 | + |
140 | 140 | * The Ploticus format was contributed by Joel Natividad. |
141 | 141 | |
142 | 142 | * The BibTeX format was contributed by Steren Giannini. |
— | — | @@ -151,5 +151,5 @@ |
152 | 152 | |
153 | 153 | Translations to various languages are provided and maintained by many people. |
154 | 154 | In general, main contributors can be found in the message file. Special thanks |
155 | | -are due to Siebrand Mazeland and the Betawiki project for their excellent |
156 | | -support in that matter. |
| 155 | +are due to Siebrand Mazeland and the translatewiki.net project for their |
| 156 | +excellent support in that matter. |
Index: trunk/extensions/GroupPermissionsManager/plugins/messages/NoTranslate.i18n.php |
— | — | @@ -1,9 +1,10 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | -* Messages for the GroupPermissionsManager extension that should ''not'' be translated into other languages via Betawiki. |
6 | | -* Local translations may be done if needed, but global ones aren't |
7 | | -*/ |
| 5 | + * Messages for the GroupPermissionsManager extension that should ''not'' be |
| 6 | + * translated into other languages via translatewiki.net. Local translations |
| 7 | + * may be done if needed, but global ones should not be made. |
| 8 | + */ |
8 | 9 | $messages = array(); |
9 | 10 | |
10 | 11 | $messages['en'] = array( |
— | — | @@ -19,4 +20,4 @@ |
20 | 21 | 'grouppermissions-ca-newsection' => 'NEWSECTION', |
21 | 22 | 'content_actions' => "* ARTICLE\n* DISCUSSION\n* EDIT\n* NEWSECTION\n* HISTORY\n* DELETE\n* MOVE\n* PROTECT\n* WATCH", |
22 | 23 | 'toolbox_append' => '', |
23 | | -); |
\ No newline at end of file |
| 24 | +); |