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

List:       kde-commits
Subject:    KDE/kdelibs/kdeprint/cups
From:       Chusslove Illich <caslav.ilic () gmx ! net>
Date:       2007-10-18 9:00:51
Message-ID: 1192698051.915879.18014.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 726607 by ilic:

i18n: add contexts

 M  +4 -4      kmwippprinter.cpp  


--- trunk/KDE/kdelibs/kdeprint/cups/kmwippprinter.cpp #726606:726607
@@ -177,10 +177,10 @@
         if (req.text("printer-make-and-model", value) && !value.isEmpty()) \
txt.append(i18n("<b>Model</b>: %1<br />", value));  if \
(req.enumvalue("printer-state", state)) {  switch (state) {
-            case IPP_PRINTER_IDLE: value = i18n("Idle"); break;
-            case IPP_PRINTER_STOPPED: value = i18n("Stopped"); break;
-            case IPP_PRINTER_PROCESSING: value = i18n("Processing..."); break;
-            default: value = i18nc("Unknown State", "Unknown"); break;
+            case IPP_PRINTER_IDLE: value = i18nc("@item:intext Printer state", \
"Idle"); break; +            case IPP_PRINTER_STOPPED: value = i18nc("@item:intext \
Printer state", "Stopped"); break; +            case IPP_PRINTER_PROCESSING: value = \
i18nc("@item:intext Printer state", "Processing..."); break; +            default: \
value = i18nc("@item:intext Printer state", "Unknown"); break;  }
             txt.append(i18n("<b>State</b>: %1<br />", value));
         }


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

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