26 lines
667 B
PHP
Executable File
26 lines
667 B
PHP
Executable File
<?php
|
|
|
|
/*
|
|
* This file is part of Cachet.
|
|
*
|
|
* (c) James Brooks <james@cachethq.io>
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
return [
|
|
'not-found' => [
|
|
'code' => 'crwdns208:0crwdne208:0',
|
|
'title' => 'crwdns367:0crwdne367:0',
|
|
'message' => 'crwdns368:0crwdne368:0',
|
|
'link' => 'crwdns369:0crwdne369:0',
|
|
],
|
|
'unauthorized' => [
|
|
'code' => 'crwdns370:0crwdne370:0',
|
|
'title' => 'crwdns371:0crwdne371:0',
|
|
'message' => 'crwdns372:0crwdne372:0',
|
|
'link' => 'crwdns373:0crwdne373:0',
|
|
],
|
|
];
|