Dear Debian I18N people, I would like to know if some of you would be interested in translating apt-show-versions.
apt-show-versions already includes de.po es.po fr.po sv.po vi.po. So do not translate it to these languages (the translators will be contacted separately). language translated fuzzy untranslated ----------------------------------------------------- de 55 1 1 es 55 1 1 fr 55 1 1 sv 51 1 5 vi 55 1 1 Please send the updated file to me, or submit it as a wishlist bug against apt-show-versions. The deadline for receiving the updated translation is Sun, 24 Jun 2012 10:23:40 +0200. If you have read so far, please find the POT file in attachment. Thanks in advance, Christoph Martin
# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2012-06-13 14:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: =head1 #: man/apt-show-versions.pod:3 msgid "NAME" msgstr "" #. type: textblock #: man/apt-show-versions.pod:5 msgid "apt-show-versions - Lists available package versions with distribution" msgstr "" #. type: =head1 #: man/apt-show-versions.pod:7 msgid "DESCRIPTION" msgstr "" #. type: textblock #: man/apt-show-versions.pod:9 msgid "" "apt-show-versions parses the dpkg status file and the APT lists for the " "installed and available package versions and distribution and shows upgrade " "options within the specific distribution of the selected package." msgstr "" #. type: textblock #: man/apt-show-versions.pod:14 msgid "" "This is really useful if you have a mixed stable/testing environment and " "want to list all packages which are from testing and can be upgraded in " "testing." msgstr "" #. type: textblock #: man/apt-show-versions.pod:18 msgid "" "apt-show-versions uses caching for the status information of installed and " "available packages. If you run apt-show-versions as root the cache is " "updated as needed. If you run as non-root uses the newest available " "information, but can't update the cache. If you run as root with the option " "B<-i> the cache is initialized or updated only." msgstr "" #. type: =head1 #: man/apt-show-versions.pod:24 msgid "SYNOPSIS" msgstr "" #. type: textblock #: man/apt-show-versions.pod:26 msgid "B<apt-show-versions> [B<-h>] [[B<-p>] I<package name>] [B<-a>] [B<-b>]" msgstr "" #. type: =head1 #: man/apt-show-versions.pod:28 msgid "OPTIONS" msgstr "" #. type: textblock #: man/apt-show-versions.pod:30 msgid "" "If you don't give any options the status of all installed packages is " "printed." msgstr "" #. type: =item #: man/apt-show-versions.pod:35 msgid "B<-p> I<package>, B<--package>=I<package>" msgstr "" #. type: textblock #: man/apt-show-versions.pod:37 msgid "" "Print available and installed versions for specified I<package>. You can " "also specify a package name without the option B<-p>. If B<-p> and a package " "name are missing, all installed packages are displayed." msgstr "" #. type: =item #: man/apt-show-versions.pod:41 msgid "B<-r>, B<--regex>" msgstr "" #. type: textblock #: man/apt-show-versions.pod:43 msgid "interpret I<package> from option B<-p> as a regex." msgstr "" #. type: =item #: man/apt-show-versions.pod:45 msgid "B<-R>, B<--regex-all>" msgstr "" #. type: textblock #: man/apt-show-versions.pod:47 msgid "like B<--regex>, but also show matching packages which are not installed" msgstr "" #. type: =item #: man/apt-show-versions.pod:49 msgid "B<-u>, B<--upgradeable>" msgstr "" #. type: textblock #: man/apt-show-versions.pod:51 msgid "Print only upgradeable packages" msgstr "" #. type: =item #: man/apt-show-versions.pod:53 msgid "B<-a>, B<--allversions>" msgstr "" #. type: textblock #: man/apt-show-versions.pod:55 msgid "Print all available versions of the selected packages" msgstr "" #. type: =item #: man/apt-show-versions.pod:57 msgid "B<-b>, B<--brief>" msgstr "" #. type: textblock #: man/apt-show-versions.pod:59 msgid "Print only package_name/distribution for upgradeable packages" msgstr "" #. type: =item #: man/apt-show-versions.pod:61 msgid "B<-v>, B<--verbose>" msgstr "" #. type: textblock #: man/apt-show-versions.pod:63 msgid "Prints out messages about which Package files are parsed." msgstr "" #. type: =item #: man/apt-show-versions.pod:65 msgid "B<-i>, B<--initialize>" msgstr "" #. type: textblock #: man/apt-show-versions.pod:67 msgid "" "Initialize or update package cache only (as root). Do this every time when " "the status of the installed or available packages has " "changed. Initialization is done automatically on installation of the package " "and via a cron.daily job." msgstr "" #. type: =item #: man/apt-show-versions.pod:72 msgid "B<-stf> I<file>, B<--status-file>=I<file>" msgstr "" #. type: textblock #: man/apt-show-versions.pod:74 msgid "Use I<file> as the dpkg status file instead of /var/lib/dpkg/status" msgstr "" #. type: =item #: man/apt-show-versions.pod:76 msgid "B<-ld> I<directory>, B<--list-dir>=I<directory>" msgstr "" #. type: textblock #: man/apt-show-versions.pod:78 msgid "" "Use I<directory> as path to apt's list files instead of " "/var/state/apt/lists/ or /var/lib/apt/lists/" msgstr "" #. type: =item #: man/apt-show-versions.pod:81 msgid "B<-h>, B<--help>" msgstr "" #. type: textblock #: man/apt-show-versions.pod:83 msgid "Prints out command-line help." msgstr "" #. type: =head1 #: man/apt-show-versions.pod:87 msgid "EXIT CODES" msgstr "" #. type: =item #: man/apt-show-versions.pod:91 msgid "0" msgstr "" #. type: textblock #: man/apt-show-versions.pod:93 msgid "No error" msgstr "" #. type: =item #: man/apt-show-versions.pod:95 msgid "1" msgstr "" #. type: textblock #: man/apt-show-versions.pod:97 msgid "Wrong usage" msgstr "" #. type: =item #: man/apt-show-versions.pod:99 msgid "2" msgstr "" #. type: textblock #: man/apt-show-versions.pod:101 msgid "" "apt-show-versions has been called with exactly one package and upgradeable " "option set, but package is uptodate. As no output has been requested, this " "case gets signaled using the exit code." msgstr "" #. type: =item #: man/apt-show-versions.pod:105 msgid "255" msgstr "" #. type: textblock #: man/apt-show-versions.pod:107 msgid "Unspecified error" msgstr "" #. type: =head1 #: man/apt-show-versions.pod:111 msgid "EXAMPLES" msgstr "" #. type: textblock #: man/apt-show-versions.pod:113 msgid "" "If you want to know for all your installed packages whether they are " "uptodate or upgradeable, use:" msgstr "" #. type: verbatim #: man/apt-show-versions.pod:116 #, no-wrap msgid "" " apt-show-versions\n" "\n" msgstr "" #. type: textblock #: man/apt-show-versions.pod:118 msgid "If you want to have a list of all upgradeable packages:" msgstr "" #. type: verbatim #: man/apt-show-versions.pod:120 #, no-wrap msgid "" " apt-show-versions -u\n" "\n" msgstr "" #. type: textblock #: man/apt-show-versions.pod:122 msgid "To get a list of all available versions of libc6:" msgstr "" #. type: verbatim #: man/apt-show-versions.pod:124 #, no-wrap msgid "" " apt-show-versions -a -p libc6\n" "\n" msgstr "" #. type: textblock #: man/apt-show-versions.pod:126 msgid "To get information about several packages:" msgstr "" #. type: verbatim #: man/apt-show-versions.pod:128 #, no-wrap msgid "" " apt-show-versions dpkg apt\n" "\n" msgstr "" #. type: verbatim #: man/apt-show-versions.pod:130 #, no-wrap msgid "" " apt-show-versions -r ^texlive\n" "\n" msgstr "" #. type: textblock #: man/apt-show-versions.pod:132 msgid "To upgrade all packages in testing:" msgstr "" #. type: verbatim #: man/apt-show-versions.pod:134 #, no-wrap msgid "" " apt-get install `apt-show-versions -u -b | fgrep testing`\n" "\n" msgstr "" #. type: =head1 #: man/apt-show-versions.pod:136 msgid "AUTHOR" msgstr "" #. type: textblock #: man/apt-show-versions.pod:138 msgid "Christoph Martin, [email protected]" msgstr "" #. type: =head1 #: man/apt-show-versions.pod:140 msgid "SEE ALSO" msgstr "" #. type: textblock #: man/apt-show-versions.pod:142 msgid "apt(8), dpkg(1)" msgstr ""

