| 23 |
liveuser |
1 |
AmCharts.translations[ "export" ][ "en" ] = {
|
|
|
2 |
"fallback.save.text": "CTRL + C to copy the data into the clipboard.",
|
|
|
3 |
"fallback.save.image": "Rightclick -> Save picture as... to save the image.",
|
|
|
4 |
|
|
|
5 |
"capturing.delayed.menu.label": "{{duration}}",
|
|
|
6 |
"capturing.delayed.menu.title": "Click to cancel",
|
|
|
7 |
|
|
|
8 |
"menu.label.print": "Print",
|
|
|
9 |
"menu.label.undo": "Undo",
|
|
|
10 |
"menu.label.redo": "Redo",
|
|
|
11 |
"menu.label.cancel": "Cancel",
|
|
|
12 |
|
|
|
13 |
"menu.label.save.image": "Download as ...",
|
|
|
14 |
"menu.label.save.data": "Save as ...",
|
|
|
15 |
|
|
|
16 |
"menu.label.draw": "Annotate ...",
|
|
|
17 |
"menu.label.draw.change": "Change ...",
|
|
|
18 |
"menu.label.draw.add": "Add ...",
|
|
|
19 |
"menu.label.draw.shapes": "Shape ...",
|
|
|
20 |
"menu.label.draw.colors": "Color ...",
|
|
|
21 |
"menu.label.draw.widths": "Size ...",
|
|
|
22 |
"menu.label.draw.opacities": "Opacity ...",
|
|
|
23 |
"menu.label.draw.text": "Text",
|
|
|
24 |
|
|
|
25 |
"menu.label.draw.modes": "Mode ...",
|
|
|
26 |
"menu.label.draw.modes.pencil": "Pencil",
|
|
|
27 |
"menu.label.draw.modes.line": "Line",
|
|
|
28 |
"menu.label.draw.modes.arrow": "Arrow"
|
|
|
29 |
}
|