]> git.deb.at Git - deb/packages.git/blob - templates/config/architectures.tmpl
Some fixes for Polish translation.
[deb/packages.git] / templates / config / architectures.tmpl
1 [%
2 # list of architectures
3 architectures = {
4         i386    => g('Intel x86'),
5         m68k    => g('Motorola 680x0'),
6         sparc   => g('SPARC'),
7         alpha   => g('Alpha'),
8         powerpc => g('PowerPC'),
9         arm     => g('ARM'),
10         hppa    => g('HP PA-RISC'),
11         ia64    => g('Intel IA-64'),
12         mips    => g('MIPS (big-endian)'),
13         mipsel  => g('MIPS (little-endian)'),
14         s390    => g('IBM S/390'),
15         "hurd-i386" => g('Hurd (i386)'),
16         amd64   => g('AMD64'),
17         armel   => g('EABI ARM'),
18         "kfreebsd-i386" => g('GNU/kFreeBSD (i386)'),
19         "kfreebsd-amd64" => g('GNU/kFreeBSD (amd64)'),
20         avr32   => g('AVR32'),
21         powerpcspe => g('PowerPC SPE (e500 core)'),
22         sh4     => g('SH4'),
23         sparc64 => g('Sparc64'),
24 }
25
26 %]