home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Keychain Access.app / Contents / Resources / KeychainViewer.toolbar < prev    next >
Encoding:
Text File  |  2004-06-23  |  1.6 KB  |  41 lines

  1. /**
  2.  *    filename: KeychainViewer.toolbar
  3.  *    created : Tue Feb 20 17:27:41 2001
  4.  *
  5.  */
  6.  
  7. /*
  8.  * Localizers: You should not need to change this file at all, unless you
  9.  * want to change the default toolbar layout, or the layout of the toolbar
  10.  * configuration sheet. All toolbar labels and tooltips are localized via
  11.  * the Localized.strings file. The English strings below are used as keys
  12.  * to look up the localized string at runtime.
  13.  *
  14.  *
  15.  * toggle lock does not contain any info here because it is updated dynamically.
  16.  */
  17. {
  18.     "toolbar name" = "KeychainViewer";
  19.  
  20.     "default set" = (
  21.         "newPasswordItem:",
  22.         "_newSecureNoteItem:",
  23.         "NSToolbarSeparatorItem", /* NSToolbarSeparatorItemIdentifier */
  24.         "delete:",
  25.         "goThere:",
  26.         "NSToolbarSeparatorItem", /* NSToolbarSeparatorItemIdentifier */
  27.         "toggleLock:",
  28.         "NSToolbarFlexibleSpaceItem", /* NSToolbarFlexibleSpaceItemIdentifier */
  29.         "showKeychainsPanel:"
  30.         );
  31.  
  32.     "toolbar array" = ((
  33.         {image = key; help = "New Password Item"; title = "Password"; tag=70; identifier="newPasswordItem:";},
  34.         {image = securenote; help = "New Secure Note Item"; title = "Note"; tag=71; identifier="_newSecureNoteItem:";},
  35.         {image = delete; help = "Delete Selected Item"; title = "Delete"; tag=73; identifier="delete:";},
  36.         {image = url; help = "Go There"; title = "Go"; tag=74; identifier="goThere:";},
  37.         {image = Locked; help = "Lock Keychain"; title = "Lock"; altTitle = "Unlock"; tag=75; identifier="toggleLock:";},
  38.         {image = Keychain; help = "Show Keychain List"; title="Show Keychains"; altTitle="Hide Keychains"; tag=76; identifier="showKeychainsPanel:";},
  39.         ));
  40. }
  41.