diff options
author | Prasanth Ullattil <prasanth.ullattil@nokia.com> | 2010-03-18 09:25:38 (GMT) |
---|---|---|
committer | Prasanth Ullattil <prasanth.ullattil@nokia.com> | 2010-03-18 11:32:25 (GMT) |
commit | f3f979cbd37f47892cd0c0a9fc23b802ed6f7890 (patch) | |
tree | 40b4f9f6c38cd47e90b0e0355467a2c28583e2c7 /translations/qt_sv.ts | |
parent | f3ea09192a6f17d2f2b607272eb5ad2ba47536e5 (diff) | |
download | Qt-f3f979cbd37f47892cd0c0a9fc23b802ed6f7890.zip Qt-f3f979cbd37f47892cd0c0a9fc23b802ed6f7890.tar.gz Qt-f3f979cbd37f47892cd0c0a9fc23b802ed6f7890.tar.bz2 |
Incorrect translation for Application menu items in Mac.
A behavior change was introduced by the commit
97b8727635a73197fac4f5edb8a1122733933db4. The menu items with menuRoles
will now be translated like Native Mac applications. Translations/merging
of menu items are done as follows:
1) AboutRole ==> "About <Application>"
2) PreferencesRole ==> "Preferences..."
3) QuitRole ==> "Quit <Application>"
Task-number: QTBUG-4463
Reviewed-by: mortens
Diffstat (limited to 'translations/qt_sv.ts')
-rw-r--r-- | translations/qt_sv.ts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/translations/qt_sv.ts b/translations/qt_sv.ts index 391af4a..d4c8977 100644 --- a/translations/qt_sv.ts +++ b/translations/qt_sv.ts @@ -23,6 +23,21 @@ <source>Show All</source> <translation>Visa alla</translation> </message> + <message> + <location line="+1"/> + <source>Preferences...</source> + <translation>Inställningar…</translation> + </message> + <message> + <location line="+1"/> + <source>Quit %1</source> + <translation>Avsluta %1</translation> + </message> + <message> + <location line="+1"/> + <source>About %1</source> + <translation>Om %1</translation> + </message> </context> <context> <name>AudioOutput</name> |