[prev in list] [next in list] [prev in thread] [next in thread] 

List:       amarok-bugs-dist
Subject:    [Bug 140963] magnutune store start page is not i18nable
From:       Sven Krohlas <sven () asbest-online ! de>
Date:       2007-01-31 19:52:07
Message-ID: 20070131195207.22238.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140963         
sven asbest-online de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From sven asbest-online de  2007-01-31 20:52 -------
SVN commit 628879 by krohlas:

Dear translators, we are really sorry: we forgot to put i18n() around
those five strings. Anyway, now there is at least a chance that some
of you might be able to translate them.

BUG: 140957
BUG: 140963
CCMAIL: kde-i18n-doc kde org



 M  +11 -1     magnatunebrowser.cpp  
 M  +5 -4      magnatuneredownloadhandler.cpp  


--- trunk/extragear/multimedia/amarok/src/magnatunebrowser/magnatunebrowser.cpp \
#628878:628879  @ -500,7 +500,17  @
     if (!m_polished) {
         m_polished = true;
         updateList( );
-        m_artistInfobox->openURL( KURL( locate( "data", \
"amarok/data/magnatune_start_page.html" ) ) ); +        m_artistInfobox->begin( KURL( \
locate( "data", "amarok/data/" ) ) ); +        m_artistInfobox->write( "<table \
align='center' border='0'><tbody align='center' valign='top'>" +          "<tr \
align='center'><td><div align='center'>" +          "<IMG src='magnatune_logo.png' \
width='200' height='36' align='center' border='0'>" +          \
"</div></td></tr><tr><td><BR>" +        + i18n( "Welcome to Amarok's integrated \
Magnatune.com store. If this is the " +                "first time you run it, you \
must update the database by pressing the " +                "'Update' button below." \
) +        + "</td></tr></tbody></table>" );
+        m_artistInfobox->end();
+
     }
 
 }
--- trunk/extragear/multimedia/amarok/src/magnatunebrowser/magnatuneredownloadhandler.cpp \
#628878:628879  @ -26,6 +26,7  @
 
 #include "qdir.h"
 #include "qmessagebox.h"
+#include <klocale.h>
 
 
 
 @ -50,8 +51,8  @
     if (previousDownloads.isEmpty()) {
 
         //No previously purchased trak information found. No more to do here...
-        QMessageBox::information( m_parent, "No purchases found!",
-                                  "No previous purchases has been found. Nothing to \
redownload...\n" ); +        QMessageBox::information( m_parent, i18n( "No purchases \
found!" ) , +                                  i18n( "No previous purchases has been \
found. Nothing to redownload..." ) + "\n" );  return;
     }
 
 @ -122,8 +123,8  @
     else
     {
 
-        QMessageBox::information( m_parent, "Could not re-download album",
-                                  "There seems to be a problem with the selected \
redownload info file.\n" ); +        QMessageBox::information( m_parent, i18n( "Could \
not re-download album" ), +                                  i18n( "There seems to be \
a problem with the selected redownload info file." ) + "\n" );  
     }
_______________________________________________
Amarok-bugs-dist mailing list
Amarok-bugs-dist@kde.org
https://mail.kde.org/mailman/listinfo/amarok-bugs-dist


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic