Mailinglist Archive: zypp-commit (275 mails)
| < Previous | Next > |
[zypp-commit] <libzypp> ma-misc : Tag exception text for translation. (bnc #537086)
- From: Michael Andres <ma@xxxxxxx>
- Date: Tue, 8 Sep 2009 16:09:49 +0200
- Message-id: <E1N4M8V-0004Vi-3r@xxxxxxxxxxxxxxxx>
ref: refs/heads/ma-misc
commit 72acf2b66a3bda49447f12fd1b86829c60816961
Author: Michael Andres <ma@xxxxxxx>
Date: Tue Sep 8 16:09:49 2009 +0200
Tag exception text for translation. (bnc #537086)
---
zypp/media/MediaAria2c.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/zypp/media/MediaAria2c.cc b/zypp/media/MediaAria2c.cc
index 98a0fd8..9c48874 100644
--- a/zypp/media/MediaAria2c.cc
+++ b/zypp/media/MediaAria2c.cc
@@ -437,7 +437,8 @@ void MediaAria2c::getFileCopy( const Pathname & filename ,
const Pathname & targ
case 1: // unknown
default:
{
- MediaException e(str::form("Failed to download %s from %s",
filename.c_str(), _url.asString().c_str()));
+ // TranslatorExplanation: Failed to download <FILENAME> from
<SERVERURL>.
+ MediaException e(str::form(_("Failed to download %s from %s"),
filename.c_str(), _url.asString().c_str()));
for_(it, ariaExceptions.begin(), ariaExceptions.end())
e.addHistory(*it);
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
commit 72acf2b66a3bda49447f12fd1b86829c60816961
Author: Michael Andres <ma@xxxxxxx>
Date: Tue Sep 8 16:09:49 2009 +0200
Tag exception text for translation. (bnc #537086)
---
zypp/media/MediaAria2c.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/zypp/media/MediaAria2c.cc b/zypp/media/MediaAria2c.cc
index 98a0fd8..9c48874 100644
--- a/zypp/media/MediaAria2c.cc
+++ b/zypp/media/MediaAria2c.cc
@@ -437,7 +437,8 @@ void MediaAria2c::getFileCopy( const Pathname & filename ,
const Pathname & targ
case 1: // unknown
default:
{
- MediaException e(str::form("Failed to download %s from %s",
filename.c_str(), _url.asString().c_str()));
+ // TranslatorExplanation: Failed to download <FILENAME> from
<SERVERURL>.
+ MediaException e(str::form(_("Failed to download %s from %s"),
filename.c_str(), _url.asString().c_str()));
for_(it, ariaExceptions.begin(), ariaExceptions.end())
e.addHistory(*it);
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |