11 lines
295 B
PHP
11 lines
295 B
PHP
<?php
|
|
/**
|
|
* @file
|
|
* @brief The plugin locales resources
|
|
*
|
|
* @author Tomtom (author)
|
|
* @author Jean-Christian Denis (latest)
|
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
|
*/
|
|
dcCore::app()->resources['help']['comListe'] = __DIR__ . '/help/comListe.html';
|