From: Ivailo Monev Date: Tue, 29 Dec 2020 16:05:24 +0000 (+0200) Subject: rebrand messages in QDeclarativeUtilModule::defineModule() X-Git-Tag: 4.12.0~2912 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bbcaa27c28c784cd94bff1eddd000a8ebba8db95;p=kde%2FKatie.git rebrand messages in QDeclarativeUtilModule::defineModule() Signed-off-by: Ivailo Monev --- diff --git a/src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp b/src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp index aff8682c1..97308086b 100644 --- a/src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp +++ b/src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp @@ -92,7 +92,7 @@ void QDeclarativeItemModule::defineModule() QDeclarativePrivate::qmlregister(QDeclarativePrivate::AutoParentRegistration, &autoparent); #ifdef QT_NO_MOVIE qmlRegisterTypeNotAvailable("QtQuick",1,0,"AnimatedImage", - qApp->translate("QDeclarativeAnimatedImage","Qt was built without support for QMovie")); + qApp->translate("QDeclarativeAnimatedImage","Katie was built without support for QMovie")); #else qmlRegisterType("QtQuick",1,0,"AnimatedImage"); #endif diff --git a/src/declarative/util/qdeclarativeutilmodule.cpp b/src/declarative/util/qdeclarativeutilmodule.cpp index a9a433e45..ea37990c0 100644 --- a/src/declarative/util/qdeclarativeutilmodule.cpp +++ b/src/declarative/util/qdeclarativeutilmodule.cpp @@ -107,9 +107,9 @@ void QDeclarativeUtilModule::defineModule() qmlRegisterType("QtQuick",1,0,"StateChangeScript"); qmlRegisterType("QtQuick",1,0,"ListElement"); qmlRegisterTypeNotAvailable("QtQuick",1,0,"XmlListModel", - qApp->translate("QDeclarativeXmlListModel","Qt was built without support for xmlpatterns")); + qApp->translate("QDeclarativeXmlListModel","Katie does not support xmlpatterns")); qmlRegisterTypeNotAvailable("QtQuick",1,0,"XmlRole", - qApp->translate("QDeclarativeXmlListModel","Qt was built without support for xmlpatterns")); + qApp->translate("QDeclarativeXmlListModel","Katie does not support xmlpatterns")); qmlRegisterCustomType("QtQuick",1,0,"Connections", new QDeclarativeConnectionsParser); qmlRegisterCustomType("QtQuick",1,0,"PropertyChanges", new QDeclarativePropertyChangesParser); qmlRegisterCustomType("QtQuick",1,0,"ListModel", new QDeclarativeListModelParser); diff --git a/translations/qt.pot b/translations/qt.pot index ca7a8feda..c2053bb7e 100644 --- a/translations/qt.pot +++ b/translations/qt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-27 06:30+0000\n" +"POT-Creation-Date: 2020-12-29 18:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -67,104 +67,104 @@ msgstr "" msgid "The plugin was not loaded." msgstr "" -#: src/core/io/qstandardpaths.cpp:311 +#: src/core/io/qstandardpaths.cpp:295 msgctxt "QStandardPaths" msgid "Desktop" msgstr "" -#: src/core/io/qstandardpaths.cpp:313 +#: src/core/io/qstandardpaths.cpp:297 msgctxt "QStandardPaths" msgid "Documents" msgstr "" -#: src/core/io/qstandardpaths.cpp:315 +#: src/core/io/qstandardpaths.cpp:299 msgctxt "QStandardPaths" msgid "Fonts" msgstr "" -#: src/core/io/qstandardpaths.cpp:317 +#: src/core/io/qstandardpaths.cpp:301 msgctxt "QStandardPaths" msgid "Applications" msgstr "" -#: src/core/io/qstandardpaths.cpp:319 +#: src/core/io/qstandardpaths.cpp:303 msgctxt "QStandardPaths" msgid "Music" msgstr "" -#: src/core/io/qstandardpaths.cpp:321 +#: src/core/io/qstandardpaths.cpp:305 msgctxt "QStandardPaths" msgid "Movies" msgstr "" -#: src/core/io/qstandardpaths.cpp:323 +#: src/core/io/qstandardpaths.cpp:307 msgctxt "QStandardPaths" msgid "Pictures" msgstr "" -#: src/core/io/qstandardpaths.cpp:325 +#: src/core/io/qstandardpaths.cpp:309 msgctxt "QStandardPaths" msgid "Temporary Directory" msgstr "" -#: src/core/io/qstandardpaths.cpp:327 +#: src/core/io/qstandardpaths.cpp:311 msgctxt "QStandardPaths" msgid "Home" msgstr "" -#: src/core/io/qstandardpaths.cpp:329 +#: src/core/io/qstandardpaths.cpp:313 msgctxt "QStandardPaths" msgid "Application Data" msgstr "" -#: src/core/io/qstandardpaths.cpp:331 +#: src/core/io/qstandardpaths.cpp:315 msgctxt "QStandardPaths" msgid "Cache" msgstr "" -#: src/core/io/qstandardpaths.cpp:333 +#: src/core/io/qstandardpaths.cpp:317 msgctxt "QStandardPaths" msgid "Shared Data" msgstr "" -#: src/core/io/qstandardpaths.cpp:335 +#: src/core/io/qstandardpaths.cpp:319 msgctxt "QStandardPaths" msgid "Runtime" msgstr "" -#: src/core/io/qstandardpaths.cpp:337 +#: src/core/io/qstandardpaths.cpp:321 msgctxt "QStandardPaths" msgid "Configuration" msgstr "" -#: src/core/io/qstandardpaths.cpp:339 +#: src/core/io/qstandardpaths.cpp:323 msgctxt "QStandardPaths" msgid "Shared Configuration" msgstr "" -#: src/core/io/qstandardpaths.cpp:341 +#: src/core/io/qstandardpaths.cpp:325 msgctxt "QStandardPaths" msgid "Shared Cache" msgstr "" -#: src/core/io/qstandardpaths.cpp:343 +#: src/core/io/qstandardpaths.cpp:327 msgctxt "QStandardPaths" msgid "Download" msgstr "" -#: src/core/io/qfile.cpp:598 +#: src/core/io/qfile.cpp:597 msgid "Destination file exists" msgstr "" -#: src/core/io/qfile.cpp:613 +#: src/core/io/qfile.cpp:612 msgid "Will not rename sequential file using block copy" msgstr "" -#: src/core/io/qfile.cpp:636 +#: src/core/io/qfile.cpp:635 msgid "Cannot remove source file" msgstr "" -#: src/core/io/qfile.cpp:1035 +#: src/core/io/qfile.cpp:1034 msgid "No file engine available or engine does not support UnMapExtension" msgstr "" @@ -432,7 +432,7 @@ msgstr "" #: src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp:95 msgctxt "QDeclarativeAnimatedImage" -msgid "Qt was built without support for QMovie" +msgid "Katie was built without support for QMovie" msgstr "" #: src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp:167 @@ -1268,7 +1268,7 @@ msgstr "" #: src/declarative/util/qdeclarativeutilmodule.cpp:110 #: src/declarative/util/qdeclarativeutilmodule.cpp:112 msgctxt "QDeclarativeXmlListModel" -msgid "Qt was built without support for xmlpatterns" +msgid "Katie does not support xmlpatterns" msgstr "" #: src/gui/accessible/qaccessibleobject.cpp:365 diff --git a/translations/qt_tools.pot b/translations/qt_tools.pot index 5bff2d76e..424e997ac 100644 --- a/translations/qt_tools.pot +++ b/translations/qt_tools.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-27 06:30+0000\n" +"POT-Creation-Date: 2020-12-29 18:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"