From 5e3cae2754bf5f50aa10fef2c8d3bb7d33407b96 Mon Sep 17 00:00:00 2001
From: Jason McDonald
Date: Sat, 18 Apr 2009 18:55:12 +1000
Subject: Fix the About Qt dialog text to be truthful, post-LGPL
Update the text of the About Qt dialog, as directed by Legal. Note that
this change breaks string freeze as the text is translatable, however
Legal has decided that shipping legally correct text has priority over
shipping complete translations. This change includes updated .ts files
to correct the source strings, but no updated translations.
This change also removes out-of-date licensing text from the About
dialogs of Designer, Assistant, Linguist, QtConfig and qdbusviewer.
Those particular changes should not break translations as they only
remove translatable strings and do not modify any others.
Task-number: 247608
Reviewed-by: Trust Me
.....review will be conducted after submission.
---
src/gui/dialogs/qmessagebox.cpp | 53 +-
tools/assistant/compat/mainwindow.cpp | 24 +-
tools/assistant/tools/assistant/mainwindow.cpp | 19 +-
tools/designer/src/designer/versiondialog.cpp | 24 +-
tools/linguist/linguist/mainwindow.cpp | 24 +-
tools/qdbus/qdbusviewer/qdbusviewer.cpp | 17 +-
tools/qtconfig/mainwindow.cpp | 14 -
translations/assistant_adp_de.ts | 59 +-
translations/assistant_adp_ja.ts | 56 +-
translations/assistant_adp_pl.ts | 50 +-
translations/assistant_adp_tr_TR.ts | 967 ++++
translations/assistant_adp_untranslated.ts | 60 +-
translations/assistant_adp_zh_CN.ts | 43 +-
translations/assistant_adp_zh_TW.ts | 223 +-
translations/assistant_de.ts | 226 +-
translations/assistant_ja.ts | 259 +-
translations/assistant_pl.ts | 231 +-
translations/assistant_tr_TR.ts | 1059 ++++
translations/assistant_untranslated.ts | 259 +-
translations/assistant_zh_CN.ts | 219 +-
translations/assistant_zh_TW.ts | 293 +-
translations/designer_de.ts | 571 +-
translations/designer_ja.ts | 729 +--
translations/designer_pl.ts | 727 +--
translations/designer_tr_TR.ts | 6950 ++++++++++++++++++++++++
translations/designer_untranslated.ts | 556 +-
translations/designer_zh_CN.ts | 704 +--
translations/designer_zh_TW.ts | 1664 +++++-
translations/linguist_de.ts | 147 +-
translations/linguist_fr.ts | 152 +-
translations/linguist_ja.ts | 140 +-
translations/linguist_pl.ts | 145 +-
translations/linguist_tr_TR.ts | 1955 +++++++
translations/linguist_untranslated.ts | 150 +-
translations/linguist_zh_CN.ts | 142 +-
translations/linguist_zh_TW.ts | 477 +-
translations/qt_ar.ts | 584 +-
translations/qt_de.ts | 583 +-
translations/qt_es.ts | 572 +-
translations/qt_fr.ts | 581 +-
translations/qt_help_de.ts | 28 +-
translations/qt_help_ja.ts | 27 +-
translations/qt_help_pl.ts | 28 +-
translations/qt_help_tr_TR.ts | 355 ++
translations/qt_help_untranslated.ts | 27 +-
translations/qt_help_zh_CN.ts | 27 +-
translations/qt_help_zh_TW.ts | 78 +-
translations/qt_iw.ts | 586 +-
translations/qt_ja_JP.ts | 570 +-
translations/qt_pl.ts | 618 ++-
translations/qt_pt.ts | 572 +-
translations/qt_ru.ts | 584 +-
translations/qt_sk.ts | 578 +-
translations/qt_sv.ts | 574 +-
translations/qt_uk.ts | 572 +-
translations/qt_untranslated.ts | 576 +-
translations/qt_zh_CN.ts | 577 +-
translations/qt_zh_TW.ts | 1892 ++++++-
translations/qtconfig_pl.ts | 40 +-
translations/qtconfig_untranslated.ts | 33 +-
translations/qtconfig_zh_CN.ts | 43 +-
translations/qtconfig_zh_TW.ts | 203 +-
translations/qvfb_pl.ts | 8 +-
translations/qvfb_untranslated.ts | 7 +-
translations/qvfb_zh_CN.ts | 4 +-
translations/qvfb_zh_TW.ts | 70 +-
66 files changed, 22935 insertions(+), 7450 deletions(-)
create mode 100644 translations/assistant_adp_tr_TR.ts
create mode 100644 translations/assistant_tr_TR.ts
create mode 100644 translations/designer_tr_TR.ts
create mode 100644 translations/linguist_tr_TR.ts
create mode 100644 translations/qt_help_tr_TR.ts
diff --git a/src/gui/dialogs/qmessagebox.cpp b/src/gui/dialogs/qmessagebox.cpp
index 1967837..1ddb8f4 100644
--- a/src/gui/dialogs/qmessagebox.cpp
+++ b/src/gui/dialogs/qmessagebox.cpp
@@ -1680,7 +1680,7 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title)
{
#ifdef Q_WS_MAC
static QPointer oldMsgBox;
-
+
if (oldMsgBox) {
oldMsgBox->show();
oldMsgBox->raise();
@@ -1692,29 +1692,34 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title)
QString translatedTextAboutQt;
translatedTextAboutQt = QMessageBox::tr(
"
About Qt
"
- "%1
Qt is a C++ toolkit for cross-platform "
- "application development.
"
- "
Qt provides single-source "
- "portability across MS Windows, Mac OS X, "
- "Linux, and all major commercial Unix variants. Qt is also"
- " available for embedded devices as Qt for Embedded Linux"
- " and Qt for Windows CE.
"
- "
Qt is a Nokia product. See "
- "qtsoftware.com/qt/ for more information.
This program uses Qt Open Source Edition version %1.
"
- "
Qt Open Source Edition is intended for the development "
- "of Open Source applications. You need a commercial Qt "
- "license for development of proprietary (closed source) "
- "applications.
Qt is a C++ toolkit for cross-platform application "
+ "development.
"
+ "
Qt provides single-source portability across MS Windows, "
+ "Mac OS X, Linux, and all major commercial Unix variants. "
+ "Qt is also available for embedded devices as Qt for Embedded Linux "
+ "and Qt for Windows CE.
"
+ "
Qt is available under three different licensing options designed "
+ "to accommodate the needs of our various users.
"
+ "Qt licensed under our commercial license agreement is appropriate "
+ "for development of proprietary/commercial software where you do not "
+ "want to share any source code with third parties or otherwise cannot "
+ "comply with the terms of the GNU LGPL version 2.1 or GNU GPL version "
+ "3.0.
"
+ "
Qt licensed under the GNU LGPL version 2.1 is appropriate for the "
+ "development of Qt applications (proprietary or open source) provided "
+ "you can comply with the terms and conditions of the GNU LGPL version "
+ "2.1.
"
+ "
Qt licensed under the GNU General Public License version 3.0 is "
+ "appropriate for the development of Qt applications where you wish to "
+ "use such applications in combination with software subject to the "
+ "terms of the GNU GPL version 3.0 or where you are otherwise willing "
+ "to comply with the terms of the GNU GPL version 3.0.
"
+ ).arg(QLatin1String(QT_VERSION_STR));
QMessageBox *msgBox = new QMessageBox(parent);
msgBox->setAttribute(Qt::WA_DeleteOnClose);
diff --git a/tools/assistant/compat/mainwindow.cpp b/tools/assistant/compat/mainwindow.cpp
index 65759ad..9f91f9b 100644
--- a/tools/assistant/compat/mainwindow.cpp
+++ b/tools/assistant/compat/mainwindow.cpp
@@ -311,29 +311,11 @@ void MainWindow::closeEvent(QCloseEvent *e)
void MainWindow::about()
{
QMessageBox box(this);
-#if QT_EDITION == QT_EDITION_OPENSOURCE
- QString edition = tr("Open Source Edition");
- QString info = tr("This version of Qt Assistant is part of the Qt Open Source Edition, for use "
- "in the development of Open Source applications. "
- "Qt is a comprehensive C++ framework for cross-platform application "
- "development.");
- QString moreInfo = tr("You need a commercial Qt license for development of proprietary (closed "
- "source) applications. Please see qtsoftware.com/company/model for an overview of Qt licensing.");
-#elif defined(QT_PRODUCT_LICENSE)
- QString edition;
- QString info;
- QString moreInfo(tr("This program is licensed to you under the terms of the "
- "Qt %1 License Agreement. For details, see the license file "
- "that came with this software distribution.").arg(QLatin1String(QT_PRODUCT_LICENSE)));
-#else
+
+ // TODO: Remove these variables for 4.6.0. Must keep this way for 4.5.x due to string freeze.
QString edition;
QString info;
- QString moreInfo(tr("This program is licensed to you under the terms of the "
- "Qt Commercial License Agreement. For details, see the file LICENSE "
- "that came with this software distribution."));
-
-#endif
+ QString moreInfo;
box.setText(QString::fromLatin1("
"
"
%1
"
diff --git a/tools/assistant/tools/assistant/mainwindow.cpp b/tools/assistant/tools/assistant/mainwindow.cpp
index df39650..bcafacc 100644
--- a/tools/assistant/tools/assistant/mainwindow.cpp
+++ b/tools/assistant/tools/assistant/mainwindow.cpp
@@ -787,26 +787,11 @@ void MainWindow::showAboutDialog()
aboutDia.setPixmap(pix);
aboutDia.setWindowTitle(aboutDia.documentTitle());
} else {
-#if QT_EDITION == QT_EDITION_OPENSOURCE
- QString edition = tr("Open Source Edition");
- QString info = tr("This version of Qt Assistant is part of the Qt Open "
- "Source Edition, for use "
- "in the development of Open Source applications. "
- "Qt is a comprehensive C++ framework for cross-platform application "
- "development.");
- QString moreInfo = tr("You need a commercial Qt license for development "
- "of proprietary (closed source) applications. Please see "
- "http://qtsoftware.com/company/about/businessmodel for an "
- "overview of Qt licensing.");
-#else
+ // TODO: Remove these variables for 4.6.0. Must keep this way for 4.5.x due to string freeze.
QString edition;
QString info;
- QString moreInfo(tr("This program is licensed to you under the terms of the "
- "Qt Commercial License Agreement. For details, see the file LICENSE "
- "that came with this software distribution."));
+ QString moreInfo;
-#endif
QByteArray resources;
aboutDia.setText(QString::fromLatin1("
"
"
%1
"
diff --git a/tools/designer/src/designer/versiondialog.cpp b/tools/designer/src/designer/versiondialog.cpp
index a129a4d..c21912b 100644
--- a/tools/designer/src/designer/versiondialog.cpp
+++ b/tools/designer/src/designer/versiondialog.cpp
@@ -169,31 +169,11 @@ VersionDialog::VersionDialog(QWidget *parent)
VersionLabel *label = new VersionLabel;
QLabel *lbl = new QLabel;
QString version = tr("
%1
Version %2");
-#if QT_EDITION == QT_EDITION_OPENSOURCE
- QString open = tr(" Open Source Edition");
- version.append(open);
-#endif
version = version.arg(tr("Qt Designer")).arg(QLatin1String(QT_VERSION_STR));
version.append(tr(" Qt Designer is a graphical user interface designer for Qt applications. "));
- QString edition =
-#if QT_EDITION == QT_EDITION_OPENSOURCE
- tr("This version of Qt Designer is part of the Qt Open Source Edition, for use "
- "in the development of Open Source applications. "
- "Qt is a comprehensive C++ framework for cross-platform application "
- "development.
"
- "You need a commercial Qt license for development of proprietary (closed "
- "source) applications. Please see http://qtsoftware.com/company/about/businessmodel"
- ".html for an overview of Qt licensing. ");
-#elif defined(QT_PRODUCT_LICENSE)
- tr("This program is licensed to you under the terms of the "
- "Qt %1 License Agreement. For details, see the license file "
- "that came with this software distribution. ").arg(QT_PRODUCT_LICENSE);
-#else
- tr("This program is licensed to you under the terms of the "
- "Qt Commercial License Agreement. For details, see the file LICENSE "
- "that came with this software distribution. ");
-#endif
+ // TODO: Remove this variable for 4.6.0. Must keep this way for 4.5.x due to string freeze
+ QString edition;
lbl->setText(tr("%1"
" %2"
diff --git a/tools/linguist/linguist/mainwindow.cpp b/tools/linguist/linguist/mainwindow.cpp
index 84200d4..5157fbe 100644
--- a/tools/linguist/linguist/mainwindow.cpp
+++ b/tools/linguist/linguist/mainwindow.cpp
@@ -1340,30 +1340,10 @@ void MainWindow::about()
QMessageBox box(this);
box.setTextFormat(Qt::RichText);
QString version = tr("Version %1");
-#if QT_EDITION == QT_EDITION_OPENSOURCE
- QString open = tr(" Open Source Edition");
- version.append(open);
-#endif
version = version.arg(QLatin1String(QT_VERSION_STR));
- QString edition =
-#if QT_EDITION == QT_EDITION_OPENSOURCE
- tr("This version of Qt Linguist is part of the Qt Open Source Edition, for use "
- "in the development of Open Source applications. "
- "Qt is a comprehensive C++ framework for cross-platform application "
- "development.
"
- "You need a commercial Qt license for development of proprietary (closed "
- "source) applications. Please see http://qtsoftware.com/company/model"
- ".html for an overview of Qt licensing.");
-#elif defined(QT_PRODUCT_LICENSE)
- tr("This program is licensed to you under the terms of the "
- "Qt %1 License Agreement. For details, see the license file "
- "that came with this software distribution.").arg(QLatin1String(QT_PRODUCT_LICENSE));
-#else
- tr("This program is licensed to you under the terms of the "
- "Qt Commercial License Agreement. For details, see the file LICENSE "
- "that came with this software distribution.");
-#endif
+ // TODO: Remove this variable for 4.6.0. Must keep this way for 4.5.x due to string freeze.
+ QString edition;
box.setText(tr("
%1
"
"
Qt Linguist is a tool for adding translations to Qt "
diff --git a/tools/qdbus/qdbusviewer/qdbusviewer.cpp b/tools/qdbus/qdbusviewer/qdbusviewer.cpp
index e8ac3a6..9c25a89 100644
--- a/tools/qdbus/qdbusviewer/qdbusviewer.cpp
+++ b/tools/qdbus/qdbusviewer/qdbusviewer.cpp
@@ -440,22 +440,11 @@ void QDBusViewer::refreshChildren()
void QDBusViewer::about()
{
QMessageBox box(this);
-#if QT_EDITION == QT_EDITION_OPENSOURCE
- QString edition = tr("Open Source Edition");
- QString info = tr("This version of Qt's D-Bus Viewer is part of the Qt Open Source Edition. "
- "Qt is a comprehensive C++ framework for cross-platform application "
- "development.");
- QString moreInfo = tr("You need a commercial Qt license for development of proprietary (closed "
- "source) applications. Please see qtsoftware.com/company/model.html for an overview of Qt licensing.");
-#else
+
+ // TODO: Remove these variables for 4.6.0. Must keep this way for 4.5.x due to string freeze.
QString edition;
QString info;
- QString moreInfo(tr("This program is licensed to you under the terms of the "
- "Qt Commercial License Agreement. For details, see the file LICENSE "
- "that came with this software distribution."));
-
-#endif
+ QString moreInfo;
box.setText(QString::fromLatin1("
"
" Version %2"
-#if QT_EDITION == QT_EDITION_OPENSOURCE
- " Open Source Edition
"
- "This version of Qt Configuration is part of the Qt Open Source Edition, for use "
- "in the development of Open Source applications. "
- "Qt is a comprehensive C++ framework for cross-platform application "
- "development.
"
- "You need a commercial Qt license for development of proprietary (closed "
- "source) applications. Please see http://qtsoftware.com/company/model"
- ".html for an overview of Qt licensing."
-#else
- "
This program is licensed to you under the terms of the "
- "Qt Commercial License Agreement. For details, see the file LICENSE "
- "that came with this software distribution."
-#endif
"
Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)."
"
The program is provided AS IS with NO WARRANTY OF ANY KIND,"
" INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A"
diff --git a/translations/assistant_adp_de.ts b/translations/assistant_adp_de.ts
index c92d6f9..db2005a 100644
--- a/translations/assistant_adp_de.ts
+++ b/translations/assistant_adp_de.ts
@@ -1,6 +1,6 @@
-
-
+
+Assistant
@@ -15,7 +15,7 @@
AssistantServer
-
+ Qt Assistant
@@ -103,7 +103,7 @@
FontPanel
-
+ Schrift
@@ -131,7 +131,7 @@
FontSettingsDialog
-
+ Schriftart
@@ -188,9 +188,9 @@
Qt Assistant Handbuch
-
+
-
+ Qt Assistant
@@ -199,7 +199,7 @@
Öffne Link im aktuellen Fenster
-
+ Öffne Link in neuem Fenster
@@ -245,7 +245,7 @@ Skipping file.
-
+ Fertig
@@ -284,7 +284,7 @@ Skipping file.
-
+ Link im Aktuellen Tab öffnen
@@ -307,7 +307,7 @@ Skipping file.
Dokumentation %1 ist nicht kompatibel! Datei wird übersprungen.
-
+ Der Index für die Volltextsuche konnte nicht gespeichert werden.
@@ -630,7 +630,7 @@ Assistent ist nicht einsatzbereit!Qt Assistant von Trolltech - %1
-
+ Hilfe
@@ -717,7 +717,7 @@ Bitte überprüfen Sie, das dieser an der angegeben Stelle existiert.
Index
-
+ Unbenannt
@@ -853,7 +853,7 @@ Bitte überprüfen Sie, das dieser an der angegeben Stelle existiert.A&nsicht
-
+ Strg+T
@@ -869,17 +869,15 @@ Bitte überprüfen Sie, das dieser an der angegeben Stelle existiert.Strg+E
-
- Sie benötigen eine kommerzielle Qt Lizenz für die Entwicklung von proprietären (geschlossenen) Anwendungen. Besuchen Sie <a href="http://qtsoftware.com/company/about/businessmodel">http://qtsoftware.com/company/about/businessmodel</a> um sich einen Überblick über die Qt Lizenzvergabe zu verschaffen.
+ Sie benötigen eine kommerzielle Qt Lizenz für die Entwicklung von proprietären (geschlossenen) Anwendungen. Besuchen Sie <a href="http://qtsoftware.com/company/about/businessmodel">http://qtsoftware.com/company/about/businessmodel</a> um sich einen Überblick über die Qt Lizenzvergabe zu verschaffen.
-
- Dieses Programm ist für Sie lizenziert gemäß den Bedingungen des Qt %1 Lizenzvertrages. Einzelheiten können sie der mitgelieferten Lizenz-Datei entnehmen.
+ Dieses Programm ist für Sie lizenziert gemäß den Bedingungen des Qt %1 Lizenzvertrages. Einzelheiten können sie der mitgelieferten Lizenz-Datei entnehmen.
-
+ Qt Assistant
@@ -1082,7 +1080,7 @@ Bitte überprüfen Sie, das dieser an der angegeben Stelle existiert.Umschalt+F1
-
+ Strg+S
@@ -1170,7 +1168,7 @@ Bitte überprüfen Sie, das dieser an der angegeben Stelle existiert.
-
+ Fehler beim öffnen des Inhalts in Datei: '%1'
@@ -1179,7 +1177,7 @@ Bitte überprüfen Sie, das dieser an der angegeben Stelle existiert.Fehler ...
-
+ Sidebar
@@ -1229,22 +1227,19 @@ Bitte überprüfen Sie, das dieser an der angegeben Stelle existiert.Zeigt die Hauptseite eines Dokumentensets an.
-
- Open Source Edition
+ Open Source Edition
-
- Diese Version von Qt Assistant ist Teil der Qt Open Source Edition und darf für die Entwicklung von Open Source Anwendungen genutzt werden. Qt ist ein umfangreiches C++ Framework für die Entwicklung von Cross-Platform-Anwendungen.
+ Diese Version von Qt Assistant ist Teil der Qt Open Source Edition und darf für die Entwicklung von Open Source Anwendungen genutzt werden. Qt ist ein umfangreiches C++ Framework für die Entwicklung von Cross-Platform-Anwendungen.
-
- Dieses Programm ist für Sie lizenziert gemäß den Bedingungen des kommerziellen Qt Lizenzvertrages. Einzelheiten können Sie der mitgelieferten LICENSE-Datei entnehmen.
+ Dieses Programm ist für Sie lizenziert gemäß den Bedingungen des kommerziellen Qt Lizenzvertrages. Einzelheiten können Sie der mitgelieferten LICENSE-Datei entnehmen.
-
+ ...
@@ -1292,7 +1287,7 @@ Bitte überprüfen Sie, das dieser an der angegeben Stelle existiert.Qt Assistant von Trolltech
-
+
@@ -1470,7 +1465,7 @@ Es müssen zuerst alle Inhalte gelöscht werden.
Unbenannt
-
+ Seite einfügen
@@ -1528,7 +1523,7 @@ Es müssen zuerst alle Inhalte gelöscht werden.
TopicChooser
-
+ Wählen Sie ein Thema für <b>%1</b>
diff --git a/translations/assistant_adp_ja.ts b/translations/assistant_adp_ja.ts
index 0a4b209..312f00f 100644
--- a/translations/assistant_adp_ja.ts
+++ b/translations/assistant_adp_ja.ts
@@ -1,9 +1,10 @@
-
+
+AssistantServer
-
+ Qt Assistant
@@ -16,7 +17,7 @@
FontPanel
-
+
@@ -44,7 +45,7 @@
FontSettingsDialog
-
+
@@ -72,7 +73,7 @@
HelpDialog
-
+ リンクを現在のタブに開く
@@ -95,12 +96,12 @@
-
+ Qt Assistant
-
+ キーワードインデックスファイルのロードに失敗しました
@@ -140,7 +141,7 @@ Skipping file.
スキップします。
-
+
@@ -163,8 +164,8 @@ Skipping file.
検索
-
-
+
+ 完了
@@ -360,7 +361,7 @@ Assistant は動きません!
HelpWindow
-
+ ヘルプ
@@ -414,7 +415,7 @@ Assistant は動きません!
Index
-
+ タイトルなし
@@ -422,7 +423,7 @@ Assistant は動きません!
MainWindow
-
+ サイドバー
@@ -482,17 +483,7 @@ Assistant は動きません!
指定されたドキュメントセットのメインページを表示します。
-
-
-
-
-
-
-
-
-
-
-
+ Qt Assistant
@@ -853,7 +844,7 @@ Assistant は動きません!
名前をつけてページを保存...
-
+ ウィンドウ(&W)
@@ -868,23 +859,20 @@ Assistant は動きません!
Ctrl+M
-
- オープンソース版
+ オープンソース版
-
- この Qt Assistant は Qt オープンソース版の一部であり、オープンソースのアプリケーションの開発を目的としたものです。Qt は、複数のプラットフォームに対応するアプリケーションを開発するための C++ のわかりやすいフレームワークです。
+ この Qt Assistant は Qt オープンソース版の一部であり、オープンソースのアプリケーションの開発を目的としたものです。Qt は、複数のプラットフォームに対応するアプリケーションを開発するための C++ のわかりやすいフレームワークです。著作権のある(ソースを公開しない)アプリケーションを開発するには、Qt の商用ライセンスが必要です。Qt のライセンスの概要については <a href="http://qtsoftware.com/company/model.html">qtsoftware.com/company/model.html</a> をご覧ください。
-
- このプログラムは Qt 商用版ライセンス規約の定める条件の下で、あなたにライセンスされています。詳細はこのソフトウェアとともに配布される LICENSE ファイルをご覧ください。
+ このプログラムは Qt 商用版ライセンス規約の定める条件の下で、あなたにライセンスされています。詳細はこのソフトウェアとともに配布される LICENSE ファイルをご覧ください。
@@ -935,7 +923,7 @@ Assistant は動きません!
Trolltech の Qt Assistant
-
+
@@ -943,7 +931,7 @@ Assistant は動きません!
TabbedBrowser
-
+ ...
@@ -1011,7 +999,7 @@ Assistant は動きません!
TopicChooser
-
+ <b>%1</b> のトピックを選択
diff --git a/translations/assistant_adp_pl.ts b/translations/assistant_adp_pl.ts
index 3a80244..de0c71c 100644
--- a/translations/assistant_adp_pl.ts
+++ b/translations/assistant_adp_pl.ts
@@ -1,9 +1,10 @@
-
+
+AssistantServer
-
+ Qt Assistant
@@ -16,7 +17,7 @@
FontPanel
-
+ Czcionka
@@ -44,7 +45,7 @@
FontSettingsDialog
-
+ Ustawienia czcionki
@@ -72,7 +73,7 @@
HelpDialog
-
+ Otwórz odsyłacz w bieżącej karcie
@@ -95,12 +96,12 @@
-
+ Qt Assistant
-
+ Nie można wczytać indeksu słów kluczowych
@@ -141,7 +142,7 @@ Plik zostaje pominięty.
-
+ Zrobione
@@ -346,7 +347,7 @@ Assistant nie będzie działał!
HelpWindow
-
+ Pomoc
@@ -396,7 +397,7 @@ Assistant nie będzie działał!
Index
-
+ Nienazwany
@@ -404,7 +405,7 @@ Assistant nie będzie działał!
MainWindow
-
+ Panel
@@ -479,22 +480,15 @@ Assistant nie będzie działał!
Pokazuje główną stronę wybranego zestawu dokumentacji.
-
- Wydanie Open Source
+ Wydanie Open Source
-
- Ta wersja Qt Assistant jest częścią wydania Qt Open Source, przeznaczonego do tworzenia aplikacji Open Source. Qt zawiera obszerny zestaw bibliotek wykorzystywanych do pisania przenośnych aplikacji.
-
-
-
-
-
+ Ta wersja Qt Assistant jest częścią wydania Qt Open Source, przeznaczonego do tworzenia aplikacji Open Source. Qt zawiera obszerny zestaw bibliotek wykorzystywanych do pisania przenośnych aplikacji.
-
+ Qt Assistant
@@ -865,14 +859,8 @@ Assistant nie będzie działał!
Ustawienia czcionki...
-
- Aby móc tworzyć przy pomocy Qt własne aplikacje bez publikowania kodu (closed source) potrzebujesz wydania komercyjnego. Opis sposobów licencjonowania Qt znajduje się na stronie <a href="http://qtsoftware.com/company/model.html">qtsoftware.com/company/model.html</a>.
-
-
-
-
-
+ Aby móc tworzyć przy pomocy Qt własne aplikacje bez publikowania kodu (closed source) potrzebujesz wydania komercyjnego. Opis sposobów licencjonowania Qt znajduje się na stronie <a href="http://qtsoftware.com/company/model.html">qtsoftware.com/company/model.html</a>.
@@ -882,7 +870,7 @@ Assistant nie będzie działał!
Qt Assistant Trolltech'a
-
+
@@ -890,7 +878,7 @@ Assistant nie będzie działał!
TabbedBrowser
-
+ ...
@@ -958,7 +946,7 @@ Assistant nie będzie działał!
TopicChooser
-
+ Wybierz temat dla <b>%1</b>
diff --git a/translations/assistant_adp_tr_TR.ts b/translations/assistant_adp_tr_TR.ts
new file mode 100644
index 0000000..bb86689
--- /dev/null
+++ b/translations/assistant_adp_tr_TR.ts
@@ -0,0 +1,967 @@
+
+
+
+
+ AssistantServer
+
+
+
+
+
+
+
+
+
+
+
+
+ FontPanel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FontSettingsDialog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HelpDialog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HelpWindow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Index
+
+
+
+
+
+
+
+ MainWindow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ QObject
+
+
+
+
+
+
+
+ TabbedBrowser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TopicChooser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/translations/assistant_adp_untranslated.ts b/translations/assistant_adp_untranslated.ts
index 52cc26c..e6c927a 100644
--- a/translations/assistant_adp_untranslated.ts
+++ b/translations/assistant_adp_untranslated.ts
@@ -1,9 +1,10 @@
-
+
+AssistantServer
-
+
@@ -16,7 +17,7 @@
FontPanel
-
+
@@ -44,7 +45,7 @@
FontSettingsDialog
-
+
@@ -77,14 +78,14 @@
-
+
-
+
-
+
@@ -143,7 +144,7 @@ Skipping file.
-
+
@@ -340,7 +341,7 @@ Assistant will not work!
HelpWindow
-
+
@@ -389,7 +390,7 @@ Assistant will not work!
Index
-
+
@@ -457,7 +458,7 @@ Assistant will not work!
-
+
@@ -472,17 +473,7 @@ Assistant will not work!
-
-
-
-
-
-
-
-
-
-
-
+
@@ -493,7 +484,7 @@ Assistant will not work!
-
+
@@ -553,22 +544,7 @@ Assistant will not work!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -867,7 +843,7 @@ Assistant will not work!
QObject
-
+
@@ -875,7 +851,7 @@ Assistant will not work!
TabbedBrowser
-
+
@@ -943,7 +919,7 @@ Assistant will not work!
TopicChooser
-
+
diff --git a/translations/assistant_adp_zh_CN.ts b/translations/assistant_adp_zh_CN.ts
index 656a598..62354b3 100644
--- a/translations/assistant_adp_zh_CN.ts
+++ b/translations/assistant_adp_zh_CN.ts
@@ -4,7 +4,7 @@
AssistantServer
-
+ Qt 助手
@@ -17,7 +17,7 @@
FontPanel
-
+ 字体
@@ -45,7 +45,7 @@
FontSettingsDialog
-
+ 字体设置
@@ -73,7 +73,7 @@
HelpDialog
-
+ 在当前标签页打开链接
@@ -96,12 +96,12 @@
-
+ Qt 助手
-
+ 加载关键词索引文件失败
@@ -142,7 +142,7 @@ Skipping file.
-
+ 完成
@@ -344,7 +344,7 @@ Assistant will not work!
HelpWindow
-
+ 帮助
@@ -394,7 +394,7 @@ Assistant will not work!
Index
-
+ 未命名的
@@ -402,7 +402,7 @@ Assistant will not work!
MainWindow
-
+ 侧栏
@@ -477,22 +477,19 @@ Assistant will not work!
显示一个指定文档集的主页面。
-
- 开源版本
+ 开源版本
-
- 这个版本的 Qt 助手是 Qt 开源版本的一部分,用于开发开源应用程序。Qt 是一个用于跨平台应用程序开发的综合 C++ 框架。
+ 这个版本的 Qt 助手是 Qt 开源版本的一部分,用于开发开源应用程序。Qt 是一个用于跨平台应用程序开发的综合 C++ 框架。
-
- 我们已经允许您在 Qt 商业许可协议下使用本程序。有关细节,请阅读本软件发行中所带的 LICENSE 文件。
+ 我们已经允许您在 Qt 商业许可协议下使用本程序。有关细节,请阅读本软件发行中所带的 LICENSE 文件。
-
+ Qt 助手
@@ -863,14 +860,12 @@ Assistant will not work!
字体设置...
-
- 开发商业(闭源)应用程序,你需要商业 Qt 许可。对于 Qt 许可的概览,请参考<a href="http://qtsoftware.com/company/model">qtsoftware.com/company/model</a>。
+ 开发商业(闭源)应用程序,你需要商业 Qt 许可。对于 Qt 许可的概览,请参考<a href="http://qtsoftware.com/company/model">qtsoftware.com/company/model</a>。
-
- 我们已经允许您在 Qt %1 许可协议下使用本程序。有关细节,请阅读本软件发行中所带的许可协议文件。
+ 我们已经允许您在 Qt %1 许可协议下使用本程序。有关细节,请阅读本软件发行中所带的许可协议文件。
@@ -880,7 +875,7 @@ Assistant will not work!
Trolltech 的 Qt 助手
-
+ Qt助手 - Nokia
@@ -888,7 +883,7 @@ Assistant will not work!
TabbedBrowser
-
+ ...
@@ -956,7 +951,7 @@ Assistant will not work!
TopicChooser
-
+ 为<b>%1</b>选择一个主题
diff --git a/translations/assistant_adp_zh_TW.ts b/translations/assistant_adp_zh_TW.ts
index ced339e..7fd1738 100644
--- a/translations/assistant_adp_zh_TW.ts
+++ b/translations/assistant_adp_zh_TW.ts
@@ -1,14 +1,15 @@
-
-
+
+AssistantServer
-
+ Qt 小幫手
+ 無法結合連接埠 %1
@@ -16,23 +17,27 @@
FontPanel
-
+ 字型
+ 寫入系統(&W)
+ 家族(&F)
+ 風格(&S)
+ 點大小(&P)
@@ -40,23 +45,27 @@
FontSettingsDialog
-
+ 字型設定
+ 字型設定用於:
+ 瀏覽器
+ 應用程式
+ 使用者自訂設定
@@ -64,211 +73,269 @@
HelpDialog
+ 內容(&T)
+
+
+ Qt 小幫手
+ 在目前的分頁開啟連結
+ 在新視窗開啟連結
+ 在新分頁開啟連結
+
+ 準備中...
+ 無法載入關鍵字索引檔
小幫手將無法運作!
+ 無法開啟索引檔 %1
+
+
+ 警告
+
+ 文件檔 %1 不存在
將跳過此檔案。
+
+ 剖析錯誤
+ 文件檔 %1 不相容
將跳過此檔案。
+
+ 完成
+ 無法儲存全文檢索搜尋索引。
小幫手將無法運作!
+ 建立檔案索引中...
+ 讀取字典中...
+
+ 全文檢索
+ 在片語中不能使用萬用字元。
+ 沒有關閉引號。
+ 說明
+ <b>說明</b><p>請從內容清單中選擇您需要說明的主題,或是在索引中搜尋關鍵字。</p>
+ 依分類、索引或書籤來顯示說明主題。另一個分頁會繼承此全文檢索。
+ <b>依類別組織說明主題。</b><p>雙擊可以查看該類別中有哪些主題。雙擊該主題可以查看內容。</p>
+ 欄 1
+ 索引(&I)
+ 搜尋(&L):
+ 輸入關鍵字
+ <b>輸入關鍵字。</b><p>此清單可以選擇最能符合輸入字串的項目。</p>
+ <b>可用說明主題清單。</b><p>雙擊可以開啟該說明頁面。如果找到一個以上,您必須指定您要看哪一個頁面。</p>
+ 書籤(&B)
+ 顯示書籤的清單。
+ 新增書籤
+ 將目前顯示的頁面新增到書籤中。
+ 新增(&N)
+ 刪除書籤
+ 刪除選取的書籤。
+ 刪除(&D)
+ 搜尋(&S)
+ 搜尋內容(&O):
+ 請輸入搜尋關鍵字詞。
+ <b>輸入搜尋關鍵字詞。</b><p>在此輸入您要搜尋的關鍵字詞。可以使用萬用字元 (*)。如果是一個片語,請用引號括起來。</p>
+ <b>找到的文件</b><p>這放清單包含了所有上次搜尋找到的文件。文件會依符合程度排序。</p>
+ 找到的文件(&D):
+ 顯示說明頁面。
+ 顯示全文檢索的說明頁面。
+ 說明(&L)
+ 開始搜尋。
+ 按下此按鍵開始搜尋。
+ 準備中...
-
+ 找到 %n 個文件。
@@ -278,41 +345,49 @@ Assistant will not work!
HelpWindow
-
+ 說明
-
- 在新視窗開啟連結Shift+滑鼠左鍵
+
+
+ 在新視窗開啟連結 Shift+滑鼠左鍵
+ 無法啟動瀏覽器。
+ 確定
+ 無法開啟連結:%1
+ <div align="center"><h1>找不到該頁面</h1><br><h3>%1</h3></div>
+ 錯誤...
+ 在新分頁開啟連結
+ 複製連結位置(&L)
@@ -320,7 +395,7 @@ Assistant will not work!
Index
-
+ 未命名
@@ -332,378 +407,466 @@ Assistant will not work!
Qt 小幫手,Trolltech 公司提供
+ 工具列
+ 列印(&P)...
+ 離開(&X)
+ 複製(&C)
+ 在文字中尋找(&F)...
+ 首頁(&H)
+ 前一個(&P)
+ 下一個(&N)
+ 關於 Qt
+ 放大(&I)
+ 縮小(&O)
+ 新視窗
-
+ Ctrl+T
+ Ctrl+I
+ Ctrl+B
+
+ Qt 小幫手
+ 新增書籤(&A)
+ 邊列
+ 視窗(&W)
+ 最小化
+ Ctrl+M
+ 初始化 Qt 小幫手中...
+ SHIFT+CTRL+=
+ Ctrl+S
+ Ctrl+W
-
+ Ctrl+]
+ Ctrl+[
+ 檢視
+ 顯示指定文件集的主頁面。
- 開放源碼版本
+ 開放源碼版本
- 此版本的 Qt 小幫手是 Qt 開放源碼版本的一部份,只能用於開發開放源碼的應用程式。Qt 為一個跨平台的,強大的 C++ 應用程式開發框架。
+ 此版本的 Qt 小幫手是 Qt 開放源碼版本的一部份,只能用於開發開放源碼的應用程式。Qt 為一個跨平台的,強大的 C++ 應用程式開發框架。
- 此程式以 Qt 商業授權同意書(Qt Commerical License Agreement)授權給您。詳情請參照 LICENSE 檔。
+ 此程式以 Qt 商業授權同意書(Qt Commerical License Agreement)授權給您。詳情請參照 LICENSE 檔。
+ 無法開啟檔案中應用程式的「關於」內容:%1
+ ...
+
+ 儲存頁面
+ 無法開啟檔案以寫入!
+ Nokia 提供的 Qt 小幫手
+ 走
+ 說明(&H)
+ 檔案(&F)
+ 書籤(&K)
+ 走(&G)
+ 檢視(&V)
+ 編輯(&E)
+ 列印目前顯示的頁面。
+ Ctrl+P
+ 離開 Qt 小幫手。
+ Ctrl+Q
+ 複製選取的文字到剪貼簿中。
+ Ctrl+C
+ 開啟「尋找」對話框。Qt 小幫手會在目前顯示的頁面中搜尋您所輸入的文字。
+ Ctrl+F
+ 尋找下一筆(&N)
+ F3
+ 尋找上一筆(&P)
+ Shift+F3
+ 回到首頁。Qt 小幫手的首頁為 Qt 參考文件。
+ Ctrl+Home
+ 跳到上一頁。
+ Alt+Left
+ 跳到下一頁。
+ Alt+Right
+ 關於 Qt 小幫手
+ 顯示關於 Qt 小幫手的詳情。
+ 放大文件,也就是加大字型。
+ Ctrl++
+ 縮小文件,也就是縮小字型。
+ Ctrl+-
+ 開啟新視窗。
+ Ctrl+N
+ 關閉(&C)
+ 關閉目前的視窗。
+ 將目前顯示的頁面新增到書籤中。
+ 這是什麼?
+ 「這是什麼?」內文說明。
+ Shift+F1
+ 新增分頁
+ Ctrl+Alt+N
+ 下一個分頁
+ Ctrl+Alt+Right
+ 前一個分頁
+ Ctrl+Alt+Left
+ 關閉分頁
+ Ctrl+Alt+Q
+ Qt 小幫手手冊
+ F1
+ 另存頁面為...
+ Ctrl+Alt+S
+ 與目錄同步
+ 選擇在內容分頁中的頁面。
+ 字型設定...
- 您需要商業版的 Qt 授權才能發展私有(封閉)應用程式軟體。關於 Qt 授權的概要,請參考 <a href="http://qtsoftware.com/company/model">qtsoftware.com/company/model</a>。
+ 您需要商業版的 Qt 授權才能發展私有(封閉)應用程式軟體。關於 Qt 授權的概要,請參考 <a href="http://qtsoftware.com/company/model">qtsoftware.com/company/model</a>。
- 此程式以 Qt %1 授權同意書授權給您。詳情請參照套件中的授權檔。
+ 此程式以 Qt %1 授權同意書授權給您。詳情請參照套件中的授權檔。
@@ -713,7 +876,7 @@ Assistant will not work!
Qt 小幫手,Trolltech 公司提供
-
+ Nokia 提供的 Qt 小幫手
@@ -721,55 +884,67 @@ Assistant will not work!
TabbedBrowser
-
+ ...
+ 新增頁面
+ 關閉頁面
+ 新增分頁
+ 關閉分頁
+ 關閉其他分頁
+ 分頁式瀏覽器
+ 未命名
+ 前一個
+ 下一個
+ 區分大小寫
+ 整個字詞
+ <img src=":/trolltech/assistant/images/wrap.png"> 搜尋已折回
@@ -777,39 +952,47 @@ Assistant will not work!
TopicChooser
-
+ 請為 <b>%1</b> 選擇一個主題
+ 選擇主題
+ 請從清單中選取一個主題,並按下「顯示」鍵開啟線上說明。
+ 主題(&T)
+ 顯示此關鍵字可用的說明主題。
+ 顯示(&D)
+ 開啟在清單中選取的主題。
+ 關閉(&C)
+ 關閉對話框。
diff --git a/translations/assistant_de.ts b/translations/assistant_de.ts
index 0bb0e66..0411ef1 100644
--- a/translations/assistant_de.ts
+++ b/translations/assistant_de.ts
@@ -1,10 +1,10 @@
-
-
+
+AboutDialog
-
+ &Schließen
@@ -52,7 +52,7 @@
Neuer Ordner
-
+
@@ -163,7 +163,7 @@
CentralWidget
-
+ Neue Seite hinzufügen
@@ -173,12 +173,12 @@
Aktuelle Seite schließen
-
+ Drucken
-
+ unbekannt
@@ -204,7 +204,7 @@
Lesezeichen für diese Seite hinzufügen...
-
+ Suchen
@@ -212,7 +212,7 @@
ContentWindow
-
+ Link öffnen
@@ -242,7 +242,7 @@
FindWidget
-
+ Vorherige
@@ -270,7 +270,7 @@
FontPanel
-
+ Schriftart
@@ -298,7 +298,7 @@
HelpViewer
-
+ Hilfe
@@ -314,12 +314,12 @@
OK
-
+ <title>Fehler 404...</title><div align="center"><br><br><h1>Die Seite konnte nicht gefunden werden!</h1><br><h3>'%1'</h3></div>
-
+ &Link Adresse kopieren
@@ -329,12 +329,12 @@
Link in neuem Tab öffnen
-
+ Link in neuem Tab öffnen
-
+ Fehler beim Starten der externen Anwendung.
@@ -344,12 +344,12 @@
IndexWindow
-
+ Suche &nach:
-
+ Link öffnen
@@ -362,7 +362,7 @@
InstallDialog
-
+ Dokumentation installieren
@@ -462,38 +462,38 @@
MainWindow
-
-
+
+ Index
-
-
+
+ Inhalt
-
-
+
+ Lesezeichen
-
-
+
+ Suchen
-
-
-
+
+
+ Qt Assistant
-
+ Ohne Filter
@@ -503,47 +503,44 @@
Datei
-
+ S&eite einrichten...
-
+ Druckvorschau...
-
+ &Drucken...
-
- CTRL+P
+ CTRL+P
-
+ Neue &Seite
-
- CTRL+T
+ CTRL+T
-
+ &Seite schließen
-
- CTRL+W
+ CTRL+W
-
+ &Beenden
@@ -562,42 +559,38 @@
&Kopieren
-
- Ctrl+C
+ Ctrl+C
-
+ &Textsuche...
-
- Ctrl+F
+ Ctrl+F
-
+ &Weitersuchen
-
- F3
+ F3
-
+ &Vorheriges suchen
-
- Shift+F3
+ Shift+F3
-
+ Einstellungen...
@@ -611,27 +604,25 @@
&Vergrößern
-
- Ctrl++
+ Ctrl++
-
+ Ver&kleinern
-
- Ctrl+-
+ Ctrl+-
-
+ Standard&größe
-
+ Ctrl+0
@@ -664,27 +655,27 @@
&Startseite
-
+ Strg+Pos1
-
+ &Rückwärts
-
+ &Vorwärts
-
+ Seite mit Inhalt Tab syncronisieren
-
+ Nächste Seite
@@ -699,7 +690,7 @@
Vorherige Seite
-
+ Ctrl+Alt+Left
@@ -727,7 +718,7 @@
Navigationsleiste
-
+ Werkzeugleisten
@@ -742,7 +733,7 @@
Filter:
-
+ Adressleiste
@@ -752,31 +743,28 @@
Adresse:
-
+ Der zugehörige Inhaltseintrag konnte nicht gefunden werden.
-
- Open Source Edition
+ Open Source Edition
-
- This version of Qt Assistant is part of the Qt Open Source Edition, for use in the development of Open Source applications. Qt is a comprehensive C++ framework for cross-platform application development.
+ This version of Qt Assistant is part of the Qt Open Source Edition, for use in the development of Open Source applications. Qt is a comprehensive C++ framework for cross-platform application development.You need a commercial Qt license for development of proprietary (closed source) applications. Please see <a href="http://qtsoftware.com/company/model.html">qtsoftware.com/company/model.html</a> for an overview of Qt licensing.
-
- This program is licensed to you under the terms of the Qt Commercial License Agreement. For details, see the file LICENSE that came with this software distribution.
+ This program is licensed to you under the terms of the Qt Commercial License Agreement. For details, see the file LICENSE that came with this software distribution.
-
+ Über %1
@@ -786,17 +774,17 @@
Suchindex wird aufgebaut
-
+ Suche nach Qt Dokumentationen...
-
+ &Fenster
-
+ Minimieren
@@ -806,7 +794,7 @@
CTRL+M
-
+ Zoom
@@ -819,27 +807,27 @@
Entfernen
-
+ &Datei
-
+ &Bearbeiten
-
+ &Ansicht
-
+ &Gehe
-
+ &Lesezeichen
@@ -849,17 +837,16 @@
&Hilfe
-
- Sie benötigen eine kommerzielle Qt Lizenz für die Entwicklung von proprietären (geschlossenen) Anwendungen. Besuchen Sie <a href="http://qtsoftware.com/company/about/businessmodel">http://qtsoftware.com/company/about/businessmodel</a> um sich einen Überblick über die Qt Lizenzvergabe zu verschaffen.
+ Sie benötigen eine kommerzielle Qt Lizenz für die Entwicklung von proprietären (geschlossenen) Anwendungen. Besuchen Sie <a href="http://qtsoftware.com/company/about/businessmodel">http://qtsoftware.com/company/about/businessmodel</a> um sich einen Überblick über die Qt Lizenzvergabe zu verschaffen.
-
+ ALT+O
-
+ CTRL+D
@@ -875,7 +862,7 @@
Von Helpserver herunterladen...
-
+
@@ -897,7 +884,27 @@
Der Namespace %1 ist bereits registriert!
-
+
+
+
+
+
+
+
+
+
+
+
+
+ Abbrechen
+
+
+
+
+ OK
+
+
+ Benutze erweiterte Einstellungen
@@ -975,24 +982,20 @@
Hinzufügen...
-
- Netzwerk
+ Netzwerk
-
- Http Proxy
+ Http Proxy
-
- Http Proxy:
+ Http Proxy:
-
- Port:
+ Port:
@@ -1022,7 +1025,7 @@
Neuer Ordner
-
+ Die angegeben Katalogdatei (collection file) konnte nicht gefunden werden!
@@ -1068,6 +1071,11 @@
Fehlende Hilfedatei!
+
+
+
+
+ Unbekannte Option: %1
@@ -1079,7 +1087,7 @@
Qt Assistant
-
+
-
+
-
+ Dokumentation erfolgreich entfernt.
-
+
@@ -1126,7 +1134,7 @@ Reason:
RemoteControl
-
+ Debugging Remote Control
@@ -1139,7 +1147,7 @@ Reason:
SearchWidget
-
+ &Kopieren
@@ -1168,7 +1176,7 @@ Reason:
TopicChooser
-
+ Wählen Sie ein Thema für <b>%1</b>:
diff --git a/translations/assistant_ja.ts b/translations/assistant_ja.ts
index 5552272..1853155 100644
--- a/translations/assistant_ja.ts
+++ b/translations/assistant_ja.ts
@@ -1,9 +1,10 @@
-
+
+AboutDialog
-
+
@@ -30,7 +31,7 @@
BookmarkDialog
-
+
@@ -149,7 +150,7 @@
CentralWidget
-
+
@@ -159,12 +160,12 @@
-
+
-
+
@@ -190,7 +191,7 @@
-
+
@@ -198,7 +199,7 @@
ContentWindow
-
+
@@ -224,7 +225,7 @@
FindWidget
-
+
@@ -252,7 +253,7 @@
FontPanel
-
+
@@ -280,7 +281,7 @@
HelpViewer
-
+
@@ -290,12 +291,12 @@
-
+
-
+
@@ -305,12 +306,12 @@
-
+
-
+
@@ -319,12 +320,12 @@
IndexWindow
-
+
-
+
@@ -337,7 +338,7 @@
InstallDialog
-
+
@@ -436,84 +437,69 @@
MainWindow
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
+
-
+
-
+
-
-
-
-
-
-
+
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
+
@@ -528,42 +514,22 @@
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
+
@@ -573,27 +539,17 @@
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
+
@@ -618,27 +574,27 @@
-
+
-
+
-
+
-
+
-
+
@@ -653,7 +609,7 @@
-
+
@@ -673,7 +629,7 @@
-
+
@@ -688,7 +644,7 @@
-
+
@@ -698,27 +654,12 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -728,17 +669,17 @@
-
+
-
+
-
+
@@ -748,32 +689,32 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -783,17 +724,12 @@
-
-
-
-
-
-
+
-
+
@@ -801,7 +737,7 @@
PreferencesDialog
-
+
@@ -823,7 +759,27 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -902,26 +858,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -944,7 +880,7 @@
QObject
-
+
@@ -990,6 +926,11 @@
+
+
+
+
+
@@ -1001,7 +942,7 @@
-
+
-
+
-
+
-
+
@@ -1048,7 +989,7 @@ Reason:
RemoteControl
-
+
@@ -1061,7 +1002,7 @@ Reason:
SearchWidget
-
+
@@ -1090,7 +1031,7 @@ Reason:
TopicChooser
-
+
diff --git a/translations/assistant_pl.ts b/translations/assistant_pl.ts
index 4985b72..f84bad2 100644
--- a/translations/assistant_pl.ts
+++ b/translations/assistant_pl.ts
@@ -1,9 +1,10 @@
-
+
+AboutDialog
-
+ Za&mknij
@@ -30,7 +31,7 @@
BookmarkDialog
-
+
@@ -157,7 +158,7 @@
CentralWidget
-
+ Dodaj nową stronę
@@ -167,12 +168,12 @@
Zamknij bieżącą stronę
-
+ Wydrukuj dokument
-
+ nieznany
@@ -198,7 +199,7 @@
Dodaj zakładkę dla tej strony...
-
+ Wyszukaj
@@ -206,7 +207,7 @@
ContentWindow
-
+ Otwórz odsyłacz
@@ -236,7 +237,7 @@
FindWidget
-
+ Poprzedni
@@ -264,7 +265,7 @@
FontPanel
-
+ Czcionka
@@ -292,7 +293,7 @@
HelpViewer
-
+ Pomoc
@@ -308,12 +309,12 @@
OK
-
+ <title>Błąd 404...</title><div align="center"><br><br><h1>Strona nie może być znaleziona</h1><br><h3>'%1'</h3></div>
-
+ Skopiuj &odsyłacz
@@ -323,12 +324,12 @@
Otwórz odsyłacz w nowej karcie Ctrl+LMB
-
+ Otwórz odsyłacz w nowej karcie
-
+ Nie można uruchomić zewnętrznej aplikacji.
@@ -338,12 +339,12 @@
IndexWindow
-
+ Wy&szukaj:
-
+ Otwórz odsyłacz
@@ -356,7 +357,7 @@
InstallDialog
-
+ Zainstaluj dokumentację
@@ -456,38 +457,38 @@
MainWindow
-
-
+
+ Indeks
-
-
+
+ Spis treści
-
-
+
+ Zakładki
-
-
+
+ Wyszukaj
-
-
-
+
+
+ Qt Assistant
-
+ Nieprzefiltrowany
@@ -497,47 +498,44 @@
Plik
-
+ &Ustawienia strony...
-
+ Podgląd wydruku...
-
+ Wy&drukuj...
-
- CTRL+P
+ CTRL+P
-
+ Nowa kar&ta
-
- CTRL+T
+ CTRL+T
-
+ &Zamknij kartę
-
- CTRL+W
+ CTRL+W
-
+ Za&kończ
@@ -556,42 +554,38 @@
S&kopiuj zaznaczony tekst
-
- Ctrl+C
+ Ctrl+C
-
+ Znajdź w &tekście...
-
- Ctrl+F
+ Ctrl+F
-
+ Znajdź &następny
-
- F3
+ F3
-
+ Znajdź &poprzedni
-
- Shift+F3
+ Shift+F3
-
+ Ustawienia...
@@ -605,27 +599,17 @@
Po&większ
-
-
-
-
-
-
+ Po&mniejsz
-
-
-
-
-
-
+ Normalny &rozmiar
-
+ Ctrl+0
@@ -658,27 +642,27 @@
Strona &startowa
-
+
-
+ &Wstecz
-
+ W &przód
-
+ Znajdź bieżącą stronę w spisie treści
-
+ Następna strona
@@ -693,7 +677,7 @@
Poprzednia strona
-
+
@@ -717,7 +701,7 @@
Pasek do nawigacji
-
+ Paski narzędzi
@@ -732,7 +716,7 @@
Przefiltrowane przez:
-
+ Pasek adresu
@@ -742,27 +726,20 @@
Adres:
-
+ Nie można znaleźć skojarzonego elementu zawartości.
-
- Edycja Open Source
+ Edycja Open Source
-
- Ta wersja Qt Assistant jest częścią wydania Qt Open Source, przeznaczonego do tworzenia aplikacji Open Source. Qt zawiera obszerny zestaw bibliotek wykorzystywanych do pisania przenośnych aplikacji.
+ Ta wersja Qt Assistant jest częścią wydania Qt Open Source, przeznaczonego do tworzenia aplikacji Open Source. Qt zawiera obszerny zestaw bibliotek wykorzystywanych do pisania przenośnych aplikacji.
-
-
-
-
-
-
+ Informacje o %1
@@ -772,17 +749,17 @@
Uaktualnianie indeksu wyszukiwawczego
-
+ Szukanie dokumentacji Qt...
-
+ &Okno
-
+ Zminimalizuj
@@ -792,7 +769,7 @@
-
+ Powiększenie
@@ -805,32 +782,31 @@
Usuń
-
- Aby móc tworzyć przy pomocy Qt własne aplikacje bez publikowania kodu (closed source) potrzebujesz wydania komercyjnego. Opis sposobów licencjonowania Qt znajduje się na stronie <a href="http://qtsoftware.com/company/model.html">qtsoftware.com/company/model.html</a>.
+ Aby móc tworzyć przy pomocy Qt własne aplikacje bez publikowania kodu (closed source) potrzebujesz wydania komercyjnego. Opis sposobów licencjonowania Qt znajduje się na stronie <a href="http://qtsoftware.com/company/model.html">qtsoftware.com/company/model.html</a>.
-
+ &Plik
-
+ &Edycja
-
+ &Widok
-
+ &Nawigacja
-
+ &Zakładki
@@ -840,12 +816,12 @@
&Pomoc
-
+ ALT+O
-
+ CTRL+D
@@ -853,7 +829,7 @@
PreferencesDialog
-
+
@@ -875,7 +851,27 @@
Przestrzeń nazw %1 jest już zarejestrowana!
-
+
+
+
+
+
+
+
+
+
+
+
+
+ Anuluj
+
+
+
+
+ OK
+
+
+ Użyj własnych ustawień
@@ -953,24 +949,20 @@
Dodaj...
-
- Sieć
+ Sieć
-
- Użyj pośrednika http
+ Użyj pośrednika http
-
- Pośrednik http:
+ Pośrednik http:
-
- Port:
+ Port:
@@ -1000,7 +992,7 @@
Nowy katalog
-
+ Podany plik z kolekcją nie istnieje!
@@ -1046,6 +1038,11 @@
Brak pliku pomocy!
+
+
+
+
+ Nieznana opcja: %1
@@ -1057,7 +1054,7 @@
Qt Assistant
-
+
-
+
-
+ Dokumentacja poprawnie wyrejestrowana.
-
+ Nie można odczytać sterownika bazy danych sqlite!
@@ -1112,7 +1109,7 @@ Powód:
RemoteControl
-
+ Zdalne debugowanie
@@ -1125,7 +1122,7 @@ Powód:
SearchWidget
-
+ S&kopiuj
@@ -1154,7 +1151,7 @@ Powód:
TopicChooser
-
+ Wybierz temat dla <b>%1</b>:
diff --git a/translations/assistant_tr_TR.ts b/translations/assistant_tr_TR.ts
new file mode 100644
index 0000000..0ca29df
--- /dev/null
+++ b/translations/assistant_tr_TR.ts
@@ -0,0 +1,1059 @@
+
+
+
+
+ AboutDialog
+
+
+
+
+
+
+
+ AboutLabel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BookmarkDialog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BookmarkManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BookmarkWidget
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CentralWidget
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ContentWindow
+
+
+
+
+
+
+
+
+
+
+
+
+ FilterNameDialogClass
+
+
+
+
+
+
+
+
+
+
+
+
+ FindWidget
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FontPanel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HelpViewer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ IndexWindow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ InstallDialog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PreferencesDialog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PreferencesDialogClass
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ QObject
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ RemoteControl
+
+
+
+
+
+
+
+
+
+
+
+
+ SearchWidget
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TopicChooser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/translations/assistant_untranslated.ts b/translations/assistant_untranslated.ts
index 5552272..1853155 100644
--- a/translations/assistant_untranslated.ts
+++ b/translations/assistant_untranslated.ts
@@ -1,9 +1,10 @@
-
+
+AboutDialog
-
+
@@ -30,7 +31,7 @@
BookmarkDialog
-
+
@@ -149,7 +150,7 @@
CentralWidget
-
+
@@ -159,12 +160,12 @@
-
+
-
+
@@ -190,7 +191,7 @@
-
+
@@ -198,7 +199,7 @@
ContentWindow
-
+
@@ -224,7 +225,7 @@
FindWidget
-
+
@@ -252,7 +253,7 @@
FontPanel
-
+
@@ -280,7 +281,7 @@
HelpViewer
-
+
@@ -290,12 +291,12 @@
-
+
-
+
@@ -305,12 +306,12 @@
-
+
-
+
@@ -319,12 +320,12 @@
IndexWindow
-
+
-
+
@@ -337,7 +338,7 @@
InstallDialog
-
+
@@ -436,84 +437,69 @@
MainWindow
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
+
-
+
-
+
-
-
-
-
-
-
+
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
+
@@ -528,42 +514,22 @@
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
+
@@ -573,27 +539,17 @@
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
+
@@ -618,27 +574,27 @@
-
+
-
+
-
+
-
+
-
+
@@ -653,7 +609,7 @@
-
+
@@ -673,7 +629,7 @@
-
+
@@ -688,7 +644,7 @@
-
+
@@ -698,27 +654,12 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -728,17 +669,17 @@
-
+
-
+
-
+
@@ -748,32 +689,32 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -783,17 +724,12 @@
-
-
-
-
-
-
+
-
+
@@ -801,7 +737,7 @@
PreferencesDialog
-
+
@@ -823,7 +759,27 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -902,26 +858,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -944,7 +880,7 @@
QObject
-
+
@@ -990,6 +926,11 @@
+
+
+
+
+
@@ -1001,7 +942,7 @@
-
+
-
+
-
+
-
+
@@ -1048,7 +989,7 @@ Reason:
RemoteControl
-
+
@@ -1061,7 +1002,7 @@ Reason:
SearchWidget
-
+
@@ -1090,7 +1031,7 @@ Reason:
TopicChooser
-
+
diff --git a/translations/assistant_zh_CN.ts b/translations/assistant_zh_CN.ts
index 0384c47..a1f763f 100644
--- a/translations/assistant_zh_CN.ts
+++ b/translations/assistant_zh_CN.ts
@@ -1,11 +1,10 @@
-AboutDialog
-
+ 关闭(&C)
@@ -33,7 +32,7 @@
BookmarkDialog
-
+
@@ -164,7 +163,7 @@
CentralWidget
-
+ 添加新页面
@@ -174,12 +173,12 @@
关闭当前页面
-
+ 打印文档
-
+ 未知的
@@ -205,7 +204,7 @@
把这个页面添加为书签...
-
+ 搜索
@@ -213,7 +212,7 @@
ContentWindow
-
+ 打开链接
@@ -243,7 +242,7 @@
FindWidget
-
+ 上一个
@@ -271,7 +270,7 @@
FontPanel
-
+ 字体
@@ -299,7 +298,7 @@
HelpViewer
-
+ 帮助
@@ -315,12 +314,12 @@
确定
-
+ <title>404 错误...</title><div align="center"><br><br><h1>不能找到该页面</h1><br><h3>'%1'</h3></div>
-
+ 复制链接地址(&L)
@@ -330,12 +329,12 @@
在新标签页中打开链接 Ctrl+LMB
-
+ 在新标签页中打开链接
-
+ 不能启动外部应用程序。
@@ -345,12 +344,12 @@
IndexWindow
-
+ 查找(&L):
-
+ 打开链接
@@ -363,7 +362,7 @@
InstallDialog
-
+ 安装文档
@@ -463,38 +462,38 @@
MainWindow
-
-
+
+ 索引
-
-
+
+ 内容
-
-
+
+ 书签
-
-
+
+ 搜索
-
-
-
+
+
+ Qt 助手
-
+ 未过滤的
@@ -504,47 +503,44 @@
文件
-
+ 页面设置(&U)...
-
+ 打印预览...
-
+ 打印(&P)...
-
- CTRL+P
+ CTRL+P
-
+ 新建标签页(&T)
-
- CTRL+T
+ CTRL+T
-
+ 关闭标签页(&C)
-
- CTRL+W
+ CTRL+W
-
+ 退出(&Q)
@@ -563,42 +559,38 @@
复制选中的文本(&C)
-
- Ctrl+C
+ Ctrl+C
-
+ 在文本中查找(&F)...
-
- Ctrl+F
+ Ctrl+F
-
+ 查找下一个(&N)
-
- F3
+ F3
-
+ 查找上一个(&P)
-
- Shift+F3
+ Shift+F3
-
+ 首选项...
@@ -612,27 +604,25 @@
放大(&I)
-
- Ctrl++
+ Ctrl++
-
+ 缩小(&O)
-
- Ctrl+-
+ Ctrl+-
-
+ 正常大小(&S)
-
+ Ctrl+0
@@ -665,27 +655,27 @@
主页(&H)
-
+ Ctrl+Home
-
+ 后退(&B)
-
+ 前进(&F)
-
+ 同步目录
-
+ 下一页
@@ -700,7 +690,7 @@
上一页
-
+ Ctrl+Alt+Left
@@ -728,7 +718,7 @@
导航工具栏
-
+ 工具栏
@@ -743,7 +733,7 @@
过滤器为:
-
+ 地址工具栏
@@ -753,27 +743,24 @@
地址:
-
+ 不能找到相关内容项目。
-
- 开源版本
+ 开源版本
-
- 这个版本的 Qt 助手是 Qt 开源版本的一部分,用于开发开源应用程序。Qt 是一个用于跨平台应用程序开发的综合 C++ 框架。
+ 这个版本的 Qt 助手是 Qt 开源版本的一部分,用于开发开源应用程序。Qt 是一个用于跨平台应用程序开发的综合 C++ 框架。
-
- 我们已经允许您在 Qt 商业许可协议下使用本程序。有关细节,请阅读本软件发行中所带的 LICENSE 文件。
+ 我们已经允许您在 Qt 商业许可协议下使用本程序。有关细节,请阅读本软件发行中所带的 LICENSE 文件。
-
+ 关于 %1
@@ -783,17 +770,17 @@
正在更新搜索索引
-
+ 正在查找 Qt 文档...
-
+ 窗口(&W)
-
+ 最小化
@@ -803,7 +790,7 @@
Ctrl+M
-
+ 缩放
@@ -816,27 +803,26 @@
移除
-
- 开发商业(闭源)应用程序,你需要商业 Qt 许可。对于 Qt 许可的概览,请参考<a href="http://qtsoftware.com/company/about/businessmodel">qtsoftware.com/company/about/businessmodel</a>。
+ 开发商业(闭源)应用程序,你需要商业 Qt 许可。对于 Qt 许可的概览,请参考<a href="http://qtsoftware.com/company/about/businessmodel">qtsoftware.com/company/about/businessmodel</a>。
-
+ 文件(&F)
-
+ 编辑(&E)
-
+ 查看(&V)
-
+ ALT+O
@@ -846,7 +832,7 @@
前往(&G)
-
+ 书签(&B)
@@ -864,7 +850,7 @@
PreferencesDialog
-
+
@@ -886,7 +872,27 @@
命名空间 %1 已经被注册!
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+
+
+
+
+ 确定
+
+
+ 使用自定义设定
@@ -964,24 +970,20 @@
添加...
-
- 网络
+ 网络
-
- 使用 HTTP 代理
+ 使用 HTTP 代理
-
- HTTP 代理:
+ HTTP 代理:
-
- 端口:
+ 端口:
@@ -1011,7 +1013,7 @@
新建文件夹
-
+ 指定的收藏文件并不存在!
@@ -1057,6 +1059,11 @@
缺少帮助文件!
+
+
+
+
+ 未知的选项:%1
@@ -1068,7 +1075,7 @@
Qt 助手
-
+
-
+
-
+ 文档已经成功取消注册。
-
+ 无法加载sqlite数据库驱动!
@@ -1123,7 +1130,7 @@ Reason:
RemoteControl
-
+ 正在调试遥控器
@@ -1136,7 +1143,7 @@ Reason:
SearchWidget
-
+ 复制(&C)
@@ -1165,7 +1172,7 @@ Reason:
TopicChooser
-
+ 为<b>%1</b>选择一个主题
diff --git a/translations/assistant_zh_TW.ts b/translations/assistant_zh_TW.ts
index 179b69c..df6b827 100644
--- a/translations/assistant_zh_TW.ts
+++ b/translations/assistant_zh_TW.ts
@@ -1,10 +1,10 @@
-
-
+
+AboutDialog
-
+ 關閉(&C)
@@ -12,16 +12,19 @@
AboutLabel
+ 警告
+ 無法啟動外部應用程式。
+ 確定
@@ -29,34 +32,46 @@
BookmarkDialog
+ 新增書籤
+ 書籤:
+ 新增到資料夾:
+ 新增資料夾
+
+
+
+
+ 書籤
+ +
+ 刪除資料夾
+ 重命名資料夾
@@ -64,18 +79,23 @@
BookmarkManager
+ 書籤
+ 移除
+ 您打算刪除資料夾,這會將裡面的內容<br>一併移除。您確定要繼續嗎?
+
+ 新資料夾
@@ -83,6 +103,7 @@
BookmarkWidget
+ 過濾:
@@ -91,6 +112,7 @@
書籤
+ 移除
@@ -99,26 +121,32 @@
您打算刪除資料夾,這會將裡面的內容一併移除。您確定要繼續嗎?
+ 刪除資料夾
+ 重命名資料夾
+ 顯示書籤
+ 於新分頁顯示書籤
+ 刪除書籤
+ 重命名書籤
@@ -127,6 +155,7 @@
搜尋字串:
+ 新增
@@ -134,39 +163,48 @@
CentralWidget
-
+ 新增頁面
+ 關閉目前的頁面
+ 列印文件
+
+ 未知
+ 新增頁面
+ 關閉此頁面
+ 關閉其他頁面
+ 將此頁面新增到書籤...
+ 搜尋
@@ -174,11 +212,12 @@
ContentWindow
-
+ 開啟連結
+ 在新分頁開啟連結
@@ -190,10 +229,12 @@
過濾器名稱對話框
+ 過濾器名稱:
+ 新增過濾器名稱
@@ -201,22 +242,27 @@
FindWidget
+ 前一個
+ 下一個
+ 區分大小寫
+ 整個單字
+ <img src=":/trolltech/assistant/images/wrap.png"> 搜尋已過盡頭
@@ -224,23 +270,27 @@
FontPanel
-
+ 字型
+ 手寫系統(&W)
+ 家族(&W)
+ 樣式(&S)
+ 點大小(&P)
@@ -248,7 +298,7 @@
HelpViewer
-
+ 說明
@@ -259,26 +309,32 @@
+ 確定
+ <title>錯誤 404...</title><div align="center"><br><br><h1>找不到頁面</h1><br><h3>'%1'</h3></div>
+ 複製連結位置(&L)
-
- 在新分頁開啟連結Ctrl+滑鼠左鍵
+
+
+ 在新分頁開啟連結 Ctrl+滑鼠左鍵
+ 在新分頁開啟連結
+ 無法啟動外部應用程式。
@@ -288,15 +344,17 @@
IndexWindow
-
+ 搜尋(&L):
+ 開啟連結
+ 在新分頁開啟連結
@@ -304,76 +362,99 @@
InstallDialog
+
+ 安裝文件
+ 下載文件資訊中...
+ 下載已取消。
+
+
+ 完成。
+ 檔案 %1 已存在。您要覆寫它嗎?
+ 無法儲存檔案 %1:%2。
+ 下載 %1 中...
+
+
+ 下載失敗:%1。
+ 文件資訊檔已損毀!
+ 下載失敗:下載的檔案已損毀。
+ 安裝文件 %1 中...
+ 安裝文件時發生錯誤:
%1
+ 可用的文件:
+ 安裝
+ 取消
+ 關閉
+ 安裝路徑:
+ ...
@@ -381,26 +462,39 @@
MainWindow
+
+ 索引
+
+ 內容
+
+ 書籤
+
+ 搜尋
+
+
+ Qt 小幫手
+
+ 未過濾
@@ -409,42 +503,49 @@
檔案
+ 頁面設定(&U)...
+ 列印預覽...
+ 列印(&P)...
- CTRL+P
+ CTRL+P
+ 新增分頁(&T)
- CTRL+T
+ CTRL+T
+ 關閉分頁(&C)
- CTRL+W
+ CTRL+W
+ 離開(&Q)
+ CTRL+Q
@@ -453,38 +554,43 @@
編輯
+ 複製選取的文字(&C)
- Ctrl+C
+ Ctrl+C
+ 在文字中尋找(&F)...
- Ctrl+F
+ Ctrl+F
+ 尋找下一筆(&N)
- F3
+ F3
+ 尋找前一筆(&P)
- Shift+F3
+ Shift+F3
+ 喜好設定...
@@ -493,34 +599,40 @@
檢視
+ 放大(&I)
- Ctrl++
+ Ctrl++
+ 縮小(&O)
- Ctrl+-
+ Ctrl+-
+ 一般大小(&S)
+ Ctrl+0
+ ALT+C
+ ALT+I
@@ -529,6 +641,7 @@
ALT+B
+ ALT+S
@@ -537,42 +650,52 @@
前往
+ 首頁(&H)
+ Ctrl+Home
+ 返回(&B)
+ 往前(&F)
+ 與目錄同步
+ 下一頁
+ Ctrl+Alt+Right
+ 前一頁
+ Ctrl+Alt+Left
+ 新增書籤...
@@ -585,44 +708,52 @@
說明
+ 關於...
+ 導覽工具列
+ 工具列
+ 過濾器工具列
+ 已過濾:
+ 位址工具列
+ 位址:
+ 找不到相關的內容項目。
- 開放源碼版本
+ 開放源碼版本
- 此版本的 Qt 小幫手是 Qt 開放源碼版本的一部份,只能用於開發開放源碼的應用程式。Qt 為一個跨平台的,強大的 C++ 應用程式開發框架。
+ 此版本的 Qt 小幫手是 Qt 開放源碼版本的一部份,只能用於開發開放源碼的應用程式。Qt 為一個跨平台的,強大的 C++ 應用程式開發框架。
@@ -630,33 +761,40 @@
- 此程式以 Qt 商業授權同意書(Qt Commerical License Agreement)授權給您。詳情請參照 LICENSE 檔。
+ 此程式以 Qt 商業授權同意書(Qt Commerical License Agreement)授權給您。詳情請參照 LICENSE 檔。
+ 關於 %1
+ 更新搜尋索引
+ 搜尋 Qt 文件中...
+ 視窗(&W)
+ 最小化
+ Ctrl+M
+ 縮放
@@ -670,37 +808,45 @@
- 您需要商業版的 Qt 授權才能發展私有(封閉)應用程式軟體。關於 Qt 授權的概要,請參考 <a href="http://qtsoftware.com/company/about/businessmodel">http://qtsoftware.com/company/about/businessmodel</a>。
+ 您需要商業版的 Qt 授權才能發展私有(封閉)應用程式軟體。關於 Qt 授權的概要,請參考 <a href="http://qtsoftware.com/company/about/businessmodel">http://qtsoftware.com/company/about/businessmodel</a>。
+ 檔案(&F)
+ 編輯(&E)
+ 檢視(&V)
+ ALT+O
+ 前往(&G)
+ 書籤(&B)
+ CTRL+D
+ 說明(&H)
@@ -716,22 +862,49 @@
從說明伺服器下載...
+
+
+ 新增文件
+ Qt 壓縮說明檔(*.qch)
+ 指定的檔案不是合法的 Qt 說明檔!
+ 命名空間 %1 已註冊!
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+
+
+
+
+ 確定
+
+
+ 使用自訂設定
@@ -739,90 +912,108 @@
PreferencesDialogClass
+ 喜好設定
+ 字型
+ 字型設定:
+ 瀏覽器
+ 應用程式
+ 過濾器
+ 過濾:
+ 屬性:
+ 1
+ 新增
+ 移除
+ 文件
+ 已註冊文件:
+ 新增...
- 網路
+ 網路
- 使用 Http 代理伺服器
+ 使用 Http 代理伺服器
- Http 代理伺服器:
+ Http 代理伺服器:
- 連接埠:
+ 連接埠:
+ 選項
+ 目前頁面
+ 回復為預設值
+ 首頁
@@ -834,48 +1025,69 @@
新資料夾
-
+ 指定的收集檔不存在!
+ 遺失收集檔!
+ 不合法的網址!
+ 遺失網址!
+
+
+ 未知的元件:%1
+
+
+ 遺失元件!
+
+ 指定的 Qt 說明檔不存在!
+
+ 遺失說明檔!
+
+
+
+
+
+ 未知的選項:%1
+
+ Qt 小幫手
-
+
+ 文件已註冊成功。
+
+ 文件已成功解除註冊。
+ 無法載入 sqlite 資料庫驅動程式!
+ 指定的收集檔無法讀取。
+
+ 書籤
@@ -923,11 +1142,12 @@ Reason:
RemoteControl
-
+ 遠端除錯控制
+ 已接收指令:%1 %2
@@ -935,23 +1155,28 @@ Reason:
SearchWidget
-
+ 複製(&C)
+ 複製連結位置(&L)
+
+ 在新分頁開啟連結
+ 全部選取
+ 開啟連結
@@ -959,23 +1184,27 @@ Reason:
TopicChooser
-
+ 選擇 %1 的標題:
+ 選擇標題
+ 標題(&T)
+ 顯示(&D)
+ 關閉(&C)
diff --git a/translations/designer_de.ts b/translations/designer_de.ts
index cac8afb..4cd9914 100644
--- a/translations/designer_de.ts
+++ b/translations/designer_de.ts
@@ -1,11 +1,10 @@
-
-
+ <Objekt>
@@ -20,7 +19,7 @@
<Slot>
-
+
@@ -29,7 +28,7 @@ ate the goose who was loose.
AbstractFindWidget
-
+ &Vorige
@@ -75,7 +74,7 @@ ate the goose who was loose.
AppFontDialog
-
+ Zusätzliche Schriftarten
@@ -187,7 +186,7 @@ ate the goose who was loose.
AssistantClient
-
+ Fehler beim Senden einer Anforderung: Das Programm Assistant antwortet nicht.
@@ -205,7 +204,7 @@ ate the goose who was loose.
BrushManagerProxy
-
+ Bei dem Element fehlt das erforderliche Attribut '%2'.
@@ -233,7 +232,7 @@ ate the goose who was loose.
BrushPropertyManager
-
+ Stil
@@ -326,19 +325,24 @@ ate the goose who was loose.
Command
-
-
+
+ Signal ändern
-
-
+
+ Slot ändern
-
+
+
+
+
+
+ Sender ändern
@@ -348,7 +352,7 @@ ate the goose who was loose.
Empfänger ändern
-
+ Verbindung hinzufügen
@@ -373,7 +377,7 @@ ate the goose who was loose.
Endpunkt ändern
-
+ '%1' einfügen
@@ -398,7 +402,7 @@ ate the goose who was loose.
'%1' einem anderen Widget zuordnen
-
+ Platzhalter für benutzerdefinierte Klasse erzeugen
@@ -428,48 +432,48 @@ ate the goose who was loose.
Layout auflösen
-
-
-
+
+
+ Seite verschieben
-
-
-
-
+
+
+
+ Seite löschen
-
-
+
+ Seite
-
-
-
+
+
+ Seite
-
-
-
-
+
+
+
+ Seite einfügen
-
+ Seite
-
+ Seite ändern
@@ -514,12 +518,12 @@ ate the goose who was loose.
Ändern des Formularlayout-Elements
-
+ Geometrie des Layoutelements ändern
-
+ Tabelleninhalt ändern
@@ -561,7 +565,7 @@ ate the goose who was loose.
Werkzeugleiste löschen
-
+ Text der Aktion setzen
@@ -572,7 +576,7 @@ ate the goose who was loose.
-
+ Aktion verschieben
@@ -587,7 +591,7 @@ ate the goose who was loose.
Menü einfügen
-
+ Signale/Slots ändern
@@ -612,17 +616,17 @@ ate the goose who was loose.
Subwindow
-
+ Z-Reihenfolge von '%1' ändern
-
+ Tabellarisches Layout vereinfachen
-
+ Buttons gruppieren
@@ -647,19 +651,19 @@ ate the goose who was loose.
Buttons aus Gruppierung entfernen
-
+ MorphWidgetCommand description%1/'%2' in %3 umwandeln
-
+ Layout von '%1' von %2 in %3 umwandeln
-
+ Command description for adding buttons to a QButtonGroup'%1' zu '%2' hinzufügen
@@ -671,12 +675,12 @@ ate the goose who was loose.
'%1' aus '%2' entfernen
-
+ Skript ändern
-
+ '%1' von '%2' geändert
@@ -757,7 +761,7 @@ ate the goose who was loose.
DPI_Chooser
-
+ Embedded device standard screen resolutionStandardauflösung (96 x 96)
@@ -778,12 +782,12 @@ ate the goose who was loose.
Designer
-
+ Qt Designer
-
+ %1 konnte nicht gestartet werden.
@@ -855,7 +859,7 @@ ate the goose who was loose.
Bitte wandeln Sie sie mit dem Befehl <b>uic3 -convert</b> zum Format von Qt 4.
-
+ Benutzerdefinierte Widgets
@@ -868,7 +872,7 @@ ate the goose who was loose.
DesignerMetaEnum
-
+ %1 ist kein gültiger Wert der Aufzählung '%2'.
@@ -889,7 +893,7 @@ ate the goose who was loose.
DeviceProfile
-
+ Reading a number for an embedded device profile'%1' ist keine gültige Zahl.
@@ -931,7 +935,7 @@ ate the goose who was loose.
DeviceSkin
-
+ Die Pixmap-Datei '%1' konnte nicht geladen werden.
@@ -989,7 +993,7 @@ ate the goose who was loose.
EmbeddedOptionsControl
-
+ Format embedded device profile description<html><table><tr><td><b>Font</b></td><td>%1, %2</td></tr><tr><td><b>Stil</b></td><td>%3</td></tr><tr><td><b>Auflösung</b></td><td>%4 x %5</td></tr></table></html>
@@ -1013,7 +1017,7 @@ ate the goose who was loose.
FontPanel
-
+ Schriftart
@@ -1041,7 +1045,7 @@ ate the goose who was loose.
FontPropertyManager
-
+ Voreinstellung bevorzugt
@@ -1064,7 +1068,7 @@ ate the goose who was loose.
FormBuilder
-
+ Parsing layout stretch valuesUngültiger Stretch-Wert für '%1': '%2'
@@ -1079,7 +1083,7 @@ ate the goose who was loose.
FormEditorOptionsPage
-
+ %1 %
@@ -1146,7 +1150,7 @@ ate the goose who was loose.
FormWindow
-
+ Ungültiges Element <%1>
@@ -1222,7 +1226,7 @@ ate the goose who was loose.
IconSelector
-
+ Alle Pixmap-Dateien (
@@ -1230,7 +1234,7 @@ ate the goose who was loose.
ItemPropertyBrowser
-
+ Sample string to determinate the width for the first column of the list item property browserAusgewähltes Icon, aus
@@ -1239,7 +1243,7 @@ ate the goose who was loose.
LanguageResourceDialog
-
+ Ressource auswählen
@@ -1247,7 +1251,7 @@ ate the goose who was loose.
MainWindowBase
-
+ Not currently used (main tool bar)Haupt-Werkzeugleiste
@@ -1281,7 +1285,7 @@ ate the goose who was loose.
NewForm
-
+ &Neu von Vorlage
@@ -1334,7 +1338,7 @@ ate the goose who was loose.
NewFormWidget
-
+ Die Formularvorlage %1 konnte nicht geöffnet werden: %2
@@ -1342,7 +1346,7 @@ ate the goose who was loose.
ObjectInspectorModel
-
+ Objekt
@@ -1365,7 +1369,7 @@ ate the goose who was loose.
ObjectNameDialog
-
+ Objektnamen bearbeiten
@@ -1376,52 +1380,16 @@ ate the goose who was loose.
- qdesigner_internal::PluginDialog
-
-
-
- Komponenten
-
+ PluginDialog
-
-
+
- Plugins
-
-
-
-
- Neu laden
-
-
-
-
- Sucht nach neuinstallierten Plugins mit benutzerdefinierten Widgets.
-
-
-
-
- Qt Designer konnte keine plugins finden
-
-
-
-
- Qt Designer hat die folgenden Plugins gefunden
-
-
-
-
- Es wurden neuinstallierten Plugins mit benutzerdefinierten Widgets gefunden.
-
-
-
-
-
+ Plugins
- 1
+ 1
@@ -1435,7 +1403,7 @@ ate the goose who was loose.
PreviewConfigurationWidget
-
+ Vorgabe
@@ -1483,7 +1451,7 @@ ate the goose who was loose.
PromotionModel
-
+ Usage of promoted widgetsNicht verwendet
@@ -1492,7 +1460,7 @@ ate the goose who was loose.
Q3WizardContainer
-
+ Seite
@@ -1501,7 +1469,7 @@ ate the goose who was loose.
QAbstractFormBuilder
-
+ Ungültiges Element <%1>
@@ -1547,7 +1515,7 @@ This indicates an inconsistency in the ui-file.
Fehler beim Setzen der Tabulatorreihenfolge: Es konnte kein Widget mit dem Namen '%1' gefunden werden.
-
+ Ungültige Referenz der Buttongruppe '%1', referenziert von '%2'.
@@ -1560,7 +1528,7 @@ This indicates an inconsistency in the ui-file.
QAxWidgetPlugin
-
+ ActiveX-Steuerelement
@@ -1573,7 +1541,7 @@ This indicates an inconsistency in the ui-file.
QAxWidgetTaskMenu
-
+ Steuerelement setzen
@@ -1596,7 +1564,7 @@ This indicates an inconsistency in the ui-file.
QCoreApplication
-
+ %1 ist kein Platzhalter für eine benutzerdefinierte Klasse.
@@ -1646,7 +1614,7 @@ This indicates an inconsistency in the ui-file.
Der Name der Include-Datei darf nicht leer sein.
-
+ Ausnahmefehler bei Zeile %1: %2
@@ -1665,7 +1633,7 @@ Script: %3
QDesigner
-
+ %1 - Warnung
@@ -1683,7 +1651,7 @@ Script: %3
QDesignerActions
-
+ Widgets bearbeiten
@@ -1837,7 +1805,7 @@ Möchten Sie einen anderen Namen eingeben oder ein neues Formular erzeugen?Die Datei konnte nicht geöffnet werden
-
+ Hintergrundsicherung: Die Datei %1 konnte nicht geschrieben werden.
@@ -1858,7 +1826,7 @@ Möchten Sie einen anderen Namen eingeben oder ein neues Formular erzeugen?Bitte schließen Sie alle Formulare, um zusätzliche Schriftarten zu laden.
-
+ Andere Datei
@@ -1868,12 +1836,12 @@ Möchten Sie einen anderen Namen eingeben oder ein neues Formular erzeugen?Die Datei konnte nicht geschrieben werden
-
+ Vorschau &schließen
-
+ &Vorschaubild speichern...
@@ -1906,7 +1874,7 @@ Would you like to retry?
Möchten Sie es noch einmal versuchen?
-
+ Bilddateien (*.%1)
@@ -1922,7 +1890,7 @@ Möchten Sie es noch einmal versuchen?
Die Datei %1 konnte nicht geschrieben werden.
-
+ &Neu...
@@ -1953,12 +1921,12 @@ Möchten Sie es noch einmal versuchen?
-
+ &Schließen
-
+ &Code anzeigen...
@@ -1969,23 +1937,23 @@ Möchten Sie es noch einmal versuchen?
Formular unter einem anderen Namen speichern
-
+ Es konnte keine Vorschau erzeugt werden
-
+ Es konnte kein Code generiert werden
-
+ Assistant
-
+ Das Vorschaubild wurde unter %1 gespeichert.
@@ -1995,7 +1963,7 @@ Möchten Sie es noch einmal versuchen?
%1 wurde gedruckt.
-
+ ALT+CTRL+S
@@ -2003,7 +1971,7 @@ Möchten Sie es noch einmal versuchen?
QDesignerAppearanceOptionsPage
-
+ Tab in preferences dialogAnsicht
@@ -2040,7 +2008,7 @@ Möchten Sie es noch einmal versuchen?
Steuerelement setzen
-
+ Steuerelement geladen
@@ -2053,7 +2021,7 @@ Möchten Sie es noch einmal versuchen?
QDesignerFormBuilder
-
+ Es sind Skriptfehler aufgetreten:
@@ -2071,7 +2039,7 @@ Möchten Sie es noch einmal versuchen?
QDesignerFormWindow
-
+ %1 - %2[*]
@@ -2156,7 +2124,7 @@ Möchten Sie es noch einmal versuchen?
QDesignerPluginManager
-
+ Fehler beim Auswerten des XML des benutzerdefinierten Widgets %1: %2
@@ -2179,7 +2147,7 @@ Möchten Sie es noch einmal versuchen?
QDesignerPropertySheet
-
+ Dynamische Eigenschaften
@@ -2187,19 +2155,19 @@ Möchten Sie es noch einmal versuchen?
QDesignerResource
-
+ Der Layout-Typ '%1' wird nicht unterstützt; es wurde ein Grid-Layout erzeugt.
-
+ Die Container-Extension des Widgets '%1' (%2) gab für Seite %5 ein Widget '%3' (%4) zurück, was nicht von Designer verwaltet wird.
Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifiziert werden.
-
+ Parsing clipboard contentsUngültiges Element <%1>
@@ -2220,7 +2188,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QDesignerSharedSettings
-
+ Das Vorlagenverzeichnis %1 konnte nicht angelegt werden.
@@ -2233,7 +2201,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QDesignerToolWindow
-
+ Eigenschaften
@@ -2266,7 +2234,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QDesignerWidgetBox
-
+ Fehler bei Zeile %1 von %2: %3
@@ -2289,7 +2257,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QDesignerWorkbench
-
+ &Datei
@@ -2364,7 +2332,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
Designer wurde offenbar nicht ordnungsgemäß beendet; es existieren noch Dateien von der Hintergrundsicherung. Möchten Sie sie laden?
-
+ Die Datei <b>%1</b> konnte nicht geöffnet werden.
@@ -2374,7 +2342,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
Die Datei <b>%1</b> ist keine gültige Designer-Datei.
-
+ Das Formular wurde geändert. Möchten Sie sich die Änderungen ansehen, bevor Sie das Programm beenden?
@@ -2385,7 +2353,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QFormBuilder
-
+ Empty class name passed to widget factory methodDer Methode %1 wurde ein leerer Klassennamen übergeben (Name '%2').
@@ -2406,7 +2374,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
Layouts des Typs `%1' werden nicht unterstützt.
-
+ Die Eigenschaft %1 konnte nicht gelesen werden (Typ: Menge).
@@ -2426,7 +2394,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
Die Eigenschaft %1 konnte nicht geschrieben werden, da der Typ %2 nicht unterstützt wird.
-
+ Der Aufzählungswert '%1' ist ungültig. Der Vorgabewert '%2' wird verwendet.
@@ -2439,7 +2407,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QStackedWidgetEventFilter
-
+ Vorige Seite
@@ -2500,7 +2468,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QTabWidgetEventFilter
-
+ Löschen
@@ -2528,7 +2496,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QToolBoxHelper
-
+ Seite löschen
@@ -2566,7 +2534,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtBoolEdit
-
+
@@ -2582,7 +2550,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtBoolPropertyManager
-
+ Wahr
@@ -2595,7 +2563,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtCharEdit
-
+ Zeichen löschen
@@ -2611,7 +2579,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtColorPropertyManager
-
+ Rot
@@ -2791,7 +2759,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtGradientEditor
-
+ Anfangswert X
@@ -3066,7 +3034,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtGradientStopsWidget
-
+ Neuer Bezugspunkt
@@ -3104,7 +3072,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtGradientView
-
+ Grad
@@ -3151,7 +3119,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtGradientViewDialog
-
+ Gradienten auswählen
@@ -3168,7 +3136,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtLocalePropertyManager
-
+ %1, %2
@@ -3235,22 +3203,22 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtRectFPropertyManager
-
+ [(%1, %2), %3 x %4]
-
+ X
-
+ Y
-
+ Breite
@@ -3263,22 +3231,22 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtRectPropertyManager
-
+ [(%1, %2), %3 x %4]
-
+ X
-
+ Y
-
+ Breite
@@ -3291,7 +3259,7 @@ Container-Seiten sollten ausschließlich im XML der domXML()-Methode spezifizier
QtResourceEditorDialog
-
+ Ressourcen bearbeiten
@@ -3454,7 +3422,7 @@ zu:
Datei oder Ressource löschen
-
+ Die Datei %1 existiert bereits.
@@ -3466,7 +3434,7 @@ Wollen Sie sie überschreiben?Die Datei ist offenbar keine Ressourcendatei; an Stelle des erwarteten Elements '%2' wurde das Element '%1' gefunden.
-
+ %1 [schreibgeschützt]
@@ -3577,7 +3545,7 @@ Dies kann zum Beispiel eine Sprachkennung wie "_de" sein.
QtResourceView
-
+ Größe: %1 x %2
@@ -3610,7 +3578,7 @@ Dies kann zum Beispiel eine Sprachkennung wie "_de" sein.QtSizeFPropertyManager
-
+ %1 x %2
@@ -3628,7 +3596,7 @@ Dies kann zum Beispiel eine Sprachkennung wie "_de" sein.
QtSizePolicyPropertyManager
-
+ <Ungültig>
@@ -3662,7 +3630,7 @@ Dies kann zum Beispiel eine Sprachkennung wie "_de" sein.
QtSizePropertyManager
-
+ %1 x %2
@@ -3680,7 +3648,7 @@ Dies kann zum Beispiel eine Sprachkennung wie "_de" sein.
QtToolBarDialog
-
+ < T R E N N E R >
@@ -3788,7 +3756,7 @@ Dies kann zum Beispiel eine Sprachkennung wie "_de" sein.
QtTreePropertyBrowser
-
+ Eigenschaft
@@ -3801,7 +3769,7 @@ Dies kann zum Beispiel eine Sprachkennung wie "_de" sein.
SaveFormAsTemplate
-
+ Verzeichnis anlegen...
@@ -3866,7 +3834,7 @@ Möchten Sie sie überschreiben?
ScriptErrorDialog
-
+ Bei der Ausführung der Skripte für "%1" sind Fehler aufgetreten:
@@ -3899,7 +3867,7 @@ Möchten Sie sie überschreiben?SignalSlotConnection
-
+ SENDER(%1), SIGNAL(%2), EMPFÄNGER(%3), SLOT(%4)
@@ -3940,7 +3908,7 @@ Möchten Sie sie überschreiben?
Spacer
-
+ Horizontales Füllelement '%1', %2 x %3
@@ -3953,7 +3921,7 @@ Möchten Sie sie überschreiben?
TemplateOptionsPage
-
+ Tab in preferences dialogVerzeichnisse für Vorlagen
@@ -3995,17 +3963,12 @@ Möchten Sie sie überschreiben?
VersionDialog
-
+ <h3>%1</h3><br/><br/>Version %2
-
-
-
-
-
-
+ Qt Designer
@@ -4015,30 +3978,15 @@ Möchten Sie sie überschreiben?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- WidgetDataBase
-
+ Die Datei enthält ein benutzerdefiniertes Widget '%1' dessen Basisklasse (%2) nicht mit dem Eintrag in der Widget-Datenbank übereinstimmt. Die Widget-Datenbank wird nicht geändert.
@@ -4046,22 +3994,22 @@ Möchten Sie sie überschreiben?
qdesigner_internal::ActionEditor
-
+ Aktionen
-
+ Neu...
-
+ Löschen
-
+ Neue Aktion
@@ -4071,12 +4019,17 @@ Möchten Sie sie überschreiben?
Aktion ändern
-
+ Ändern...
+
+ Slot anzeigen...
+
+
+ Kopieren
@@ -4096,7 +4049,7 @@ Möchten Sie sie überschreiben?
Alles auswählen
-
+ Icon-Ansicht
@@ -4106,7 +4059,7 @@ Möchten Sie sie überschreiben?
Detaillierte Ansicht
-
+ Aktionen löschen
@@ -4116,12 +4069,12 @@ Möchten Sie sie überschreiben?
Aktion '%1' löschen
-
+ Verwendet in
-
+ Aktionseditor konfigurieren
@@ -4129,7 +4082,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::ActionModel
-
+ Name
@@ -4162,7 +4115,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::BuddyEditor
-
+ Buddy hinzufügen
@@ -4196,7 +4149,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::BuddyEditorPlugin
-
+ Buddies bearbeiten
@@ -4204,7 +4157,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::BuddyEditorTool
-
+ Buddies bearbeiten
@@ -4258,7 +4211,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::CodeDialog
-
+ Speichern...
@@ -4316,7 +4269,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::ColorAction
-
+ Schriftfarbe
@@ -4324,7 +4277,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::ComboBoxTaskMenu
-
+ Einträge ändern...
@@ -4416,7 +4369,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::ContainerWidgetTaskMenu
-
+ Seite davor einfügen
@@ -4479,7 +4432,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::DesignerPropertyManager
-
+ Linksbündig ausrichten
@@ -4605,7 +4558,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::DeviceProfileDialog
-
+ Profile
@@ -4765,7 +4718,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::FilterWidget
-
+ <FIlter>
@@ -4773,7 +4726,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::FormEditor
-
+ Änderung einer Ressourcendatei
@@ -4794,7 +4747,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::FormWindow
-
+ Ändern
@@ -4804,7 +4757,7 @@ Möchten Sie sie überschreiben?
F2
-
+ Größe ändern
@@ -4890,7 +4843,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::FormWindowBase
-
+ Löschen
@@ -4903,7 +4856,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::FormWindowManager
-
+ &Ausschneiden
@@ -4985,7 +4938,7 @@ Möchten Sie sie überschreiben?
Berechnet die Größe des ausgewählten Widgets aus dem Layout und passt das Widget an
-
+ Objekte &waagrecht anordnen
@@ -5035,7 +4988,7 @@ Möchten Sie sie überschreiben?
Ordnet die ausgewählten Objekte um einen Splitter senkecht an
-
+ La&yout auflösen
@@ -5060,7 +5013,7 @@ Möchten Sie sie überschreiben?
Formular&einstellungen...
-
+ Layout auflösen
@@ -5076,17 +5029,17 @@ Möchten Sie sie überschreiben?
Es konnte keine Vorschau erzeugt werden
-
+ Formulareinstellungen - %1
-
+ Entfernt unbesetzte Zeilen und Spalten
-
+ Objekte in &Formularlayout anordnen
@@ -5096,7 +5049,7 @@ Möchten Sie sie überschreiben?
Ordnet die ausgewählten Objekte in einem zweispaltigen Formularlayout an
-
+ Tabellarisches Layout &vereinfachen
@@ -5104,7 +5057,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::FormWindowSettings
-
+ Kein
@@ -5155,7 +5108,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::GroupBoxTaskMenu
-
+ Titel ändern...
@@ -5171,7 +5124,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::IconSelector
-
+ Die Pixmap-Datei '%1' kann nicht gelesen werden.
@@ -5323,7 +5276,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::LabelTaskMenu
-
+ Formatierbaren Text ändern...
@@ -5336,7 +5289,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::LineEditTaskMenu
-
+ Text ändern...
@@ -5344,7 +5297,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::ListWidgetEditor
-
+ List-Widget ändern
@@ -5362,7 +5315,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::ListWidgetTaskMenu
-
+ Elemente ändern...
@@ -5398,7 +5351,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::MenuTaskMenu
-
+ Löschen
@@ -5457,7 +5410,7 @@ Möchten Sie sie überschreiben?
qdesigner_internal::NewDynamicPropertyDialog
-
+ Namen der Eigenschaft setzen
@@ -5577,7 +5530,7 @@ Please select another name.
qdesigner_internal::NewPromotedClassPanel
-
+ Hinzufügen
@@ -5615,7 +5568,7 @@ Please select another name.
qdesigner_internal::ObjectInspector
-
+ &Suchen...
@@ -5631,7 +5584,7 @@ Please select another name.
qdesigner_internal::OrderDialog
-
+ Position %1 (%2)
@@ -5712,7 +5665,7 @@ Please select another name.
qdesigner_internal::PaletteEditorButton
-
+ Palette ändern
@@ -5720,7 +5673,7 @@ Please select another name.
qdesigner_internal::PaletteModel
-
+ Farbrolle
@@ -5772,15 +5725,57 @@ Please select another name.
qdesigner_internal::PlainTextEditorDialog
-
+ Text bearbeiten
+ qdesigner_internal::PluginDialog
+
+
+
+ Komponenten
+
+
+
+
+ Plugins
+
+
+
+
+ Neu laden
+
+
+
+
+ Sucht nach neuinstallierten Plugins mit benutzerdefinierten Widgets.
+
+
+
+
+ Qt Designer konnte keine plugins finden
+
+
+
+
+ Qt Designer hat die folgenden Plugins gefunden
+
+
+
+
+ Es wurden neuinstallierten Plugins mit benutzerdefinierten Widgets gefunden.
+
+
+
+ 1
+
+
+qdesigner_internal::PreviewActionGroup
-
+ %1-Stil
@@ -5823,7 +5818,7 @@ Please select another name.
qdesigner_internal::PreviewDeviceSkin
-
+ &Schließen
@@ -5920,7 +5915,7 @@ Please select another name.
qdesigner_internal::PromotionTaskMenu
-
+ Benutzerdefinierte Klassen...
@@ -5948,7 +5943,7 @@ Please select another name.
qdesigner_internal::PropertyEditor
-
+ Dynamische Eigenschaft hinzufügen...
@@ -6008,7 +6003,7 @@ Klasse: %2
qdesigner_internal::PropertyLineEdit
-
+ Zeilenumbruch einfügen
@@ -6122,12 +6117,12 @@ Klasse: %2
Slot anzeigen...
-
+ Es sind keine Signale vorhanden
-
+ Größenbeschränkung eines Widgets festlegen
@@ -6135,7 +6130,7 @@ Klasse: %2
-
+ Größe
@@ -6170,7 +6165,7 @@ Klasse: %2
Maximalgröße festlegen
-
+ ToolTip bearbeiten
@@ -6183,7 +6178,7 @@ Klasse: %2
qdesigner_internal::QDesignerWidgetBox
-
+ Ungültiges Element <%1>
@@ -6238,7 +6233,7 @@ Klasse: %2
qdesigner_internal::QtGradientStopsController
-
+ H
@@ -6413,7 +6408,7 @@ Klasse: %2
qdesigner_internal::ScriptDialog
-
+ Skript bearbeiten
@@ -6463,7 +6458,7 @@ Klasse: %2
qdesigner_internal::SignalSlotEditorPlugin
-
+ Signale und Slots bearbeiten
@@ -6476,7 +6471,7 @@ Klasse: %2
qdesigner_internal::SignalSlotEditorTool
-
+ Signale und Slots bearbeiten
@@ -6484,7 +6479,7 @@ Klasse: %2
qdesigner_internal::StatusBarTaskMenu
-
+ Löschen
@@ -6492,7 +6487,7 @@ Klasse: %2
qdesigner_internal::StringListEditorButton
-
+ Zeichenkettenliste ändern
@@ -6500,7 +6495,7 @@ Klasse: %2
qdesigner_internal::StyleSheetEditorDialog
-
+ Stylesheet bearbeiten
@@ -6539,7 +6534,7 @@ Klasse: %2
qdesigner_internal::TabOrderEditor
-
+ Hier neu beginnen
@@ -6567,7 +6562,7 @@ Klasse: %2
qdesigner_internal::TabOrderEditorPlugin
-
+ Tabulatorreihenfolge bearbeiten
@@ -6575,7 +6570,7 @@ Klasse: %2
qdesigner_internal::TabOrderEditorTool
-
+ Tabulatorreihenfolge bearbeiten
@@ -6583,7 +6578,7 @@ Klasse: %2
qdesigner_internal::TableWidgetEditor
-
+ Neue Spalte
@@ -6632,7 +6627,7 @@ Klasse: %2
qdesigner_internal::TableWidgetTaskMenu
-
+ Elemente ändern...
@@ -6663,7 +6658,7 @@ Klasse: %2
qdesigner_internal::TextEditTaskMenu
-
+ HTML ändern...
@@ -6709,7 +6704,7 @@ Klasse: %2
qdesigner_internal::ToolBarEventFilter
-
+ Trenner einfügen
@@ -6737,7 +6732,7 @@ Klasse: %2
qdesigner_internal::TreeWidgetEditor
-
+ &Spalten
@@ -6863,7 +6858,7 @@ Klasse: %2
qdesigner_internal::TreeWidgetTaskMenu
-
+ Elemente ändern...
@@ -6871,7 +6866,7 @@ Klasse: %2
qdesigner_internal::WidgetBox
-
+ Warnung: Die Erzeugung des Widgets in der Widget-Box schlug fehl. Das könnte durch fehlerhaften XML-Code benutzerdefinierter Widgets verursacht worden sein.
@@ -6879,17 +6874,17 @@ Klasse: %2
qdesigner_internal::WidgetBoxTreeWidget
-
+ Ablage
-
+ Benutzerdefinierte Widgets
-
+ Alles aufklappen
@@ -6930,7 +6925,7 @@ Klasse: %2
qdesigner_internal::WidgetEditorTool
-
+ Widgets bearbeiten
@@ -6938,12 +6933,12 @@ Klasse: %2
qdesigner_internal::WidgetFactory
-
+ Die Factory für benutzerdefinierte Widgets der Klasse %1 gab einen 0-Zeiger zurück.
-
+ Bei der Erzeugung von Widgets wurden widersprüchliche Klassennamen festgestellt: Die Factory für benutzerdefinierte Widgets der Klasse %1 gab ein Widget der Klasse %2 zurück.
@@ -6985,7 +6980,7 @@ This indicates an inconsistency in the ui-file.
qdesigner_internal::ZoomMenu
-
+ Zoom factor%1 %
diff --git a/translations/designer_ja.ts b/translations/designer_ja.ts
index a403b8d..1bcb801 100644
--- a/translations/designer_ja.ts
+++ b/translations/designer_ja.ts
@@ -1,20 +1,21 @@
-
+
+
-
+ 坊主が屏風に上手に坊主の絵を描いた。
-
+ <オブジェクト>
-
+ <シグナル>
@@ -95,7 +96,7 @@ ate the goose who was loose.
AbstractFindWidget
-
+
@@ -141,7 +142,7 @@ ate the goose who was loose.
AppFontDialog
-
+
@@ -253,7 +254,7 @@ ate the goose who was loose.
AssistantClient
-
+
@@ -271,7 +272,7 @@ ate the goose who was loose.
BrushManagerProxy
-
+
@@ -299,7 +300,7 @@ ate the goose who was loose.
BrushPropertyManager
-
+
@@ -396,19 +397,24 @@ ate the goose who was loose.
Command
-
-
+
+ シグナルを変更
-
-
+
+ スロットを変更
-
+
+
+
+
+
+ 発信者を変更
@@ -418,7 +424,7 @@ ate the goose who was loose.
受信者を変更
-
+ シグナル/スロット接続を追加
@@ -443,7 +449,7 @@ ate the goose who was loose.
ターゲットを変更
-
+ '%1' を挿入
@@ -473,7 +479,7 @@ ate the goose who was loose.
'%1' の親をつけかえ
-
+ カスタムウィジェットに格上げ
@@ -508,48 +514,48 @@ ate the goose who was loose.
-
-
-
+
+
+ ページを移動
-
-
-
-
+
+
+
+ ページを削除
-
-
+
+ ページ
-
-
-
+
+
+ ページ
-
-
-
-
+
+
+
+ ページを挿入
-
+ タブ
-
+ タブ順を変更
@@ -598,7 +604,7 @@ ate the goose who was loose.
-
+ レイアウトアイテムの座標を変更
@@ -607,7 +613,7 @@ ate the goose who was loose.
行を挿入
-
+ テーブルの内容を変更
@@ -649,7 +655,7 @@ ate the goose who was loose.
ツールバーを削除
-
+ アクションのテキストを設定
@@ -660,7 +666,7 @@ ate the goose who was loose.
-
+ アクションを移動
@@ -725,12 +731,12 @@ ate the goose who was loose.
-
+
-
+
@@ -750,7 +756,7 @@ ate the goose who was loose.
-
+
@@ -771,7 +777,7 @@ ate the goose who was loose.
-
+ Command description for adding buttons to a QButtonGroup
@@ -788,23 +794,23 @@ ate the goose who was loose.
-
+ MorphWidgetCommand description
-
+
-
+ スクリプトを変更
-
+
@@ -878,7 +884,7 @@ ate the goose who was loose.
DPI_Chooser
-
+ Embedded device standard screen resolution
@@ -899,7 +905,7 @@ ate the goose who was loose.
Designer
-
+ Qt Designer
@@ -979,7 +985,7 @@ The old form has been untouched, but you will have to save this form under a new
このファイルは Qt-%1 の Designer で作成されたものですが、読めませんでした:<br>%2<br><b>uic3 -convert</b> を実行して、Qt 4 の UI フォーマットに変換してください。
-
+ カスタムウィジェット
@@ -989,7 +995,7 @@ The old form has been untouched, but you will have to save this form under a new
格上げされたウィジェット
-
+ %1 を起動できませんでした。
@@ -1023,7 +1029,7 @@ The old form has been untouched, but you will have to save this form under a new
DesignerMetaEnum
-
+
@@ -1044,7 +1050,7 @@ The old form has been untouched, but you will have to save this form under a new
DeviceProfile
-
+ Reading a number for an embedded device profile
@@ -1086,7 +1092,7 @@ The old form has been untouched, but you will have to save this form under a new
DeviceSkin
-
+
@@ -1144,66 +1150,16 @@ The old form has been untouched, but you will have to save this form under a new
EmbeddedOptionsControl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ Format embedded device profile description
-
-
-
-
- EmbeddedOptionsPage
-
+ Tab in preferences dialog
@@ -1218,7 +1174,7 @@ The old form has been untouched, but you will have to save this form under a new
FontPanel
-
+ フォント
@@ -1246,7 +1202,7 @@ The old form has been untouched, but you will have to save this form under a new
FontPropertyManager
-
+
@@ -1269,7 +1225,7 @@ The old form has been untouched, but you will have to save this form under a new
FormBuilder
-
+ Parsing layout stretch values
@@ -1284,7 +1240,7 @@ The old form has been untouched, but you will have to save this form under a new
FormEditorOptionsPage
-
+
@@ -1351,7 +1307,7 @@ The old form has been untouched, but you will have to save this form under a new
FormWindow
-
+
@@ -1427,7 +1383,7 @@ The old form has been untouched, but you will have to save this form under a new
IconSelector
-
+ 全てのピックスマップ (
@@ -1435,7 +1391,7 @@ The old form has been untouched, but you will have to save this form under a new
ItemPropertyBrowser
-
+ Sample string to determinate the width for the first column of the list item property browser
@@ -1444,7 +1400,7 @@ The old form has been untouched, but you will have to save this form under a new
LanguageResourceDialog
-
+
@@ -1459,7 +1415,7 @@ The old form has been untouched, but you will have to save this form under a new
MainWindowBase
-
+ Not currently used (main tool bar)
@@ -1493,7 +1449,7 @@ The old form has been untouched, but you will have to save this form under a new
NewForm
-
+ 作成(&R)
@@ -1562,7 +1518,7 @@ The old form has been untouched, but you will have to save this form under a new
NewFormWidget
-
+
@@ -1570,7 +1526,7 @@ The old form has been untouched, but you will have to save this form under a new
ObjectInspectorModel
-
+ オブジェクト
@@ -1580,7 +1536,7 @@ The old form has been untouched, but you will have to save this form under a new
クラス
-
+ セパレータ
@@ -1593,7 +1549,7 @@ The old form has been untouched, but you will have to save this form under a new
ObjectNameDialog
-
+ オブジェクト名を変更
@@ -1651,47 +1607,11 @@ There's nothing more here. You should get back to work.
- qdesigner_internal::PluginDialog
+ PluginDialog
-
-
- コンポーネント
-
-
-
-
+
- プラグイン情報
-
-
-
-
- リフレッシュ
-
-
-
-
- 新しくインストールされたカスタムウィジェットプラグインをスキャンします。
-
-
-
-
- プラグインは見つかりませんでした
-
-
-
-
- 以下のプラグインが見つかりました
-
-
-
-
- 新しいカスタムウィジェットのプラグインが見つかりました。
-
-
-
-
- テキストラベル
+ プラグイン情報
@@ -1742,7 +1662,7 @@ There's nothing more here. You should get back to work.
PreviewConfigurationWidget
-
+
@@ -1790,7 +1710,7 @@ There's nothing more here. You should get back to work.
PromotionModel
-
+ Usage of promoted widgets使用されません
@@ -1799,7 +1719,7 @@ There's nothing more here. You should get back to work.
Q3WizardContainer
-
+ ページ
@@ -1808,7 +1728,7 @@ There's nothing more here. You should get back to work.
QAbstractFormBuilder
-
+
@@ -1854,7 +1774,7 @@ This indicates an inconsistency in the ui-file.
タブストップの適用中: ウィジェット '%1' が見つかりません。
-
+
@@ -1900,7 +1820,7 @@ This indicates an inconsistency in the ui-file.
QAxWidgetPlugin
-
+ ActiveX コントロール
@@ -1913,7 +1833,7 @@ This indicates an inconsistency in the ui-file.
QAxWidgetTaskMenu
-
+ コントロールを設定
@@ -1936,7 +1856,7 @@ This indicates an inconsistency in the ui-file.
QCoreApplication
-
+ %1 は格上げされたクラスではありません。
@@ -1986,7 +1906,7 @@ This indicates an inconsistency in the ui-file.
空のインクルードファイルを設定できません。
-
+ %1 行目で例外が発生: %2
@@ -2006,7 +1926,7 @@ Script: %3
QDesigner
-
+ %1 - 警告
@@ -2031,7 +1951,7 @@ Script: %3
QDesignerActions
-
+ ウィジェットを編集
@@ -2100,7 +2020,7 @@ Script: %3
CTRL+O
-
+ メニューをクリア(&M)
@@ -2109,7 +2029,7 @@ Script: %3
CTRL+S
-
+ CTRL+SHIFT+S
@@ -2166,17 +2086,17 @@ Script: %3
-
+ Qt Designer について
-
+ Qt について
-
+ フォームを開く
@@ -2197,7 +2117,7 @@ Script: %3
保存
-
+ %1 はすでに存在します。上書きしますか?
@@ -2218,7 +2138,7 @@ Do you want to replace it?
-
+ 最近使用したフォーム(&R)
@@ -2266,7 +2186,7 @@ Do you want to update the file location or generate a new form?
ファイルをオープンできませんでした
-
+
@@ -2276,7 +2196,7 @@ Do you want to update the file location or generate a new form?
-
+
@@ -2289,7 +2209,7 @@ Would you like to retry or change your file?
リトライしますか、それともファイルを変更しますか?
-
+ 新しいファイルを選択
@@ -2307,7 +2227,7 @@ Would you like to retry?
リトライしますか?
-
+ プレビューを閉じる(&C)
@@ -2316,7 +2236,7 @@ Would you like to retry?
フォーム設定 - %1
-
+
@@ -2347,12 +2267,12 @@ Would you like to retry?
-
+ 閉じる(&C)
-
+
@@ -2367,7 +2287,7 @@ Would you like to retry?
-
+
@@ -2387,7 +2307,7 @@ Would you like to retry?
-
+ バックアップファイル %1 に書き込めませんでした。
@@ -2408,12 +2328,12 @@ Would you like to retry?
-
+
-
+
@@ -2429,8 +2349,8 @@ Would you like to retry?
-
-
+
+
@@ -2438,7 +2358,7 @@ Would you like to retry?
QDesignerAppearanceOptionsPage
-
+ Tab in preferences dialog
@@ -2447,7 +2367,7 @@ Would you like to retry?
QDesignerAppearanceOptionsWidget
-
+ ドックウィンドウ
@@ -2457,7 +2377,7 @@ Would you like to retry?
複数のトップレベルウィンドウ
-
+ ツールウィンドウフォント
@@ -2475,7 +2395,7 @@ Would you like to retry?
-
+ コントロールがロードされました
@@ -2488,7 +2408,7 @@ Would you like to retry?
QDesignerFormBuilder
-
+ スクリプトエラーが発生しました:
@@ -2506,7 +2426,7 @@ Would you like to retry?
QDesignerFormWindow
-
+ %1 - %2[*]
@@ -2529,7 +2449,7 @@ Would you like to retry?
QDesignerMenu
-
+ ここに入力
@@ -2539,7 +2459,7 @@ Would you like to retry?
セパレータを追加
-
+ セパレータを挿入
@@ -2598,7 +2518,7 @@ Would you like to retry?
QDesignerPluginManager
-
+
@@ -2636,7 +2556,7 @@ Would you like to retry?
レイアウト
-
+ ダイナミックプロパティ
@@ -2644,18 +2564,18 @@ Would you like to retry?
QDesignerResource
-
+
-
+
-
+ Parsing clipboard contents
@@ -2683,7 +2603,7 @@ Container pages should only be added by specifying them in XML returned by the d
QDesignerSharedSettings
-
+ テンプレートのパス %1 を作成できませんでした。
@@ -2835,7 +2755,7 @@ Container pages should only be added by specifying them in XML returned by the d
QDesignerToolWindow
-
+ プロパティエディタ
@@ -2872,7 +2792,7 @@ Container pages should only be added by specifying them in XML returned by the d
ウィジェットボックス
-
+
@@ -2895,7 +2815,7 @@ Container pages should only be added by specifying them in XML returned by the d
QDesignerWorkbench
-
+ ファイル(&F)
@@ -3014,7 +2934,7 @@ Container pages should only be added by specifying them in XML returned by the d
前回使用したときに Designer は正しく終了されませんでした。バックアップファイルが存在します。ロードしますか?
-
+ ファイル <b>%1</b> はオープンできませんでした。
@@ -3024,7 +2944,7 @@ Container pages should only be added by specifying them in XML returned by the d
ファイル <b>%1</b> は、有効な Designer の UI ファイルではありません。
-
+
@@ -3034,7 +2954,7 @@ Container pages should only be added by specifying them in XML returned by the d
QFormBuilder
-
+ Empty class name passed to widget factory method
@@ -3055,7 +2975,7 @@ Container pages should only be added by specifying them in XML returned by the d
レイアウトタイプ '%1' は、サポートされていません。
-
+ Set型のプロパティ %1 を読めませんでした。
@@ -3075,7 +2995,7 @@ Container pages should only be added by specifying them in XML returned by the d
プロパティ %1 を書き込めませんでした。%2 という型はサポートされていません。
-
+
@@ -3325,7 +3245,7 @@ Script: %3
QStackedWidgetEventFilter
-
+ 前のページ
@@ -3386,7 +3306,7 @@ Script: %3
QTabWidgetEventFilter
-
+ 削除
@@ -3414,7 +3334,7 @@ Script: %3
QToolBoxHelper
-
+ ページを削除
@@ -3452,7 +3372,7 @@ Script: %3
QtBoolEdit
-
+
@@ -3468,7 +3388,7 @@ Script: %3
QtBoolPropertyManager
-
+
@@ -3481,7 +3401,7 @@ Script: %3
QtCharEdit
-
+
@@ -3497,7 +3417,7 @@ Script: %3
QtColorPropertyManager
-
+ 赤
@@ -3677,7 +3597,7 @@ Script: %3
QtGradientEditor
-
+ 始点の X 座標
@@ -3956,7 +3876,7 @@ Script: %3
QtGradientStopsWidget
-
+ 新しい終点
@@ -3998,7 +3918,7 @@ Script: %3
QtGradientView
-
+
@@ -4049,7 +3969,7 @@ Script: %3
グラデーションを編集
-
+
@@ -4066,7 +3986,7 @@ Script: %3
QtLocalePropertyManager
-
+
@@ -4133,22 +4053,22 @@ Script: %3
QtRectFPropertyManager
-
+
-
+
-
+
-
+
@@ -4161,22 +4081,22 @@ Script: %3
QtRectPropertyManager
-
+
-
+
-
+
-
+
@@ -4189,7 +4109,7 @@ Script: %3
QtResourceEditorDialog
-
+ %1 はすでに存在します。上書きしますか?
@@ -4200,7 +4120,7 @@ Do you want to replace it?
-
+
@@ -4469,7 +4389,7 @@ to
QtResourceView
-
+
@@ -4501,7 +4421,7 @@ to
QtSizeFPropertyManager
-
+
@@ -4519,12 +4439,18 @@ to
QtSizePolicyPropertyManager
-
+
+
+
+
+
+
+
-
+
@@ -4547,7 +4473,7 @@ to
QtSizePropertyManager
-
+
@@ -4565,7 +4491,7 @@ to
QtToolBarDialog
-
+
@@ -4673,7 +4599,7 @@ to
QtTreePropertyBrowser
-
+ プロパティ
@@ -4686,7 +4612,7 @@ to
SaveFormAsTemplate
-
+ パスを追加...
@@ -4751,7 +4677,7 @@ Do you want overwrite the template?
ScriptErrorDialog
-
+ "%1" のためにスクリプトを実行していてエラーが発生しました:
@@ -4770,11 +4696,21 @@ Do you want overwrite the template?
+
+
+
+
+
+
+
+
+
+ SignalSlotConnection
-
+
@@ -4815,7 +4751,7 @@ Do you want overwrite the template?
Spacer
-
+
@@ -4828,7 +4764,7 @@ Do you want overwrite the template?
TemplateOptionsPage
-
+ Tab in preferences dialog
@@ -4870,17 +4806,16 @@ Do you want overwrite the template?
VersionDialog
-
+ <h3>%1</h3><br/><br/>バージョン %2
-
- オープンソース版
+ オープンソース版
-
+ Qt Designer
@@ -4890,34 +4825,23 @@ Do you want overwrite the template?
<br/>Qt Designer は、Qt アプリケーションをデザインするための GUI ツールです。<br/>
-
-
-
-
- このバージョンの Qt Designer は、オープンソースアプリケーションを開発するための Qt オープンソース版の一部です。Qt は、クロスプラットフォームなアプリケーションを開発するための包括的な C++ のフレームワークです。<br/><br/>独占的な(ソースが隠された)アプリケーションを開発するには、Qt の商用ライセンスが必要です。Qt のライセンスの概要については <a href="http://qtsoftware.com/company/model.html">http://qtsoftware.com/company/model.html</a> をご覧ください。<br/>
-
- このプログラムは、Qt 商用ライセンス契約書の定める条件の下であなたの利用が認められています。詳細は、ソフトウェアと一緒に配布される LICENSE ファイルを参照してください。<br/>
+ このプログラムは、Qt 商用ライセンス契約書の定める条件の下であなたの利用が認められています。詳細は、ソフトウェアと一緒に配布される LICENSE ファイルを参照してください。<br/>%1<br/>%2<br/>Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 全ての権利は保護されています。<br/><br/>プログラムは「設計」、「市場性」および「特定の目的への適合性」も含む、あらゆる種類の「保証がなく」、「そのままで」提供されます。<br/>
-
-
-
-
- WidgetDataBase
-
+
@@ -4925,22 +4849,22 @@ Do you want overwrite the template?
qdesigner_internal::ActionEditor
-
+ アクション
-
+ 新規...
-
+ 削除
-
+ 新しいアクション
@@ -4958,12 +4882,17 @@ Do you want overwrite the template?
その機能は実装されていません!
-
+ 編集...
+
+
+
+
+
@@ -4983,7 +4912,7 @@ Do you want overwrite the template?
-
+
@@ -4998,7 +4927,7 @@ Do you want overwrite the template?
-
+
@@ -5008,7 +4937,7 @@ Do you want overwrite the template?
アクション '%1' を消去
-
+
@@ -5023,7 +4952,7 @@ Do you want overwrite the template?
qdesigner_internal::ActionModel
-
+ 名前
@@ -5056,7 +4985,7 @@ Do you want overwrite the template?
qdesigner_internal::BuddyEditor
-
+ buddy を追加
@@ -5088,7 +5017,7 @@ Do you want overwrite the template?
qdesigner_internal::BuddyEditorPlugin
-
+ buddy を編集
@@ -5096,7 +5025,7 @@ Do you want overwrite the template?
qdesigner_internal::BuddyEditorTool
-
+ buddy を編集
@@ -5150,7 +5079,7 @@ Do you want overwrite the template?
qdesigner_internal::CodeDialog
-
+
@@ -5208,7 +5137,7 @@ Do you want overwrite the template?
qdesigner_internal::ColorAction
-
+
@@ -5216,7 +5145,7 @@ Do you want overwrite the template?
qdesigner_internal::ComboBoxTaskMenu
-
+ アイテムを編集...
@@ -5270,7 +5199,7 @@ Do you want overwrite the template?
qdesigner_internal::ConnectionModel
-
+ 発信者
@@ -5290,7 +5219,7 @@ Do you want overwrite the template?
スロット
-
+ <発信者>
@@ -5331,7 +5260,7 @@ Do you want overwrite the template?
ページを削除
-
+ このページの前にページを挿入
@@ -5394,7 +5323,7 @@ Do you want overwrite the template?
qdesigner_internal::DesignerPropertyManager
-
+
@@ -5519,7 +5448,7 @@ Do you want overwrite the template?
qdesigner_internal::DeviceProfileDialog
-
+
@@ -5662,9 +5591,62 @@ Do you want overwrite the template?
+ qdesigner_internal::EmbeddedOptionsControl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+qdesigner_internal::FilterWidget
-
+
@@ -5691,7 +5673,7 @@ Do you want overwrite the template?
qdesigner_internal::FormEditor
-
+
@@ -5712,7 +5694,7 @@ Do you want overwrite the template?
qdesigner_internal::FormWindow
-
+ 内容を編集
@@ -5726,7 +5708,7 @@ Do you want overwrite the template?
ウィジェット '%1 を挿入
-
+ サイズ変更
@@ -5762,13 +5744,13 @@ and then paste again.
レイアウト
-
+ ウィジェットの貼り付け
-
+
@@ -5817,7 +5799,7 @@ and then paste again.
-
+
@@ -5825,7 +5807,7 @@ and then paste again.
qdesigner_internal::FormWindowBase
-
+ 削除
@@ -5838,7 +5820,7 @@ and then paste again.
qdesigner_internal::FormWindowManager
-
+ 切り取り(&T)
@@ -5920,7 +5902,7 @@ and then paste again.
選択されたウィジィトのサイズを調整
-
+ 水平に並べる(&H)
@@ -5980,7 +5962,7 @@ and then paste again.
選択されたウィジェットをスプリッタの中で垂直方向に配置
-
+ レイアウトを破棄(&B)
@@ -6010,7 +5992,7 @@ and then paste again.
フォームの設定(&S)...
-
+ レイアウトを破棄する
@@ -6026,12 +6008,12 @@ and then paste again.
-
+ フォーム設定 - %1
-
+
@@ -6039,7 +6021,7 @@ and then paste again.
qdesigner_internal::FormWindowSettings
-
+
@@ -6105,7 +6087,7 @@ and then paste again.
qdesigner_internal::GroupBoxTaskMenu
-
+ タイトルを変更...
@@ -6121,7 +6103,7 @@ and then paste again.
qdesigner_internal::IconSelector
-
+
@@ -6214,7 +6196,7 @@ and then paste again.
qdesigner_internal::ItemListEditor
-
+
@@ -6273,7 +6255,7 @@ and then paste again.
qdesigner_internal::LabelTaskMenu
-
+ リッチテキストを変更...
@@ -6286,7 +6268,7 @@ and then paste again.
qdesigner_internal::LineEditTaskMenu
-
+ テキストを変更...
@@ -6294,7 +6276,7 @@ and then paste again.
qdesigner_internal::ListWidgetEditor
-
+ リストウィジェットを編集
@@ -6372,7 +6354,7 @@ and then paste again.
qdesigner_internal::ListWidgetTaskMenu
-
+ アイテムを編集...
@@ -6408,7 +6390,7 @@ and then paste again.
qdesigner_internal::MenuTaskMenu
-
+ 消去
@@ -6467,7 +6449,7 @@ and then paste again.
qdesigner_internal::NewDynamicPropertyDialog
-
+ プロパティ名を設定
@@ -6593,7 +6575,7 @@ Please select another name.
qdesigner_internal::NewPromotedClassPanel
-
+ 追加
@@ -6647,7 +6629,7 @@ Please select another name.
セパレータ
-
+
@@ -6663,7 +6645,7 @@ Please select another name.
qdesigner_internal::OrderDialog
-
+ インデックス %1 (%2)
@@ -6752,7 +6734,7 @@ Please select another name.
qdesigner_internal::PaletteEditorButton
-
+ パレットを変更
@@ -6760,7 +6742,7 @@ Please select another name.
qdesigner_internal::PaletteModel
-
+ 色役割
@@ -6812,15 +6794,61 @@ Please select another name.
qdesigner_internal::PlainTextEditorDialog
-
+ テキストを編集
+ qdesigner_internal::PluginDialog
+
+
+
+ コンポーネント
+
+
+
+
+ プラグイン情報
+
+
+
+
+ リフレッシュ
+
+
+
+
+ 新しくインストールされたカスタムウィジェットプラグインをスキャンします。
+
+
+
+
+ プラグインは見つかりませんでした
+
+
+
+
+ 以下のプラグインが見つかりました
+
+
+
+
+ 新しいカスタムウィジェットのプラグインが見つかりました。
+
+
+
+ テキストラベル
+
+
+
+ 1
+
+
+qdesigner_internal::PreviewActionGroup
-
+ %1 スタイル
@@ -6862,7 +6890,7 @@ Please select another name.
qdesigner_internal::PreviewDeviceSkin
-
+ 閉じる(&C)
@@ -6963,7 +6991,7 @@ Please select another name.
qdesigner_internal::PromotionTaskMenu
-
+ 格上げされたウィジェット...
@@ -6991,7 +7019,7 @@ Please select another name.
qdesigner_internal::PropertyEditor
-
+ ダイナミックプロパティを追加...
@@ -7026,13 +7054,13 @@ Please select another name.
-
+
-
+
@@ -7050,7 +7078,7 @@ Class: %2
qdesigner_internal::PropertyLineEdit
-
+ 改行を挿入
@@ -7198,7 +7226,7 @@ Class: %2
-
+
@@ -7207,15 +7235,20 @@ Class: %2
+
+
+
+
+
-
+
-
+
@@ -7258,7 +7291,7 @@ Class: %2
qdesigner_internal::QDesignerWidgetBox
-
+
@@ -7650,7 +7683,7 @@ Class: %2
qdesigner_internal::QtGradientStopsController
-
+
@@ -8002,7 +8035,7 @@ Class: %2
qdesigner_internal::ScriptDialog
-
+ スクリプトを編集
@@ -8059,7 +8092,7 @@ Class: %2
qdesigner_internal::SignalSlotEditorPlugin
-
+ シグナル/スロットを編集
@@ -8072,7 +8105,7 @@ Class: %2
qdesigner_internal::SignalSlotEditorTool
-
+ シグナル/スロットを編集
@@ -8080,7 +8113,7 @@ Class: %2
qdesigner_internal::StatusBarTaskMenu
-
+ 消去
@@ -8092,7 +8125,7 @@ Class: %2
文字列リストを変更
-
+
@@ -8100,7 +8133,7 @@ Class: %2
qdesigner_internal::StyleSheetEditorDialog
-
+ スタイルシートを変更
@@ -8159,7 +8192,7 @@ Class: %2
qdesigner_internal::TabOrderEditor
-
+
@@ -8187,7 +8220,7 @@ Class: %2
qdesigner_internal::TabOrderEditorPlugin
-
+ タブ順を編集
@@ -8195,7 +8228,7 @@ Class: %2
qdesigner_internal::TabOrderEditorTool
-
+ タブ順を編集
@@ -8203,7 +8236,7 @@ Class: %2
qdesigner_internal::TableWidgetEditor
-
+ 新しい列
@@ -8364,7 +8397,7 @@ Class: %2
qdesigner_internal::TableWidgetTaskMenu
-
+ アイテムを編集...
@@ -8395,7 +8428,7 @@ Class: %2
qdesigner_internal::TextEditTaskMenu
-
+
@@ -8441,7 +8474,7 @@ Class: %2
qdesigner_internal::ToolBarEventFilter
-
+ セパレータを挿入
@@ -8476,7 +8509,7 @@ Class: %2
qdesigner_internal::TreeWidgetEditor
-
+
@@ -8686,7 +8719,7 @@ Class: %2
qdesigner_internal::TreeWidgetTaskMenu
-
+ アイテムを編集...
@@ -8694,7 +8727,7 @@ Class: %2
qdesigner_internal::WidgetBox
-
+
@@ -8729,17 +8762,17 @@ Class: %2
qdesigner_internal::WidgetBoxTreeWidget
-
+ スクラッチパッド
-
+ カスタムウィジェット
-
+ すべて展開する
@@ -8780,7 +8813,7 @@ Class: %2
qdesigner_internal::WidgetEditorTool
-
+ ウィジェットを編集
@@ -8788,12 +8821,12 @@ Class: %2
qdesigner_internal::WidgetFactory
-
+ %1 というクラスのウィジェットのために登録されたカスタムウィジェットファクトリーが 0 を返しました。
-
+ %1 というクラスのウィジェットのために登録されたカスタムウィジェットファクトリーを使ってウィジェットを作成しているときに、クラス名のミスマッチが発生しました。%2 というクラスのウィジェットを返しました。
@@ -8835,7 +8868,7 @@ This indicates an inconsistency in the ui-file.
qdesigner_internal::ZoomMenu
-
+ Zoom factor
diff --git a/translations/designer_pl.ts b/translations/designer_pl.ts
index 6ae369f..5b63f66 100644
--- a/translations/designer_pl.ts
+++ b/translations/designer_pl.ts
@@ -1,14 +1,15 @@
-
+
+
-
+ <obiekt>
-
+ <sygnał>
@@ -18,7 +19,7 @@
<slot>
-
+ W Szczebrzeszynie
@@ -28,7 +29,7 @@ chrząszcz brzmi w trzcinie.AbstractFindWidget
-
+ &Poprzednie
@@ -74,7 +75,7 @@ chrząszcz brzmi w trzcinie.
AppFontDialog
-
+ Dodatkowe czcionki
@@ -186,7 +187,7 @@ chrząszcz brzmi w trzcinie.
AssistantClient
-
+ Nie można wysłac komendy. Asystent nie odpowiada.
@@ -204,7 +205,7 @@ chrząszcz brzmi w trzcinie.
BrushManagerProxy
-
+ Brak atrybutu '%2' w elemencie '%1'.
@@ -232,7 +233,7 @@ chrząszcz brzmi w trzcinie.
BrushPropertyManager
-
+ Brak szczotki
@@ -325,19 +326,24 @@ chrząszcz brzmi w trzcinie.
Command
-
-
+
+ Zmień sygnał
-
-
+
+ Zmień slot
-
+
+
+
+
+
+ Zmień nadawcę
@@ -347,7 +353,7 @@ chrząszcz brzmi w trzcinie.
Zmień odbiorcę
-
+ Dodaj połączenie
@@ -372,7 +378,7 @@ chrząszcz brzmi w trzcinie.
Zmień przeznaczenie
-
+ Wstaw '%1'
@@ -397,7 +403,7 @@ chrząszcz brzmi w trzcinie.
Zmień rodzica '%1'
-
+ Zastąp widżet
@@ -427,48 +433,48 @@ chrząszcz brzmi w trzcinie.
Usuń rozmieszczenie
-
-
-
+
+
+ Przenieś stronę
-
-
-
-
+
+
+
+ Usuń stronę
-
-
+
+ Strona
-
-
-
+
+
+ strona
-
-
-
-
+
+
+
+ Wstaw stronę
-
+ tab
-
+ Zmień kolejność tabulacji
@@ -513,12 +519,12 @@ chrząszcz brzmi w trzcinie.
Zmień geometrię elementu w formularzu
-
+ Zmień geometrię elementu w rozmieszczeniu
-
+ Zmień zawartość tabeli
@@ -560,7 +566,7 @@ chrząszcz brzmi w trzcinie.
Usuń pasek narzędzi
-
+ Ustaw tekst akcji
@@ -571,7 +577,7 @@ chrząszcz brzmi w trzcinie.
-
+ Przenieś akcję
@@ -586,12 +592,12 @@ chrząszcz brzmi w trzcinie.
Wstaw menu
-
+ Zmień sygnały/sloty
-
+ Usuń podokno
@@ -611,17 +617,17 @@ chrząszcz brzmi w trzcinie.
Podokno
-
+ Zmień porządek głębokości (Z-order) dla '%1'
-
+ Uprość rozmieszczenie w siatce
-
+ Utwórz grupę przycisków
@@ -642,7 +648,7 @@ chrząszcz brzmi w trzcinie.
-
+ Command description for adding buttons to a QButtonGroupDodaj '%1' do '%2'
@@ -659,23 +665,23 @@ chrząszcz brzmi w trzcinie.
Usuń '%1' z '%2'
-
+ MorphWidgetCommand descriptionPrzekształć %1/%2 w %3
-
+ Zmień rozmieszczenie widżetu '%1' z %2 na %3
-
+ Zmień skrypt
-
+ Zmień '%1' w '%2'
@@ -757,7 +763,7 @@ chrząszcz brzmi w trzcinie.
DPI_Chooser
-
+ Embedded device standard screen resolutionStandardowa (96 x 96)
@@ -778,12 +784,12 @@ chrząszcz brzmi w trzcinie.
Designer
-
+ Qt Designer
-
+ Własne widżety
@@ -793,7 +799,7 @@ chrząszcz brzmi w trzcinie.
Zastępcze widżety
-
+ Nie można uruchomić %1.
@@ -803,7 +809,7 @@ chrząszcz brzmi w trzcinie.
%1 przekroczony czas operacji.
-
+ Nie można odczytać pliku ponieważ został utworzony przy użyciu %1.
@@ -868,7 +874,7 @@ chrząszcz brzmi w trzcinie.
DesignerMetaEnum
-
+ %1 nie jest poprawną wartością typu wyliczeniowego '%2'.
@@ -889,7 +895,7 @@ chrząszcz brzmi w trzcinie.
DeviceProfile
-
+ Reading a number for an embedded device profile'%1' nie jest liczbą.
@@ -931,7 +937,7 @@ chrząszcz brzmi w trzcinie.
DeviceSkin
-
+ Nie można wczytać pliku z obrazkiem %1.
@@ -989,66 +995,56 @@ chrząszcz brzmi w trzcinie.
EmbeddedOptionsControl
-
- Żadne
+ Żadne
-
- Dodaj profil
+ Dodaj profil
-
- Edytuj zaznaczony profil
+ Edytuj zaznaczony profil
-
- Usuń zaznaczony profil
+ Usuń zaznaczony profil
-
- Dodaj profil
+ Dodaj profil
-
- Nowy profil
+ Nowy profil
-
- Edytuj profil
+ Edytuj profil
-
- Usuń profil
+ Usuń profil
-
- Czy chcesz usunać profil '%1'?
+ Czy chcesz usunać profil '%1'?
-
+ Format embedded device profile description<html><table><tr><td><b>Font</b></td><td>%1, %2</td></tr><tr><td><b>Styl</b></td><td>%3</td></tr><tr><td><b>Rozdzielczość</b></td><td>%4 x %5</td></tr></table></html>
-
- Domyślny
+ DomyślnyEmbeddedOptionsPage
-
+ Tab in preferences dialogProjekt dla urządzeń specjalizowanych
@@ -1063,7 +1059,7 @@ chrząszcz brzmi w trzcinie.
FontPanel
-
+ Czcionka
@@ -1091,7 +1087,7 @@ chrząszcz brzmi w trzcinie.
FontPropertyManager
-
+ Preferuj domyślny
@@ -1114,7 +1110,7 @@ chrząszcz brzmi w trzcinie.
FormBuilder
-
+ Parsing layout stretch valuesNiepoprawna wartość rozciągniecia dla '%1': '%2'
@@ -1129,7 +1125,7 @@ chrząszcz brzmi w trzcinie.
FormEditorOptionsPage
-
+ %1 %
@@ -1196,7 +1192,7 @@ chrząszcz brzmi w trzcinie.
FormWindow
-
+ Niespodziewany element <%1>
@@ -1272,7 +1268,7 @@ chrząszcz brzmi w trzcinie.
IconSelector
-
+ Wszystkie pixmapy (
@@ -1280,7 +1276,7 @@ chrząszcz brzmi w trzcinie.
ItemPropertyBrowser
-
+ Sample string to determinate the width for the first column of the list item property browserXX ikona wybrana wyłączona
@@ -1289,7 +1285,7 @@ chrząszcz brzmi w trzcinie.