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_nl.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_nl.ts')
-rw-r--r-- | Swift/Translations/swift_nl.ts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Swift/Translations/swift_nl.ts b/Swift/Translations/swift_nl.ts index 7e8bfbd..706fe41 100644 --- a/Swift/Translations/swift_nl.ts +++ b/Swift/Translations/swift_nl.ts @@ -1189,15 +1189,15 @@ afbeelding</translation> <translation>&Toon offline contacten</translation> </message> <message> - <source>&Add Contact</source> - <translation>Contact &toevoegen</translation> + <source>&Add Contact…</source> + <translation>Contact &toevoegen…</translation> </message> <message> - <source>&Edit Selected Contact</source> - <translation>Geselecteerde contact &bewerken</translation> + <source>&Edit Selected Contact…</source> + <translation>Geselecteerde contact &bewerken…</translation> </message> <message> - <source>Start &Chat</source> + <source>Start &Chat…</source> <translation>&Conversatie starten</translation> </message> <message> @@ -1205,12 +1205,12 @@ afbeelding</translation> <translation>&Afmelden</translation> </message> <message> - <source>Edit &Profile</source> - <translation>Bewerk &profiel</translation> + <source>Edit &Profile…</source> + <translation>Bewerk &profiel…</translation> </message> <message> - <source>Enter &Room</source> - <translation>&Kamer betreden</translation> + <source>Enter &Room…</source> + <translation>&Kamer betreden…</translation> </message> <message> <source>Run Server Command</source> |