]> git.deb.at Git - deb/packages.git/blob - lib/Packages/Sections.pm
Some fixes for Polish translation.
[deb/packages.git] / lib / Packages / Sections.pm
1 package Packages::Sections;
2
3 use strict;
4 use warnings;
5
6 use Packages::I18N::Locale;
7 use Exporter;
8 our @ISA = qw( Exporter );
9 our @EXPORT = qw( %sections_descs );
10
11 our %sections_descs = (
12                       admin     => [ N_("Administration Utilities"),
13                                      N_("Utilities to administer system resources, manage user accounts, etc.") ],
14                       base      => [ N_("Base Utilities"),
15                                      N_("Basic needed utilities of every Debian system.") ],
16                       'cli-mono'=> [ N_("Mono/CLI"),
17                                      N_("Everything about Mono and the Common Language Infrastructure.") ],
18                       comm      => [ N_("Communication Programs"),
19                                      N_("Software to use your modem in the old fashioned style.") ],
20                       database  => [ N_("Databases"),
21                                      N_("Database Servers and Clients.") ],
22                       debug     => [ N_("Debug packages"),
23                                      N_("Packages providing debugging information for executables and shared libraries.") ],
24                       devel     => [ N_("Development"),
25                                      N_("Development utilities, compilers, development environments, libraries, etc.") ],
26                       doc       => [ N_("Documentation"),
27                                      N_("FAQs, HOWTOs and other documents trying to explain everything related to Debian, and software needed to browse documentation (man, info, etc).") ],
28                       editors   => [ N_("Editors"),
29                                      N_("Software to edit files. Programming environments.") ],
30                       electronics       => [ N_("Electronics"),
31                                              N_("Electronics utilities.") ],
32                       embedded  => [ N_("Embedded software"),
33                                      N_("Software suitable for use in embedded applications.") ],
34                       games     => [ N_("Games"),
35                                      N_("Programs to spend a nice time with after all this setting up.") ],
36                       gnome     => [ N_("GNOME"),
37                                      N_("The GNOME desktop environment, a powerful, easy to use set of integrated applications.") ],
38                       'gnu-r'   => [ N_("GNU R"),
39                                      N_("Everything about GNU R, a statistical computation and graphics system.") ],
40                       gnustep   => [ N_("GNUstep"),
41                                      N_("The GNUstep environment.") ],
42                       graphics  => [ N_("Graphics"),
43                                      N_("Editors, viewers, converters... Everything to become an artist.") ],
44                       hamradio  => [ N_("Ham Radio"),
45                                      N_("Software for ham radio.") ],
46                       fonts     => [ N_("Fonts"),
47                                      N_("Font packages.") ],
48                       haskell   => [ N_("Haskell"),
49                                      N_("Everything about Haskell.") ],
50                       httpd     => [ N_("Web Servers"),
51                                      N_("Web servers and their modules.") ],
52                       interpreters      => [ N_("Interpreters"),
53                                              N_("All kind of interpreters for interpreted languages. Macro processors.") ],
54                       java      => [ N_("Java"),
55                                      N_("Everything about Java.") ],
56                       kernel    => [ N_("Kernels"),
57                                      N_("Operating System Kernels and related modules.") ],
58                       kde       => [ N_("KDE"),
59                                      N_("The K Desktop Environment, a powerful, easy to use set of integrated applications.") ],
60                       libs      => [ N_("Libraries"),
61                                      N_("Libraries to make other programs work. They provide special features to developers.") ],
62                       libdevel  => [ N_("Library development"),
63                                      N_("Libraries necessary for developers to write programs that use them.") ],
64                       lisp      => [ N_("Lisp"),
65                                      N_("Everything about Lisp.") ],
66                       localization      => [ N_("Language packs"),
67                                              N_("Localization support for big software packages.") ],
68                       mail      => [ N_("Mail"),
69                                      N_("Programs to route, read, and compose E-mail messages.") ],
70                       math      => [ N_("Mathematics"),
71                                      N_("Math software.") ],
72                       misc      => [ N_("Miscellaneous"),
73                                      N_("Miscellaneous utilities that didn\'t fit well anywhere else.") ],
74                       net       => [ N_("Network"),
75                                      N_("Daemons and clients to connect your system to the world.") ],
76                       news      => [ N_("Newsgroups"),
77                                      N_("Software to access Usenet, to set up news servers, etc.") ],
78                       oldlibs   => [ N_("Old Libraries"),
79                                      N_("Old versions of libraries, kept for backward compatibility with old applications.") ],
80                       ocaml     => [ N_("OCaml"),
81                                      N_("Everything about OCaml, an ML language implementation.") ],
82                       otherosfs => [ N_("Other OS\'s and file systems"),
83                                      N_("Software to run programs compiled for other operating systems, and to use their filesystems.") ],
84                       perl      => [ N_("Perl"),
85                                      N_("Everything about Perl, an interpreted scripting language.") ],
86                       php       => [ N_("PHP"),
87                                      N_("Everything about PHP.") ],
88                       python    => [ N_("Python"),
89                                      N_("Everything about Python, an interpreted, interactive object oriented language.") ],
90                       ruby      => [ N_("Ruby"),
91                                      N_("Everything about Ruby, an interpreted object oriented language.") ],
92                       science   => [ N_("Science"),
93                                      N_("Basic tools for scientific work") ],
94                       shells    => [ N_("Shells"),
95                                      N_("Command shells. Friendly user interfaces for beginners.") ],
96                       sound     => [ N_("Sound"),
97                                      N_("Utilities to deal with sound: mixers, players, recorders, CD players, etc.") ],
98                       tex       => [ N_("TeX"),
99                                      N_("The famous typesetting software and related programs.") ],
100                       text      => [ N_("Text Processing"),
101                                      N_("Utilities to format and print text documents.") ],
102                       translations      => [ N_("Translations"),
103                                              N_("Translation packages and language support meta packages.") ],
104                       utils     => [ N_("Utilities"),
105                                      N_("Utilities for file/disk manipulation, backup and archive tools, system monitoring, input systems, etc.") ],
106                       vcs       => [ N_("Version Control Systems"),
107                                      N_("Version control systems and related utilities.") ],
108                       video     => [ N_("Video"),
109                                      N_("Video viewers, editors, recording, streaming.") ],
110                       virtual   => [ N_("Virtual packages"),
111                                      N_("Virtual packages.") ],
112                       web       => [ N_("Web Software"),
113                                      N_("Web servers, browsers, proxies, download tools etc.") ],
114                       x11       => [ N_("X Window System software"),
115                                      N_("X servers, libraries, fonts, window managers, terminal emulators and many related applications.") ],
116                       xfce      => [ N_("Xfce"),
117                                      N_("Xfce, a fast and lightweight Desktop Environment.") ],
118                       zope      => [ N_("Zope/Plone Framework"),
119                                      N_("Zope Application Server and Plone Content Managment System.") ],
120                       'debian-installer' => [ N_("debian-installer udeb packages"),
121                                               N_("Special packages for building customized debian-installer variants. Do not install them on a normal system!") ],
122                       );
123
124
125
126 1;