Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-07-02 12:10:25 +00:00
parent 0d4e187cdc
commit 9f2560a01a
24 changed files with 33 additions and 33 deletions

View file

@ -448,7 +448,7 @@ QActionGroup *QDesignerActions::createHelpActions()
connect(aboutPluginsAction, SIGNAL(triggered()), m_core->formWindowManager(), SLOT(aboutPlugins()));
helpActions->addAction(aboutPluginsAction);
QAction *aboutDesignerAction = new QAction(tr("About Qt Designer"), this);
QAction *aboutDesignerAction = new QAction(tr("About Katie Designer"), this);
aboutDesignerAction->setMenuRole(QAction::AboutRole);
aboutDesignerAction->setObjectName(QLatin1String("__qt_about_designer_action"));
connect(aboutDesignerAction, SIGNAL(triggered()), this, SLOT(aboutDesigner()));
@ -1019,7 +1019,7 @@ QAction *QDesignerActions::minimizeAction() const
void QDesignerActions::aboutDesigner()
{
VersionDialog mb(core()->topLevel());
mb.setWindowTitle(tr("About Qt Designer"));
mb.setWindowTitle(tr("About Katie Designer"));
if (mb.exec()) {
QMessageBox messageBox(QMessageBox::Information, QLatin1String("Easter Egg"),
QLatin1String("Easter Egg"), QMessageBox::Ok, core()->topLevel());

View file

@ -67,13 +67,13 @@
.\" ========================================================================
.\"
.IX Title "LCONVERT 1"
.TH LCONVERT 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
.TH LCONVERT 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
lconvert \- part of Qt's Linguist tool chain
lconvert \- part of Katie's Linguist tool chain
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
lconvert [options] <infile> [<infile>] ...

View file

@ -67,7 +67,7 @@ static int usage(const QStringList &args)
std::cout << qPrintable(LC::tr("\nUsage:\n"
" lconvert [options] <infile> [<infile>] ...\n\n"
"lconvert is part of Qt's Linguist tool chain. It can be used as a\n"
"lconvert is part of Katie's Linguist tool chain. It can be used as a\n"
"stand-alone tool to convert and filter translation data files.\n"
"The following file formats are supported:\n\n%1\n"
"If multiple input files are specified, they are merged with\n"

View file

@ -1,6 +1,6 @@
=head1 NAME
lconvert - part of Qt's Linguist tool chain
lconvert - part of Katie's Linguist tool chain
=head1 SYNOPSIS

View file

@ -67,13 +67,13 @@
.\" ========================================================================
.\"
.IX Title "LRELEASE 1"
.TH LRELEASE 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
.TH LRELEASE 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
lrelease \- part of Qt's Linguist tool chain
lrelease \- part of Katie's Linguist tool chain
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
lrelease [options] ts-files [\-qm qm\-file]

View file

@ -76,7 +76,7 @@ static void printUsage()
printOut(LR::tr(
"Usage:\n"
" lrelease [options] ts-files [-qm qm-file]\n\n"
"lrelease is part of Qt's Linguist tool chain. It can be used as a\n"
"lrelease is part of Katie's Linguist tool chain. It can be used as a\n"
"stand-alone tool to convert XML-based translations files in the TS\n"
"format into the 'compiled' QM format used by QTranslator objects.\n\n"
"Options:\n"

View file

@ -1,6 +1,6 @@
=head1 NAME
lrelease - part of Qt's Linguist tool chain
lrelease - part of Katie's Linguist tool chain
=head1 SYNOPSIS

View file

@ -67,13 +67,13 @@
.\" ========================================================================
.\"
.IX Title "LUPDATE 1"
.TH LUPDATE 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
.TH LUPDATE 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
lupdate \- part of Qt's Linguist tool chain
lupdate \- part of Katie's Linguist tool chain
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
lupdate [options] [source\-file|path|@lst\-file] ... \-ts ts\-files|@lst\-file

View file

@ -88,7 +88,7 @@ static void printUsage()
printOut(LU::tr(
"Usage:\n"
" lupdate [options] [source-file|path|@lst-file]... -ts ts-files|@lst-file\n\n"
"lupdate is part of Qt's Linguist tool chain. It extracts translatable\n"
"lupdate is part of Katie's Linguist tool chain. It extracts translatable\n"
"messages from Qt UI files, C++ and JavaScript/QtScript source code.\n"
"Extracted messages are stored in textual translation source files (typically\n"
"Qt TS XML). New and modified messages can be merged into existing TS files.\n\n"

View file

@ -1,6 +1,6 @@
=head1 NAME
lupdate - part of Qt's Linguist tool chain
lupdate - part of Katie's Linguist tool chain
=head1 SYNOPSIS

View file

@ -67,13 +67,13 @@
.\" ========================================================================
.\"
.IX Title "MOC 1"
.TH MOC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
.TH MOC 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
moc \- Qt meta object support code generator
moc \- Katie meta object support code generator
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
moc [options] <source\-file|header\-file> [<source\-file|header\-file>] ...

View file

@ -1,6 +1,6 @@
=head1 NAME
moc - Qt meta object support code generator
moc - Katie meta object support code generator
=head1 SYNOPSIS

View file

@ -67,7 +67,7 @@
.\" ========================================================================
.\"
.IX Title "QDBUS 1"
.TH QDBUS 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
.TH QDBUS 1 "2019-07-01" "Katie 4.9.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View file

@ -67,7 +67,7 @@
.\" ========================================================================
.\"
.IX Title "QDBUSCPP2XML 1"
.TH QDBUSCPP2XML 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
.TH QDBUSCPP2XML 1 "2019-07-01" "Katie 4.9.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View file

@ -67,7 +67,7 @@
.\" ========================================================================
.\"
.IX Title "QDBUSXML2CPP 1"
.TH QDBUSXML2CPP 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
.TH QDBUSXML2CPP 1 "2019-07-01" "Katie 4.9.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View file

@ -124,7 +124,7 @@ static void showHelp()
static void showVersion()
{
printf("%s version %s\n", PROGRAMNAME, PROGRAMVERSION);
printf("D-Bus binding tool for Qt\n");
printf("D-Bus binding tool for Katie\n");
exit(0);
}

View file

@ -56,7 +56,7 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
QMainWindow mw;
app.setWindowIcon(QIcon(QLatin1String(":/trolltech/qdbusviewer/images/qdbusviewer.png")));
mw.setWindowTitle(app.translate("QtDBusViewer", "Qt D-Bus Viewer"));
mw.setWindowTitle(app.translate("QtDBusViewer", "Katie D-Bus Viewer"));
QTabWidget *mainWidget = new QTabWidget;

View file

@ -67,7 +67,7 @@
.\" ========================================================================
.\"
.IX Title "QSCRIPT 1"
.TH QSCRIPT 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
.TH QSCRIPT 1 "2019-07-01" "Katie 4.9.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View file

@ -756,15 +756,15 @@ void MainWindow::helpAbout()
"<br/><br/>Copyright (C) 2015 The Qt Company Ltd."
"<br/><br/>Copyright (C) 2016-2019 Ivailo Monev"
)
.arg(tr("Qt Configuration")).arg(QLatin1String(QT_VERSION_STR)));
box.setWindowTitle(tr("Qt Configuration"));
.arg(tr("Katie Configuration")).arg(QLatin1String(QT_VERSION_STR)));
box.setWindowTitle(tr("Katie Configuration"));
box.setIcon(QMessageBox::NoIcon);
box.exec();
}
void MainWindow::helpAboutQt()
{
QMessageBox::aboutQt(this, tr("Qt Configuration"));
QMessageBox::aboutQt(this, tr("Katie Configuration"));
}
void MainWindow::pageChanged(int pageNumber)

View file

@ -67,13 +67,13 @@
.\" ========================================================================
.\"
.IX Title "RCC 1"
.TH RCC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
.TH RCC 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
rcc \- Qt resource compiler
rcc \- Katie resource compiler
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
rcc [options] <resource\-file> [<resource\-file>] ...

View file

@ -1,6 +1,6 @@
=head1 NAME
rcc - Qt resource compiler
rcc - Katie resource compiler
=head1 SYNOPSIS

View file

@ -67,13 +67,13 @@
.\" ========================================================================
.\"
.IX Title "UIC 1"
.TH UIC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
.TH UIC 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
uic \- Qt User Interface Compiler
uic \- Katie User Interface Compiler
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
uic [options] <user\-interface\-file>

View file

@ -1,6 +1,6 @@
=head1 NAME
uic - Qt User Interface Compiler
uic - Katie User Interface Compiler
=head1 SYNOPSIS

View file

@ -95,7 +95,7 @@ int runUic(int argc, char *argv[])
} else if (opt == QLatin1String("-d") || opt == QLatin1String("-dependencies")) {
driver.option().dependencies = true;
} else if (opt == QLatin1String("-v") || opt == QLatin1String("-version")) {
fprintf(stderr, "Qt User Interface Compiler version %s\n", QT_VERSION_STR);
fprintf(stderr, "Katie User Interface Compiler version %s\n", QT_VERSION_STR);
return 0;
} else if (opt == QLatin1String("-o") || opt == QLatin1String("-output")) {
++arg;