Current oav website
This commit is contained in:
20
dotclear._no/locales/en/resources.php
Normal file
20
dotclear._no/locales/en/resources.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
* @subpackage Backend
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
|
||||
if (!defined('DC_RC_PATH')) {return;}
|
||||
|
||||
$__resources['rss_news'] = 'https://dotclear.org/blog/feed/category/News/atom';
|
||||
|
||||
$__resources['doc'] = array(
|
||||
"Dotclear documentation" => 'https://dotclear.org/documentation/2.0',
|
||||
'Dotclear presentation' => 'https://dotclear.org/documentation/2.0/overview/tour',
|
||||
"User manual" => 'https://dotclear.org/documentation/2.0/usage',
|
||||
"Installation and administration guides" => 'https://dotclear.org/documentation/2.0/admin',
|
||||
"Dotclear support forum" => 'https://forum.dotclear.net/'
|
||||
);
|
||||
Reference in New Issue
Block a user