blob: 7649ee6d70c9bf9d37707cc3e127d4a34462b3b7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 10;
$title = N("A customizable environment");
@text = (N("Perfectly adapt your computer to your needs thanks to the 11 available Mandrake Linux user interfaces which can be fully modified: KDE 3.1, GNOME 2.2, Window Maker, ..."));
|