[Kget] GenericTransferObserver aka TransferFinishedObserver
Pino Toscano
toscano.pino at tiscali.it
Sat Feb 2 23:59:15 CET 2008
Alle domenica 03 febbraio 2008, Lukas Appelhans ha scritto:
> +static const QString KGET_QUIT_MESSAGE_TITLE = i18n("Quit KGet");
> +static const QString KGET_QUIT_MESSAGE = i18n("KGet quits now because all
> downloads have been completed.");
Please move them as private in the .cpp, and use:
const char* foobar = I18N_NOOP("foo bar");
// ...
// later in the code
QString foo_translated = i18n(foobar);
otherwise they cannot be properly translated.
--
Pino Toscano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kget/attachments/20080202/f199a539/attachment.pgp
More information about the Kget
mailing list