Bug 115472 - i18n: untranslated 'Page number:' in merge settings dialog
Summary: i18n: untranslated 'Page number:' in merge settings dialog
Status: RESOLVED FIXED
Alias: None
Product: kword
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 14:40 UTC by Andrey Cherepanov
Modified: 2005-11-01 19:02 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 Andrey Cherepanov 2005-11-01 14:40:16 UTC
Version:           1.4.2 (using KDE 3.4.3-1.0.fc3.kde, Fedora)
Compiler:          gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
OS:                Linux (i686) release 2.6.9-1.667smp

There is untranslated label 'Page number:' in merge settings dialog for KSpread source. Possible, this string (kword/mailmerge/kspread/kwmailmerge_kspread_config.cpp:110 in koffice-1.4.2) did not parsed by scripty and did not put in pot-file.
Comment 1 David Faure 2005-11-01 19:02:33 UTC
SVN commit 476643 by dfaure:

Also translate .cpp files under mailmerge/
BUG: 115472


 M  +1 -1      Makefile.am  


--- trunk/koffice/kword/Makefile.am #476642:476643
@@ -86,5 +86,5 @@
 messages: rc.cpp
 	$(EXTRACTRC) --tag-group=koffice expression/*.xml > xml_doc.cc
 	$(EXTRACTRC) `find mailmerge -name \*.ui` >> rc.cpp
-	$(XGETTEXT) rc.cpp *.cc `find mailmerge -name \*.cc` KWAboutData.h -o $(podir)/kword.pot
+	$(XGETTEXT) rc.cpp *.cc `find mailmerge -name \*.cc \*.cpp` KWAboutData.h -o $(podir)/kword.pot
 	-rm xml_doc.cc