blob: d19087ae5ad5858f9f7b92fb95d93c3d74ce153c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
// This language is the translation of bitweaver and
// it was exported from the bitweaver database on 2008-08-25 08:07
$lang=[
'background color of the node
' => 'background colour of the node
',
'colored text' => 'Coloured text',
'color for links (called edges here)
' => 'colour for links (called edges here)
',
'color of the border
' => 'colour of the border
',
'the background color, use #rrvvbb color types.
' => 'the background colour, use #rrvvbb colour types.
',
'Will display using the indicated HTML color' => 'Will display using the indicated HTML colour',
];
?>
|