diff options
author | Pavol Babincak <scroolik@gmail.com> | 2012-04-27 16:33:09 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-04-29 10:10:02 (GMT) |
commit | 89ecd9601ff3717c5b0e8e603d56f5bd656743ed (patch) | |
tree | 1d88c5de6348b26d844a045b0f45e2a8acc704c1 /Swift/Translations/swift_de.ts | |
parent | c651b50fd3ec24bd6c13454972c4d18c6d8fc86f (diff) | |
download | swift-contrib-89ecd9601ff3717c5b0e8e603d56f5bd656743ed.zip swift-contrib-89ecd9601ff3717c5b0e8e603d56f5bd656743ed.tar.bz2 |
Added ellipsis to menu items which needs further input to complete action
This is recommended in HIGs for Gnome, OS X, Windows:
- http://developer.gnome.org/hig-book/3.0/menus-design.html.en
- https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGuidelines/TextStyle/TextStyle.html#//apple_ref/doc/uid/TP30000365-TPXREF126
- http://msdn.microsoft.com/en-us/library/aa511502.aspx#ellipses
Resolves: #1114
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
Diffstat (limited to 'Swift/Translations/swift_de.ts')
-rw-r--r-- | Swift/Translations/swift_de.ts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Swift/Translations/swift_de.ts b/Swift/Translations/swift_de.ts index 6183099..0fee815 100644 --- a/Swift/Translations/swift_de.ts +++ b/Swift/Translations/swift_de.ts @@ -1532,27 +1532,27 @@ </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="95"/> - <source>Edit &Profile</source> - <translation>&Profil editieren</translation> + <source>Edit &Profile…</source> + <translation>&Profil editieren…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="98"/> - <source>Enter &Room</source> - <translation>Chat&raum betreten</translation> + <source>Enter &Room…</source> + <translation>Chat&raum betreten…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="101"/> - <source>&Add Contact</source> - <translation>Kont&akt hinzufügen</translation> + <source>&Add Contact…</source> + <translation>Kont&akt hinzufügen…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="104"/> - <source>&Edit Selected Contact</source> - <translation>Ausgewählten Kontakt &editieren</translation> + <source>&Edit Selected Contact…</source> + <translation>Ausgewählten Kontakt &editieren…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="108"/> - <source>Start &Chat</source> + <source>Start &Chat…</source> <translation>Gesprä&ch beginnen</translation> </message> <message> |