46 lines
905 B
Perl
46 lines
905 B
Perl
package WebGUI::i18n::English::Image_Graph;
|
|
|
|
our $I18N = {
|
|
'image width' => {
|
|
message => q|Image width|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'image height' => {
|
|
message => q|Image height|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'background color' => {
|
|
message => q|Background color|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'palette' => {
|
|
message => q|Palette|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'label offset' => {
|
|
message => q|Label offset|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'label font' => {
|
|
message => q|Font|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'label color' => {
|
|
message => q|Label color|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'label fontsize' => {
|
|
message => q|Font size|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'graph type' => {
|
|
message => q|Graph type|,
|
|
lastUpdated => 1131394070,
|
|
},
|
|
'no graphing plugins' => {
|
|
message => q|No graphing plugins found|,
|
|
lastUpdated => 1146451962,
|
|
},
|
|
};
|
|
|
|
1;
|