SVN commit 1197013 by sitter: context for translators M +1 -1 ChooseIpp.cpp M +1 -1 ChooseLpd.cpp M +1 -1 ChoosePrinters.cpp M +1 -1 ChooseSamba.cpp M +1 -1 ChooseSerial.cpp M +1 -1 ChooseSocket.cpp M +1 -1 ChooseUri.cpp M +1 -1 PageAddPrinter.cpp M +1 -1 PageChoosePPD.cpp M +1 -1 PageDestinations.cpp M +1 -1 PageIntro.cpp --- trunk/playground/base/print-manager/add-printer/ChooseIpp.cpp #1197012:1197013 @@ -29,7 +29,7 @@ setupUi(this); // setup default options - setWindowTitle(i18n("Select a Printer to Add")); + setWindowTitle(i18nc("@title:window", "Select a Printer to Add")); // loads the standard key icon QPixmap pixmap; pixmap = KIconLoader::global()->loadIcon("printer", --- trunk/playground/base/print-manager/add-printer/ChooseLpd.cpp #1197012:1197013 @@ -29,7 +29,7 @@ setupUi(this); // setup default options - setWindowTitle(i18n("Select a Printer to Add")); + setWindowTitle(i18nc("@title:window", "Select a Printer to Add")); // loads the standard key icon QPixmap pixmap; pixmap = KIconLoader::global()->loadIcon("printer", --- trunk/playground/base/print-manager/add-printer/ChoosePrinters.cpp #1197012:1197013 @@ -32,7 +32,7 @@ setupUi(this); // setup default options - setWindowTitle(i18n("Select a Printer to Add")); + setWindowTitle(i18nc("@title:window", "Select a Printer to Add")); // loads the standard key icon QPixmap pixmap; pixmap = KIconLoader::global()->loadIcon("printer", --- trunk/playground/base/print-manager/add-printer/ChooseSamba.cpp #1197012:1197013 @@ -29,7 +29,7 @@ setupUi(this); // setup default options - setWindowTitle(i18n("Select a Printer to Add")); + setWindowTitle(i18nc("@title:window", "Select a Printer to Add")); // loads the standard key icon QPixmap pixmap; pixmap = KIconLoader::global()->loadIcon("printer", --- trunk/playground/base/print-manager/add-printer/ChooseSerial.cpp #1197012:1197013 @@ -31,7 +31,7 @@ setupUi(this); // setup default options - setWindowTitle(i18n("Select a Printer to Add")); + setWindowTitle(i18nc("@title:window", "Select a Printer to Add")); // loads the standard key icon QPixmap pixmap; pixmap = KIconLoader::global()->loadIcon("printer", --- trunk/playground/base/print-manager/add-printer/ChooseSocket.cpp #1197012:1197013 @@ -29,7 +29,7 @@ setupUi(this); // setup default options - setWindowTitle(i18n("Select a Printer to Add")); + setWindowTitle(i18nc("@title:window", "Select a Printer to Add")); // loads the standard key icon QPixmap pixmap; pixmap = KIconLoader::global()->loadIcon("printer", --- trunk/playground/base/print-manager/add-printer/ChooseUri.cpp #1197012:1197013 @@ -29,7 +29,7 @@ setupUi(this); // setup default options - setWindowTitle(i18n("Select a Printer to Add")); + setWindowTitle(i18nc("@title:window", "Select a Printer to Add")); // loads the standard key icon QPixmap pixmap; pixmap = KIconLoader::global()->loadIcon("printer", --- trunk/playground/base/print-manager/add-printer/PageAddPrinter.cpp #1197012:1197013 @@ -32,7 +32,7 @@ setAttribute(Qt::WA_DeleteOnClose); // setup default options - setWindowTitle(i18n("Select a Printer to Add")); + setWindowTitle(i18nc("@title:window", "Select a Printer to Add")); // loads the standard key icon QPixmap pixmap; pixmap = KIconLoader::global()->loadIcon("printer", --- trunk/playground/base/print-manager/add-printer/PageChoosePPD.cpp #1197012:1197013 @@ -33,7 +33,7 @@ setAttribute(Qt::WA_DeleteOnClose); // setup default options - setWindowTitle(i18n("Select a Printer to Add")); + setWindowTitle(i18nc("@title:window", "Select a Printer to Add")); // loads the standard key icon QPixmap pixmap; pixmap = KIconLoader::global()->loadIcon("printer", --- trunk/playground/base/print-manager/add-printer/PageDestinations.cpp #1197012:1197013 @@ -37,7 +37,7 @@ setAttribute(Qt::WA_DeleteOnClose); // setup default options - setWindowTitle(i18n("Select a Printer to Add")); + setWindowTitle(i18nc("@title:window", "Select a Printer to Add")); // loads the standard key icon QPixmap pixmap; pixmap = KIconLoader::global()->loadIcon("printer", --- trunk/playground/base/print-manager/add-printer/PageIntro.cpp #1197012:1197013 @@ -31,7 +31,7 @@ setAttribute(Qt::WA_DeleteOnClose); // setup default options - setWindowTitle(i18n("Welcome to the add printer wizard")); + setWindowTitle(i18nc("@title:window", "Welcome to the add printer wizard")); // loads the standard key icon QPixmap pixmap; pixmap = KIconLoader::global()->loadIcon("computer",