]>
Commit | Line | Data |
---|---|---|
1 | apt_add_translation_domain( | |
2 | DOMAIN libapt-pkg${APT_PKG_MAJOR} | |
3 | TARGETS apt-pkg | |
4 | ) | |
5 | ||
6 | apt_add_translation_domain( | |
7 | DOMAIN apt | |
8 | TARGETS apt apt-cache apt-get apt-config apt-cdrom apt-helper apt-mark | |
9 | apt-private | |
10 | # Methods | |
11 | file copy store gpgv cdrom http https ftp rred rsh mirror | |
12 | SCRIPTS ../dselect/install ../dselect/update | |
13 | ) | |
14 | ||
15 | apt_add_translation_domain( | |
16 | DOMAIN apt-utils | |
17 | TARGETS apt-sortpkgs | |
18 | apt-extracttemplates | |
19 | apt-internal-solver | |
20 | apt-dump-solver | |
21 | apt-internal-planner | |
22 | apt-ftparchive | |
23 | ) | |
24 | ||
25 | apt_add_translation_domain( | |
26 | DOMAIN libapt-inst${APT_INST_MAJOR} | |
27 | TARGETS apt-inst | |
28 | ) |