forked from ngharo/flowchartwiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheckfchw.i18n.php
41 lines (39 loc) · 1.99 KB
/
checkfchw.i18n.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
//////////////////////////////////////////////////////////////
//
// Copyright (C) Thomas Kock, Delmenhorst, 2008, 2009
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License along
// with this program; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
// http://www.gnu.org/copyleft/gpl.html
//
//////////////////////////////////////////////////////////////
$messages = array();
$messages['en'] = array(
'checkfchw' => 'Check FlowChartWiki extension',
'checkfchwFolderCreated' => 'FlowChartWiki data folder',
'checkfchwFolderCreatedHint' => 'Please create a folder ./images/flowchartwiki',
'checkfchwFolderPermissions' => 'FlowChartWiki data folder permissions',
'checkfchwFolderPermissionsHint' => 'Please set write permissions on ./images/flowchartwiki',
'checkfchwGraphVizPath' => 'GraphViz path',
'checkfchwGraphVizPathHint' => 'Missing variable $fchw[\'GraphvizDot\'] in LocalSettings.php',
'checkfchwGraphVizExec' => 'GraphViz executable',
'checkfchwGraphVizExecHint' => 'Please correct path to GraphViz',
'checkfchwGraphVizExecTest' => 'Create sample graph',
'checkfchwGraphVizExecTestHint1' => 'Error in at least one of the tests above',
'checkfchwGraphVizExecTestHint2' => 'Problem creating sample graph',
'checkfchwDbTables' => 'FlowChartWiki database table',
'checkfchwDbTablesHint' => 'Please import FlowChartWiki database schema',
'checkfchwTotal' => 'Total status'
);