Revision 1568:7abcab1f07d1,
429 bytes
checked in by Anne Kozlika <kozlika@…>, 12 years ago
(diff) |
French locales: "plugin" is "plugin" and no more "extension".
|
Rev | Line | |
---|
[1046] | 1 | <?php |
---|
| 2 | # ***** BEGIN LICENSE BLOCK ***** |
---|
| 3 | # This file is part of daInstaller, a plugin for DotClear2. |
---|
| 4 | # Copyright (c) 2008-2011 Tomtom, Pep and contributors, for DotAddict.org. |
---|
| 5 | # All rights reserved. |
---|
| 6 | # |
---|
| 7 | # ***** END LICENSE BLOCK ***** |
---|
| 8 | if (!defined('DC_RC_PATH')) { return; } |
---|
| 9 | |
---|
| 10 | $this->registerModule( |
---|
| 11 | 'daInstaller', |
---|
[1568] | 12 | 'Install and update your plugins live from DotAddict.org', |
---|
[1046] | 13 | 'Tomtom / DotAddict.org', |
---|
| 14 | '1.0.3', |
---|
| 15 | null, |
---|
| 16 | 10000 |
---|
| 17 | ); |
---|
| 18 | |
---|
| 19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.