[kmymoney] [Bug 387120] New: Untranslatable placeholders in csv importer

Burkhard Lueck bugzilla_noreply at kde.org
Sun Nov 19 18:04:36 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=387120

            Bug ID: 387120
           Summary: Untranslatable placeholders in csv importer
           Product: kmymoney
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: importer
          Assignee: kmymoney-devel at kde.org
          Reporter: lueck at hube-lueck.de
  Target Milestone: ---

These placeholders %1 in the csv import modul are untranslatable in master +
stbale:

./bankingwizardpage.cpp:147:      rc = KMessageBox::questionYesNo(m_dlg,
i18n("<center>The '<b>%1</b>' field already has this column selected.</center>"
./bankingwizardpage.cpp-148-                                             
"<center>If you wish to copy the Payee data to the memo field, click
'Yes'.</center>",
./bankingwizardpage.cpp-149-                                             
m_dlg->m_colTypeName.value(m_profile->m_colNumType.value(col))));
--
./bankingwizardpage.cpp:301:    KMessageBox::information(m_dlg, i18n("The
'<b>%1</b>' field already has this column selected. <center>Please reselect
both entries as necessary.</center>",
./bankingwizardpage.cpp-302-                                    
m_dlg->m_colTypeName.value(m_profile->m_colNumType.value(col))));
--
./priceswizardpage.cpp:163:    KMessageBox::information(m_dlg, i18n("The
'<b>%1</b>' field already has this column selected. <center>Please reselect
both entries as necessary.</center>",
./priceswizardpage.cpp-164-                                           
m_dlg->m_colTypeName.value(colNumType.value(col))));
--
./investmentwizardpage.cpp:187:      rc = KMessageBox::questionYesNo(m_dlg,
i18n("<center>The '<b>%1</b>' field already has this column selected.</center>"
./investmentwizardpage.cpp-188-                                             
"<center>If you wish to copy that data to the memo field, click
'Yes'.</center>",
./investmentwizardpage.cpp-189-                                             
m_dlg->m_colTypeName.value(m_profile->m_colNumType.value(col))));
--
./investmentwizardpage.cpp:465:    KMessageBox::information(m_dlg, i18n("The
'<b>%1</b>' field already has this column selected. <center>Please reselect
both entries as necessary.</center>",
./investmentwizardpage.cpp-466-                                    
m_dlg->m_colTypeName.value(m_profile->m_colNumType.value(col))));

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list