-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.js
58 lines (55 loc) · 1.53 KB
/
settings.js
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*!
* Comparator.js v0.1
*
* Copyright (c) 2015, Ejvind Hansen
* http://ejvindh.net/
*
* Distributed under the GPL v3.0 license. See LICENSE file for details.
*
* All rights reserved.
*
* Date: Apr 02 09:00:00 2015
*
***/
// Comment/uncomment the desired localisation of the "messages" variable
/*UK - English*/
var messages = {
links: "Comparisons:",
differences: "Differences:",
similarities: "Similarities:",
comments: "Comments:",
clickConnector: "(click the connector-button to open comparisons)",
clickNode: "(click the nodes to see comparison options)",
versus: "versus",
audioButtonBegin: "Audiotrack",
audioButtonStop: "Stop",
externalLinkString: "Ext Link"
};
/*DK - Danish
var messages = {
links: "Sammenligninger:",
differences: "Forskelle:",
similarities: "Ligheder:",
comments: "Kommentarer:",
clickConnector: "(klik på forbindelsesknap viser sammenligninger)",
clickNode: "(klik på position for at se sammenligningsmuligheder)",
versus: "vs.",
audioButtonBegin: "Lydspor",
audioButtonStop: "Stop",
externalLinkString: "Ekst Link"
};*/
var layout = {
nodeColor: "#FF0000",
nodeTextColor: "white",
nodeTextSize: "36px",
nodeTextFont: "verdana",
nodeSizeH: "70",
nodeSizeW: "110",
comparisonButtonColor: "green",
comparisonButtonSize: "15",
connectorColor: "black",
connectorWidth: "5",
comparisonTextFont: "Aller, Verdana, Geneva, sans-serif, Arial",
comparisonTextSize: "20px",
animationSpeed: "10"
};