aboutsummaryrefslogtreecommitdiffstats
path: root/english/releases/potato/release.data
blob: a3f472bdc6a7fae6634412737f0ffe0a19a7ac90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<perl>

# list of architectures
%arches = ( i386    => 'Intel x86',
	    m68k    => 'Motorola 680x0',
	    sparc   => 'SPARC',
	    alpha   => 'Alpha',
	    powerpc => 'PowerPC',
	    arm     => 'ARM',
	  );

# list of install manual output formats
%formats = ( html => "HTML",
	     pdf  => "PDF",
	     txt  => "plain text",
           );

# list of languages install manual is translated to
%langsinstall = ( english => "en",
                  croatian => "hr",
                  czech => "cs",
                  finnish => "fi",
                  french => "fr",
                  german => "de",
                  japanese => "ja",
                  polish => "pl",
                  portuguese => "pt",
                  russian => "ru",
                  slovak => "sk",
                  spanish => "es",
                );

# list of languages release notes are translated to
%langsrelnotes = ( english => "en",
                   czech => "cs",
                   french => "fr",
                   german => "de",
                   japanese => "ja",
                   polish => "pl",
                   russian => "ru",
                   spanish => "es",
                 );

</perl>

© 2014-2024 Faster IT GmbH | imprint | privacy policy