home *** CD-ROM | disk | FTP | other *** search
- /**
- * filename: KeychainViewer.toolbar
- * created : Tue Feb 20 17:27:41 2001
- *
- */
-
- /*
- * Localizers: You should not need to change this file at all, unless you
- * want to change the default toolbar layout, or the layout of the toolbar
- * configuration sheet. All toolbar labels and tooltips are localized via
- * the Localized.strings file. The English strings below are used as keys
- * to look up the localized string at runtime.
- *
- *
- * toggle lock does not contain any info here because it is updated dynamically.
- */
- {
- "toolbar name" = "KeychainViewer";
-
- "default set" = (
- "newPasswordItem:",
- "_newSecureNoteItem:",
- "NSToolbarSeparatorItem", /* NSToolbarSeparatorItemIdentifier */
- "delete:",
- "goThere:",
- "NSToolbarSeparatorItem", /* NSToolbarSeparatorItemIdentifier */
- "toggleLock:",
- "NSToolbarFlexibleSpaceItem", /* NSToolbarFlexibleSpaceItemIdentifier */
- "showKeychainsPanel:"
- );
-
- "toolbar array" = ((
- {image = key; help = "New Password Item"; title = "Password"; tag=70; identifier="newPasswordItem:";},
- {image = securenote; help = "New Secure Note Item"; title = "Note"; tag=71; identifier="_newSecureNoteItem:";},
- {image = delete; help = "Delete Selected Item"; title = "Delete"; tag=73; identifier="delete:";},
- {image = url; help = "Go There"; title = "Go"; tag=74; identifier="goThere:";},
- {image = Locked; help = "Lock Keychain"; title = "Lock"; altTitle = "Unlock"; tag=75; identifier="toggleLock:";},
- {image = Keychain; help = "Show Keychain List"; title="Show Keychains"; altTitle="Hide Keychains"; tag=76; identifier="showKeychainsPanel:";},
- ));
- }
-