Adding the graphing engine.
This commit is contained in:
parent
683b580849
commit
27af7de00c
25 changed files with 3830 additions and 15 deletions
62
lib/WebGUI/i18n/English/Graphics.pm
Normal file
62
lib/WebGUI/i18n/English/Graphics.pm
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
package WebGUI::i18n::English::Graphics;
|
||||
|
||||
our $I18N = {
|
||||
'manage graphics' => {
|
||||
message => q|Graphics|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'manage palettes' => {
|
||||
message => q|Manage palettes|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'manage fonts' => {
|
||||
message => q|Manage fonts|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'add palette' => {
|
||||
message => q|Add a new palette|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'add font' => {
|
||||
message => q|Add a new font|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'color name' => {
|
||||
message => q|Color name|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'fill color' => {
|
||||
message => q|Fill color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'fill alpha' => {
|
||||
message => q|Fill transparency|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stroke color' => {
|
||||
message => q|Stroke color|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'stroke alpha' => {
|
||||
message => q|Stroke transparency|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'font name' => {
|
||||
message => q|Font name|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'font file' => {
|
||||
message => q|Font file|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'palette name' => {
|
||||
message => q|Palette name|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
'add color' => {
|
||||
message => q|Add a color to this palette.|,
|
||||
lastUpdated => 1131394070,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue