├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── Bug_report.md │ └── Feature_request.md └── workflows │ └── nightly.yml ├── .gitignore ├── .gitmodules ├── .travis.yml ├── Assets ├── App icon │ ├── MacPass AppIcon.afdesign │ ├── MacPass.icns │ └── PSD.zip ├── Databaseicons.afdesign ├── Icons as PDF files │ ├── 00_PasswordTemplate.pdf │ ├── 01_PackageNetworkTemplate.pdf │ ├── 02_MessageBoxWarningTemplate.pdf │ ├── 03_ServerTemplate.pdf │ ├── 04_KlipperTemplate.pdf │ ├── 05_LanguagesTemplate.pdf │ ├── 06_BlockDeviceTemplate.pdf │ ├── 07_NotepadTemplate.pdf │ ├── 08_SocketTemplate.pdf │ ├── 09_IdentityTemplate.pdf │ ├── 100.pdf │ ├── 10_ContactTemplate.pdf │ ├── 11_CameraTemplate.pdf │ ├── 12_RemoteTemplate.pdf │ ├── 13_KeysTemplate.pdf │ ├── 14_BatteryTemplate.pdf │ ├── 15_ScannerTemplate.pdf │ ├── 16_BrowserTemplate.pdf │ ├── 17_CDRomTemplate.pdf │ ├── 18_DisplayTemplate.pdf │ ├── 19_EmailTemplate.pdf │ ├── 20_MiscTemplate.pdf │ ├── 21.pdf │ ├── 22.pdf │ ├── 23.pdf │ ├── 24.pdf │ ├── 25.pdf │ ├── 26_FileSaveTemplate.pdf │ ├── 27.pdf │ ├── 28.pdf │ ├── 29.pdf │ ├── 30_TerminalTemplate.pdf │ ├── 31_PrintTemplate.pdf │ ├── 32.pdf │ ├── 33.pdf │ ├── 34.pdf │ ├── 35.pdf │ ├── 36.pdf │ ├── 37.pdf │ ├── 38.pdf │ ├── 39.pdf │ ├── 40.pdf │ ├── 41.pdf │ ├── 42.pdf │ ├── 43_TrashTemplate.pdf │ ├── 44.pdf │ ├── 45.pdf │ ├── 46.pdf │ ├── 47.pdf │ ├── 48_FolderTemplate.pdf │ ├── 49.pdf │ ├── 50.pdf │ ├── 51.pdf │ ├── 52.pdf │ ├── 53.pdf │ ├── 54.pdf │ ├── 55.pdf │ ├── 56.pdf │ ├── 57.pdf │ ├── 58.pdf │ ├── 59.pdf │ ├── 60.pdf │ ├── 61.pdf │ ├── 62.pdf │ ├── 63.pdf │ ├── 64.pdf │ ├── 65.pdf │ ├── 66.pdf │ ├── 67.pdf │ ├── 68_PhoneTemplate.pdf │ ├── 89.pdf │ ├── 94.pdf │ ├── 95.pdf │ ├── 96.pdf │ ├── 99.pdf │ ├── 99_AddFolderTemplate.pdf │ ├── 99_InfoTemplate.pdf │ └── addEntryTemplate.pdf ├── Keepass Icons.ai ├── MacPass Icons Grayscale V5.ai ├── MacPass Icons Grayscale V6 Compound.ai ├── MacPass Icons Grayscale V6 Compound.pdf ├── Native Icons │ ├── C00_Password.png │ ├── C01_Package_Network.png │ ├── C02_MessageBox_Warning.png │ ├── C03_Server.png │ ├── C04_Klipper.png │ ├── C05_Edu_Languages.png │ ├── C06_KCMDF.png │ ├── C07_Kate.png │ ├── C08_Socket.png │ ├── C09_Identity.png │ ├── C10_Kontact.png │ ├── C11_Camera.png │ ├── C12_IRKickFlash.png │ ├── C13_KGPG_Key3.png │ ├── C14_Laptop_Power.png │ ├── C15_Scanner.png │ ├── C16_Mozilla_Firebird.png │ ├── C17_CDROM_Unmount.png │ ├── C18_Display.png │ ├── C19_Mail_Generic.png │ ├── C20_Misc.png │ ├── C21_KOrganizer.png │ ├── C22_ASCII.png │ ├── C23_Icons.png │ ├── C24_Connect_Established.png │ ├── C25_Folder_Mail.png │ ├── C26_FileSave.png │ ├── C27_NFS_Unmount.png │ ├── C28_QuickTime.png │ ├── C29_KGPG_Term.png │ ├── C30_Konsole.png │ ├── C31_FilePrint.png │ ├── C32_FSView.png │ ├── C33_Run.png │ ├── C34_Configure.png │ ├── C35_KRFB.png │ ├── C36_Ark.png │ ├── C37_KPercentage.png │ ├── C38_Samba_Unmount.png │ ├── C39_History.png │ ├── C40_Mail_Find.png │ ├── C41_VectorGfx.png │ ├── C42_KCMMemory.png │ ├── C43_EditTrash.png │ ├── C44_KNotes.png │ ├── C45_Cancel.png │ ├── C46_Help.png │ ├── C47_KPackage.png │ ├── C48_Folder.png │ ├── C49_Folder_Blue_Open.png │ ├── C50_Folder_Tar.png │ ├── C51_Decrypted.png │ ├── C52_Encrypted.png │ ├── C53_Apply.png │ ├── C54_Signature.png │ ├── C55_Thumbnail.png │ ├── C56_KAddressBook.png │ ├── C57_View_Text.png │ ├── C58_KGPG.png │ ├── C59_Package_Development.png │ ├── C60_KFM_Home.png │ ├── C61_Services.png │ ├── C62_Tux.png │ ├── C63_Feather.png │ ├── C64_Apple.png │ ├── C65_W.png │ ├── C66_Money.png │ ├── C67_Certificate.png │ └── C68_BlackBerry.png └── Screenshots │ ├── Attachments.png │ ├── CopyCustomFields.png │ ├── CustomFields.png │ ├── DatabaseSettings.png │ ├── DatePicker.png │ ├── Icons 100%.PNG │ ├── Icons 200%.PNG │ ├── Locked.png │ ├── MacPass.png │ ├── NoInspector.png │ ├── PasswordExpiredAlert.png │ ├── PasswordGenerator.png │ ├── SetPassword.png │ ├── Settings.png │ └── SettingsForExpiredPasswords.png ├── CONTRIBUTE.md ├── Cartfile ├── Cartfile.resolved ├── LICENSE.txt ├── MacPass.xcodeproj ├── project.pbxproj └── xcshareddata │ └── xcschemes │ └── MacPass.xcscheme ├── MacPass ├── Assets.xcassets │ ├── Contents.json │ ├── FileTypeIcon.iconset │ │ ├── icon_128x128.png │ │ ├── icon_128x128@2x.png │ │ ├── icon_16x16.png │ │ ├── icon_16x16@2x.png │ │ ├── icon_256x256.png │ │ ├── icon_256x256@2x.png │ │ ├── icon_32x32.png │ │ ├── icon_32x32@2x.png │ │ ├── icon_512x512.png │ │ └── icon_512x512@2x.png │ └── MacPassAppIcon.appiconset │ │ ├── Contents.json │ │ ├── icon_128x128.png │ │ ├── icon_128x128@2x.png │ │ ├── icon_16x16.png │ │ ├── icon_16x16@2x.png │ │ ├── icon_256x256.png │ │ ├── icon_256x256@2x.png │ │ ├── icon_32x32.png │ │ ├── icon_32x32@2x.png │ │ ├── icon_512x512.png │ │ └── icon_512x512@2x.png ├── Base.lproj │ ├── AutotypeBuilderView.xib │ ├── AutotypeCandidateSelectionView.xib │ ├── AutotypeDoctorReportViewController.xib │ ├── ContextBar.xib │ ├── Credits.rtf │ ├── DatabaseSettingsWindow.xib │ ├── DatePickingView.xib │ ├── DuplicateEntryOptionsWindow.xib │ ├── EntryInspectorView.xib │ ├── GeneralPreferences.xib │ ├── GroupInspectorView.xib │ ├── IconSelection.xib │ ├── InspectorView.xib │ ├── IntegrationPreferences.xib │ ├── MPTOTPSetupViewController.xib │ ├── MPTOTPViewController.xib │ ├── MainMenu.xib │ ├── OpenPanelAccessoryView.xib │ ├── PasswordCreatorView.xib │ ├── PasswordEditWindow.xib │ ├── PasswordInputView.xib │ ├── PickcharsView.xib │ ├── PickfieldView.xib │ ├── PluginDataView.xib │ ├── PluginPreferences.xib │ ├── PluginRepositoryBrowserView.xib │ ├── ReferenceBuilderView.xib │ ├── SavePanelAccessoryView.xib │ ├── UpdatePreferences.xib │ ├── WelcomeView.xib │ └── WorkflowPreferences.xib ├── DDHotKey+MacPassAdditions.h ├── DDHotKey+MacPassAdditions.m ├── DocumentSplitView.xib ├── DocumentWindow.xib ├── EntryView.xib ├── FixAutotypeWindow.xib ├── KPKBinary+MacPassAddtions.h ├── KPKBinary+MacPassAddtions.m ├── KPKEntry+MPCustomAttributeProperties.h ├── KPKEntry+MPCustomAttributeProperties.m ├── KPKEntry+MPTags.h ├── KPKEntry+MPTags.m ├── KPKFormat+MPUTIDetection.h ├── KPKFormat+MPUTIDetection.m ├── KPKNode+IconImage.h ├── KPKNode+IconImage.m ├── KPKNode+MPIsHistory.h ├── KPKNode+MPIsHistory.m ├── MPActionHelper.h ├── MPActionHelper.m ├── MPAddCustomFieldContextMenuDelegate.h ├── MPAddCustomFieldContextMenuDelegate.m ├── MPAddEntryContextMenuDelegate.h ├── MPAddEntryContextMenuDelegate.m ├── MPAdvancedDatabaseSettingsViewController.h ├── MPAdvancedDatabaseSettingsViewController.m ├── MPAdvancedDatabaseSettingsViewController.xib ├── MPAppDelegate.h ├── MPAppDelegate.m ├── MPArrayController.h ├── MPArrayController.m ├── MPAttachmentTableDataSource.h ├── MPAttachmentTableDataSource.m ├── MPAttachmentTableViewDelegate.h ├── MPAttachmentTableViewDelegate.m ├── MPAutotypeBuilderViewController.h ├── MPAutotypeBuilderViewController.m ├── MPAutotypeCandidateSelectionViewController.h ├── MPAutotypeCandidateSelectionViewController.m ├── MPAutotypeClear.h ├── MPAutotypeClear.m ├── MPAutotypeCommand.h ├── MPAutotypeCommand.m ├── MPAutotypeContext.h ├── MPAutotypeContext.m ├── MPAutotypeDaemon.h ├── MPAutotypeDaemon.m ├── MPAutotypeDelay.h ├── MPAutotypeDelay.m ├── MPAutotypeDoctor.h ├── MPAutotypeDoctor.m ├── MPAutotypeDoctorReportViewController.h ├── MPAutotypeDoctorReportViewController.m ├── MPAutotypeEnvironment.h ├── MPAutotypeEnvironment.m ├── MPAutotypeKeyPress.h ├── MPAutotypeKeyPress.m ├── MPAutotypeParser.h ├── MPAutotypeParser.m ├── MPAutotypePaste.h ├── MPAutotypePaste.m ├── MPCollectionView.h ├── MPCollectionView.m ├── MPCollectionViewItem.h ├── MPCollectionViewItem.m ├── MPConstants.h ├── MPConstants.m ├── MPContextBarViewController.h ├── MPContextBarViewController.m ├── MPContextButton.h ├── MPContextButton.m ├── MPContextMenuHelper.h ├── MPContextMenuHelper.m ├── MPCustomFieldTableCellView.h ├── MPCustomFieldTableCellView.m ├── MPCustomFieldTableViewDelegate.h ├── MPCustomFieldTableViewDelegate.m ├── MPDatabaseSettingsWindowController.h ├── MPDatabaseSettingsWindowController.m ├── MPDatabaseVersion.h ├── MPDatePickingViewController.h ├── MPDatePickingViewController.m ├── MPDayCountFormatter.h ├── MPDayCountFormatter.m ├── MPDockTileHelper.h ├── MPDockTileHelper.m ├── MPDocument+Attachments.m ├── MPDocument+Autotype.m ├── MPDocument+BiometricEncryptionSupport.h ├── MPDocument+BiometricEncryptionSupport.m ├── MPDocument+History.m ├── MPDocument+Search.m ├── MPDocument.h ├── MPDocument.m ├── MPDocumentController.h ├── MPDocumentController.m ├── MPDocumentSplitViewController.h ├── MPDocumentSplitViewController.m ├── MPDocumentWindowController.h ├── MPDocumentWindowController.m ├── MPDocumentWindowDelegate.h ├── MPDocumentWindowDelegate.m ├── MPDuplicateEntryOptionsWindowController.h ├── MPDuplicateEntryOptionsWindowController.m ├── MPEntryAttributeViewController.h ├── MPEntryAttributeViewController.m ├── MPEntryAttributeViewController.xib ├── MPEntryContextMenuDelegate.h ├── MPEntryContextMenuDelegate.m ├── MPEntryInspectorViewController.h ├── MPEntryInspectorViewController.m ├── MPEntryPasswordAttributeViewController.h ├── MPEntryPasswordAttributeViewController.m ├── MPEntryPasswordAttributeViewController.xib ├── MPEntrySearchContext.h ├── MPEntrySearchContext.m ├── MPEntryTableDataSource.h ├── MPEntryTableDataSource.m ├── MPEntryViewController.h ├── MPEntryViewController.m ├── MPErrorRecoveryAttempter.h ├── MPErrorRecoveryAttempter.m ├── MPExtendedTableCellView.h ├── MPExtendedTableCellView.m ├── MPFixAutotypeWindowController.h ├── MPFixAutotypeWindowController.m ├── MPFlagsHelper.h ├── MPFlagsHelper.m ├── MPGeneralDatabaseSettingsViewController.h ├── MPGeneralDatabaseSettingsViewController.m ├── MPGeneralDatabaseSettingsViewController.xib ├── MPGeneralPreferencesController.h ├── MPGeneralPreferencesController.m ├── MPGroupInspectorViewController.h ├── MPGroupInspectorViewController.m ├── MPIconHelper.h ├── MPIconHelper.m ├── MPIconImageView.h ├── MPIconImageView.m ├── MPIconSelectViewController.h ├── MPIconSelectViewController.m ├── MPInspectorEditor.h ├── MPInspectorViewController.h ├── MPInspectorViewController.m ├── MPIntegrationPreferencesController.h ├── MPIntegrationPreferencesController.m ├── MPKeyMapper.h ├── MPKeyMapper.m ├── MPKeyTyper.h ├── MPKeyTyper.m ├── MPLockDaemon.h ├── MPLockDaemon.m ├── MPModelChangeObserving.h ├── MPModifiedKey.h ├── MPModifiedKey.m ├── MPNodeExpirationViewController.h ├── MPNodeExpirationViewController.m ├── MPNodeExpirationViewController.xib ├── MPNotificationPreferencesController.h ├── MPNotificationPreferencesController.m ├── MPNotificationPreferencesController.xib ├── MPNotifications.h ├── MPNotifications.m ├── MPNumberFormatter.h ├── MPNumberFormatter.m ├── MPNumericalInputFormatter.h ├── MPNumericalInputFormatter.m ├── MPOpenURLHandler.h ├── MPOpenURLHandler.m ├── MPOutlineContextMenuDelegate.h ├── MPOutlineContextMenuDelegate.m ├── MPOutlineDataSource.h ├── MPOutlineDataSource.m ├── MPOutlineTableCellView.h ├── MPOutlineTableCellView.m ├── MPOutlineView.h ├── MPOutlineView.m ├── MPOutlineViewController.h ├── MPOutlineViewController.m ├── MPOverlayView.h ├── MPOverlayView.m ├── MPOverlayWindowController.h ├── MPOverlayWindowController.m ├── MPPasswordCreatorViewController.h ├── MPPasswordCreatorViewController.m ├── MPPasswordEditWindowController.h ├── MPPasswordEditWindowController.m ├── MPPasswordInputController.h ├── MPPasswordInputController.m ├── MPPasteBoardController.h ├── MPPasteBoardController.m ├── MPPathCell.h ├── MPPathCell.m ├── MPPathControl+Private.h ├── MPPathControl.h ├── MPPathControl.m ├── MPPickcharsParser.h ├── MPPickcharsParser.m ├── MPPickcharsParser_Private.h ├── MPPickcharsViewController.h ├── MPPickcharsViewController.m ├── MPPickfieldTableModel.h ├── MPPickfieldTableModel.m ├── MPPickfieldViewController.h ├── MPPickfieldViewController.m ├── MPPlugin.h ├── MPPlugin.m ├── MPPluginConstants.h ├── MPPluginConstants.m ├── MPPluginDataViewController.h ├── MPPluginDataViewController.m ├── MPPluginEntryActionContext.h ├── MPPluginEntryActionContext.m ├── MPPluginHost.h ├── MPPluginHost.m ├── MPPluginPreferencesController.h ├── MPPluginPreferencesController.m ├── MPPluginRepository.h ├── MPPluginRepository.m ├── MPPluginRepositoryBrowserViewController.h ├── MPPluginRepositoryBrowserViewController.m ├── MPPluginRepositoryItem.h ├── MPPluginRepositoryItem.m ├── MPPluginRepositoryItemVersionInfo.h ├── MPPluginRepositoryItemVersionInfo.m ├── MPPluginStatusTableCellView.h ├── MPPluginStatusTableCellView.m ├── MPPluginVersionComparator.h ├── MPPluginVersionComparator.m ├── MPPlugin_Private.h ├── MPPreferencesTab.h ├── MPPreferencesWindowController.h ├── MPPreferencesWindowController.m ├── MPPrettyPasswordTransformer.h ├── MPPrettyPasswordTransformer.m ├── MPReferenceBuilderViewController.h ├── MPReferenceBuilderViewController.m ├── MPSavePanelAccessoryViewController.h ├── MPSavePanelAccessoryViewController.m ├── MPSecurityDatabaseSettingsViewController.h ├── MPSecurityDatabaseSettingsViewController.m ├── MPSecurityDatabaseSettingsViewController.xib ├── MPSecurityPreferencesController.h ├── MPSecurityPreferencesController.m ├── MPSecurityPreferencesController.xib ├── MPSegmentedContextCell.h ├── MPSegmentedContextCell.m ├── MPSelectedAttachmentTableCellView.h ├── MPSelectedAttachmentTableCellView.m ├── MPSettingsHelper.h ├── MPSettingsHelper.m ├── MPShadowBox.h ├── MPShadowBox.m ├── MPStringLengthValueTransformer.h ├── MPStringLengthValueTransformer.m ├── MPTOTPSetupViewController.h ├── MPTOTPSetupViewController.m ├── MPTOTPViewController.h ├── MPTOTPViewController.m ├── MPTabViewController.h ├── MPTabViewController.m ├── MPTableView.h ├── MPTableView.m ├── MPTagsTokenFieldDelegate.h ├── MPTagsTokenFieldDelegate.m ├── MPTargetNodeResolving.h ├── MPTemporaryFileStorage.h ├── MPTemporaryFileStorage.m ├── MPTemporaryFileStorageCenter.h ├── MPTemporaryFileStorageCenter.m ├── MPTitlebarColorAccessoryViewController.h ├── MPTitlebarColorAccessoryViewController.m ├── MPToolbarButton.h ├── MPToolbarButton.m ├── MPToolbarDelegate.h ├── MPToolbarDelegate.m ├── MPToolbarItem.h ├── MPToolbarItem.m ├── MPTouchBarButtonCreator.h ├── MPTouchBarButtonCreator.m ├── MPTouchIdCompositeKeyStore.h ├── MPTouchIdCompositeKeyStore.m ├── MPTreeDelegate.h ├── MPTreeDelegate.m ├── MPUniqueCharactersFormatter.h ├── MPUniqueCharactersFormatter.m ├── MPUpdatePreferencesController.h ├── MPUpdatePreferencesController.m ├── MPUserNotificationCenterDelegate.h ├── MPUserNotificationCenterDelegate.m ├── MPValueTransformerHelper.h ├── MPValueTransformerHelper.m ├── MPViewController.h ├── MPViewController.m ├── MPWelcomeViewController.h ├── MPWelcomeViewController.m ├── MPWindowAssociationsTableViewDelegate.h ├── MPWindowAssociationsTableViewDelegate.m ├── MPWindowTitleComboBoxDelegate.h ├── MPWindowTitleComboBoxDelegate.m ├── MPWorkflowPreferencesController.h ├── MPWorkflowPreferencesController.m ├── MacPass-Info.plist ├── MacPass-Prefix.pch ├── MacPass.entitlements ├── NSApplication+MPAdditions.h ├── NSApplication+MPAdditions.m ├── NSDate+Humanized.h ├── NSDate+Humanized.m ├── NSError+Messages.h ├── NSError+Messages.m ├── NSImage+MPQRCode.h ├── NSImage+MPQRCode.m ├── NSIndexPath+MPAdditions.h ├── NSIndexPath+MPAdditions.m ├── NSRunningApplication+MPAdditions.h ├── NSRunningApplication+MPAdditions.m ├── NSString+MPComposedCharacterAdditions.h ├── NSString+MPComposedCharacterAdditions.m ├── NSString+MPHash.h ├── NSString+MPHash.m ├── NSString+MPPasswordCreation.h ├── NSString+MPPasswordCreation.m ├── NSString+MPPrettyPasswordDisplay.h ├── NSString+MPPrettyPasswordDisplay.m ├── NSTextView+MPTouchBarExtension.h ├── NSTextView+MPTouchBarExtension.m ├── NSUserNotification+MPAdditions.h ├── NSUserNotification+MPAdditions.m ├── OutlineView.xib ├── OverlayWindow.xib ├── PreferencesWindow.xib ├── Resources │ ├── Icons │ │ ├── 00_PasswordTemplate.pdf │ │ ├── 01_PackageNetworkTemplate.pdf │ │ ├── 02_MessageBoxWarningTemplate.pdf │ │ ├── 03_ServerTemplate.pdf │ │ ├── 04_KlipperTemplate.pdf │ │ ├── 05_LanguagesTemplate.pdf │ │ ├── 06_BlockDeviceTemplate.pdf │ │ ├── 07_NotepadTemplate.pdf │ │ ├── 08_SocketTemplate.pdf │ │ ├── 09_IdentityTemplate.pdf │ │ ├── 100.pdf │ │ ├── 10_ContactTemplate.pdf │ │ ├── 11_CameraTemplate.pdf │ │ ├── 12_RemoteTemplate.pdf │ │ ├── 13_KeysTemplate.pdf │ │ ├── 14_BatteryTemplate.pdf │ │ ├── 15_ScannerTemplate.pdf │ │ ├── 16_BrowserTemplate.pdf │ │ ├── 17_CDRomTemplate.pdf │ │ ├── 18_DisplayTemplate.pdf │ │ ├── 19_EmailTemplate.pdf │ │ ├── 20_MiscTemplate.pdf │ │ ├── 21_OrganizerTemplate.pdf │ │ ├── 22_ASCIITemplate.pdf │ │ ├── 23_IconsTemplate.pdf │ │ ├── 24_EstablishedConnectionTemplate.pdf │ │ ├── 25_MailFolderTemplate.pdf │ │ ├── 26_FileSaveTemplate.pdf │ │ ├── 27_NFSUnmountTemplate.pdf │ │ ├── 28_QuickTimeTemplate.pdf │ │ ├── 29_SecureTerminalTemplate.pdf │ │ ├── 30_TerminalTemplate.pdf │ │ ├── 31_PrintTemplate.pdf │ │ ├── 32_FileSystemViewTemplate.pdf │ │ ├── 33_RunTemplate.pdf │ │ ├── 34_ConfigureTemplate.pdf │ │ ├── 35_BrowserWindowTemplate.pdf │ │ ├── 36_ArchiveTemplate.pdf │ │ ├── 37_PercentageTemplate.pdf │ │ ├── 38_SambaUnmountTemplate.pdf │ │ ├── 39_HistoryTemplate.pdf │ │ ├── 40_FindMailTemplate.pdf │ │ ├── 41_VectorTemplate.pdf │ │ ├── 42_MemoryTemplate.pdf │ │ ├── 43_TrashTemplate.pdf │ │ ├── 44_NotesTemplate.pdf │ │ ├── 45_CancelTemplate.pdf │ │ ├── 46_HelpTemplate.pdf │ │ ├── 47_PackageTemplate.pdf │ │ ├── 48_FolderTemplate.pdf │ │ ├── 49_FolderOpenTemplate.pdf │ │ ├── 50_FolderTarTemplate.pdf │ │ ├── 51_DecryptedTemplate.pdf │ │ ├── 52_EncryptedTemplate.pdf │ │ ├── 53_ApplyTemplate.pdf │ │ ├── 54_SignatureTemplate.pdf │ │ ├── 55_ThumbnailTemplate.pdf │ │ ├── 56_AddressBookTemplate.pdf │ │ ├── 57_TextViewTemplate.pdf │ │ ├── 58_SecureAccountTemplate.pdf │ │ ├── 59_DevelopmentTemplate.pdf │ │ ├── 60_HomeTemplate.pdf │ │ ├── 61_ServicesTemplate.pdf │ │ ├── 62_TuxTemplate.pdf │ │ ├── 63_FeatherTemplate.pdf │ │ ├── 64_AppleTemplate.pdf │ │ ├── 65_WikiTemplate.pdf │ │ ├── 66_MoneyTemplate.pdf │ │ ├── 67_CertificatTemplate.pdf │ │ ├── 68_PhoneTemplate.pdf │ │ ├── 94.pdf │ │ ├── 95.pdf │ │ ├── 96.pdf │ │ ├── addEntryTemplate.pdf │ │ ├── addFolderTemplate.pdf │ │ ├── contextTriangleTemplate.pdf │ │ ├── createdTemplate.pdf │ │ ├── downloadTemplate.pdf │ │ ├── downloadToDiskTemplate.pdf │ │ ├── harddiskTemplate.pdf │ │ ├── infoTemplate.pdf │ │ └── keyboardTemplate.pdf │ └── plugins.json ├── TitlebarColorAccessoryViewController.xib ├── cs.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── AutotypeDoctorReportViewController.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MPTOTPSetupViewController.strings │ ├── MainMenu.strings │ ├── OpenPanelAccessoryView.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PickcharsView.strings │ ├── PickfieldView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── PluginRepositoryBrowserView.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── de.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── AutotypeDoctorReportViewController.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MPTOTPSetupViewController.strings │ ├── MPTOTPViewController.strings │ ├── MainMenu.strings │ ├── OpenPanelAccessoryView.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PickcharsView.strings │ ├── PickfieldView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── PluginRepositoryBrowserView.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── en.lproj │ ├── InfoPlist.strings │ ├── Localizable.strings │ └── Localizable.stringsdict ├── es.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MainMenu.strings │ ├── OpenPanelAccessoryView.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PickcharsView.strings │ ├── PickfieldView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── PluginRepositoryBrowserView.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── fr.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── AutotypeDoctorReportViewController.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MainMenu.strings │ ├── OpenPanelAccessoryView.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PickcharsView.strings │ ├── PickfieldView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── PluginRepositoryBrowserView.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── it.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── AutotypeDoctorReportViewController.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── MainMenu.strings │ ├── OpenPanelAccessoryView.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PickcharsView.strings │ ├── PickfieldView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── PluginRepositoryBrowserView.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── ja.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── AutotypeDoctorReportViewController.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MainMenu.strings │ ├── OpenPanelAccessoryView.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PickcharsView.strings │ ├── PickfieldView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── PluginRepositoryBrowserView.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── main.m ├── nl.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MainMenu.strings │ ├── OpenPanelAccessoryView.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PickcharsView.strings │ ├── PickfieldView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── pl.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── AutotypeDoctorReportViewController.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MainMenu.strings │ ├── OpenPanelAccessoryView.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PickcharsView.strings │ ├── PickfieldView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── PluginRepositoryBrowserView.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── ru.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── AutotypeDoctorReportViewController.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MainMenu.strings │ ├── OpenPanelAccessoryView.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PickcharsView.strings │ ├── PickfieldView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── PluginRepositoryBrowserView.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── sv-SE.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MainMenu.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PickcharsView.strings │ ├── PickfieldView.strings │ ├── PluginPreferences.strings │ ├── ReferenceBuilderView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── uk.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── AutotypeDoctorReportViewController.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MainMenu.strings │ ├── OpenPanelAccessoryView.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PickcharsView.strings │ ├── PickfieldView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── PluginRepositoryBrowserView.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── zh-Hans.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── AutotypeDoctorReportViewController.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MPTOTPSetupViewController.strings │ ├── MPTOTPViewController.strings │ ├── MainMenu.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── PluginRepositoryBrowserView.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings └── zh-Hant.lproj │ ├── AutotypeBuilderView.strings │ ├── AutotypeCandidateSelectionView.strings │ ├── AutotypeDoctorReportViewController.strings │ ├── ContextBar.strings │ ├── DatabaseSettingsWindow.strings │ ├── DatePickingView.strings │ ├── DuplicateEntryOptionsWindow.strings │ ├── EntryInspectorView.strings │ ├── GeneralPreferences.strings │ ├── GroupInspectorView.strings │ ├── IconSelection.strings │ ├── InfoPlist.strings │ ├── InspectorView.strings │ ├── IntegrationPreferences.strings │ ├── Localizable.strings │ ├── Localizable.stringsdict │ ├── MainMenu.strings │ ├── PasswordCreatorView.strings │ ├── PasswordEditWindow.strings │ ├── PasswordInputView.strings │ ├── PluginDataView.strings │ ├── PluginPreferences.strings │ ├── PluginRepositoryBrowserView.strings │ ├── ReferenceBuilderView.strings │ ├── SavePanelAccessoryView.strings │ ├── UpdatePreferences.strings │ ├── WelcomeView.strings │ └── WorkflowPreferences.strings ├── MacPassTests ├── .DS_Store ├── Databases │ ├── Test_Password_1234.kdb │ └── Test_Password_1234.kdbx ├── MPDatabaseLoading.m ├── MPDatabaseSearch.m ├── MPTestAutotype.m ├── MPTestAutotypeDelay.m ├── MPTestCustomAttributeGetter.m ├── MPTestDocument.m ├── MPTestIndexPathAdditions.m ├── MPTestKeyMapper.m ├── MPTestPickcharsParser.m ├── MPTestPluginVersionComparator.m ├── MacPassTests-Info.plist ├── MacPassTests-Prefix.pch ├── cs.lproj │ └── InfoPlist.strings ├── en.lproj │ └── InfoPlist.strings ├── es.lproj │ └── InfoPlist.strings ├── fr.lproj │ └── InfoPlist.strings ├── it.lproj │ └── InfoPlist.strings ├── ja.lproj │ └── InfoPlist.strings ├── nl.lproj │ └── InfoPlist.strings ├── pl.lproj │ └── InfoPlist.strings ├── ru.lproj │ └── InfoPlist.strings ├── sv-SE.lproj │ └── InfoPlist.strings ├── uk.lproj │ └── InfoPlist.strings └── zh-Hans.lproj │ └── InfoPlist.strings ├── README.md ├── docs ├── acknowledgement │ ├── acknowledgements.html │ ├── acknowledgements.pdf │ └── acknowledgements.tex └── index.md └── scripts ├── extract_localizeables.sh ├── list_of_contributors.sh ├── prepare_release.sh ├── update_continous_release.sh └── update_plugin_repository.sh /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: mstarke 2 | custom: https://flattr.com/thing/1550529/mstarkeMacPass-on-GitHub 3 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | 5 | --- 6 | 7 | **Describe the bug** 8 | A clear and concise description of what the bug is. 9 | 10 | **To Reproduce** 11 | Steps to reproduce the behavior: 12 | 1. Go to '...' 13 | 2. Click on '....' 14 | 3. Scroll down to '....' 15 | 4. See error 16 | 17 | **Expected behavior** 18 | A clear and concise description of what you expected to happen. 19 | 20 | **Screenshots** 21 | If applicable, add screenshots to help explain your problem. 22 | 23 | **Desktop (please complete the following information):** 24 | - macOS: [e.g. 10.12.1] 25 | - Version [e.g. 0.7.3] 26 | 27 | 28 | **Additional context** 29 | Add any other context about the problem here. 30 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | 5 | --- 6 | 7 | **Is your feature request related to a problem? Please describe.** 8 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 9 | 10 | **Describe the solution you'd like** 11 | A clear and concise description of what you want to happen. 12 | 13 | **Describe alternatives you've considered** 14 | A clear and concise description of any alternative solutions or features you've considered. 15 | 16 | **Additional context** 17 | Add any other context or screenshots about the feature request here. 18 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Xcode 2 | build/* 3 | *.pbxuser 4 | !default.pbxuser 5 | *.mode1v3 6 | !default.mode1v3 7 | *.mode2v3 8 | !default.mode2v3 9 | *.perspectivev3 10 | !default.perspectivev3 11 | *.xcworkspace 12 | !default.xcworkspace 13 | xcuserdata 14 | profile 15 | *.moved-aside 16 | Assets/MacPass Icons Grayscale V3.ai 17 | Assets/MacPass Icons Grayscale V4.ai 18 | MacPass.xcodeproj/xcshareddata/xcbaselines 19 | Carthage 20 | .DS_store 21 | Docs/Acknowlegements/*.aux 22 | Docs/Acknowlegements/*.fdb_latexmk 23 | Docs/Acknowlegements/*.fls 24 | Docs/Acknowlegements/*.log 25 | Docs/Acknowlegements/*.synctex.gz 26 | docs/acknowledgement/*.lb 27 | MacPass/en.lproj/Localizable.strings.updated 28 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "DDHotKey"] 2 | path = DDHotKey 3 | url = https://github.com/mstarke/DDHotKey.git 4 | -------------------------------------------------------------------------------- /Assets/App icon/MacPass AppIcon.afdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/App icon/MacPass AppIcon.afdesign -------------------------------------------------------------------------------- /Assets/App icon/MacPass.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/App icon/MacPass.icns -------------------------------------------------------------------------------- /Assets/App icon/PSD.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/App icon/PSD.zip -------------------------------------------------------------------------------- /Assets/Databaseicons.afdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Databaseicons.afdesign -------------------------------------------------------------------------------- /Assets/Icons as PDF files/00_PasswordTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/00_PasswordTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/01_PackageNetworkTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/01_PackageNetworkTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/02_MessageBoxWarningTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/02_MessageBoxWarningTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/03_ServerTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/03_ServerTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/04_KlipperTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/04_KlipperTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/05_LanguagesTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/05_LanguagesTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/06_BlockDeviceTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/06_BlockDeviceTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/07_NotepadTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/07_NotepadTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/08_SocketTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/08_SocketTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/09_IdentityTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/09_IdentityTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/100.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/100.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/10_ContactTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/10_ContactTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/11_CameraTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/11_CameraTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/12_RemoteTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/12_RemoteTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/13_KeysTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/13_KeysTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/14_BatteryTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/14_BatteryTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/15_ScannerTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/15_ScannerTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/16_BrowserTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/16_BrowserTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/17_CDRomTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/17_CDRomTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/18_DisplayTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/18_DisplayTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/19_EmailTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/19_EmailTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/20_MiscTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/20_MiscTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/21.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/21.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/22.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/22.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/23.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/23.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/24.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/24.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/25.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/25.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/26_FileSaveTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/26_FileSaveTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/27.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/27.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/28.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/28.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/29.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/29.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/30_TerminalTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/30_TerminalTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/31_PrintTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/31_PrintTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/32.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/33.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/33.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/34.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/34.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/35.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/35.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/36.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/36.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/37.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/37.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/38.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/38.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/39.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/39.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/40.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/40.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/41.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/41.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/42.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/42.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/43_TrashTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/43_TrashTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/44.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/44.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/45.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/45.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/46.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/46.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/47.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/47.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/48_FolderTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/48_FolderTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/49.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/49.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/50.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/50.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/51.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/51.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/52.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/52.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/53.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/53.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/54.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/54.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/55.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/55.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/56.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/56.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/57.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/57.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/58.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/58.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/59.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/59.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/60.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/60.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/61.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/61.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/62.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/62.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/63.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/63.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/64.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/64.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/65.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/65.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/66.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/66.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/67.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/67.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/68_PhoneTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/68_PhoneTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/89.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/89.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/94.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/94.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/95.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/95.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/96.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/96.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/99.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/99.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/99_AddFolderTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/99_AddFolderTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/99_InfoTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/99_InfoTemplate.pdf -------------------------------------------------------------------------------- /Assets/Icons as PDF files/addEntryTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Icons as PDF files/addEntryTemplate.pdf -------------------------------------------------------------------------------- /Assets/Keepass Icons.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Keepass Icons.ai -------------------------------------------------------------------------------- /Assets/MacPass Icons Grayscale V5.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/MacPass Icons Grayscale V5.ai -------------------------------------------------------------------------------- /Assets/MacPass Icons Grayscale V6 Compound.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/MacPass Icons Grayscale V6 Compound.ai -------------------------------------------------------------------------------- /Assets/MacPass Icons Grayscale V6 Compound.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/MacPass Icons Grayscale V6 Compound.pdf -------------------------------------------------------------------------------- /Assets/Native Icons/C00_Password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C00_Password.png -------------------------------------------------------------------------------- /Assets/Native Icons/C01_Package_Network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C01_Package_Network.png -------------------------------------------------------------------------------- /Assets/Native Icons/C02_MessageBox_Warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C02_MessageBox_Warning.png -------------------------------------------------------------------------------- /Assets/Native Icons/C03_Server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C03_Server.png -------------------------------------------------------------------------------- /Assets/Native Icons/C04_Klipper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C04_Klipper.png -------------------------------------------------------------------------------- /Assets/Native Icons/C05_Edu_Languages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C05_Edu_Languages.png -------------------------------------------------------------------------------- /Assets/Native Icons/C06_KCMDF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C06_KCMDF.png -------------------------------------------------------------------------------- /Assets/Native Icons/C07_Kate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C07_Kate.png -------------------------------------------------------------------------------- /Assets/Native Icons/C08_Socket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C08_Socket.png -------------------------------------------------------------------------------- /Assets/Native Icons/C09_Identity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C09_Identity.png -------------------------------------------------------------------------------- /Assets/Native Icons/C10_Kontact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C10_Kontact.png -------------------------------------------------------------------------------- /Assets/Native Icons/C11_Camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C11_Camera.png -------------------------------------------------------------------------------- /Assets/Native Icons/C12_IRKickFlash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C12_IRKickFlash.png -------------------------------------------------------------------------------- /Assets/Native Icons/C13_KGPG_Key3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C13_KGPG_Key3.png -------------------------------------------------------------------------------- /Assets/Native Icons/C14_Laptop_Power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C14_Laptop_Power.png -------------------------------------------------------------------------------- /Assets/Native Icons/C15_Scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C15_Scanner.png -------------------------------------------------------------------------------- /Assets/Native Icons/C16_Mozilla_Firebird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C16_Mozilla_Firebird.png -------------------------------------------------------------------------------- /Assets/Native Icons/C17_CDROM_Unmount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C17_CDROM_Unmount.png -------------------------------------------------------------------------------- /Assets/Native Icons/C18_Display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C18_Display.png -------------------------------------------------------------------------------- /Assets/Native Icons/C19_Mail_Generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C19_Mail_Generic.png -------------------------------------------------------------------------------- /Assets/Native Icons/C20_Misc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C20_Misc.png -------------------------------------------------------------------------------- /Assets/Native Icons/C21_KOrganizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C21_KOrganizer.png -------------------------------------------------------------------------------- /Assets/Native Icons/C22_ASCII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C22_ASCII.png -------------------------------------------------------------------------------- /Assets/Native Icons/C23_Icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C23_Icons.png -------------------------------------------------------------------------------- /Assets/Native Icons/C24_Connect_Established.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C24_Connect_Established.png -------------------------------------------------------------------------------- /Assets/Native Icons/C25_Folder_Mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C25_Folder_Mail.png -------------------------------------------------------------------------------- /Assets/Native Icons/C26_FileSave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C26_FileSave.png -------------------------------------------------------------------------------- /Assets/Native Icons/C27_NFS_Unmount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C27_NFS_Unmount.png -------------------------------------------------------------------------------- /Assets/Native Icons/C28_QuickTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C28_QuickTime.png -------------------------------------------------------------------------------- /Assets/Native Icons/C29_KGPG_Term.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C29_KGPG_Term.png -------------------------------------------------------------------------------- /Assets/Native Icons/C30_Konsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C30_Konsole.png -------------------------------------------------------------------------------- /Assets/Native Icons/C31_FilePrint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C31_FilePrint.png -------------------------------------------------------------------------------- /Assets/Native Icons/C32_FSView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C32_FSView.png -------------------------------------------------------------------------------- /Assets/Native Icons/C33_Run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C33_Run.png -------------------------------------------------------------------------------- /Assets/Native Icons/C34_Configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C34_Configure.png -------------------------------------------------------------------------------- /Assets/Native Icons/C35_KRFB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C35_KRFB.png -------------------------------------------------------------------------------- /Assets/Native Icons/C36_Ark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C36_Ark.png -------------------------------------------------------------------------------- /Assets/Native Icons/C37_KPercentage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C37_KPercentage.png -------------------------------------------------------------------------------- /Assets/Native Icons/C38_Samba_Unmount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C38_Samba_Unmount.png -------------------------------------------------------------------------------- /Assets/Native Icons/C39_History.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C39_History.png -------------------------------------------------------------------------------- /Assets/Native Icons/C40_Mail_Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C40_Mail_Find.png -------------------------------------------------------------------------------- /Assets/Native Icons/C41_VectorGfx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C41_VectorGfx.png -------------------------------------------------------------------------------- /Assets/Native Icons/C42_KCMMemory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C42_KCMMemory.png -------------------------------------------------------------------------------- /Assets/Native Icons/C43_EditTrash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C43_EditTrash.png -------------------------------------------------------------------------------- /Assets/Native Icons/C44_KNotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C44_KNotes.png -------------------------------------------------------------------------------- /Assets/Native Icons/C45_Cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C45_Cancel.png -------------------------------------------------------------------------------- /Assets/Native Icons/C46_Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C46_Help.png -------------------------------------------------------------------------------- /Assets/Native Icons/C47_KPackage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C47_KPackage.png -------------------------------------------------------------------------------- /Assets/Native Icons/C48_Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C48_Folder.png -------------------------------------------------------------------------------- /Assets/Native Icons/C49_Folder_Blue_Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C49_Folder_Blue_Open.png -------------------------------------------------------------------------------- /Assets/Native Icons/C50_Folder_Tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C50_Folder_Tar.png -------------------------------------------------------------------------------- /Assets/Native Icons/C51_Decrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C51_Decrypted.png -------------------------------------------------------------------------------- /Assets/Native Icons/C52_Encrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C52_Encrypted.png -------------------------------------------------------------------------------- /Assets/Native Icons/C53_Apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C53_Apply.png -------------------------------------------------------------------------------- /Assets/Native Icons/C54_Signature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C54_Signature.png -------------------------------------------------------------------------------- /Assets/Native Icons/C55_Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C55_Thumbnail.png -------------------------------------------------------------------------------- /Assets/Native Icons/C56_KAddressBook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C56_KAddressBook.png -------------------------------------------------------------------------------- /Assets/Native Icons/C57_View_Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C57_View_Text.png -------------------------------------------------------------------------------- /Assets/Native Icons/C58_KGPG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C58_KGPG.png -------------------------------------------------------------------------------- /Assets/Native Icons/C59_Package_Development.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C59_Package_Development.png -------------------------------------------------------------------------------- /Assets/Native Icons/C60_KFM_Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C60_KFM_Home.png -------------------------------------------------------------------------------- /Assets/Native Icons/C61_Services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C61_Services.png -------------------------------------------------------------------------------- /Assets/Native Icons/C62_Tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C62_Tux.png -------------------------------------------------------------------------------- /Assets/Native Icons/C63_Feather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C63_Feather.png -------------------------------------------------------------------------------- /Assets/Native Icons/C64_Apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C64_Apple.png -------------------------------------------------------------------------------- /Assets/Native Icons/C65_W.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C65_W.png -------------------------------------------------------------------------------- /Assets/Native Icons/C66_Money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C66_Money.png -------------------------------------------------------------------------------- /Assets/Native Icons/C67_Certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C67_Certificate.png -------------------------------------------------------------------------------- /Assets/Native Icons/C68_BlackBerry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Native Icons/C68_BlackBerry.png -------------------------------------------------------------------------------- /Assets/Screenshots/Attachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/Attachments.png -------------------------------------------------------------------------------- /Assets/Screenshots/CopyCustomFields.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/CopyCustomFields.png -------------------------------------------------------------------------------- /Assets/Screenshots/CustomFields.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/CustomFields.png -------------------------------------------------------------------------------- /Assets/Screenshots/DatabaseSettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/DatabaseSettings.png -------------------------------------------------------------------------------- /Assets/Screenshots/DatePicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/DatePicker.png -------------------------------------------------------------------------------- /Assets/Screenshots/Icons 100%.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/Icons 100%.PNG -------------------------------------------------------------------------------- /Assets/Screenshots/Icons 200%.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/Icons 200%.PNG -------------------------------------------------------------------------------- /Assets/Screenshots/Locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/Locked.png -------------------------------------------------------------------------------- /Assets/Screenshots/MacPass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/MacPass.png -------------------------------------------------------------------------------- /Assets/Screenshots/NoInspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/NoInspector.png -------------------------------------------------------------------------------- /Assets/Screenshots/PasswordExpiredAlert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/PasswordExpiredAlert.png -------------------------------------------------------------------------------- /Assets/Screenshots/PasswordGenerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/PasswordGenerator.png -------------------------------------------------------------------------------- /Assets/Screenshots/SetPassword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/SetPassword.png -------------------------------------------------------------------------------- /Assets/Screenshots/Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/Settings.png -------------------------------------------------------------------------------- /Assets/Screenshots/SettingsForExpiredPasswords.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/Assets/Screenshots/SettingsForExpiredPasswords.png -------------------------------------------------------------------------------- /Cartfile: -------------------------------------------------------------------------------- 1 | binary "https://sparkle-project.org/Carthage/Sparkle.json" 2 | github "MacPass/TransformerKit" "3232b04c568df7f98b33ceb21a2090a9ccbc2065" 3 | github "MacPass/KeePassKit" ~> 3.3.2 4 | github "mstarke/HNHUi" ~> 6.0.1 5 | -------------------------------------------------------------------------------- /Cartfile.resolved: -------------------------------------------------------------------------------- 1 | binary "https://sparkle-project.org/Carthage/Sparkle.json" "2.6.4" 2 | github "MacPass/KeePassKit" "3.3.2" 3 | github "MacPass/KissXML" "503fc012b73a4507965019720cbf1c157e849657" 4 | github "MacPass/TransformerKit" "3232b04c568df7f98b33ceb21a2090a9ccbc2065" 5 | github "mstarke/HNHUi" "6.0.1" 6 | -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_128x128.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_128x128@2x.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_16x16.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_16x16@2x.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_256x256.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_256x256@2x.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_32x32.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_32x32@2x.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_512x512.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_512x512@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/FileTypeIcon.iconset/icon_512x512@2x.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_128x128.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_128x128@2x.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_16x16.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_16x16@2x.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_256x256.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_256x256@2x.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_32x32.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_32x32@2x.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_512x512.png -------------------------------------------------------------------------------- /MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_512x512@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Assets.xcassets/MacPassAppIcon.appiconset/icon_512x512@2x.png -------------------------------------------------------------------------------- /MacPass/KPKBinary+MacPassAddtions.h: -------------------------------------------------------------------------------- 1 | // 2 | // KPKBinary+MacPassAddtions.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 09.11.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <KeePassKit/KeePassKit.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface KPKBinary (MacPassAddtions) <NSFilePromiseProviderDelegate> 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /MacPass/KPKBinary+MacPassAddtions.m: -------------------------------------------------------------------------------- 1 | // 2 | // KPKBinary+MacPassAddtions.m 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 09.11.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import "KPKBinary+MacPassAddtions.h" 10 | 11 | @implementation KPKBinary (MacPassAddtions) 12 | 13 | - (NSString *)filePromiseProvider:(NSFilePromiseProvider *)filePromiseProvider fileNameForType:(NSString *)fileType { 14 | return self.name; 15 | } 16 | 17 | - (void)filePromiseProvider:(NSFilePromiseProvider *)filePromiseProvider writePromiseToURL:(NSURL *)url completionHandler:(void (^)(NSError * _Nullable))completionHandler { 18 | NSError *error; 19 | [self saveToLocation:url error:&error]; 20 | completionHandler(error); 21 | } 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /MacPass/KPKEntry+MPTags.h: -------------------------------------------------------------------------------- 1 | // 2 | // KPKEntry+MPTags.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 20.03.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <AppKit/AppKit.h> 10 | 11 | 12 | #import <KeePassKit/KeePassKit.h> 13 | 14 | NS_ASSUME_NONNULL_BEGIN 15 | 16 | @interface KPKEntry (MPTags) 17 | 18 | @property (readonly, copy) NSString *tagsString; 19 | 20 | @end 21 | 22 | NS_ASSUME_NONNULL_END 23 | -------------------------------------------------------------------------------- /MacPass/KPKEntry+MPTags.m: -------------------------------------------------------------------------------- 1 | // 2 | // KPKEntry+MPTags.m 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 20.03.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import "KPKEntry+MPTags.h" 10 | 11 | #import <AppKit/AppKit.h> 12 | 13 | 14 | @implementation KPKEntry (MPTags) 15 | 16 | + (NSSet<NSString *> *)keyPathsForValuesAffectingTagsString { 17 | return [NSSet setWithObject:NSStringFromSelector(@selector(tags))]; 18 | } 19 | 20 | - (NSString *)tagsString { 21 | return [self.tags componentsJoinedByString:@" "]; 22 | } 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /MacPass/MPAdvancedDatabaseSettingsViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPAdvancedDatabaseSettingsViewController.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 18.11.21. 6 | // Copyright © 2021 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPAdvancedDatabaseSettingsViewController : NSViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /MacPass/MPAutotypeParser.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPAutotypeParser.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 02.11.18. 6 | // Copyright © 2018 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Foundation/Foundation.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @class MPAutotypeCommand; 14 | @class MPAutotypeContext; 15 | 16 | @interface MPAutotypeParser : NSObject 17 | 18 | @property (nonatomic, copy, readonly) NSArray<MPAutotypeCommand *> *commands; 19 | @property (readonly, strong) MPAutotypeContext *context; 20 | 21 | - (instancetype)initWithContext:(MPAutotypeContext *)context; 22 | 23 | @end 24 | 25 | NS_ASSUME_NONNULL_END 26 | -------------------------------------------------------------------------------- /MacPass/MPDocument+BiometricEncryptionSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPDocument+BiometricEncryptionSupport.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 22.08.22. 6 | // Copyright © 2022 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import "MPDocument.h" 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPDocument (BiometricEncryptionSupport) 14 | @property (nonatomic, readonly, copy, nullable) NSString *biometricKey; 15 | @property (nonatomic, readonly, copy, nullable) NSData *encryptedKeyData; 16 | 17 | @end 18 | 19 | NS_ASSUME_NONNULL_END 20 | -------------------------------------------------------------------------------- /MacPass/MPDocument+BiometricEncryptionSupport.m: -------------------------------------------------------------------------------- 1 | // 2 | // MPDocument+BiometricEncryptionSupport.m 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 22.08.22. 6 | // Copyright © 2022 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import "MPDocument+BiometricEncryptionSupport.h" 10 | #import "MPTouchIdCompositeKeyStore.h" 11 | #import "NSString+MPHash.h" 12 | 13 | 14 | @implementation MPDocument (BiometricEncryptionSupport) 15 | 16 | @dynamic biometricKey; 17 | 18 | - (NSString *)biometricKey { 19 | return [self.fileURL.lastPathComponent sha1HexDigest]; 20 | } 21 | 22 | - (NSData *)encryptedKeyData { 23 | NSString *documentKey = self.biometricKey; 24 | if(nil == documentKey) { 25 | return nil; 26 | } 27 | return [MPTouchIdCompositeKeyStore.defaultStore loadEncryptedCompositeKeyForDocumentKey:documentKey]; 28 | } 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /MacPass/MPEntryPasswordAttributeViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPEntryPasswordAttributeViewController.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 18.10.21. 6 | // Copyright © 2021 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | #import "MPEntryAttributeViewController.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface MPEntryPasswordAttributeViewController : MPEntryAttributeViewController 15 | 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /MacPass/MPGeneralDatabaseSettingsViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPGeneralDatabaseSettingsViewController.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 18.11.21. 6 | // Copyright © 2021 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPGeneralDatabaseSettingsViewController : NSViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /MacPass/MPInspectorEditor.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPInspectorEditor.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 14.10.21. 6 | // Copyright © 2021 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Foundation/Foundation.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | /// The InpsectorEditor protocoll that should be implemented by editors used in the inspector 14 | /// Individual editors shoudl adopt different APIs to accomodate their needs 15 | /// The preferred way to set model data is to use the representedObject 16 | @protocol MPInspectorEditor <NSObject> 17 | 18 | @required 19 | @property (nonatomic) BOOL isEditor; 20 | 21 | @end 22 | 23 | NS_ASSUME_NONNULL_END 24 | -------------------------------------------------------------------------------- /MacPass/MPNodeExpirationViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPNodeExpirationViewController.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 22.10.21. 6 | // Copyright © 2021 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | #import "MPInspectorEditor.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface MPNodeExpirationViewController : NSViewController <MPInspectorEditor> 15 | 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /MacPass/MPNotificationPreferencesController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPNotificationPreferencesController.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 07.12.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | #import "MPPreferencesTab.h" 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface MPNotificationPreferencesController : NSViewController <MPPreferencesTab> 15 | 16 | @end 17 | 18 | NS_ASSUME_NONNULL_END 19 | -------------------------------------------------------------------------------- /MacPass/MPNotificationPreferencesController.m: -------------------------------------------------------------------------------- 1 | // 2 | // MPNotificationPreferencesController.m 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 07.12.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import "MPNotificationPreferencesController.h" 10 | 11 | @interface MPNotificationPreferencesController () 12 | 13 | @end 14 | 15 | @implementation MPNotificationPreferencesController 16 | 17 | - (NSImage *)image { 18 | return [NSImage imageNamed:NSImageNameNetwork]; 19 | } 20 | 21 | - (void)viewDidLoad { 22 | [super viewDidLoad]; 23 | } 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /MacPass/MPOpenURLHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOpenURLHandler.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 11.11.21. 6 | // Copyright © 2021 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Foundation/Foundation.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPOpenURLHandler : NSObject 14 | 15 | @property (class, strong, readonly) MPOpenURLHandler *sharedHandler; 16 | - (instancetype)init NS_UNAVAILABLE; 17 | 18 | - (void)openURL:(NSString *)url; 19 | - (BOOL)supportsPrivateBrowsingForBundleId:(NSString *)bundleId; 20 | 21 | @end 22 | 23 | NS_ASSUME_NONNULL_END 24 | -------------------------------------------------------------------------------- /MacPass/MPOutlineTableCellView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOutlineTableCellView.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 26.09.18. 6 | // Copyright © 2018 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPOutlineTableCellView : NSTableCellView 14 | 15 | @property (nonatomic) NSInteger count; 16 | @property (nonatomic) BOOL hideZeroCount; 17 | @property (nonatomic, strong) IBOutlet NSButton *countButton; 18 | 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /MacPass/MPPathCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPPathCell.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 14.01.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPPathCell : NSPathCell 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /MacPass/MPPathCell.m: -------------------------------------------------------------------------------- 1 | // 2 | // MPPathCell.m 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 14.01.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import "MPPathCell.h" 10 | #import "MPPathControl+Private.h" 11 | 12 | @implementation MPPathCell 13 | 14 | - (void)setURL:(NSURL *)URL { 15 | super.URL = URL; 16 | if([self.controlView isKindOfClass:MPPathControl.class]) { 17 | MPPathControl *pc = (MPPathControl *)self.controlView; 18 | [pc _postDidSetURLNotification]; 19 | } 20 | } 21 | 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /MacPass/MPPathControl+Private.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPPathControl+Private.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 14.01.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <AppKit/AppKit.h> 10 | 11 | 12 | #import "MPPathControl.h" 13 | 14 | NS_ASSUME_NONNULL_BEGIN 15 | 16 | @interface MPPathControl () 17 | 18 | - (void)_postDidSetURLNotification; 19 | 20 | @end 21 | 22 | NS_ASSUME_NONNULL_END 23 | -------------------------------------------------------------------------------- /MacPass/MPPathControl.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPPathControl.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 28.11.18. 6 | // Copyright © 2018 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | APPKIT_EXTERN NSString *const MPPathControlDidSetURLNotification; 14 | 15 | @interface MPPathControl : NSPathControl <NSPathControlDelegate> 16 | 17 | - (IBAction)showOpenPanel:(id _Nullable)sender; 18 | 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /MacPass/MPPluginRepositoryBrowserViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPPluginRepositoryBrowserViewController.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 11.10.18. 6 | // Copyright © 2018 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPPluginRepositoryBrowserViewController : NSViewController 14 | 15 | - (IBAction)refresh:(id)sender; 16 | - (IBAction)executePluginAction:(id)sender; 17 | 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /MacPass/MPPluginRepositoryItemVersionInfo.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPPluginVersionInfo.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 04.10.18. 6 | // Copyright © 2018 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Foundation/Foundation.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPPluginRepositoryItemVersionInfo : NSObject 14 | 15 | @property (copy, readonly) NSString *version; 16 | 17 | + (instancetype)versionInfoWithDict:(NSDictionary *)dict; 18 | 19 | - (instancetype)initWithDict:(NSDictionary *)dict NS_DESIGNATED_INITIALIZER; 20 | - (instancetype)init NS_UNAVAILABLE; 21 | 22 | - (BOOL)isCompatibleWithHostVersion:(NSString *)hostVersion; 23 | 24 | @end 25 | 26 | NS_ASSUME_NONNULL_END 27 | -------------------------------------------------------------------------------- /MacPass/MPPluginStatusTableCellView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPPluginStatusTableCellView.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 30.12.18. 6 | // Copyright © 2018 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPPluginStatusTableCellView : NSTableCellView 14 | 15 | @property (strong) IBOutlet NSButton *actionButton; 16 | 17 | @end 18 | 19 | NS_ASSUME_NONNULL_END 20 | -------------------------------------------------------------------------------- /MacPass/MPPluginStatusTableCellView.m: -------------------------------------------------------------------------------- 1 | // 2 | // MPPluginStatusTableCellView.m 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 30.12.18. 6 | // Copyright © 2018 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import "MPPluginStatusTableCellView.h" 10 | 11 | @implementation MPPluginStatusTableCellView 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MacPass/MPSecurityDatabaseSettingsViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPSecurityDatabaseSettingsViewController.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 18.11.21. 6 | // Copyright © 2021 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPSecurityDatabaseSettingsViewController : NSViewController 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /MacPass/MPTOTPSetupViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPTOTPSetupViewController.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 10.12.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPTOTPSetupViewController : NSViewController <NSTextFieldDelegate> 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /MacPass/MPTOTPViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPOTPViewController.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 27.11.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | #import <HNHUi/HNHUi.h> 11 | 12 | NS_ASSUME_NONNULL_BEGIN 13 | 14 | @interface MPTOTPViewController : NSViewController <HNHUITextFieldDelegate> 15 | @property (strong) IBOutlet HNHUITextField *toptValueTextField; 16 | @property (strong) IBOutlet NSButton *remainingTimeButton; 17 | @property (strong) IBOutlet NSButton *showSetupButton; 18 | 19 | @end 20 | 21 | NS_ASSUME_NONNULL_END 22 | -------------------------------------------------------------------------------- /MacPass/MPTabViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPTabViewController.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 30.06.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPTabViewController : NSTabViewController 14 | 15 | @property (nonatomic, copy, nullable) void (^willSelectTabHandler)(NSTabViewItem *item); 16 | @property (nonatomic, copy, nullable) void (^didSelectTabHandler)(NSTabViewItem *item); 17 | 18 | @end 19 | 20 | NS_ASSUME_NONNULL_END 21 | -------------------------------------------------------------------------------- /MacPass/MPWelcomeViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // MPWelcomeWindowViewController.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 28.09.18. 6 | // Copyright © 2018 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface MPWelcomeViewController : NSViewController <NSTableViewDataSource, NSTableViewDelegate> 14 | 15 | @end 16 | 17 | NS_ASSUME_NONNULL_END 18 | -------------------------------------------------------------------------------- /MacPass/MacPass-Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'MacPass' target in the 'MacPass' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import <Cocoa/Cocoa.h> 7 | #endif 8 | -------------------------------------------------------------------------------- /MacPass/MacPass.entitlements: -------------------------------------------------------------------------------- 1 | <?xml version="1.0" encoding="UTF-8"?> 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 | <plist version="1.0"> 4 | <dict> 5 | <key>com.apple.security.automation.apple-events</key> 6 | <true/> 7 | <key>com.apple.security.cs.disable-library-validation</key> 8 | <true/> 9 | <key>keychain-access-groups</key> 10 | <array> 11 | <string>$(AppIdentifierPrefix)$(PRODUCT_BUNDLE_IDENTIFIER)</string> 12 | </array> 13 | </dict> 14 | </plist> 15 | -------------------------------------------------------------------------------- /MacPass/NSImage+MPQRCode.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSImage+MPQRCode.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 10.12.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface NSImage (MPQRCode) 14 | 15 | @property (nonatomic, readonly, copy) NSString *QRCodeString; 16 | 17 | + (instancetype _Nullable)QRCodeImageWithString:(NSString *)string; 18 | - (instancetype _Nullable)initWithCIImage:(CIImage *)ciImage; 19 | 20 | @end 21 | 22 | NS_ASSUME_NONNULL_END 23 | -------------------------------------------------------------------------------- /MacPass/NSIndexPath+MPAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSIndexPath+MPAdditions.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 07.11.18. 6 | // Copyright © 2018 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Foundation/Foundation.h> 10 | 11 | NS_ASSUME_NONNULL_BEGIN 12 | 13 | @interface NSIndexPath (MPAdditions) 14 | 15 | - (BOOL)containsIndexPath:(NSIndexPath *)path; 16 | 17 | @end 18 | 19 | NS_ASSUME_NONNULL_END 20 | -------------------------------------------------------------------------------- /MacPass/NSRunningApplication+MPAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSRunningApplication+MPAdditions.h 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 15.01.20. 6 | // Copyright © 2020 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <AppKit/AppKit.h> 10 | 11 | 12 | #import <Cocoa/Cocoa.h> 13 | 14 | NS_ASSUME_NONNULL_BEGIN 15 | 16 | APPKIT_EXTERN NSString *const MPWindowIDKey; 17 | APPKIT_EXTERN NSString *const MPWindowTitleKey; 18 | APPKIT_EXTERN NSString *const MPProcessIdentifierKey; 19 | 20 | 21 | @interface NSRunningApplication (MPAdditions) 22 | 23 | @property (readonly, copy) NSDictionary *mp_infoDictionary; 24 | 25 | @end 26 | 27 | NS_ASSUME_NONNULL_END 28 | -------------------------------------------------------------------------------- /MacPass/NSTextView+MPTouchBarExtension.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSTextView+MPNSTextView_TouchBarExtension_h.h 3 | // MacPass 4 | // 5 | // Created by Veit-Hendrik Schlenker on 23.12.18. 6 | // Copyright © 2018 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | @interface NSTextView (TouchBarExtension) 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /MacPass/NSTextView+MPTouchBarExtension.m: -------------------------------------------------------------------------------- 1 | // 2 | // MP.m 3 | // MacPass 4 | // 5 | // Created by Veit-Hendrik Schlenker on 23.12.18. 6 | // Copyright © 2018 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import "NSTextView+MPTouchBarExtension.h" 10 | 11 | @implementation NSTextView (TouchBarExtension) 12 | 13 | - (NSTouchBar *) makeTouchBar { 14 | return [self.window makeTouchBar]; 15 | } 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /MacPass/Resources/Icons/00_PasswordTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/00_PasswordTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/01_PackageNetworkTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/01_PackageNetworkTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/02_MessageBoxWarningTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/02_MessageBoxWarningTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/03_ServerTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/03_ServerTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/04_KlipperTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/04_KlipperTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/05_LanguagesTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/05_LanguagesTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/06_BlockDeviceTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/06_BlockDeviceTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/07_NotepadTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/07_NotepadTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/08_SocketTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/08_SocketTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/09_IdentityTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/09_IdentityTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/100.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/100.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/10_ContactTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/10_ContactTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/11_CameraTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/11_CameraTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/12_RemoteTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/12_RemoteTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/13_KeysTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/13_KeysTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/14_BatteryTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/14_BatteryTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/15_ScannerTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/15_ScannerTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/16_BrowserTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/16_BrowserTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/17_CDRomTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/17_CDRomTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/18_DisplayTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/18_DisplayTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/19_EmailTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/19_EmailTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/20_MiscTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/20_MiscTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/21_OrganizerTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/21_OrganizerTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/22_ASCIITemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/22_ASCIITemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/23_IconsTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/23_IconsTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/24_EstablishedConnectionTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/24_EstablishedConnectionTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/25_MailFolderTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/25_MailFolderTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/26_FileSaveTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/26_FileSaveTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/27_NFSUnmountTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/27_NFSUnmountTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/28_QuickTimeTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/28_QuickTimeTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/29_SecureTerminalTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/29_SecureTerminalTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/30_TerminalTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/30_TerminalTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/31_PrintTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/31_PrintTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/32_FileSystemViewTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/32_FileSystemViewTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/33_RunTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/33_RunTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/34_ConfigureTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/34_ConfigureTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/35_BrowserWindowTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/35_BrowserWindowTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/36_ArchiveTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/36_ArchiveTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/37_PercentageTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/37_PercentageTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/38_SambaUnmountTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/38_SambaUnmountTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/39_HistoryTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/39_HistoryTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/40_FindMailTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/40_FindMailTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/41_VectorTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/41_VectorTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/42_MemoryTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/42_MemoryTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/43_TrashTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/43_TrashTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/44_NotesTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/44_NotesTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/45_CancelTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/45_CancelTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/46_HelpTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/46_HelpTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/47_PackageTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/47_PackageTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/48_FolderTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/48_FolderTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/49_FolderOpenTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/49_FolderOpenTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/50_FolderTarTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/50_FolderTarTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/51_DecryptedTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/51_DecryptedTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/52_EncryptedTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/52_EncryptedTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/53_ApplyTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/53_ApplyTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/54_SignatureTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/54_SignatureTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/55_ThumbnailTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/55_ThumbnailTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/56_AddressBookTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/56_AddressBookTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/57_TextViewTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/57_TextViewTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/58_SecureAccountTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/58_SecureAccountTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/59_DevelopmentTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/59_DevelopmentTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/60_HomeTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/60_HomeTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/61_ServicesTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/61_ServicesTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/62_TuxTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/62_TuxTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/63_FeatherTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/63_FeatherTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/64_AppleTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/64_AppleTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/65_WikiTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/65_WikiTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/66_MoneyTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/66_MoneyTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/67_CertificatTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/67_CertificatTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/68_PhoneTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/68_PhoneTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/94.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/94.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/95.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/95.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/96.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/96.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/addEntryTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/addEntryTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/addFolderTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/addFolderTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/contextTriangleTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/contextTriangleTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/createdTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/createdTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/downloadTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/downloadTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/downloadToDiskTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/downloadToDiskTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/harddiskTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/harddiskTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/infoTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/infoTemplate.pdf -------------------------------------------------------------------------------- /MacPass/Resources/Icons/keyboardTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPass/Resources/Icons/keyboardTemplate.pdf -------------------------------------------------------------------------------- /MacPass/cs.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 3 | "8ny-Qk-Jvo.title" = "Sekvence samodoplňování"; 4 | 5 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 6 | "aOD-Ih-Sft.title" = "Nastavit sekvenci samodoplňování"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ 9 | "lug-97-H9D.title" = "Dostupné příkazy a zástupné symboly"; 10 | -------------------------------------------------------------------------------- /MacPass/cs.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 3 | "17.title" = "OtherViews"; 4 | 5 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 6 | "26.title" = "Použít datum"; 7 | 8 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 9 | "30.title" = "Zrušit"; 10 | -------------------------------------------------------------------------------- /MacPass/cs.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 3 | "102.title" = "Použít výchozí ikonu"; 4 | 5 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 6 | "1kM-cI-P1o.title" = "Zrušit"; 7 | 8 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 9 | "iaf-XW-XUo.title" = "Stáhnout ikonu"; 10 | -------------------------------------------------------------------------------- /MacPass/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle name */ 2 | "CFBundleName" = "MacPass"; 3 | 4 | /* (No Comment) */ 5 | "KDB Database" = "KDB databáze"; 6 | 7 | /* (No Comment) */ 8 | "KDBX Database" = "KDBX databáze"; 9 | 10 | /* (No Comment) */ 11 | "MacPass Plugin" = "MacPass Plugin"; 12 | 13 | /* (No Comment) */ 14 | "NSHumanReadableCopyright" = "Copyright ©2012-2021 HicknHack Software GmbH. All rights reserved."; 15 | 16 | /* (No Comment) */ 17 | "XML" = "XML"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/cs.lproj/OpenPanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */ 3 | "FfY-KA-8IC.title" = "Zobrazit skryté soubory"; 4 | 5 | /* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */ 6 | "tvV-1s-Be3.title" = "Povolit všechny soubory"; 7 | -------------------------------------------------------------------------------- /MacPass/cs.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 3 | "3.title" = "Odemknout"; 4 | 5 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 6 | "18.title" = "Soubor klíče"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 9 | "269.title" = "Chybné heslo!"; 10 | 11 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 12 | "339.placeholderString" = "Zadejte heslo"; 13 | 14 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 15 | "IU9-5u-jn9.title" = "Heslo"; 16 | 17 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */ 18 | "erj-mR-UyO.title" = "Zrušit"; 19 | 20 | /* Class = "NSTextFieldCell"; title = "key_file_warnig"; ObjectID = "f6J-5f-ZvP"; */ 21 | "f6J-5f-ZvP.title" = "key_file_warnig"; 22 | -------------------------------------------------------------------------------- /MacPass/cs.lproj/PickcharsView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ 3 | "8vP-Ka-vsA.title" = "Potvrdit"; 4 | 5 | /* Class = "NSButtonCell"; title = "Reset"; ObjectID = "Emo-pg-Mfe"; */ 6 | "Emo-pg-Mfe.title" = "Reset"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "StatusLabel"; ObjectID = "M3h-q8-FLO"; */ 9 | "M3h-q8-FLO.title" = "StatusLabel"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "pUG-4c-rTt"; */ 12 | "pUG-4c-rTt.title" = "Text Cell"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "MessageLabel"; ObjectID = "sHz-kg-YJQ"; */ 15 | "sHz-kg-YJQ.title" = "MessageLabel"; 16 | 17 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "v3T-2f-yWm"; */ 18 | "v3T-2f-yWm.title" = "Table View Cell"; 19 | -------------------------------------------------------------------------------- /MacPass/cs.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 3 | "6hH-Hc-gf4.title" = "Odebrat vše"; 4 | 5 | /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "MaV-TP-92X"; */ 6 | "MaV-TP-92X.placeholderString" = "Název"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "bG1-Sb-Xyp"; */ 9 | "bG1-Sb-Xyp.title" = "Text Cell"; 10 | 11 | /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "mLw-O5-6D3"; */ 12 | "mLw-O5-6D3.placeholderString" = "Hodnota"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 15 | "unO-bO-8v0.title" = "Data pluginu"; 16 | -------------------------------------------------------------------------------- /MacPass/cs.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "4"; */ 3 | "4.title" = "OtherViews"; 4 | 5 | /* Class = "NSMenuItem"; title = "KeePass 1 (KDB)"; ObjectID = "5"; */ 6 | "5.title" = "KeePass 1 (KDB)"; 7 | 8 | /* Class = "NSMenuItem"; title = "KeePass 2 (KDBX)"; ObjectID = "6"; */ 9 | "6.title" = "KeePass 2 (KDBX)"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 12 | "12.title" = "Formát:"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 15 | "52.title" = "Ne všechny informace v aktuální databázi mohou být uloženy ve zvoleném formátu."; 16 | -------------------------------------------------------------------------------- /MacPass/cs.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "Fbl-HT-XIu"; */ 3 | "Fbl-HT-XIu.title" = "Text Cell"; 4 | 5 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "Jj3-zy-gaz"; */ 6 | "Jj3-zy-gaz.title" = "Otevřít databázi…"; 7 | 8 | /* Class = "NSButtonCell"; title = "Create Database"; ObjectID = "Vxx-Ql-eI5"; */ 9 | "Vxx-Ql-eI5.title" = "Vytvořit databázi"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "vzM-ly-CYn"; */ 12 | "vzM-ly-CYn.title" = "Table View Cell"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "zdv-z8-khG"; */ 15 | "zdv-z8-khG.title" = "Vítejte v MacPass"; 16 | -------------------------------------------------------------------------------- /MacPass/de.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 2 | "8ny-Qk-Jvo.title" = "Autotype-Sequenz"; 3 | 4 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 5 | "aOD-Ih-Sft.title" = "Autotype-Sequenz festlegen"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ 8 | "lug-97-H9D.title" = "Verfügbare Kommandos und Platzhalter"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/de.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 2 | "17.title" = "OtherViews"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 5 | "26.title" = "Datum verwenden"; 6 | 7 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 8 | "30.title" = "Abbrechen"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/de.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 2 | "1kM-cI-P1o.title" = "Abbrechen"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 5 | "102.title" = "Standard-Icon verwenden"; 6 | 7 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 8 | "iaf-XW-XUo.title" = "Icon herunterladen"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/de.lproj/MPTOTPViewController.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "TOTP"; ObjectID = "mP4-nH-7TA"; */ 3 | "mP4-nH-7TA.title" = "TOTP"; 4 | 5 | /* Class = "NSButtonCell"; title = "30"; ObjectID = "roW-Uk-ff9"; */ 6 | "roW-Uk-ff9.title" = "30"; 7 | -------------------------------------------------------------------------------- /MacPass/de.lproj/OpenPanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */ 2 | "FfY-KA-8IC.title" = "Versteckte Dateien anzeigen"; 3 | 4 | /* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */ 5 | "tvV-1s-Be3.title" = "Alle Dateien zulassen"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/de.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 2 | "3.title" = "Entsperren"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 5 | "18.title" = "Schlüsseldatei"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 8 | "269.title" = "Passwort falsch!"; 9 | 10 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 11 | "339.placeholderString" = "Passwort eingeben"; 12 | 13 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */ 14 | "erj-mR-UyO.title" = "Abbrechen"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "key_file_warnig"; ObjectID = "f6J-5f-ZvP"; */ 17 | "f6J-5f-ZvP.title" = "!warnung!"; 18 | 19 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 20 | "IU9-5u-jn9.title" = "Passwort"; 21 | 22 | -------------------------------------------------------------------------------- /MacPass/de.lproj/PickcharsView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ 2 | "8vP-Ka-vsA.title" = "Auswählen"; 3 | 4 | /* Class = "NSButtonCell"; title = "Reset"; ObjectID = "Emo-pg-Mfe"; */ 5 | "Emo-pg-Mfe.title" = "Zurücksetzten"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "StatusLabel"; ObjectID = "M3h-q8-FLO"; */ 8 | "M3h-q8-FLO.title" = "StatusLabel"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "pUG-4c-rTt"; */ 11 | "pUG-4c-rTt.title" = "Text Cell"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "MessageLabel"; ObjectID = "sHz-kg-YJQ"; */ 14 | "sHz-kg-YJQ.title" = "MessageLabel"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "v3T-2f-yWm"; */ 17 | "v3T-2f-yWm.title" = "Table View Cell"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/de.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 2 | "6hH-Hc-gf4.title" = "Alles löschen"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "bG1-Sb-Xyp"; */ 5 | "bG1-Sb-Xyp.title" = "Text Cell"; 6 | 7 | /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "MaV-TP-92X"; */ 8 | "MaV-TP-92X.placeholderString" = "Titel"; 9 | 10 | /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "mLw-O5-6D3"; */ 11 | "mLw-O5-6D3.placeholderString" = "Wert"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 14 | "unO-bO-8v0.title" = "Plugin-Daten"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/de.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "4"; */ 2 | "4.title" = "OtherViews"; 3 | 4 | /* Class = "NSMenuItem"; title = "KeePass 1 (KDB)"; ObjectID = "5"; */ 5 | "5.title" = "KeePass 1 (KDB)"; 6 | 7 | /* Class = "NSMenuItem"; title = "KeePass 2 (KDBX)"; ObjectID = "6"; */ 8 | "6.title" = "KeePass 2 (KDBX)"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 11 | "12.title" = "Format:"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 14 | "52.title" = "Es können nicht alle Informationen der Datenbank in diesem Format gespeichert werden."; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/de.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "Fbl-HT-XIu"; */ 2 | "Fbl-HT-XIu.title" = "Text Cell"; 3 | 4 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "Jj3-zy-gaz"; */ 5 | "Jj3-zy-gaz.title" = "Datenbank öffnen…"; 6 | 7 | /* Class = "NSButtonCell"; title = "Create Database"; ObjectID = "Vxx-Ql-eI5"; */ 8 | "Vxx-Ql-eI5.title" = "Neue Datenbank erstellen"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "vzM-ly-CYn"; */ 11 | "vzM-ly-CYn.title" = "Table View Cell"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "zdv-z8-khG"; */ 14 | "zdv-z8-khG.title" = "Willkommen zu MacPass"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle name */ 2 | "CFBundleName" = "MacPass"; 3 | 4 | /* (No Comment) */ 5 | "KDB Database" = "KDB Database"; 6 | 7 | /* (No Comment) */ 8 | "KDBX Database" = "KDBX Database"; 9 | 10 | /* (No Comment) */ 11 | "MacPass Plugin" = "MacPass Plugin"; 12 | 13 | /* (No Comment) */ 14 | "NSHumanReadableCopyright" = "Copyright ©2012-2021 HicknHack Software GmbH. All rights reserved."; 15 | 16 | /* (No Comment) */ 17 | "XML" = "XML"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/es.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 2 | "8ny-Qk-Jvo.title" = "Secuencia de Autotecleo"; 3 | 4 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 5 | "aOD-Ih-Sft.title" = "Establecer secuencia de autotecleo"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ 8 | "lug-97-H9D.title" = "Comandos disponibles y referencias"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/es.lproj/AutotypeCandidateSelectionView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "60p-7v-Nje"; */ 2 | "60p-7v-Nje.title" = "Cancelar"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ 5 | "gcf-gb-ZsF.title" = "Hay múltiples coincidencias para la ventana actual. Por favor seleccione cual usar."; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PKW-gr-yqN"; */ 8 | "PKW-gr-yqN.title" = "Celda de texto"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Content"; ObjectID = "TN3-3a-LaA"; */ 11 | "TN3-3a-LaA.title" = "Contenido"; 12 | 13 | /* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ 14 | "w7H-hx-CUF.title" = "Autoteclear"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/es.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 2 | "17.title" = "Otras vistas"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 5 | "26.title" = "Usar Fecha"; 6 | 7 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 8 | "30.title" = "Cancelar"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/es.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 2 | "1kM-cI-P1o.title" = "Cancelar"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 5 | "102.title" = "Usar Ícono por Defecto"; 6 | 7 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 8 | "iaf-XW-XUo.title" = "Descargar icono"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle name */ 2 | "CFBundleName" = "MacPass"; 3 | 4 | /* (No Comment) */ 5 | "KDB Database" = "Base de datos KDB"; 6 | 7 | /* (No Comment) */ 8 | "KDBX Database" = "Base de datos KDBX"; 9 | 10 | /* (No Comment) */ 11 | "MacPass Plugin" = "Plugin MacPass"; 12 | 13 | /* (No Comment) */ 14 | "NSHumanReadableCopyright" = "Copyright ©2012-2021 HicknHack Software GmbH. All rights reserved. "; 15 | 16 | /* (No Comment) */ 17 | "XML" = "XML"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/es.lproj/OpenPanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */ 2 | "FfY-KA-8IC.title" = "Mostrar archivos ocultos"; 3 | 4 | /* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */ 5 | "tvV-1s-Be3.title" = "Permitir todos los archivos"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/es.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 2 | "3.title" = "Desbloquear"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 5 | "18.title" = "Keyfile"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 8 | "269.title" = "Contraseña Incorrecta"; 9 | 10 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 11 | "339.placeholderString" = "Introducir contraseña"; 12 | 13 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */ 14 | "erj-mR-UyO.title" = "Cancelar"; 15 | 16 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 17 | "IU9-5u-jn9.title" = "Contraseña"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/es.lproj/PickcharsView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ 2 | "8vP-Ka-vsA.title" = "Enviar"; 3 | 4 | /* Class = "NSButtonCell"; title = "Reset"; ObjectID = "Emo-pg-Mfe"; */ 5 | "Emo-pg-Mfe.title" = "Resetear"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "StatusLabel"; ObjectID = "M3h-q8-FLO"; */ 8 | "M3h-q8-FLO.title" = "Etiqueta de estado"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "pUG-4c-rTt"; */ 11 | "pUG-4c-rTt.title" = "Celda de texto"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "MessageLabel"; ObjectID = "sHz-kg-YJQ"; */ 14 | "sHz-kg-YJQ.title" = "Etiqueta de mensaje"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "v3T-2f-yWm"; */ 17 | "v3T-2f-yWm.title" = "Celda de tabla"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/es.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 2 | "6hH-Hc-gf4.title" = "Eliminar todo"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "bG1-Sb-Xyp"; */ 5 | "bG1-Sb-Xyp.title" = "Celda de texto"; 6 | 7 | /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "MaV-TP-92X"; */ 8 | "MaV-TP-92X.placeholderString" = "Título"; 9 | 10 | /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "mLw-O5-6D3"; */ 11 | "mLw-O5-6D3.placeholderString" = "Valor"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 14 | "unO-bO-8v0.title" = "Datos del plugin"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/es.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "4"; */ 2 | "4.title" = "Otras vistas"; 3 | 4 | /* Class = "NSMenuItem"; title = "KeePass 1 (KDB)"; ObjectID = "5"; */ 5 | "5.title" = "KeePass 1 (KDB)"; 6 | 7 | /* Class = "NSMenuItem"; title = "KeePass 2 (KDBX)"; ObjectID = "6"; */ 8 | "6.title" = "KeePass 2 (KDBX)"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 11 | "12.title" = "Formato:"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 14 | "52.title" = "No toda la información de tu base de datos puede ser guardada en este formato."; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/es.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "Fbl-HT-XIu"; */ 2 | "Fbl-HT-XIu.title" = "Celda de texto"; 3 | 4 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "Jj3-zy-gaz"; */ 5 | "Jj3-zy-gaz.title" = "Abrir base de datos..."; 6 | 7 | /* Class = "NSButtonCell"; title = "Create new Database"; ObjectID = "Vxx-Ql-eI5"; */ 8 | "Vxx-Ql-eI5.title" = "Crear nueva base de datos"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "vzM-ly-CYn"; */ 11 | "vzM-ly-CYn.title" = "Celda de tabla"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "zdv-z8-khG"; */ 14 | "zdv-z8-khG.title" = "Bienvenido a MacPass"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/fr.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 2 | "8ny-Qk-Jvo.title" = "Séquence de saisie automatique"; 3 | 4 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 5 | "aOD-Ih-Sft.title" = "Définir une séquence de saisie automatique"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ 8 | "lug-97-H9D.title" = "Commandes et emplacements disponibles"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/fr.lproj/AutotypeCandidateSelectionView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "60p-7v-Nje"; */ 2 | "60p-7v-Nje.title" = "Annuler"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ 5 | "gcf-gb-ZsF.title" = "Il existe plusieurs résultats pour la fenêtre courante. Veuillez sélectionner le résultat qui doit être utilisé."; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PKW-gr-yqN"; */ 8 | "PKW-gr-yqN.title" = "Libellé de la cellule"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Content"; ObjectID = "TN3-3a-LaA"; */ 11 | "TN3-3a-LaA.title" = "Contenu"; 12 | 13 | /* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ 14 | "w7H-hx-CUF.title" = "Lancer la saisie automatique"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/fr.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 2 | "17.title" = "Autres vues"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 5 | "26.title" = "Utiliser cette date"; 6 | 7 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 8 | "30.title" = "Annuler"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/fr.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 2 | "1kM-cI-P1o.title" = "Annuler"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 5 | "102.title" = "Utiliser l'icône par défaut"; 6 | 7 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 8 | "iaf-XW-XUo.title" = "Télécharger l'icône"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/fr.lproj/OpenPanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */ 2 | "FfY-KA-8IC.title" = "Masquer les fichiers cachés"; 3 | 4 | /* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */ 5 | "tvV-1s-Be3.title" = "Autoriser tous les fichiers"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/fr.lproj/PickcharsView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ 2 | "8vP-Ka-vsA.title" = "Soumettre"; 3 | 4 | /* Class = "NSButtonCell"; title = "Reset"; ObjectID = "Emo-pg-Mfe"; */ 5 | "Emo-pg-Mfe.title" = "Remise à zéro"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "StatusLabel"; ObjectID = "M3h-q8-FLO"; */ 8 | "M3h-q8-FLO.title" = "Libellé d'état"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "pUG-4c-rTt"; */ 11 | "pUG-4c-rTt.title" = "Libellé de cellule"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "MessageLabel"; ObjectID = "sHz-kg-YJQ"; */ 14 | "sHz-kg-YJQ.title" = "Libellé du message"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "v3T-2f-yWm"; */ 17 | "v3T-2f-yWm.title" = "Vue en tableau"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/fr.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 2 | "6hH-Hc-gf4.title" = "Tout supprimer"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "bG1-Sb-Xyp"; */ 5 | "bG1-Sb-Xyp.title" = "Libellé de cellule"; 6 | 7 | /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "MaV-TP-92X"; */ 8 | "MaV-TP-92X.placeholderString" = "Titre"; 9 | 10 | /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "mLw-O5-6D3"; */ 11 | "mLw-O5-6D3.placeholderString" = "Valeur"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 14 | "unO-bO-8v0.title" = "Données du plugin"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/fr.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "4"; */ 2 | "4.title" = "Autres vues"; 3 | 4 | /* Class = "NSMenuItem"; title = "KeePass 1 (KDB)"; ObjectID = "5"; */ 5 | "5.title" = "KeePass 1 (KDB)"; 6 | 7 | /* Class = "NSMenuItem"; title = "KeePass 2 (KDBX)"; ObjectID = "6"; */ 8 | "6.title" = "KeePass 2 (KDBX)"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 11 | "12.title" = "Format :"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 14 | "52.title" = "Certaines informations de votre base de données courante ne peuvent être enregistrées avec ce format."; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/fr.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "Fbl-HT-XIu"; */ 2 | "Fbl-HT-XIu.title" = "Libellé de cellule"; 3 | 4 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "Jj3-zy-gaz"; */ 5 | "Jj3-zy-gaz.title" = "Ouvrir la base de données…"; 6 | 7 | /* Class = "NSButtonCell"; title = "Create new Database"; ObjectID = "Vxx-Ql-eI5"; */ 8 | "Vxx-Ql-eI5.title" = "Créer une nouvelle base de données"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "vzM-ly-CYn"; */ 11 | "vzM-ly-CYn.title" = "Vue en tableau"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "zdv-z8-khG"; */ 14 | "zdv-z8-khG.title" = "Bienvenue sur MacPass"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/it.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 3 | "8ny-Qk-Jvo.title" = "Sequenza Autotype"; 4 | 5 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 6 | "aOD-Ih-Sft.title" = "Imposta Sequenza Autotype"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ 9 | "lug-97-H9D.title" = "Commandi e Segnaposti Disponibili"; 10 | -------------------------------------------------------------------------------- /MacPass/it.lproj/AutotypeCandidateSelectionView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "60p-7v-Nje"; */ 3 | "60p-7v-Nje.title" = "Annulla"; 4 | 5 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PKW-gr-yqN"; */ 6 | "PKW-gr-yqN.title" = "Text Cell"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Content"; ObjectID = "TN3-3a-LaA"; */ 9 | "TN3-3a-LaA.title" = "Contenuto"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ 12 | "gcf-gb-ZsF.title" = "Ci sono più corrispondenze per la finestra attuale. Prego selezionare la corrispondeza da utilizzare."; 13 | 14 | /* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ 15 | "w7H-hx-CUF.title" = "Esegui Autotype"; 16 | -------------------------------------------------------------------------------- /MacPass/it.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 3 | "17.title" = "OtherViews"; 4 | 5 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 6 | "26.title" = "Usa Data"; 7 | 8 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 9 | "30.title" = "Annulla"; 10 | -------------------------------------------------------------------------------- /MacPass/it.lproj/GroupInspectorView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "25"; */ 3 | "25.title" = "Nome"; 4 | 5 | /* Class = "NSButtonCell"; title = "Expires"; ObjectID = "32"; */ 6 | "32.title" = "Scadenza"; 7 | 8 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "231"; */ 9 | "231.title" = "OtherViews"; 10 | 11 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "243"; */ 12 | "243.title" = "OtherViews"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "Search"; ObjectID = "265"; */ 15 | "265.title" = "Cerca"; 16 | 17 | /* Class = "NSTextFieldCell"; title = "Autotype"; ObjectID = "277"; */ 18 | "277.title" = "Autotype"; 19 | 20 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "6FG-UZ-Adh"; */ 21 | "6FG-UZ-Adh.title" = "Sequenza di Autotype"; 22 | -------------------------------------------------------------------------------- /MacPass/it.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 3 | "102.title" = "Usa icona predefinita"; 4 | 5 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 6 | "1kM-cI-P1o.title" = "Annulla"; 7 | -------------------------------------------------------------------------------- /MacPass/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* (No Comment) */ 2 | "KDB Database" = "Database KDB"; 3 | 4 | /* (No Comment) */ 5 | "KDBX Database" = "Database KDBX"; 6 | 7 | /* (No Comment) */ 8 | "MacPass Plugin" = "Plugin MacPass"; 9 | 10 | /* (No Comment) */ 11 | "NSHumanReadableCopyright" = "Copyright ©2012-2021 HicknHack Software GmbH. Tutti i diritti riservati."; 12 | 13 | /* (No Comment) */ 14 | "XML" = "XML"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/it.lproj/OpenPanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */ 3 | "FfY-KA-8IC.title" = "Mostra documenti nascosti"; 4 | 5 | /* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */ 6 | "tvV-1s-Be3.title" = "Permetti tutti i documenti"; 7 | -------------------------------------------------------------------------------- /MacPass/it.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 3 | "3.title" = "Sblocca"; 4 | 5 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 6 | "18.title" = "Documento chiave"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 9 | "269.title" = "Password errata!"; 10 | 11 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 12 | "339.placeholderString" = "Inserisci Password"; 13 | 14 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 15 | "IU9-5u-jn9.title" = "Password"; 16 | -------------------------------------------------------------------------------- /MacPass/it.lproj/PickcharsView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ 3 | "8vP-Ka-vsA.title" = "Seleziona"; 4 | 5 | /* Class = "NSButtonCell"; title = "Reset"; ObjectID = "Emo-pg-Mfe"; */ 6 | "Emo-pg-Mfe.title" = "Ripristina"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "StatusLabel"; ObjectID = "M3h-q8-FLO"; */ 9 | "M3h-q8-FLO.title" = "StatusLabel"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "pUG-4c-rTt"; */ 12 | "pUG-4c-rTt.title" = "Text Cell"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "MessageLabel"; ObjectID = "sHz-kg-YJQ"; */ 15 | "sHz-kg-YJQ.title" = "MessageLabel"; 16 | 17 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "v3T-2f-yWm"; */ 18 | "v3T-2f-yWm.title" = "Table View Cell"; 19 | -------------------------------------------------------------------------------- /MacPass/it.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 3 | "6hH-Hc-gf4.title" = "Elimina Tutti"; 4 | 5 | /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "MaV-TP-92X"; */ 6 | "MaV-TP-92X.placeholderString" = "Titolo"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "bG1-Sb-Xyp"; */ 9 | "bG1-Sb-Xyp.title" = "Text Cell"; 10 | 11 | /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "mLw-O5-6D3"; */ 12 | "mLw-O5-6D3.placeholderString" = "Valore"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 15 | "unO-bO-8v0.title" = "Dati plugin"; 16 | -------------------------------------------------------------------------------- /MacPass/it.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "4"; */ 3 | "4.title" = "OtherViews"; 4 | 5 | /* Class = "NSMenuItem"; title = "KeePass 1 (KDB)"; ObjectID = "5"; */ 6 | "5.title" = "KeePass 1 (KDB)"; 7 | 8 | /* Class = "NSMenuItem"; title = "KeePass 2 (KDBX)"; ObjectID = "6"; */ 9 | "6.title" = "KeePass 2 (KDBX)"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 12 | "12.title" = "Formato:"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 15 | "52.title" = "Non tutte le informazioni nel database attuale possono essere salvati con questo formato."; 16 | -------------------------------------------------------------------------------- /MacPass/it.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "24"; */ 2 | "24.title" = "Benvenuto a MacPass"; 3 | 4 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "44"; */ 5 | "44.title" = "Apri Database…"; 6 | 7 | /* Class = "NSButtonCell"; title = "Create new Database"; ObjectID = "48"; */ 8 | "48.title" = "Crea nuovo Database"; 9 | 10 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "70"; */ 11 | "70.title" = "Annulla"; 12 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 3 | "8ny-Qk-Jvo.title" = "自動入力の順序"; 4 | 5 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 6 | "aOD-Ih-Sft.title" = "自動入力の順序をセット"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ 9 | "lug-97-H9D.title" = "利用可能なコマンドとプレースホルダー"; 10 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/AutotypeCandidateSelectionView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "60p-7v-Nje"; */ 3 | "60p-7v-Nje.title" = "キャンセル"; 4 | 5 | /* Class = "NSTextFieldCell"; title = "Title"; ObjectID = "TN3-3a-LaA"; */ 6 | "TN3-3a-LaA.title" = "タイトル"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Sequence"; ObjectID = "bvJ-2i-eMc"; */ 9 | "bvJ-2i-eMc.title" = "順序"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ 12 | "gcf-gb-ZsF.title" = "There are multiple matches for the current window. Please select which match should be used."; 13 | 14 | /* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ 15 | "w7H-hx-CUF.title" = "自動入力を実行"; 16 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 3 | "26.title" = "日付を使用"; 4 | 5 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 6 | "30.title" = "キャンセル"; 7 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/DuplicateEntryOptionsWindow.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ 3 | "O9X-XH-n8o.title" = "Reference username instead of copying it"; 4 | 5 | /* Class = "NSWindow"; title = "Duplicate Entry Options"; ObjectID = "QvC-M9-y7g"; */ 6 | "QvC-M9-y7g.title" = "項目のオプションを複製"; 7 | 8 | /* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ 9 | "WqI-qH-ARf.title" = "項目を複製"; 10 | 11 | /* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ 12 | "dXl-KS-4rE.title" = "履歴を複製"; 13 | 14 | /* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ 15 | "daA-QV-CDq.title" = "Reference password instead of copying it"; 16 | 17 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ 18 | "x6e-bE-Y6R.title" = "キャンセル"; 19 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/GroupInspectorView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "25"; */ 3 | "25.title" = "名前"; 4 | 5 | /* Class = "NSButtonCell"; title = "Expires"; ObjectID = "32"; */ 6 | "32.title" = "期限"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Search"; ObjectID = "265"; */ 9 | "265.title" = "検索"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Autotype"; ObjectID = "277"; */ 12 | "277.title" = "自動入力"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "6FG-UZ-Adh"; */ 15 | "6FG-UZ-Adh.title" = "自動入力の順序"; 16 | 17 | /* Class = "NSButtonCell"; title = "Show Plugin Data"; ObjectID = "qGr-oT-WjP"; */ 18 | "qGr-oT-WjP.title" = "プラグインデータを表示"; 19 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 3 | "102.title" = "標準のアイコンを使用"; 4 | 5 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 6 | "1kM-cI-P1o.title" = "キャンセル"; 7 | 8 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 9 | "iaf-XW-XUo.title" = "アイコンをダウンロード"; 10 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle name */ 2 | "CFBundleName" = "MacPass"; 3 | 4 | /* (No Comment) */ 5 | "KDB Database" = "KDBデータベース"; 6 | 7 | /* (No Comment) */ 8 | "KDBX Database" = "KDBXデータベース"; 9 | 10 | /* (No Comment) */ 11 | "MacPass Plugin" = "MacPassプラグイン"; 12 | 13 | /* (No Comment) */ 14 | "NSHumanReadableCopyright" = "Copyright ©2012-2021 HicknHack Software GmbH. All rights reserved."; 15 | 16 | /* (No Comment) */ 17 | "XML" = "XML"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/OpenPanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */ 3 | "FfY-KA-8IC.title" = "非表示ファイルを表示"; 4 | 5 | /* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */ 6 | "tvV-1s-Be3.title" = "すべてのファイルを許可"; 7 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 3 | "3.title" = "ロック解除"; 4 | 5 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 6 | "18.title" = "鍵ファイル"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 9 | "269.title" = "パスワードが違います!"; 10 | 11 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 12 | "339.placeholderString" = "パスワードを入力"; 13 | 14 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 15 | "IU9-5u-jn9.title" = "パスワード"; 16 | 17 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */ 18 | "erj-mR-UyO.title" = "キャンセル"; 19 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/PickcharsView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ 3 | "8vP-Ka-vsA.title" = "送信"; 4 | 5 | /* Class = "NSButtonCell"; title = "Reset"; ObjectID = "Emo-pg-Mfe"; */ 6 | "Emo-pg-Mfe.title" = "リセット"; 7 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/PickfieldView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTableColumn"; headerCell.title = "Field"; ObjectID = "0H9-DW-Jyj"; */ 3 | "0H9-DW-Jyj.headerCell.title" = "フィールド"; 4 | 5 | /* Class = "NSButtonCell"; title = "Select"; ObjectID = "6Wi-9i-Tcb"; */ 6 | "6Wi-9i-Tcb.title" = "選択"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Please pick a field value to be inserted"; ObjectID = "aJS-22-6Va"; */ 9 | "aJS-22-6Va.title" = "Please pick a field value to be inserted"; 10 | 11 | /* Class = "NSTableColumn"; headerCell.title = "Value"; ObjectID = "rVo-ud-5fs"; */ 12 | "rVo-ud-5fs.headerCell.title" = "値"; 13 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 3 | "6hH-Hc-gf4.title" = "すべて削除"; 4 | 5 | /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "MaV-TP-92X"; */ 6 | "MaV-TP-92X.placeholderString" = "タイトル"; 7 | 8 | /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "mLw-O5-6D3"; */ 9 | "mLw-O5-6D3.placeholderString" = "値"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 12 | "unO-bO-8v0.title" = "プラグインデータ"; 13 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSMenuItem"; title = "KeePass 1 (KDB)"; ObjectID = "5"; */ 3 | "5.title" = "KeePass 1 (KDB)"; 4 | 5 | /* Class = "NSMenuItem"; title = "KeePass 2 (KDBX)"; ObjectID = "6"; */ 6 | "6.title" = "KeePass 2 (KDBX)"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 9 | "12.title" = "フォーマット:"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 12 | "52.title" = "現在のデータベースではすべての情報をこのフォーマットに含めることができません。"; 13 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/UpdatePreferences.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSMenuItem"; title = "every Week"; ObjectID = "3FR-Va-iau"; */ 3 | "3FR-Va-iau.title" = "毎週"; 4 | 5 | /* Class = "NSTextFieldCell"; title = "Check for Updates"; ObjectID = "9tL-CA-Vdg"; */ 6 | "9tL-CA-Vdg.title" = "アップデートを確認"; 7 | 8 | /* Class = "NSMenuItem"; title = "every Hour"; ObjectID = "DjF-1I-6Nq"; */ 9 | "DjF-1I-6Nq.title" = "毎時間"; 10 | 11 | /* Class = "NSButtonCell"; title = "Automatically Check for Updates"; ObjectID = "RFg-q1-AwJ"; */ 12 | "RFg-q1-AwJ.title" = "自動的にアップデートを確認"; 13 | 14 | /* Class = "NSMenuItem"; title = "every Month"; ObjectID = "Uo3-kv-1ro"; */ 15 | "Uo3-kv-1ro.title" = "毎月"; 16 | 17 | /* Class = "NSMenuItem"; title = "every Day"; ObjectID = "o9E-hk-H1T"; */ 18 | "o9E-hk-H1T.title" = "毎日"; 19 | -------------------------------------------------------------------------------- /MacPass/ja.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "Jj3-zy-gaz"; */ 3 | "Jj3-zy-gaz.title" = "データベースを開く…"; 4 | 5 | /* Class = "NSButtonCell"; title = "Create new Database"; ObjectID = "Vxx-Ql-eI5"; */ 6 | "Vxx-Ql-eI5.title" = "新規データベースを作成"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "zdv-z8-khG"; */ 9 | "zdv-z8-khG.title" = "ようこそMacPassへ"; 10 | -------------------------------------------------------------------------------- /MacPass/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // MacPass 4 | // 5 | // Created by Michael Starke on 19.07.12. 6 | // Copyright (c) 2012 HicknHack Software GmbH. All rights reserved. 7 | // 8 | 9 | #import <Cocoa/Cocoa.h> 10 | 11 | int main(int argc, char *argv[]) 12 | { 13 | return NSApplicationMain(argc, (const char **)argv); 14 | } 15 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 2 | "8ny-Qk-Jvo.title" = "Tekenreeks voor automatisch inloggen"; 3 | 4 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 5 | "aOD-Ih-Sft.title" = "Bewaar tekenreeks"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ 8 | "lug-97-H9D.title" = "Beschikbare variabelen"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/AutotypeCandidateSelectionView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "60p-7v-Nje"; */ 2 | "60p-7v-Nje.title" = "Annuleer"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ 5 | "gcf-gb-ZsF.title" = "MacPass heeft meerdere overeenkomsten gevonden voor deze website. Selecteer de identiteit waarmee je wilt inloggen."; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PKW-gr-yqN"; */ 8 | "PKW-gr-yqN.title" = ""; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Content"; ObjectID = "TN3-3a-LaA"; */ 11 | "TN3-3a-LaA.title" = "Inhoud"; 12 | 13 | /* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ 14 | "w7H-hx-CUF.title" = "Log in"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 2 | "17.title" = "Overige weergaven"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 5 | "26.title" = "Gebruik datum"; 6 | 7 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 8 | "30.title" = "Annuleer"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 2 | "1kM-cI-P1o.title" = "Annuleer"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 5 | "102.title" = "Gebruik standaardicoon"; 6 | 7 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 8 | "iaf-XW-XUo.title" = "Download icoon"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle name */ 2 | "CFBundleName" = "MacPass"; 3 | 4 | /* (No Comment) */ 5 | "KDB Database" = "Wachtwoordenkluis met een betere achterwaartse compatibiliteit"; 6 | 7 | /* (No Comment) */ 8 | "KDBX Database" = "Wachtwoordenkluis met meer mogelijkheden"; 9 | 10 | /* (No Comment) */ 11 | "MacPass Plugin" = "Extensie voor MacPass"; 12 | 13 | /* (No Comment) */ 14 | "NSHumanReadableCopyright" = "Copyright ©2012-2021 HicknHack Software GmbH. Alle rechten voorbehouden."; 15 | 16 | /* (No Comment) */ 17 | "XML" = "XML"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/OpenPanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */ 2 | "FfY-KA-8IC.title" = "Toon verborgen bestanden"; 3 | 4 | /* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */ 5 | "tvV-1s-Be3.title" = "Sta alle bestanden toe"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 2 | "3.title" = "Ontgrendel"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 5 | "18.title" = "Sleutelbestand"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 8 | "269.title" = "Je wachtwoord is verkeerd ingevoerd."; 9 | 10 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 11 | "339.placeholderString" = "Geef het wachtwoord op"; 12 | 13 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */ 14 | "erj-mR-UyO.title" = "Annuleer"; 15 | 16 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 17 | "IU9-5u-jn9.title" = "Wachtwoord"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/PickcharsView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ 2 | "8vP-Ka-vsA.title" = "Voer in"; 3 | 4 | /* Class = "NSButtonCell"; title = "Reset"; ObjectID = "Emo-pg-Mfe"; */ 5 | "Emo-pg-Mfe.title" = "Herstel"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/PickfieldView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Select"; ObjectID = "6Wi-9i-Tcb"; */ 2 | "6Wi-9i-Tcb.title" = "Kies"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Please pick a field value to be inserted"; ObjectID = "aJS-22-6Va"; */ 5 | "aJS-22-6Va.title" = "Kies een waarde om in te voegen"; 6 | 7 | /* Class = "NSTableColumn"; headerCell.title = "Value"; ObjectID = "rVo-ud-5fs"; */ 8 | "rVo-ud-5fs.headerCell.title" = "Waarde"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 2 | "6hH-Hc-gf4.title" = "Verwijder alles"; 3 | 4 | /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "MaV-TP-92X"; */ 5 | "MaV-TP-92X.placeholderString" = "Naam"; 6 | 7 | /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "mLw-O5-6D3"; */ 8 | "mLw-O5-6D3.placeholderString" = "Waarde"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 11 | "unO-bO-8v0.title" = "Extensiegegevens"; 12 | 13 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "4"; */ 2 | "4.title" = "OtherViews"; 3 | 4 | /* Class = "NSMenuItem"; title = "KeePass 1 (KDB)"; ObjectID = "5"; */ 5 | "5.title" = "KeePass 1 (.kdb)"; 6 | 7 | /* Class = "NSMenuItem"; title = "KeePass 2 (KDBX)"; ObjectID = "6"; */ 8 | "6.title" = "KeePass 2 (.kdbx)"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 11 | "12.title" = "Indeling:"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 14 | "52.title" = "Bij deze indeling kan niet alle informatie uit de huidige wachtwoordenkluis worden bewaard."; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/nl.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "Jj3-zy-gaz"; */ 2 | "Jj3-zy-gaz.title" = "Open wachtwoordenkluis…"; 3 | 4 | /* Class = "NSButtonCell"; title = "Create new Database"; ObjectID = "Vxx-Ql-eI5"; */ 5 | "Vxx-Ql-eI5.title" = "Maak een nieuwe wachtwoordenkluis"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "zdv-z8-khG"; */ 8 | "zdv-z8-khG.title" = "Welkom bij MacPass"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/pl.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 2 | "8ny-Qk-Jvo.title" = "Kolejność autouzupełniania"; 3 | 4 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 5 | "aOD-Ih-Sft.title" = "Ustaw kolejność autouzupełniania"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ 8 | "lug-97-H9D.title" = "Dostępne polecenia i symbole zastępcze"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/pl.lproj/AutotypeCandidateSelectionView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "60p-7v-Nje"; */ 2 | "60p-7v-Nje.title" = "Anuluj"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ 5 | "gcf-gb-ZsF.title" = "Istnieje wiele dopasowań dla bieżącego okna. Wybierz, który dopasowanie należy zastosować."; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PKW-gr-yqN"; */ 8 | "PKW-gr-yqN.title" = "Komórka tekstowa"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Content"; ObjectID = "TN3-3a-LaA"; */ 11 | "TN3-3a-LaA.title" = "Zawartość"; 12 | 13 | /* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ 14 | "w7H-hx-CUF.title" = "Wykonaj autouzupełnianie"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/pl.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 2 | "17.title" = "OtherViews"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 5 | "26.title" = "Użyj daty"; 6 | 7 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 8 | "30.title" = "Anuluj"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/pl.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 2 | "1kM-cI-P1o.title" = "Anuluj"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 5 | "102.title" = "Użyj domyślnej ikony"; 6 | 7 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 8 | "iaf-XW-XUo.title" = "Pobierz ikonę"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/pl.lproj/OpenPanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */ 2 | "FfY-KA-8IC.title" = "Pokaż ukryte pliki"; 3 | 4 | /* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */ 5 | "tvV-1s-Be3.title" = "Zezwalaj na wszystkie pliki"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/pl.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 2 | "3.title" = "Odblokuj"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 5 | "18.title" = "Plik z kluczem"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 8 | "269.title" = "Złe hasło!"; 9 | 10 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 11 | "339.placeholderString" = "Wprowadź hasło"; 12 | 13 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */ 14 | "erj-mR-UyO.title" = "Anuluj"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "key_file_warnig"; ObjectID = "f6J-5f-ZvP"; */ 17 | "f6J-5f-ZvP.title" = "key_file_warnig"; 18 | 19 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 20 | "IU9-5u-jn9.title" = "Hasło"; 21 | 22 | -------------------------------------------------------------------------------- /MacPass/pl.lproj/PickcharsView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ 2 | "8vP-Ka-vsA.title" = "Wyślij"; 3 | 4 | /* Class = "NSButtonCell"; title = "Reset"; ObjectID = "Emo-pg-Mfe"; */ 5 | "Emo-pg-Mfe.title" = "Zresetuj"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "StatusLabel"; ObjectID = "M3h-q8-FLO"; */ 8 | "M3h-q8-FLO.title" = "StatusLabel"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "pUG-4c-rTt"; */ 11 | "pUG-4c-rTt.title" = "Komórka tekstowa"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "MessageLabel"; ObjectID = "sHz-kg-YJQ"; */ 14 | "sHz-kg-YJQ.title" = "MessageLabel"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "v3T-2f-yWm"; */ 17 | "v3T-2f-yWm.title" = "Table View Cell"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/pl.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 2 | "6hH-Hc-gf4.title" = "Usuń wszystko"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "bG1-Sb-Xyp"; */ 5 | "bG1-Sb-Xyp.title" = "Komórka tekstowa"; 6 | 7 | /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "MaV-TP-92X"; */ 8 | "MaV-TP-92X.placeholderString" = "Tytuł"; 9 | 10 | /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "mLw-O5-6D3"; */ 11 | "mLw-O5-6D3.placeholderString" = "Wartość"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 14 | "unO-bO-8v0.title" = "Dane wtyczek"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/pl.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "4"; */ 2 | "4.title" = "OtherViews"; 3 | 4 | /* Class = "NSMenuItem"; title = "KeePass 1 (KDB)"; ObjectID = "5"; */ 5 | "5.title" = "KeePass 1 (KDB)"; 6 | 7 | /* Class = "NSMenuItem"; title = "KeePass 2 (KDBX)"; ObjectID = "6"; */ 8 | "6.title" = "KeePass 2 (KDBX)"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 11 | "12.title" = "Format:"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 14 | "52.title" = "Nie wszystkie informacje w bieżącej bazie danych mogą być przechowywane w tym formacie."; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/pl.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "Fbl-HT-XIu"; */ 2 | "Fbl-HT-XIu.title" = "Komórka tekstowa"; 3 | 4 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "Jj3-zy-gaz"; */ 5 | "Jj3-zy-gaz.title" = "Otwórz bazę danych…"; 6 | 7 | /* Class = "NSButtonCell"; title = "Create new Database"; ObjectID = "Vxx-Ql-eI5"; */ 8 | "Vxx-Ql-eI5.title" = "Utwórz nową bazę danych"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "vzM-ly-CYn"; */ 11 | "vzM-ly-CYn.title" = "Table View Cell"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "zdv-z8-khG"; */ 14 | "zdv-z8-khG.title" = "Witaj w MacPass"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 3 | "8ny-Qk-Jvo.title" = "Последовательность автоввода"; 4 | 5 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 6 | "aOD-Ih-Sft.title" = "Установить"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ 9 | "lug-97-H9D.title" = "Доступные команды и подстановки"; 10 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/AutotypeCandidateSelectionView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "60p-7v-Nje"; */ 2 | "60p-7v-Nje.title" = "Отмена"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ 5 | "gcf-gb-ZsF.title" = "Есть несколько совпадений для текущего окна. Пожалуйста, выберите, какое совпадение следует использовать."; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PKW-gr-yqN"; */ 8 | "PKW-gr-yqN.title" = "Text Cell"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Content"; ObjectID = "TN3-3a-LaA"; */ 11 | "TN3-3a-LaA.title" = "Content"; 12 | 13 | /* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ 14 | "w7H-hx-CUF.title" = "Выполнить автоввод"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 3 | "17.title" = "OtherViews"; 4 | 5 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 6 | "26.title" = "Использовать дату"; 7 | 8 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 9 | "30.title" = "Отмена"; 10 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 2 | "1kM-cI-P1o.title" = "Отмена"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 5 | "102.title" = "Использовать иконку по умолчанию"; 6 | 7 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 8 | "iaf-XW-XUo.title" = "Скачать иконку"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/InspectorView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTabViewItem"; label = "Group"; ObjectID = "2896"; */ 2 | "2896.label" = "Группа"; 3 | 4 | /* Class = "NSTabViewItem"; label = "Entry"; ObjectID = "2897"; */ 5 | "2897.label" = "Запись"; 6 | 7 | /* Class = "NSTabViewItem"; label = "NoSelection"; ObjectID = "2974"; */ 8 | "2974.label" = "NoSelection"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "No Selection"; ObjectID = "2986"; */ 11 | "2986.title" = "Ничего не выбрано"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "3014"; */ 14 | "3014.title" = "Ярлык"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "Notes"; ObjectID = "hwn-UY-9Cr"; */ 17 | "hwn-UY-9Cr.title" = "Заметки"; 18 | 19 | /* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "None"; ObjectID = "Xpb-G8-gXl"; */ 20 | "Xpb-G8-gXl.ibShadowedIsNilPlaceholder" = "Нет"; 21 | 22 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/OpenPanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */ 2 | "FfY-KA-8IC.title" = "Показать скрытые файлы"; 3 | 4 | /* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */ 5 | "tvV-1s-Be3.title" = "Разрешить выбор всех файлов"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 2 | "3.title" = "Разблокировать"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 5 | "18.title" = "Файл ключа"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 8 | "269.title" = "Неверный пароль!"; 9 | 10 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 11 | "339.placeholderString" = "Введите пароль"; 12 | 13 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */ 14 | "erj-mR-UyO.title" = "Отмена"; 15 | 16 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 17 | "IU9-5u-jn9.title" = "Пароль"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/PickcharsView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ 2 | "8vP-Ka-vsA.title" = "Отправить"; 3 | 4 | /* Class = "NSButtonCell"; title = "Reset"; ObjectID = "Emo-pg-Mfe"; */ 5 | "Emo-pg-Mfe.title" = "Сбросить"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "StatusLabel"; ObjectID = "M3h-q8-FLO"; */ 8 | "M3h-q8-FLO.title" = "StatusLabel"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "pUG-4c-rTt"; */ 11 | "pUG-4c-rTt.title" = "Text Cell"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "MessageLabel"; ObjectID = "sHz-kg-YJQ"; */ 14 | "sHz-kg-YJQ.title" = "MessageLabel"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "v3T-2f-yWm"; */ 17 | "v3T-2f-yWm.title" = "Table View Cell"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 2 | "6hH-Hc-gf4.title" = "Удалить все"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "bG1-Sb-Xyp"; */ 5 | "bG1-Sb-Xyp.title" = "Text Cell"; 6 | 7 | /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "MaV-TP-92X"; */ 8 | "MaV-TP-92X.placeholderString" = "Заголовок"; 9 | 10 | /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "mLw-O5-6D3"; */ 11 | "mLw-O5-6D3.placeholderString" = "Значение"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 14 | "unO-bO-8v0.title" = "Данные плагина"; 15 | 16 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/PluginRepositoryBrowserView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTableColumn"; headerCell.title = "Status"; ObjectID = "g1Q-BS-vCR"; */ 2 | "g1Q-BS-vCR.headerCell.title" = "Статус"; 3 | 4 | /* Class = "NSTableColumn"; headerCell.title = "Latest Version"; ObjectID = "hFg-AD-SqD"; */ 5 | "hFg-AD-SqD.headerCell.title" = "Последняя версия"; 6 | 7 | /* Class = "NSButtonCell"; title = "Done"; ObjectID = "j9a-fn-Pye"; */ 8 | "j9a-fn-Pye.title" = "Готово"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Last updated:"; ObjectID = "ntD-sJ-NRw"; */ 11 | "ntD-sJ-NRw.title" = "Последнее обновление:"; 12 | 13 | /* Class = "NSTableColumn"; headerCell.title = "Plugin"; ObjectID = "Nzo-rR-Hfx"; */ 14 | "Nzo-rR-Hfx.headerCell.title" = "Плагин"; 15 | 16 | /* Class = "NSButtonCell"; title = "Refresh"; ObjectID = "NZw-nO-lZ3"; */ 17 | "NZw-nO-lZ3.title" = "Обновить"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "4"; */ 3 | "4.title" = "OtherViews"; 4 | 5 | /* Class = "NSMenuItem"; title = "KeePass 1 (KDB)"; ObjectID = "5"; */ 6 | "5.title" = "KeePass 1 (KDB)"; 7 | 8 | /* Class = "NSMenuItem"; title = "KeePass 2 (KDBX)"; ObjectID = "6"; */ 9 | "6.title" = "KeePass 2 (KDBX)"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 12 | "12.title" = "Формат:"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 15 | "52.title" = "Не вся информация из вашей базы может быть сохранена в выбранный формат."; 16 | -------------------------------------------------------------------------------- /MacPass/ru.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "Jj3-zy-gaz"; */ 2 | "Jj3-zy-gaz.title" = "Открыть базу..."; 3 | 4 | /* Class = "NSButtonCell"; title = "Create new Database"; ObjectID = "Vxx-Ql-eI5"; */ 5 | "Vxx-Ql-eI5.title" = "Создать новую базу"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "zdv-z8-khG"; */ 8 | "zdv-z8-khG.title" = "Добро пожаловать в MacPass"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/sv-SE.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 3 | "8ny-Qk-Jvo.title" = "Sekvens för auto-ifyllning"; 4 | 5 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 6 | "aOD-Ih-Sft.title" = "Ställ in sekvens för auto-ifyllning"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ 9 | "lug-97-H9D.title" = "Tillgängliga kommandon och placeholders"; 10 | -------------------------------------------------------------------------------- /MacPass/sv-SE.lproj/AutotypeCandidateSelectionView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "60p-7v-Nje"; */ 3 | "60p-7v-Nje.title" = "Avbryt"; 4 | 5 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PKW-gr-yqN"; */ 6 | "PKW-gr-yqN.title" = "Textcell"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Content"; ObjectID = "TN3-3a-LaA"; */ 9 | "TN3-3a-LaA.title" = "Innehåll"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ 12 | "gcf-gb-ZsF.title" = "Det finns flera matchande alternativ för nuvarande fönster. Var vänlig och välj vilket alternativ som ska användas.."; 13 | 14 | /* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ 15 | "w7H-hx-CUF.title" = "Fyll i"; 16 | -------------------------------------------------------------------------------- /MacPass/sv-SE.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 3 | "17.title" = "OtherViews"; 4 | 5 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 6 | "26.title" = "Använd datum"; 7 | 8 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 9 | "30.title" = "Avbryt"; 10 | -------------------------------------------------------------------------------- /MacPass/sv-SE.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 3 | "102.title" = "Använd förvald ikon"; 4 | 5 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 6 | "1kM-cI-P1o.title" = "Avbryt"; 7 | 8 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 9 | "iaf-XW-XUo.title" = "Ladda ner ikon"; 10 | -------------------------------------------------------------------------------- /MacPass/sv-SE.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* (No Comment) */ 2 | "NSHumanReadableCopyright" = "Copyright ©2012-2021 HicknHack Software GmbH. All rights reserved."; 3 | 4 | -------------------------------------------------------------------------------- /MacPass/sv-SE.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 3 | "3.title" = "Lås up"; 4 | 5 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 6 | "18.title" = "Nyckelfil"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 9 | "269.title" = "Fel lösenord!"; 10 | 11 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 12 | "339.placeholderString" = "Ange lösenord"; 13 | 14 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 15 | "IU9-5u-jn9.title" = "Lösenord"; 16 | 17 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */ 18 | "erj-mR-UyO.title" = "Avbryt"; 19 | -------------------------------------------------------------------------------- /MacPass/sv-SE.lproj/PickcharsView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ 3 | "8vP-Ka-vsA.title" = "Använd"; 4 | 5 | /* Class = "NSButtonCell"; title = "Reset"; ObjectID = "Emo-pg-Mfe"; */ 6 | "Emo-pg-Mfe.title" = "Återställ"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "StatusLabel"; ObjectID = "M3h-q8-FLO"; */ 9 | "M3h-q8-FLO.title" = "Statusetikett"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "pUG-4c-rTt"; */ 12 | "pUG-4c-rTt.title" = "Textcell"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "MessageLabel"; ObjectID = "sHz-kg-YJQ"; */ 15 | "sHz-kg-YJQ.title" = "Meddelandeetikett"; 16 | 17 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "v3T-2f-yWm"; */ 18 | "v3T-2f-yWm.title" = "Listcell"; 19 | -------------------------------------------------------------------------------- /MacPass/sv-SE.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "24"; */ 2 | "24.title" = "Välkommen till MacPass"; 3 | 4 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "44"; */ 5 | "44.title" = "Öppna databas…"; 6 | 7 | /* Class = "NSButtonCell"; title = "Create new Database"; ObjectID = "48"; */ 8 | "48.title" = "Skapa ny databas"; 9 | 10 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "70"; */ 11 | "70.title" = "Avbryt"; 12 | -------------------------------------------------------------------------------- /MacPass/uk.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 3 | "8ny-Qk-Jvo.title" = "Послідовність введення"; 4 | 5 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 6 | "aOD-Ih-Sft.title" = "Встановити послідовність"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ 9 | "lug-97-H9D.title" = "Доступні команди і підстановки"; 10 | -------------------------------------------------------------------------------- /MacPass/uk.lproj/AutotypeCandidateSelectionView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "60p-7v-Nje"; */ 3 | "60p-7v-Nje.title" = "Скасувати"; 4 | 5 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PKW-gr-yqN"; */ 6 | "PKW-gr-yqN.title" = "Текстове поле"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Content"; ObjectID = "TN3-3a-LaA"; */ 9 | "TN3-3a-LaA.title" = "Вміст"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ 12 | "gcf-gb-ZsF.title" = "Виявлено кілька співпадінь для поточного вікна. Будь ласка, виберіть котре співпадіння має використовуватись."; 13 | 14 | /* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ 15 | "w7H-hx-CUF.title" = "Виконати автовведення"; 16 | -------------------------------------------------------------------------------- /MacPass/uk.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 3 | "17.title" = "OtherViews"; 4 | 5 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 6 | "26.title" = "Застосувати дату"; 7 | 8 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 9 | "30.title" = "Скасувати"; 10 | -------------------------------------------------------------------------------- /MacPass/uk.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 3 | "102.title" = "Використовувати звичайний значок"; 4 | 5 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 6 | "1kM-cI-P1o.title" = "Скасувати"; 7 | 8 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 9 | "iaf-XW-XUo.title" = "Завантажити значок"; 10 | -------------------------------------------------------------------------------- /MacPass/uk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle name */ 2 | "CFBundleName" = "MacPass"; 3 | 4 | /* (No Comment) */ 5 | "KDB Database" = "KDB база"; 6 | 7 | /* (No Comment) */ 8 | "KDBX Database" = "KDBX база"; 9 | 10 | /* (No Comment) */ 11 | "MacPass Plugin" = "MacPass плагін"; 12 | 13 | /* (No Comment) */ 14 | "NSHumanReadableCopyright" = "©2012-2021 HicknHack Software GmbH. Усі права захищено."; 15 | 16 | /* (No Comment) */ 17 | "XML" = "XML"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/uk.lproj/OpenPanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */ 3 | "FfY-KA-8IC.title" = "Відображати приховані файли"; 4 | 5 | /* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */ 6 | "tvV-1s-Be3.title" = "Відображати усі файли"; 7 | -------------------------------------------------------------------------------- /MacPass/uk.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 3 | "3.title" = "Відімкнути"; 4 | 5 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 6 | "18.title" = "Файл ключа"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 9 | "269.title" = "Помилковий пароль!"; 10 | 11 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 12 | "339.placeholderString" = "Введіть пароль"; 13 | 14 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 15 | "IU9-5u-jn9.title" = "Пароль"; 16 | 17 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */ 18 | "erj-mR-UyO.title" = "Скасувати"; 19 | -------------------------------------------------------------------------------- /MacPass/uk.lproj/PickcharsView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ 3 | "8vP-Ka-vsA.title" = "Використати"; 4 | 5 | /* Class = "NSButtonCell"; title = "Reset"; ObjectID = "Emo-pg-Mfe"; */ 6 | "Emo-pg-Mfe.title" = "Скинути"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "StatusLabel"; ObjectID = "M3h-q8-FLO"; */ 9 | "M3h-q8-FLO.title" = "StatusLabel"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "pUG-4c-rTt"; */ 12 | "pUG-4c-rTt.title" = "Text Cell"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "MessageLabel"; ObjectID = "sHz-kg-YJQ"; */ 15 | "sHz-kg-YJQ.title" = "MessageLabel"; 16 | 17 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "v3T-2f-yWm"; */ 18 | "v3T-2f-yWm.title" = "Table View Cell"; 19 | -------------------------------------------------------------------------------- /MacPass/uk.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 3 | "6hH-Hc-gf4.title" = "Видалити всі"; 4 | 5 | /* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "MaV-TP-92X"; */ 6 | "MaV-TP-92X.placeholderString" = "Назва"; 7 | 8 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "bG1-Sb-Xyp"; */ 9 | "bG1-Sb-Xyp.title" = "Text Cell"; 10 | 11 | /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "mLw-O5-6D3"; */ 12 | "mLw-O5-6D3.placeholderString" = "Значення"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 15 | "unO-bO-8v0.title" = "Дані плагіна"; 16 | -------------------------------------------------------------------------------- /MacPass/uk.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "4"; */ 3 | "4.title" = "OtherViews"; 4 | 5 | /* Class = "NSMenuItem"; title = "KeePass 1 (KDB)"; ObjectID = "5"; */ 6 | "5.title" = "KeePass 1 (KDB)"; 7 | 8 | /* Class = "NSMenuItem"; title = "KeePass 2 (KDBX)"; ObjectID = "6"; */ 9 | "6.title" = "KeePass 2 (KDBX)"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 12 | "12.title" = "Формат:"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 15 | "52.title" = "Не вся інформація з вашої бази даних зможе бути збережена у вибраному форматі."; 16 | -------------------------------------------------------------------------------- /MacPass/uk.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "Fbl-HT-XIu"; */ 3 | "Fbl-HT-XIu.title" = "Text Cell"; 4 | 5 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "Jj3-zy-gaz"; */ 6 | "Jj3-zy-gaz.title" = "Відкрити базу…"; 7 | 8 | /* Class = "NSButtonCell"; title = "Create new Database"; ObjectID = "Vxx-Ql-eI5"; */ 9 | "Vxx-Ql-eI5.title" = "Створити нову базу"; 10 | 11 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "vzM-ly-CYn"; */ 12 | "vzM-ly-CYn.title" = "Table View Cell"; 13 | 14 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "zdv-z8-khG"; */ 15 | "zdv-z8-khG.title" = "Ласкаво просимо до MacPass"; 16 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 2 | "8ny-Qk-Jvo.title" = "自动键入序列"; 3 | 4 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 5 | "aOD-Ih-Sft.title" = "设置自动键入序列"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/AutotypeCandidateSelectionView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ 2 | "gcf-gb-ZsF.title" = ""; 3 | 4 | /* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ 5 | "w7H-hx-CUF.title" = "执行自动键入"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 2 | "17.title" = "OtherViews"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 5 | "26.title" = "使用"; 6 | 7 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 8 | "30.title" = "取消"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/DuplicateEntryOptionsWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ 2 | "daA-QV-CDq.title" = "引用密码而不是生成副本"; 3 | 4 | /* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ 5 | "dXl-KS-4rE.title" = "生成历史副本"; 6 | 7 | /* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ 8 | "O9X-XH-n8o.title" = "引用用户名而不是生成副本"; 9 | 10 | /* Class = "NSWindow"; title = "Duplicate Entry Options"; ObjectID = "QvC-M9-y7g"; */ 11 | "QvC-M9-y7g.title" = "Window"; 12 | 13 | /* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ 14 | "WqI-qH-ARf.title" = "克隆项目"; 15 | 16 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ 17 | "x6e-bE-Y6R.title" = "取消"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/GroupInspectorView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "6FG-UZ-Adh"; */ 2 | "6FG-UZ-Adh.title" = "自动键入序列"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "25"; */ 5 | "25.title" = "名称"; 6 | 7 | /* Class = "NSButtonCell"; title = "Expires"; ObjectID = "32"; */ 8 | "32.title" = "失效"; 9 | 10 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "231"; */ 11 | "231.title" = "OtherViews"; 12 | 13 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "243"; */ 14 | "243.title" = "OtherViews"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "Search"; ObjectID = "265"; */ 17 | "265.title" = "搜索"; 18 | 19 | /* Class = "NSTextFieldCell"; title = "Autotype"; ObjectID = "277"; */ 20 | "277.title" = "自动键入"; 21 | 22 | /* Class = "NSButtonCell"; title = "Show Plugin Data"; ObjectID = "qGr-oT-WjP"; */ 23 | "qGr-oT-WjP.title" = "编辑插件数据"; 24 | 25 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 2 | "1kM-cI-P1o.title" = "取消"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 5 | "102.title" = "使用默认图标"; 6 | 7 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 8 | "iaf-XW-XUo.title" = "下载图标"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* (No Comment) */ 2 | "KDB Database" = "KDB 数据库"; 3 | 4 | /* (No Comment) */ 5 | "KDBX Database" = "KDBX 数据库"; 6 | 7 | /* Copyright (human-readable) */ 8 | "NSHumanReadableCopyright" = " Copyright © 2012-2021 HicknHack Software GmbH. 保留一切权利。"; 9 | 10 | /* (No Comment) */ 11 | "XML" = "XML"; 12 | 13 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/InspectorView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTabViewItem"; label = "Group"; ObjectID = "2896"; */ 2 | "2896.label" = "组"; 3 | 4 | /* Class = "NSTabViewItem"; label = "Entry"; ObjectID = "2897"; */ 5 | "2897.label" = "项目"; 6 | 7 | /* Class = "NSTabViewItem"; label = "NoSelection"; ObjectID = "2974"; */ 8 | "2974.label" = "未选择"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "No Selection"; ObjectID = "2986"; */ 11 | "2986.title" = "未选择"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "3014"; */ 14 | "3014.title" = "标记"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "Notes"; ObjectID = "hwn-UY-9Cr"; */ 17 | "hwn-UY-9Cr.title" = "备注"; 18 | 19 | /* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "None"; ObjectID = "Xpb-G8-gXl"; */ 20 | "Xpb-G8-gXl.ibShadowedIsNilPlaceholder" = "无"; 21 | 22 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/MPTOTPViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "TOTP"; ObjectID = "mP4-nH-7TA"; */ 2 | "mP4-nH-7TA.title" = "TOTP"; 3 | 4 | /* Class = "NSButtonCell"; title = "30"; ObjectID = "roW-Uk-ff9"; */ 5 | "roW-Uk-ff9.title" = "30"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 2 | "3.title" = "解锁"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 5 | "18.title" = "密钥文件"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 8 | "269.title" = "密码错误!"; 9 | 10 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 11 | "339.placeholderString" = "请输入密码"; 12 | 13 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */ 14 | "erj-mR-UyO.title" = "取消"; 15 | 16 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 17 | "IU9-5u-jn9.title" = "密码"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 2 | "6hH-Hc-gf4.title" = "删除全部"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 5 | "unO-bO-8v0.title" = "插件数据"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/PluginRepositoryBrowserView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTableColumn"; headerCell.title = "Status"; ObjectID = "g1Q-BS-vCR"; */ 2 | "g1Q-BS-vCR.headerCell.title" = "状态"; 3 | 4 | /* Class = "NSTableColumn"; headerCell.title = "Latest Version"; ObjectID = "hFg-AD-SqD"; */ 5 | "hFg-AD-SqD.headerCell.title" = "最新版本"; 6 | 7 | /* Class = "NSButtonCell"; title = "Done"; ObjectID = "j9a-fn-Pye"; */ 8 | "j9a-fn-Pye.title" = "好"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Last updated:"; ObjectID = "ntD-sJ-NRw"; */ 11 | "ntD-sJ-NRw.title" = "最后更新:"; 12 | 13 | /* Class = "NSTableColumn"; headerCell.title = "Plugin"; ObjectID = "Nzo-rR-Hfx"; */ 14 | "Nzo-rR-Hfx.headerCell.title" = "插件"; 15 | 16 | /* Class = "NSButtonCell"; title = "Refresh"; ObjectID = "NZw-nO-lZ3"; */ 17 | "NZw-nO-lZ3.title" = "刷新"; 18 | 19 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/ReferenceBuilderView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; placeholderString = "Reference"; ObjectID = "dr9-x8-kKk"; */ 2 | "dr9-x8-kKk.placeholderString" = "引用"; 3 | 4 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 2 | "12.title" = "格式:"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 5 | "52.title" = "当前数据库的部分信息不能使用该格式存储。"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/UpdatePreferences.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenuItem"; title = "every Week"; ObjectID = "3FR-Va-iau"; */ 2 | "3FR-Va-iau.title" = "每周"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Check for Updates"; ObjectID = "9tL-CA-Vdg"; */ 5 | "9tL-CA-Vdg.title" = "检查更新"; 6 | 7 | /* Class = "NSMenuItem"; title = "every Hour"; ObjectID = "DjF-1I-6Nq"; */ 8 | "DjF-1I-6Nq.title" = "每小时"; 9 | 10 | /* Class = "NSMenuItem"; title = "every Day"; ObjectID = "o9E-hk-H1T"; */ 11 | "o9E-hk-H1T.title" = "每天"; 12 | 13 | /* Class = "NSButtonCell"; title = "Automatically Check for Updates"; ObjectID = "RFg-q1-AwJ"; */ 14 | "RFg-q1-AwJ.title" = "自动检查更新"; 15 | 16 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "RKd-H8-eCF"; */ 17 | "RKd-H8-eCF.title" = "其他视图"; 18 | 19 | /* Class = "NSMenuItem"; title = "every Month"; ObjectID = "Uo3-kv-1ro"; */ 20 | "Uo3-kv-1ro.title" = "每月"; 21 | 22 | -------------------------------------------------------------------------------- /MacPass/zh-Hans.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "Jj3-zy-gaz"; */ 2 | "Jj3-zy-gaz.title" = "打开数据库..."; 3 | 4 | /* Class = "NSButtonCell"; title = "Create Database"; ObjectID = "Vxx-Ql-eI5"; */ 5 | "Vxx-Ql-eI5.title" = "新建数据库"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "zdv-z8-khG"; */ 8 | "zdv-z8-khG.title" = "欢迎使用 MacPass"; 9 | 10 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/AutotypeBuilderView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "8ny-Qk-Jvo"; */ 2 | "8ny-Qk-Jvo.title" = "自動鍵入序列"; 3 | 4 | /* Class = "NSButtonCell"; title = "Set Autotype Sequence"; ObjectID = "aOD-Ih-Sft"; */ 5 | "aOD-Ih-Sft.title" = "設置自動鍵入序列"; 6 | 7 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/AutotypeCandidateSelectionView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "There are multiple matches for the current window. Please select which match should be used."; ObjectID = "gcf-gb-ZsF"; */ 2 | "gcf-gb-ZsF.title" = "找到多個符合目前視窗的帳戶資料。請選擇一項。"; 3 | 4 | /* Class = "NSButtonCell"; title = "Perform Autotype"; ObjectID = "w7H-hx-CUF"; */ 5 | "w7H-hx-CUF.title" = "自動輸入"; 6 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/DatePickingView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */ 2 | "17.title" = "OtherViews"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */ 5 | "26.title" = "使用"; 6 | 7 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */ 8 | "30.title" = "取消"; 9 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/DuplicateEntryOptionsWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ 2 | "daA-QV-CDq.title" = "引用密碼而不是複製"; 3 | 4 | /* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ 5 | "dXl-KS-4rE.title" = "複製歷史"; 6 | 7 | /* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ 8 | "O9X-XH-n8o.title" = "引用使用者名稱而不是複製"; 9 | 10 | /* Class = "NSWindow"; title = "Duplicate Entry Options"; ObjectID = "QvC-M9-y7g"; */ 11 | "QvC-M9-y7g.title" = "Window"; 12 | 13 | /* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ 14 | "WqI-qH-ARf.title" = "複製項目"; 15 | 16 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ 17 | "x6e-bE-Y6R.title" = "取消"; 18 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/GroupInspectorView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "6FG-UZ-Adh"; */ 2 | "6FG-UZ-Adh.title" = "自動輸入序列"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "25"; */ 5 | "25.title" = "名稱"; 6 | 7 | /* Class = "NSButtonCell"; title = "Expires"; ObjectID = "32"; */ 8 | "32.title" = "失效"; 9 | 10 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "231"; */ 11 | "231.title" = "OtherViews"; 12 | 13 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "243"; */ 14 | "243.title" = "OtherViews"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "Search"; ObjectID = "265"; */ 17 | "265.title" = "搜尋"; 18 | 19 | /* Class = "NSTextFieldCell"; title = "Autotype"; ObjectID = "277"; */ 20 | "277.title" = "自動鍵入"; 21 | 22 | /* Class = "NSButtonCell"; title = "Show Plugin Data"; ObjectID = "qGr-oT-WjP"; */ 23 | "qGr-oT-WjP.title" = "編輯外掛資料"; 24 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/IconSelection.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "1kM-cI-P1o"; */ 2 | "1kM-cI-P1o.title" = "取消"; 3 | 4 | /* Class = "NSButtonCell"; title = "Use Default Icon"; ObjectID = "102"; */ 5 | "102.title" = "使用預設圖示"; 6 | 7 | /* Class = "NSButtonCell"; title = "Download Icon"; ObjectID = "iaf-XW-XUo"; */ 8 | "iaf-XW-XUo.title" = "下載圖示"; 9 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* (No Comment) */ 2 | "KDB Database" = "KDB 資料庫"; 3 | 4 | /* (No Comment) */ 5 | "KDBX Database" = "KDBX 資料庫"; 6 | 7 | /* (No Comment) */ 8 | "NSHumanReadableCopyright" = " Copyright © 2012-2020 HicknHack Software GmbH. 保留一切權利。"; 9 | 10 | /* (No Comment) */ 11 | "XML" = "XML"; 12 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/InspectorView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTabViewItem"; label = "Group"; ObjectID = "2896"; */ 2 | "2896.label" = "群組"; 3 | 4 | /* Class = "NSTabViewItem"; label = "Entry"; ObjectID = "2897"; */ 5 | "2897.label" = "項目"; 6 | 7 | /* Class = "NSTabViewItem"; label = "NoSelection"; ObjectID = "2974"; */ 8 | "2974.label" = "未選擇"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "No Selection"; ObjectID = "2986"; */ 11 | "2986.title" = "未選擇"; 12 | 13 | /* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "3014"; */ 14 | "3014.title" = "標記"; 15 | 16 | /* Class = "NSTextFieldCell"; title = "Notes"; ObjectID = "hwn-UY-9Cr"; */ 17 | "hwn-UY-9Cr.title" = "備註"; 18 | 19 | /* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "None"; ObjectID = "Xpb-G8-gXl"; */ 20 | "Xpb-G8-gXl.ibShadowedIsNilPlaceholder" = "無"; 21 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/PasswordInputView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Unlock"; ObjectID = "3"; */ 2 | "3.title" = "解鎖"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Keyfile"; ObjectID = "18"; */ 5 | "18.title" = "金鑰檔案"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Wrong password!"; ObjectID = "269"; */ 8 | "269.title" = "密碼錯誤!"; 9 | 10 | /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "339"; */ 11 | "339.placeholderString" = "請輸入密碼"; 12 | 13 | /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "erj-mR-UyO"; */ 14 | "erj-mR-UyO.title" = "取消"; 15 | 16 | /* Class = "NSButtonCell"; title = "Password"; ObjectID = "IU9-5u-jn9"; */ 17 | "IU9-5u-jn9.title" = "密碼"; 18 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/PluginDataView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ 2 | "6hH-Hc-gf4.title" = "刪除全部"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ 5 | "unO-bO-8v0.title" = "外掛資料"; 6 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/PluginRepositoryBrowserView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTableColumn"; headerCell.title = "Status"; ObjectID = "g1Q-BS-vCR"; */ 2 | "g1Q-BS-vCR.headerCell.title" = "狀態"; 3 | 4 | /* Class = "NSTableColumn"; headerCell.title = "Latest Version"; ObjectID = "hFg-AD-SqD"; */ 5 | "hFg-AD-SqD.headerCell.title" = "最新版本"; 6 | 7 | /* Class = "NSButtonCell"; title = "Done"; ObjectID = "j9a-fn-Pye"; */ 8 | "j9a-fn-Pye.title" = "好"; 9 | 10 | /* Class = "NSTextFieldCell"; title = "Last updated:"; ObjectID = "ntD-sJ-NRw"; */ 11 | "ntD-sJ-NRw.title" = "最後更新:"; 12 | 13 | /* Class = "NSTableColumn"; headerCell.title = "Plugin"; ObjectID = "Nzo-rR-Hfx"; */ 14 | "Nzo-rR-Hfx.headerCell.title" = "外掛"; 15 | 16 | /* Class = "NSButtonCell"; title = "Refresh"; ObjectID = "NZw-nO-lZ3"; */ 17 | "NZw-nO-lZ3.title" = "重新整理"; 18 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/ReferenceBuilderView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; placeholderString = "Reference"; ObjectID = "dr9-x8-kKk"; */ 2 | "dr9-x8-kKk.placeholderString" = "引用"; 3 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/SavePanelAccessoryView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "12"; */ 2 | "12.title" = "格式:"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ 5 | "52.title" = "當前資料庫的部分資訊不能使用該格式儲存。"; 6 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/UpdatePreferences.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSMenuItem"; title = "every Week"; ObjectID = "3FR-Va-iau"; */ 2 | "3FR-Va-iau.title" = "每週"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Check for Updates"; ObjectID = "9tL-CA-Vdg"; */ 5 | "9tL-CA-Vdg.title" = "檢查更新"; 6 | 7 | /* Class = "NSMenuItem"; title = "every Hour"; ObjectID = "DjF-1I-6Nq"; */ 8 | "DjF-1I-6Nq.title" = "每小時"; 9 | 10 | /* Class = "NSMenuItem"; title = "every Day"; ObjectID = "o9E-hk-H1T"; */ 11 | "o9E-hk-H1T.title" = "每天"; 12 | 13 | /* Class = "NSButtonCell"; title = "Automatically Check for Updates"; ObjectID = "RFg-q1-AwJ"; */ 14 | "RFg-q1-AwJ.title" = "自動檢查更新"; 15 | 16 | /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "RKd-H8-eCF"; */ 17 | "RKd-H8-eCF.title" = "其他檢視"; 18 | 19 | /* Class = "NSMenuItem"; title = "every Month"; ObjectID = "Uo3-kv-1ro"; */ 20 | "Uo3-kv-1ro.title" = "每月"; 21 | 22 | -------------------------------------------------------------------------------- /MacPass/zh-Hant.lproj/WelcomeView.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSButtonCell"; title = "Open Database…"; ObjectID = "Jj3-zy-gaz"; */ 2 | "Jj3-zy-gaz.title" = "開啟資料庫..."; 3 | 4 | /* Class = "NSButtonCell"; title = "Create new Database"; ObjectID = "Vxx-Ql-eI5"; */ 5 | "Vxx-Ql-eI5.title" = "新建資料庫"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Welcome to MacPass"; ObjectID = "zdv-z8-khG"; */ 8 | "zdv-z8-khG.title" = "歡迎使用 MacPass"; 9 | -------------------------------------------------------------------------------- /MacPassTests/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPassTests/.DS_Store -------------------------------------------------------------------------------- /MacPassTests/Databases/Test_Password_1234.kdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPassTests/Databases/Test_Password_1234.kdb -------------------------------------------------------------------------------- /MacPassTests/Databases/Test_Password_1234.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/MacPassTests/Databases/Test_Password_1234.kdbx -------------------------------------------------------------------------------- /MacPassTests/MacPassTests-Info.plist: -------------------------------------------------------------------------------- 1 | <?xml version="1.0" encoding="UTF-8"?> 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 | <plist version="1.0"> 4 | <dict> 5 | <key>CFBundleDevelopmentRegion</key> 6 | <string>en</string> 7 | <key>CFBundleExecutable</key> 8 | <string>${EXECUTABLE_NAME}</string> 9 | <key>CFBundleIdentifier</key> 10 | <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 11 | <key>CFBundleInfoDictionaryVersion</key> 12 | <string>6.0</string> 13 | <key>CFBundlePackageType</key> 14 | <string>BNDL</string> 15 | <key>CFBundleShortVersionString</key> 16 | <string>1.0</string> 17 | <key>CFBundleSignature</key> 18 | <string>????</string> 19 | <key>CFBundleVersion</key> 20 | <string>1</string> 21 | </dict> 22 | </plist> 23 | -------------------------------------------------------------------------------- /MacPassTests/MacPassTests-Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'MacPassTests' target in the 'MacPassTests' project 3 | // 4 | 5 | #ifdef __OBJC__ 6 | #import <Cocoa/Cocoa.h> 7 | #endif 8 | -------------------------------------------------------------------------------- /MacPassTests/cs.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPassTests/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPassTests/es.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPassTests/fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPassTests/it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPassTests/ja.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPassTests/nl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPassTests/pl.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPassTests/ru.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPassTests/sv-SE.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPassTests/uk.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /MacPassTests/zh-Hans.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /docs/acknowledgement/acknowledgements.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MacPass/MacPass/eb4a5545098b2005e0aad5bdd67a673d078f21ee/docs/acknowledgement/acknowledgements.pdf -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- 1 | # MacPass 2 | 3 | This website has been moved to [macpass.github.io](https://macpass.github.io) 4 | -------------------------------------------------------------------------------- /scripts/extract_localizeables.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | find ../MacPass/. -name \*.m | xargs genstrings -o . 3 | mv Localizable.strings ../MacPass/en.lproj/Localizable.strings.updated 4 | -------------------------------------------------------------------------------- /scripts/list_of_contributors.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # prints the list of contributors in markdown format 3 | git log --pretty="[%an](mailto:%ae), " | sort -fu 4 | -------------------------------------------------------------------------------- /scripts/update_continous_release.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | git tag -d continuous 3 | git tag continuous 4 | git push -f origin continuous 5 | -------------------------------------------------------------------------------- /scripts/update_plugin_repository.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | FILE="plugins.json" 3 | URL="https://macpassapp.org/data/${FILE}" 4 | MY_FOLDER="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 5 | DOWNLOAD_FOLDER="${MY_FOLDER}/../MacPass/Resources/" 6 | cd "${DOWNLOAD_FOLDER}" 7 | wget -O "${FILE}" "${URL}" 8 | --------------------------------------------------------------------------------