#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 10;
$border = 10; #- for leftish text
# Use text for bold
# @text = ([ N("text to display"), center => 1 ],
@text = ([ N("Development Environments"), center => 1 ],
' ',
N("PowerPack gives you the best tools to develop your own applications."),
' ',
N("You will enjoy the powerful, integrated development environment from KDE, KDevelop, which will let you program in a lot of languages."),
' ',
N("PowerPack also ships with GCC, the leading Linux compiler and GDB, the associated debugger."));