Bug 85933 - some messages appears untranslated
Summary: some messages appears untranslated
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: fish (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Jörg Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-25 14:03 UTC by Giovanni Venturi
Modified: 2004-07-25 16:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giovanni Venturi 2004-07-25 14:03:27 UTC
Version:           sconosciuto (using KDE 3.2.3, compiled sources)
Compiler:          gcc version 3.3.3
OS:                Linux (i686) release 2.6.7

Some messages appears untranlated into dialogs for fish:/ protocol, but in Italian team we made 100% of translation for GUIs.
Comment 1 Stephan Kulow 2004-07-25 14:06:35 UTC
Some? There are surely some translated
Comment 2 Giovanni Venturi 2004-07-25 14:14:27 UTC
I intend for 3_2_BRANCH; for HEAD the file has just 1 fuzzy.

kde-i18n/it/messages/kdebase/kio_fish.po

So could be a scripty error or something else into the source code.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBA6U9nT2ev4/bQKARAiGNAJ9uPwyBspVjBFUSk4OCz5ejRRlReACfQd4B
9+bYWh0Ku/QPXS6G/fILo0M=
=Un5R
-----END PGP SIGNATURE-----

Comment 3 Giovanni Venturi 2004-07-25 16:27:22 UTC
You can close this bug I committed kdebase/kioslave/fish/fish.cpp
Someone forgot to insert "KLocale::setMainCatalogue("kio_fish");" into:
int kdemain( int argc, char **argv ).
Comment 4 Giovanni Venturi 2004-07-25 16:40:59 UTC
Someone forgot to insert:

"KLocale::setMainCatalogue("kio_fish");"

into:

int kdemain( int argc, char **argv )