Adding hoverhelp to the graphing stuff.

This commit is contained in:
Martin Kamerbeek 2006-05-11 12:35:42 +00:00
parent 9d84eb204d
commit 64b0597481
10 changed files with 243 additions and 8 deletions

View file

@ -25,34 +25,69 @@ our $I18N = {
message => q|Color name|,
lastUpdated => 1131394070,
},
'color name description' => {
message => q|The name for this color.|,
lastUpdated => 1131394070,
},
'fill color' => {
message => q|Fill color|,
lastUpdated => 1131394070,
},
'fill color description' => {
message => q|The fill color for this color.|,
lastUpdated => 1131394070,
},
'fill alpha' => {
message => q|Fill transparency|,
lastUpdated => 1131394070,
},
'fill alpha description' => {
message => q|Defines the transparency of the fill color.|,
lastUpdated => 1131394070,
},
'stroke color' => {
message => q|Stroke color|,
lastUpdated => 1131394070,
},
'stroke color description' => {
message => q|The stroke color for this color.|,
lastUpdated => 1131394070,
},
'stroke alpha' => {
message => q|Stroke transparency|,
lastUpdated => 1131394070,
},
'stroke alpha description' => {
message => q|Defines the transparency of the stroke color.|,
lastUpdated => 1131394070,
},
'font name' => {
message => q|Font name|,
lastUpdated => 1131394070,
},
'font name description' => {
message => q|The label by which this font will appear in the
interface.|,
lastUpdated => 1131394070,
},
'font file' => {
message => q|Font file|,
lastUpdated => 1131394070,
},
'font file description' => {
message => q|The file containing the font. Must be a TrueType
(.ttf) font.|,
lastUpdated => 1131394070,
},
'palette name' => {
message => q|Palette name|,
lastUpdated => 1131394070,
},
'palette name description' => {
message => q|The label by which this palette will be shown in
the interface.|,
lastUpdated => 1131394070,
},
'add color' => {
message => q|Add a color to this palette.|,
lastUpdated => 1131394070,