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_pl.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_pl.ts')
-rw-r--r-- | Swift/Translations/swift_pl.ts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Swift/Translations/swift_pl.ts b/Swift/Translations/swift_pl.ts index f471f4a..cc461a1 100644 --- a/Swift/Translations/swift_pl.ts +++ b/Swift/Translations/swift_pl.ts @@ -1437,27 +1437,27 @@ </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="86"/> - <source>Edit &Profile</source> - <translation>Edytuj &profil</translation> + <source>Edit &Profile…</source> + <translation>Edytuj &profil…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="89"/> - <source>Enter &Room</source> - <translation>&Wejdź do pokoju</translation> + <source>Enter &Room…</source> + <translation>&Wejdź do pokoju…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="92"/> - <source>&Add Contact</source> - <translation>&Dodaj kontakt</translation> + <source>&Add Contact…</source> + <translation>&Dodaj kontakt…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="95"/> - <source>&Edit Selected Contact</source> - <translation>&Edytuj wybrany kontakt</translation> + <source>&Edit Selected Contact…</source> + <translation>&Edytuj wybrany kontakt…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="99"/> - <source>Start &Chat</source> + <source>Start &Chat…</source> <translation>&Rozpocznij rozmowę</translation> </message> <message> |