package WebGUI::i18n::English::Graphics; use strict; 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, }, '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, }, }; 1;