[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice
Subject:    [Bug 121713] New: untranslated strings in startdialog of koffice
From:       Burkhard "Lück" <lueck () hube-lueck ! de>
Date:       2006-02-10 15:24:35
Message-ID: 20060210162351.121713.lueck () hube-lueck ! de
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=121713         
           Summary: untranslated strings in startdialog of koffice
                    applications
           Product: koffice
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: koffice kde org
        ReportedBy: lueck hube-lueck de


Version:            (using KDE Devel)
Installed from:    Compiled sources

In the start dialog of kword, kpresenter, krita, kspread, karbon, kchart and kplato
are two untranslatable strings: "Modified:" and "Accessed:"

I suppose missing i18n calls in this file:

Index: koffice/lib/kofficecore/koDetailsPane.cc
===================================================================
--- koffice/lib/kofficecore/koDetailsPane.cc    (revision 507890)
+++ koffice/lib/kofficecore/koDetailsPane.cc    (working copy)
 @ -383,9 +383,9  @
     if(static_cast<KoFileListItem*>(item)->fileItem()) {
       KFileItem* fileItem = static_cast<KoFileListItem*>(item)->fileItem();
       QString details = "<center><table border=\"0\">";
-      details += "<tr><td><b>Modified:</b></td>";
+      details += i18n("<tr><td><b>Modified:</b></td>");
       details += "<td>" + fileItem->timeString(KIO::UDS_MODIFICATION_TIME) + "</td></tr>";
-      details += "<tr><td><b>Accessed:</b></td>";
+      details += i18n("<tr><td><b>Accessed:</b></td>");
       details += "<td>" + fileItem->timeString(KIO::UDS_ACCESS_TIME) + "</td></tr>";
       details += "</table></center>";
       m_detailsLabel->setText(details);
____________________________________
koffice mailing list
koffice@kde.org
To unsubscribe please visit:
https://mail.kde.org/mailman/listinfo/koffice
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic