blob: 01a97a51c3795a74c2a256d557b3e0b0b5f313f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 80;
$title = N("PowerPack+");
@text = (N("PowerPack+ is a full-featured Linux solution for small to medium-sized networks. PowerPack+ increases the value of the standard PowerPack by adding a comprehensive selection of world-class server applications."),
'',
N("It is the only Mandrake Linux product that includes the groupware solution."));
|