[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#394722: marked as done (apt: String "Found label" in apt-cdrom is not translatable )



Your message dated Sat, 4 Aug 2007 17:23:44 +0200
with message-id <20070804152344.GI27445@kheops.homeunix.org>
and subject line Closing old l10n bugs for apt
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: apt
Version: 0.6.46.2
Severity: minor
Tags: l10n

Calling apt-cdrom in a German locale add I get:
Found label 'Debian GNU/Linux testing _Etch_' ...

It seems that this string is not marked translatable. The attached patch
fixes this (untested).

I found also a missing space or newline in:
Unmounting CD-ROM...Repeat this process for the rest of the CDs in your set.

Jens
--- apt-pkg/cdrom.cc	2006-10-22 20:05:18.000000000 +0200
+++ ../apt-0.6.46.2.orig/apt-pkg/cdrom.cc	2006-10-22 20:04:17.000000000 +0200
@@ -679,7 +679,7 @@
 	    
 	    if(log) {
 	       msg.str("");
-	       ioprintf(msg, _("Found label '%s'\n"), Name.c_str());
+	       ioprintf(msg, "Found label '%s'\n", Name.c_str());
 	       log->Update(msg.str());
 	    }
 	    Database.Set("CD::" + ID + "::Label",Name);

--- End Message ---
--- Begin Message ---
Version: 0.7.6

APT l10n bugs were....a big mess with tons of them unclosed while the
fix they were containing had been included for a while.

So, closing all of them. We'll try to be more careful in the future...



--- End Message ---

Reply to: