96 lines
2.3 KiB
Perl
96 lines
2.3 KiB
Perl
package WebGUI::i18n::English::Image_Graph_XYGraph;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'chart width' => {
|
|
message => q|Chart width|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'chart width description' => {
|
|
message => q|The width of the chart. Must be smaller than the
|
|
witdh of the image.|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
|
|
'chart height' => {
|
|
message => q|Chart height|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'chart height description' => {
|
|
message => q|The height of the chart. Must be smaller than the
|
|
height of the egraph|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
|
|
'draw labels' => {
|
|
message => q|Draw labels|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'draw labels description' => {
|
|
message => q|Set to yes if you want to show the labels.|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
|
|
'draw axis' => {
|
|
message => q|Draw axis|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'draw axis description' => {
|
|
message => q|Set to yes if you want to show the axis.|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
|
|
'draw rulers' => {
|
|
message => q|Draw rulers|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'draw rulers description' => {
|
|
message => q|Set to yes if you want to show the rulers.|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
|
|
'draw mode' => {
|
|
message => q|Draw mode|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'draw mode description' => {
|
|
message => q|Defines how the graph should be drawn. You can
|
|
choose between 'Side by side' and 'Stacked'. Side by side will draw bars from
|
|
diffrent datasets next to each other, giving a good comparison. If you choose
|
|
for stacked these bars are drawn on top of each other yielding a better
|
|
indication of the total value of them. For single dataset chart (like for
|
|
instance polls this option has no effect.|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
|
|
'y granularity' => {
|
|
message => q|Vertical step size|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'y granularity description' => {
|
|
message => q|Here you can define the distance between rulers and
|
|
labels on the y axis.|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
|
|
'axis color' => {
|
|
message => q|Axis color|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'axis color description' => {
|
|
message => q|The color for the axis.|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
|
|
'ruler color' => {
|
|
message => q|Ruler color|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'ruler color description' => {
|
|
message => q|The color for the rulers.|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|