Bug 283558 - untranslatable messages in Sort options + Update Stock and Currency Price dialogs
Summary: untranslatable messages in Sort options + Update Stock and Currency Price dia...
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 18:25 UTC by Burkhard Lück
Modified: 2018-05-10 13:50 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
add i18n() (1.35 KB, patch)
2011-10-07 18:25 UTC, Burkhard Lück
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Burkhard Lück 2011-10-07 18:25:30 UTC
Created attachment 64321 [details]
add i18n()

Update Stock and Currency Prices
Untranslatable due to missing i18n() call: ID + Source

Ledgers View
RMB click on header line -> Sort options dialog
Untranslatable due to missing i18n() call: 
Security, Category, Type, Entry order, Number, Payee, Post date, Reconcile state, Amount
Comment 1 Thomas Baumgart 2011-10-09 06:46:22 UTC
SVN commit 1258017 by tbaumgart:

Marked strings so that they are picked up for translation

Needs backport to stable branch

BUG: 283558

 M  +2 -1      dialogs/kequitypriceupdatedlg.cpp  
 M  +2 -2      widgets/register.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1258017
Comment 2 Cristian Oneț 2011-10-22 07:57:57 UTC
SVN commit 1260147 by conet:

Marked strings so that they are picked up for translation

Backported to stable branch.

BUG: 283558



 M  +2 -1      dialogs/kequitypriceupdatedlg.cpp  
 M  +2 -2      widgets/register.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1260147