blob: 1f914a6bdb884bed8a0a7c5ce41751ad70d92dd7 (
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("Discovery");
@text = (N("Discovery is the easiest and most user-friendly Linux distribution. It includes a hand-picked selection of premium software for Office, Multimedia and Internet activities."),
'',
N("The menu is task-oriented, with a single selected application per task."));
|