diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-05 23:25:39 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-05 23:25:39 +0200 |
| commit | 5064019ed13dc0dfc33485e3fb4fac00a6deb5e5 (patch) | |
| tree | 1897ee70041d3a66237d174b6adebbc9819c21e7 /po/python-apt.pot | |
| parent | 01bbbb019c6f215afc7e5a0f3d52edfbba9bcda2 (diff) | |
| download | python-apt-5064019ed13dc0dfc33485e3fb4fac00a6deb5e5.tar.gz | |
tests/test_debfile.py: make it work on amd64, improve failure message
Diffstat (limited to 'po/python-apt.pot')
| -rw-r--r-- | po/python-apt.pot | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/po/python-apt.pot b/po/python-apt.pot index a317abf0..3d9c40c9 100644 --- a/po/python-apt.pot +++ b/po/python-apt.pot @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-08-05 22:40+0200\n" +"POT-Creation-Date: 2010-08-05 23:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" @@ -432,16 +433,16 @@ msgstr "" #: ../apt/debfile.py:327 #, python-format msgid "" -"Breaks existing package '%(pkgname)s' dependency %(depname)s (%(deprelation)" -"s %(depversion)s)" +"Breaks existing package '%(pkgname)s' dependency %(depname)s " +"(%(deprelation)s %(depversion)s)" msgstr "" #. TRANSLATORS: the first '%s' is the package that conflicts, the second the packagename that it conflicts with (so the name of the deb the user tries to install), the third is the relation (e.g. >=) and the last is the version for the relation #: ../apt/debfile.py:343 #, python-format msgid "" -"Breaks existing package '%(pkgname)s' conflict: %(targetpkg)s (%(comptype)s %" -"(targetver)s)" +"Breaks existing package '%(pkgname)s' conflict: %(targetpkg)s (%(comptype)s " +"%(targetver)s)" msgstr "" #: ../apt/debfile.py:352 |
