diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-18 08:55:12 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-18 08:55:12 (GMT) |
commit | 5e3cae2754bf5f50aa10fef2c8d3bb7d33407b96 (patch) | |
tree | bd512c46f6672a9b359e98b8dd62956072929623 /translations/qtconfig_untranslated.ts | |
parent | e018b82432055d9a5f13be7c17e31502830b9fa7 (diff) | |
download | Qt-5e3cae2754bf5f50aa10fef2c8d3bb7d33407b96.zip Qt-5e3cae2754bf5f50aa10fef2c8d3bb7d33407b96.tar.gz Qt-5e3cae2754bf5f50aa10fef2c8d3bb7d33407b96.tar.bz2 |
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.
Diffstat (limited to 'translations/qtconfig_untranslated.ts')
-rw-r--r-- | translations/qtconfig_untranslated.ts | 33 |
1 files changed, 26 insertions, 7 deletions
diff --git a/translations/qtconfig_untranslated.ts b/translations/qtconfig_untranslated.ts index 09f8985..e0f85c3 100644 --- a/translations/qtconfig_untranslated.ts +++ b/translations/qtconfig_untranslated.ts @@ -1,9 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS><TS version="2.0"> +<!DOCTYPE TS> +<TS version="2.0"> <context> <name>MainWindow</name> <message> - <location filename="../tools/qtconfig/mainwindow.cpp" line="+344"/> + <location filename="../tools/qtconfig/mainwindow.cpp" line="+202"/> + <source>Desktop Settings (Default)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+5"/> + <source>Choose style and palette based on your desktop settings.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+144"/> <source>On The Spot</source> <translation type="unfinished"></translation> </message> @@ -75,7 +86,7 @@ <translation type="unfinished"></translation> </message> <message> - <location line="+26"/> + <location line="+27"/> <source>No changes to be saved.</source> <translation type="unfinished"></translation> </message> @@ -85,7 +96,7 @@ <translation type="unfinished"></translation> </message> <message> - <location line="+44"/> + <location line="+48"/> <source>Over The Spot</source> <translation type="unfinished"></translation> </message> @@ -100,17 +111,17 @@ <translation type="unfinished"></translation> </message> <message> - <location line="+455"/> + <location line="+466"/> <source>Select a Directory</source> <translation type="unfinished"></translation> </message> <message> <location line="+17"/> - <source><h3>%1</h3><br/>Version %2</source> + <source><h3>%1</h3><br/>Version %2<br/><br/>Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).<br/><br/>The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.<br/> </source> <translation type="unfinished"></translation> </message> <message> - <location line="+20"/> + <location line="+6"/> <location line="+1"/> <location line="+8"/> <source>Qt Configuration</source> @@ -796,6 +807,14 @@ p, li { white-space: pre-wrap; } </message> </context> <context> + <name>PreviewFrame</name> + <message> + <location filename="../tools/qtconfig/previewframe.cpp" line="+81"/> + <source>Desktop settings will only take effect after an application restart.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>PreviewWidgetBase</name> <message> <location filename="../tools/qtconfig/previewwidgetbase.ui"/> |