├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── MacBox-AutoFill ├── AutoFillLoading.strings ├── CredentialProviderViewController.strings ├── ManualCredentialsEntry.strings ├── SelectAutoFillDatabaseViewController.strings ├── SelectCredential.strings ├── ar │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── cs │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── da │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── de │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── el │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── en_GB │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── es │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── fr │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── hi │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── hu │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── it │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── ja │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── ko │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── lt │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── ml │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── nb │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── nl │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── nn_NO │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── pl │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── pt │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── pt_BR │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── ru │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── sk │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── sv │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── tr │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── uk │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── ur │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── ur_IN │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── zh-Hans │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings └── zh-Hant │ ├── AutoFillLoading.strings │ ├── CredentialProviderViewController.strings │ ├── ManualCredentialsEntry.strings │ ├── SelectAutoFillDatabaseViewController.strings │ └── SelectCredential.strings ├── MacBox ├── AboutViewController.strings ├── AddDatabaseSelectStorageProvider.strings ├── AdvancedAppPreferences.strings ├── AppPreferences.strings ├── AppearanceSettings.strings ├── AuditConfigurationViewController.strings ├── AuditDrillDown.strings ├── AutoFillAppLevelPreferences.strings ├── Backups.strings ├── BusinessActivationOnboardingVC.strings ├── ChangeMasterPasswordWindowController.strings ├── CompareAndMergeWizard.strings ├── CompareDatabases.strings ├── ConnectHardwareKey.strings ├── CreateEditViewController.strings ├── DatabaseCellView.strings ├── DatabaseOnboarding.strings ├── DatabaseProperties.strings ├── DatabasesManager.strings ├── DownloadFavIcons.strings ├── EditCustomField.strings ├── EditTagsPopover.strings ├── EncryptionSettings.strings ├── FavIconPreferences.strings ├── FavIconResultTableCell.strings ├── FreeTrialOrUpgradeOnboarding.strings ├── GeneralAppPreferences.strings ├── GenericDetailFieldTableCellView.strings ├── GroupPropertiesViewController.strings ├── MacConflictResolutionWizard.strings ├── MacKeePassHistory.strings ├── Main.strings ├── NewEntryDefaultsPreferences.strings ├── NextGen-Detail.strings ├── NextGen-Master.strings ├── NextGen-Sidebar.strings ├── NextGen.strings ├── NodeDetails.strings ├── PasswordGenerationPreferences.strings ├── PastedImagePreviewer.strings ├── PredefinedKeePassIcon.strings ├── PreferencesWindowController.strings ├── PressYubiKeyWindow.strings ├── ProgressWindow.strings ├── QrCodeWindowScanner.strings ├── QuickSearchViewController.strings ├── SFTPConfigurationVC.strings ├── SFTPConnectionsManager.strings ├── SecurityPrivacySettings.strings ├── SelectPredefinedIconController.strings ├── SshAgentSettings.strings ├── SyncLogViewController.strings ├── SystemTrayViewController.strings ├── TipJar.strings ├── TitleCellView.strings ├── UnifiedUpgrade.strings ├── UpgradeWindowController.strings ├── UrlTableCellView.strings ├── WebDAVConfigVC.strings ├── WebDAVConnectionsManager.strings ├── WelcomeAppOnboarding.strings ├── WiFiSyncSettings.strings ├── ar │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── cs │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── da │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── de │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── el │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── en_GB │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── es │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── fr │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── hi │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── hu │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── it │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── ja │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── ko │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── lt │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── ml │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── nb │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── nl │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── nn_NO │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── pl │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── pt │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── pt_BR │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── ru │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── sk │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PressYubiKeyWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── sv │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── tr │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── uk │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── ur │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── ur_IN │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── zh-Hans │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings └── zh-Hant │ ├── AboutViewController.strings │ ├── AddDatabaseSelectStorageProvider.strings │ ├── AdvancedAppPreferences.strings │ ├── AppPreferences.strings │ ├── AppearanceSettings.strings │ ├── AuditConfigurationViewController.strings │ ├── AuditDrillDown.strings │ ├── AutoFillAppLevelPreferences.strings │ ├── Backups.strings │ ├── BusinessActivationOnboardingVC.strings │ ├── ChangeMasterPasswordWindowController.strings │ ├── CompareAndMergeWizard.strings │ ├── CompareDatabases.strings │ ├── ConnectHardwareKey.strings │ ├── CreateEditViewController.strings │ ├── DatabaseCellView.strings │ ├── DatabaseOnboarding.strings │ ├── DatabaseProperties.strings │ ├── DatabasesManager.strings │ ├── DownloadFavIcons.strings │ ├── EditCustomField.strings │ ├── EditTagsPopover.strings │ ├── EncryptionSettings.strings │ ├── FavIconPreferences.strings │ ├── FavIconResultTableCell.strings │ ├── FreeTrialOrUpgradeOnboarding.strings │ ├── GeneralAppPreferences.strings │ ├── GenericDetailFieldTableCellView.strings │ ├── GroupPropertiesViewController.strings │ ├── KeePassHistoryController.strings │ ├── MacConflictResolutionWizard.strings │ ├── MacKeePassHistory.strings │ ├── Main.strings │ ├── NewEntryDefaultsPreferences.strings │ ├── NextGen-Detail.strings │ ├── NextGen-Master.strings │ ├── NextGen-Sidebar.strings │ ├── NextGen.strings │ ├── NodeDetails.strings │ ├── NodeDetailsWindowController.strings │ ├── PasswordGenerationPreferences.strings │ ├── PastedImagePreviewer.strings │ ├── PredefinedKeePassIcon.strings │ ├── PreferencesWindowController.strings │ ├── PressYubiKeyWindow.strings │ ├── ProgressWindow.strings │ ├── QrCodeWindowScanner.strings │ ├── QuickSearchViewController.strings │ ├── SFTPConfigurationVC.strings │ ├── SFTPConnectionsManager.strings │ ├── SafesMetaDataViewer.strings │ ├── SecurityPrivacySettings.strings │ ├── SelectPredefinedIconController.strings │ ├── SshAgentSettings.strings │ ├── SyncLogViewController.strings │ ├── SystemTrayViewController.strings │ ├── TipJar.strings │ ├── TitleCellView.strings │ ├── UnifiedUpgrade.strings │ ├── UpgradeWindowController.strings │ ├── UrlTableCellView.strings │ ├── WebDAVConfigVC.strings │ ├── WebDAVConnectionsManager.strings │ ├── WelcomeAppOnboarding.strings │ └── WiFiSyncSettings.strings ├── README.md ├── StrongBox Auto Fill ├── InfoPlist.strings ├── MainInterface.strings ├── SelectExistingAutoFillCredential.strings ├── ar │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── cs │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── da │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── de │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── el │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── en_GB │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── es │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── fr │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── hi │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── hu │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── it │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── ja │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── ko │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── lt │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── ml │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── nb │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── nl │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── nn_NO │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── pl │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── pt │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── pt_BR │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── ru │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── sk │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── sv │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── tr │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── uk │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── ur │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── ur_IN │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── zh-Hans │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings └── zh-Hant │ ├── InfoPlist.strings │ ├── MainInterface.strings │ └── SelectExistingAutoFillCredential.strings ├── StrongBox ├── AsyncUpdateResultViewer.strings ├── Audit.strings ├── AuditDrillDown.strings ├── AutoFillOnboarding.strings ├── AutoFillPreferences.strings ├── Backups.strings ├── Browse.strings ├── BusinessActivation.strings ├── CompareDatabases.strings ├── ConfigureTabs.strings ├── ConflictResolutionWizard.strings ├── ConvenienceExpiryOnboarding.strings ├── ConvenienceUnlockOnboardingModule.strings ├── ConvenienceUnlockPreferences.strings ├── CreateDatabaseOrSetCredentials.strings ├── CustomAppIconViewController.strings ├── CustomCells │ ├── EditPasswordCell.strings │ ├── GenericKeyValueTableViewCell.strings │ ├── IconTableCell.strings │ └── PasskeyTableCellView.strings ├── CustomizeView.strings ├── DatabaseMetadataProperties.strings ├── DatabaseOperations.strings ├── DuplicateItemOptions.strings ├── EmptyDetails.strings ├── EncryptionPreferences.strings ├── Export.strings ├── ExportItemOptions.strings ├── FavIconBulk.strings ├── FirstUnlockWelcomeView.strings ├── FreemiumOnboarding.strings ├── IconsCollectionViewController.strings ├── InfoPlist.strings ├── ItemDetails.strings ├── KeePassHistory.strings ├── LargeTextView.strings ├── LaunchScreen.strings ├── Localizable.strings ├── Main.strings ├── MasterDetail.strings ├── MergeWizard.strings ├── PasswordGenerationPreferences.strings ├── PasswordSafeHistory.strings ├── PinEntry.strings ├── Preferences.strings ├── PrivacyViewController.strings ├── QRCodeScannerViewController.strings ├── QuickLaunchOnboarding.strings ├── RMStore.strings ├── RandomizerPopOver.strings ├── SFTPConnections.strings ├── SFTPSessionConfigurationViewController.strings ├── ScheduledExport.strings ├── SelectItem.strings ├── SelectKeyFile.strings ├── SelectSecondDatabase.strings ├── SelectStorage.strings ├── SyncLog.strings ├── TipJar.strings ├── Upgrade.strings ├── WebDAVConfigurationViewController.strings ├── WebDAVConnections.strings ├── Welcome.strings ├── ar │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── cs │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── da │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── de │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── el │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── en_GB │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── es │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── fr │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── hi │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── hu │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── it │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── ja │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── ko │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── lt │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── ml │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── nb │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── nl │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── nn_NO │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── pl │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── pt │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── pt_BR │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── ru │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── sk │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── sv │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── tr │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── uk │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── ur │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── ur_IN │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── zh-Hans │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ │ ├── EditPasswordCell.strings │ │ ├── GenericKeyValueTableViewCell.strings │ │ ├── IconTableCell.strings │ │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings └── zh-Hant │ ├── AsyncUpdateResultViewer.strings │ ├── Audit.strings │ ├── AuditDrillDown.strings │ ├── AutoFillOnboarding.strings │ ├── AutoFillPreferences.strings │ ├── Backups.strings │ ├── Browse.strings │ ├── BusinessActivation.strings │ ├── CompareDatabases.strings │ ├── ConfigureTabs.strings │ ├── ConflictResolutionWizard.strings │ ├── ConvenienceExpiryOnboarding.strings │ ├── ConvenienceUnlockOnboardingModule.strings │ ├── ConvenienceUnlockPreferences.strings │ ├── CreateDatabaseOrSetCredentials.strings │ ├── CustomAppIconViewController.strings │ ├── CustomCells │ ├── EditPasswordCell.strings │ ├── GenericKeyValueTableViewCell.strings │ ├── IconTableCell.strings │ └── PasskeyTableCellView.strings │ ├── CustomizeView.strings │ ├── DatabaseMetadataProperties.strings │ ├── DatabaseOperations.strings │ ├── DuplicateItemOptions.strings │ ├── EmptyDetails.strings │ ├── EncryptionPreferences.strings │ ├── Export.strings │ ├── ExportItemOptions.strings │ ├── FavIconBulk.strings │ ├── FirstUnlockWelcomeView.strings │ ├── FreemiumOnboarding.strings │ ├── IconsCollectionViewController.strings │ ├── InfoPlist.strings │ ├── ItemDetails.strings │ ├── KeePassHistory.strings │ ├── LargeTextView.strings │ ├── LaunchScreen.strings │ ├── Localizable.strings │ ├── Main.strings │ ├── MasterDetail.strings │ ├── MergeWizard.strings │ ├── PasswordGenerationPreferences.strings │ ├── PasswordSafeHistory.strings │ ├── PinEntry.strings │ ├── Preferences.strings │ ├── PrivacyViewController.strings │ ├── QRCodeScannerViewController.strings │ ├── QuickLaunchOnboarding.strings │ ├── RMStore.strings │ ├── RandomizerPopOver.strings │ ├── SFTPConnections.strings │ ├── SFTPSessionConfigurationViewController.strings │ ├── ScheduledExport.strings │ ├── SelectItem.strings │ ├── SelectKeyFile.strings │ ├── SelectSecondDatabase.strings │ ├── SelectStorage.strings │ ├── SyncLog.strings │ ├── TipJar.strings │ ├── Upgrade.strings │ ├── WebDAVConfigurationViewController.strings │ ├── WebDAVConnections.strings │ └── Welcome.strings ├── browser-extension ├── ar │ └── ar.json ├── cs │ └── cs.json ├── da │ └── da.json ├── de │ └── de.json ├── el │ └── el.json ├── en.json ├── en_GB │ └── en_GB.json ├── es │ └── es.json ├── fr │ └── fr.json ├── hi │ └── hi.json ├── hu │ └── hu.json ├── it │ └── it.json ├── ja │ └── ja.json ├── ko │ └── ko.json ├── lt │ └── lt.json ├── ml │ └── ml.json ├── nb │ └── nb.json ├── nl │ └── nl.json ├── nn_NO │ └── nn_NO.json ├── pl │ └── pl.json ├── pt │ └── pt.json ├── pt_BR │ └── pt_BR.json ├── ru │ └── ru.json ├── sk │ └── sk.json ├── sv │ └── sv.json ├── tr │ └── tr.json ├── uk │ └── uk.json ├── ur │ └── ur.json ├── ur_IN │ └── ur_IN.json ├── zh-Hans │ └── zh-Hans.json └── zh-Hant │ └── zh-Hant.json └── crowdin.yml /.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore everything 2 | * 3 | 4 | !.gitignore 5 | !*.strings 6 | !*.json 7 | !CONTRIBUTING.md 8 | 9 | # ...even if they are in subdirectories 10 | !*/ 11 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributions 2 | 3 | This is the Strongbox "Babel" repository. It is licensed under the MIT licence and by contributing to it you agree to release any and all of your contributions under this licence. 4 | 5 | Thanks! Merci! Danke! Spasibo! Gracias! Arigato! and so on... :) 6 | 7 | -Mark -------------------------------------------------------------------------------- /MacBox-AutoFill/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 3 | "98a-OU-nPA.title" = "Unlocking..."; 4 | 5 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 6 | "DgG-ik-07U.title" = "Strongbox"; 7 | -------------------------------------------------------------------------------- /MacBox-AutoFill/ar/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/cs/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Odemykání..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/da/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/de/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Wird entsperrt ..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/el/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Ξεκλείδωμα..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/en_GB/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/es/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Desbloqueando..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/fr/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Déverrouillage..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/hi/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/hu/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Feloldás..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/it/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Sblocco..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/ja/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/ja/CredentialProviderViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "0xp-rC-2gr"; */ 2 | "0xp-rC-2gr.title" = "Strongbox"; 3 | 4 | /* Class = "NSTabViewItem"; label = "Loading..."; ObjectID = "7zu-5q-GqY"; */ 5 | "7zu-5q-GqY.label" = "読み込み中..."; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Loading..."; ObjectID = "baw-Zn-2lg"; */ 8 | "baw-Zn-2lg.title" = "読み込み中..."; 9 | -------------------------------------------------------------------------------- /MacBox-AutoFill/ko/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/lt/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/ml/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/nb/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/nb/CredentialProviderViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "0xp-rC-2gr"; */ 2 | "0xp-rC-2gr.title" = "Strongbox"; 3 | 4 | /* Class = "NSTabViewItem"; label = "Loading..."; ObjectID = "7zu-5q-GqY"; */ 5 | "7zu-5q-GqY.label" = "Laster …"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Loading..."; ObjectID = "baw-Zn-2lg"; */ 8 | "baw-Zn-2lg.title" = "Laster …"; 9 | -------------------------------------------------------------------------------- /MacBox-AutoFill/nl/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Ontgrendelen..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/nl/CredentialProviderViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "0xp-rC-2gr"; */ 2 | "0xp-rC-2gr.title" = "Strongbox"; 3 | 4 | /* Class = "NSTabViewItem"; label = "Loading..."; ObjectID = "7zu-5q-GqY"; */ 5 | "7zu-5q-GqY.label" = "Laden..."; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Loading..."; ObjectID = "baw-Zn-2lg"; */ 8 | "baw-Zn-2lg.title" = "Laden..."; 9 | -------------------------------------------------------------------------------- /MacBox-AutoFill/nn_NO/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/pl/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Odblokowanie..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/pt/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/pt_BR/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Desbloqueando..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/ru/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Разблокировка ..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/sk/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/sv/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Låser upp ..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/tr/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Kilit açılıyor..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/uk/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Відмикання..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/ur/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/ur_IN/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/zh-Hans/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "解锁中..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox-AutoFill/zh-Hant/AutoFillLoading.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Unlocking..."; ObjectID = "98a-OU-nPA"; */ 2 | "98a-OU-nPA.title" = "Unlocking..."; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Strongbox"; ObjectID = "DgG-ik-07U"; */ 5 | "DgG-ik-07U.title" = "Strongbox"; 6 | -------------------------------------------------------------------------------- /MacBox/NextGen.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 3 | "W9I-lM-L61.label" = "Search"; 4 | 5 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 6 | "W9I-lM-L61.paletteLabel" = "Search"; 7 | 8 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 9 | "aJZ-19-h2n.title" = "Window"; 10 | -------------------------------------------------------------------------------- /MacBox/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /MacBox/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 3 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 4 | 5 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 6 | "F0z-JX-Cv5.title" = "Window"; 7 | -------------------------------------------------------------------------------- /MacBox/ar/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/ar/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/ar/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/ar/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/ar/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Window"; 6 | -------------------------------------------------------------------------------- /MacBox/cs/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Upravit štítky"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/cs/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Hledat"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Hledat"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/cs/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/cs/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/cs/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Pro ověření se dotkněte hardwarového klíče"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Okno"; 6 | -------------------------------------------------------------------------------- /MacBox/da/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/da/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/da/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/da/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/da/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Window"; 6 | -------------------------------------------------------------------------------- /MacBox/de/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Suchen"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Suchen"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/de/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/de/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/de/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Zum Authentifizieren bitte Ihren Hardwareschlüssel berühren"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Fenster"; 6 | -------------------------------------------------------------------------------- /MacBox/el/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Αναζήτηση"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Αναζήτηση"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/el/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/el/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/el/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Παρακαλώ αγγίξτε το κλειδί υλικού σας για αυθεντικοποίηση"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Παράθυρο"; 6 | -------------------------------------------------------------------------------- /MacBox/en_GB/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/en_GB/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/en_GB/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/en_GB/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/en_GB/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Window"; 6 | -------------------------------------------------------------------------------- /MacBox/es/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Editar etiquetas"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/es/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Buscar"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Buscar"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/es/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/es/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/es/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Por favor, toca tu llave de hardware para autenticarte"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Ventana"; 6 | -------------------------------------------------------------------------------- /MacBox/fr/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Rechercher"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Rechercher"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/fr/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/fr/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/fr/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Veuillez toucher votre clé matérielle pour vous authentifier"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Fenêtre"; 6 | -------------------------------------------------------------------------------- /MacBox/hi/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/hi/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/hi/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/hi/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/hi/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Window"; 6 | -------------------------------------------------------------------------------- /MacBox/hu/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Címkék módosítása"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/hu/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Keresés"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Keresés"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/hu/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/hu/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/hu/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Kérem érintse meg a hardver kulcsot azonosításhoz"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Ablak"; 6 | -------------------------------------------------------------------------------- /MacBox/it/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Ricerca"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Ricerca"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/it/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/it/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/it/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Si prega di toccare la chiave hardware per autenticarsi"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Finestra"; 6 | -------------------------------------------------------------------------------- /MacBox/ja/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "タグを編集"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/ja/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/ja/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/ja/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/ja/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "認証するにはハードウェアキーに触れてください"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "ウィンドウ"; 6 | -------------------------------------------------------------------------------- /MacBox/ko/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/ko/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/ko/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/ko/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/ko/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Window"; 6 | -------------------------------------------------------------------------------- /MacBox/lt/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/lt/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/lt/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/lt/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/lt/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Window"; 6 | -------------------------------------------------------------------------------- /MacBox/ml/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/ml/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/ml/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/ml/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/ml/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "വിൻഡോ"; 6 | -------------------------------------------------------------------------------- /MacBox/nb/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/nb/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/nb/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/nb/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/nb/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Vindu"; 6 | -------------------------------------------------------------------------------- /MacBox/nl/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Bewerk labels"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/nl/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Zoeken"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Zoeken"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/nl/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/nl/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/nl/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Raak uw hardwaresleutel aan om te verifiëren"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Venster"; 6 | -------------------------------------------------------------------------------- /MacBox/nn_NO/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/nn_NO/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/nn_NO/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/nn_NO/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/nn_NO/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Window"; 6 | -------------------------------------------------------------------------------- /MacBox/pl/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edytuj tagi"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/pl/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Wyszukaj"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Wyszukaj"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/pl/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/pl/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/pl/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Dotknij swojego klucza sprzętowego, aby uwierzytelnić"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Okno"; 6 | -------------------------------------------------------------------------------- /MacBox/pt/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/pt/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/pt/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/pt/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/pt/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Janela"; 6 | -------------------------------------------------------------------------------- /MacBox/pt_BR/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Editar Etiquetas"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/pt_BR/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Pesquisar"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Pesquisar"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/pt_BR/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/pt_BR/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/pt_BR/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Por favor, toque na chave de hardware para autenticar"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Janela"; 6 | -------------------------------------------------------------------------------- /MacBox/ru/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Изменение тегов"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/ru/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Поиск"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Поиск"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/ru/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/ru/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/ru/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Коснитесь ключа для аутентификации"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Окно"; 6 | -------------------------------------------------------------------------------- /MacBox/sk/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/sk/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/sk/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/sk/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/sk/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Window"; 6 | -------------------------------------------------------------------------------- /MacBox/sv/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Redigera taggar"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/sv/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Sök"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Sök"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/sv/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/sv/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/sv/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Vänligen rör din hårdvarunyckel för att autentisera"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Fönster"; 6 | -------------------------------------------------------------------------------- /MacBox/tr/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Etiketleri Düzenle"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/tr/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Ara"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Ara"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Pencere"; 9 | -------------------------------------------------------------------------------- /MacBox/tr/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/tr/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/tr/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Kimlik doğrulaması için lütfen donanım anahtarınıza dokunun"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Pencere"; 6 | -------------------------------------------------------------------------------- /MacBox/uk/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Редагувати Мітки"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/uk/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Пошук"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Пошук"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/uk/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/uk/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/uk/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Доторкніться до свого апаратного ключа для авторизації"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Вікно"; 6 | -------------------------------------------------------------------------------- /MacBox/ur/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/ur/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/ur/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/ur/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/ur/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Window"; 6 | -------------------------------------------------------------------------------- /MacBox/ur_IN/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "Edit Tags"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/ur_IN/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/ur_IN/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/ur_IN/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/ur_IN/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "Please touch your hardware key to authenticate"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "Window"; 6 | -------------------------------------------------------------------------------- /MacBox/zh-Hans/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "编辑标签​​​​​"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/zh-Hans/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "搜索"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "搜索"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/zh-Hans/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/zh-Hans/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/zh-Hans/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "请触碰您的硬件密钥以验证身份"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "窗口"; 6 | -------------------------------------------------------------------------------- /MacBox/zh-Hans/ProgressWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 2 | "F0z-JX-Cv5.title" = "窗口"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "(This may take some time...)"; ObjectID = "tXK-jG-ThG"; */ 5 | "tXK-jG-ThG.title" = "(这可能会花一点时间...)"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Decrypting Database"; ObjectID = "xRG-Ro-oDu"; */ 8 | "xRG-Ro-oDu.title" = "数据库解密中"; 9 | -------------------------------------------------------------------------------- /MacBox/zh-Hant/EditTagsPopover.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "AcX-Vm-N5N"; */ 2 | "AcX-Vm-N5N.title" = "Table View Cell"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "Edit Tags"; ObjectID = "RwV-uW-3Ye"; */ 5 | "RwV-uW-3Ye.title" = "編輯標籤"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "V8t-lU-hxo"; */ 8 | "V8t-lU-hxo.title" = "Text Cell"; 9 | -------------------------------------------------------------------------------- /MacBox/zh-Hant/NextGen.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSSearchToolbarItem"; label = "Search"; ObjectID = "W9I-lM-L61"; */ 2 | "W9I-lM-L61.label" = "Search"; 3 | 4 | /* Class = "NSSearchToolbarItem"; paletteLabel = "Search"; ObjectID = "W9I-lM-L61"; */ 5 | "W9I-lM-L61.paletteLabel" = "Search"; 6 | 7 | /* Class = "NSWindow"; title = "Window"; ObjectID = "aJZ-19-h2n"; */ 8 | "aJZ-19-h2n.title" = "Window"; 9 | -------------------------------------------------------------------------------- /MacBox/zh-Hant/PredefinedKeePassIcon.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/MacBox/zh-Hant/PredefinedKeePassIcon.strings -------------------------------------------------------------------------------- /MacBox/zh-Hant/PressYubiKeyWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSTextFieldCell"; title = "Please touch your hardware key to authenticate"; ObjectID = "Amd-Ue-pR5"; */ 2 | "Amd-Ue-pR5.title" = "請觸摸硬體金鑰以進行身份驗證"; 3 | 4 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 5 | "F0z-JX-Cv5.title" = "視窗"; 6 | -------------------------------------------------------------------------------- /MacBox/zh-Hant/ProgressWindow.strings: -------------------------------------------------------------------------------- 1 | /* Class = "NSWindow"; title = "Window"; ObjectID = "F0z-JX-Cv5"; */ 2 | "F0z-JX-Cv5.title" = "視窗"; 3 | 4 | /* Class = "NSTextFieldCell"; title = "(This may take some time...)"; ObjectID = "tXK-jG-ThG"; */ 5 | "tXK-jG-ThG.title" = "(這可能需要一些時間…)"; 6 | 7 | /* Class = "NSTextFieldCell"; title = "Decrypting Database"; ObjectID = "xRG-Ro-oDu"; */ 8 | "xRG-Ro-oDu.title" = "正在將資料庫解密"; 9 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 3 | "nWg-WP-1SN.title" = "Select Entry"; 4 | 5 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 6 | "tum-o5-Per.title" = "Select Credential"; 7 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ar/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ar/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/cs/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Automatické vyplňování Strongbox"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Automatické vyplňování Strongbox"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/cs/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Vybrat položku"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Vybrat pověření"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/da/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/da/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/de/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox autom. Ausfüllen"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox autom. Ausfüllen"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/de/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Eintrag auswählen"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Zugangsdaten auswählen"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/el/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Αυτόματη Συμπλήρωση Strongbox"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Αυτόματη Συμπλήρωση Strongbox"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/el/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Επιλέξτε Καταχώρηση"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Επιλέξτε Διαπιστευτήριο"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/en_GB/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/en_GB/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/es/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "AutoRelleno de Strongbox"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "AutoRelleno de Strongbox"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/es/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Seleccionar entrada"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Seleccionar credencial"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/fr/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Remplissage automatique Strongbox"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Remplissage automatique Strongbox"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/fr/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Sélectionner l'entrée"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Sélectionner les identifiants"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/hi/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/hi/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/hu/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox automatikus kitöltő"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox automatikus kitöltő"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/hu/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Bejegyzés kiválasztása"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Válassza ki a hitelesítőadatokat"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/it/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Riempimento Automatico di Strongbox"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Riempimento Automatico di Strongbox"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/it/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Selezionare Elemento"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Selezionare Credenziale"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ja/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox のオートフィル"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox のオートフィル"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ja/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ko/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ko/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/lt/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/lt/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ml/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox ഓട്ടോ ഫിൽ"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox ഓട്ടോ ഫിൽ"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ml/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/nb/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/nb/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/nl/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Automatisch invullen via Strongbox"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Automatisch invullen via Strongbox"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/nl/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Kies onderdeel"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Kies identiteitsgegevens"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/nn_NO/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/nn_NO/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/pl/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox Auto Fill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox Auto Fill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/pl/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Wybierz wpis"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Wybierz dane logowania"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/pt/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/pt/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/pt_BR/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Preencher Automático do Strongbox"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Preencher Automático do Strongbox"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/pt_BR/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Selecionar registro"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Selecionar credencial"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ru/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Автозаполнение Strongbox"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Автозаполнение Strongbox"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ru/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Выбор записи"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Выбор учётных данных"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/sk/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/sk/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/sv/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox Autofyll"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox Autofyll"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/sv/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Välj post"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Välj autentiseringsmetod"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/tr/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox Otomatik Doldur"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox Otomatik Doldur"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/tr/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Kayıt seç"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Kimlik Bilgisini Seçin"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/uk/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Автозаповнення Strongbox"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Автозаповнення Strongbox"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/uk/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Виберіть запис"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Виберіть облікові дані"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ur/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ur/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ur_IN/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox AutoFill"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox AutoFill"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/ur_IN/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/zh-Hans/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox 自动填充"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox 自动填充"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/zh-Hans/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "选择条目"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "选择凭据"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/zh-Hant/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Bundle display name */ 2 | "CFBundleDisplayName" = "Strongbox 自動填入"; 3 | 4 | /* Bundle name */ 5 | "CFBundleName" = "Strongbox 自動填入"; 6 | -------------------------------------------------------------------------------- /StrongBox Auto Fill/zh-Hant/SelectExistingAutoFillCredential.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Entry"; ObjectID = "nWg-WP-1SN"; */ 2 | "nWg-WP-1SN.title" = "Select Entry"; 3 | 4 | /* Class = "UITableViewController"; title = "Select Credential"; ObjectID = "tum-o5-Per"; */ 5 | "tum-o5-Per.title" = "Select Credential"; 6 | -------------------------------------------------------------------------------- /StrongBox/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 3 | "13X-be-kaG.title" = "App Icon"; 4 | 5 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 6 | "wjy-Zm-m2d.title" = "Reset to Default"; 7 | -------------------------------------------------------------------------------- /StrongBox/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 3 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 4 | 5 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 6 | "EDp-9I-D9S.text" = "Title"; 7 | -------------------------------------------------------------------------------- /StrongBox/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 3 | "UnA-5w-DIT.title" = "Database Properties"; 4 | -------------------------------------------------------------------------------- /StrongBox/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 3 | "iof-GL-Y9v.text" = "Select an entry to view details"; 4 | -------------------------------------------------------------------------------- /StrongBox/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 3 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 4 | 5 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 6 | "NBM-Q1-UCB.title" = "History"; 7 | -------------------------------------------------------------------------------- /StrongBox/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /StrongBox/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 3 | "iof-GL-Y9v.text" = "Select an entry to view details"; 4 | -------------------------------------------------------------------------------- /StrongBox/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 3 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 4 | 5 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 6 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 7 | -------------------------------------------------------------------------------- /StrongBox/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 3 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 4 | 5 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 6 | "TAN-U9-inD.normalTitle" = "Cancel"; 7 | -------------------------------------------------------------------------------- /StrongBox/SelectItem.strings: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /StrongBox/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | 2 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 3 | "YXw-m7-rI3.title" = "Select Second Database"; 4 | -------------------------------------------------------------------------------- /StrongBox/ar/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/ar/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Title"; 6 | -------------------------------------------------------------------------------- /StrongBox/ar/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/ar/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/ar/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "History"; 6 | -------------------------------------------------------------------------------- /StrongBox/ar/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ar/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/ar/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/ar/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/ar/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancel"; 6 | -------------------------------------------------------------------------------- /StrongBox/ar/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ar/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/ar/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/cs/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Ikona aplikace"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Obnovit výchozí"; 6 | -------------------------------------------------------------------------------- /StrongBox/cs/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Nastavit výchozí..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Název"; 6 | -------------------------------------------------------------------------------- /StrongBox/cs/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Vlastnosti databáze"; 3 | -------------------------------------------------------------------------------- /StrongBox/cs/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Vyberte položku pro zobrazení podrobností"; 3 | -------------------------------------------------------------------------------- /StrongBox/cs/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Posuňte vlevo pro možnosti nebo klepněte pro zobrazení"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Historie"; 6 | -------------------------------------------------------------------------------- /StrongBox/cs/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/cs/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/cs/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Vyberte položku pro zobrazení podrobností"; 3 | -------------------------------------------------------------------------------- /StrongBox/cs/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Odemknout"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Zbývajících pokusů pro odemknutí: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/cs/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Naskenovat QR kód"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Zrušit"; 6 | -------------------------------------------------------------------------------- /StrongBox/cs/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/cs/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/cs/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Vybrat druhou databázi"; 3 | -------------------------------------------------------------------------------- /StrongBox/da/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/da/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Title"; 6 | -------------------------------------------------------------------------------- /StrongBox/da/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/da/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/da/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "History"; 6 | -------------------------------------------------------------------------------- /StrongBox/da/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/da/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/da/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/da/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/da/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancel"; 6 | -------------------------------------------------------------------------------- /StrongBox/da/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/da/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/da/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/de/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App-Symbol"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Auf Standard zurücksetzen"; 6 | -------------------------------------------------------------------------------- /StrongBox/de/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Standardeinstellungen festlegen …"; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Titel"; 6 | -------------------------------------------------------------------------------- /StrongBox/de/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Datenbankeigenschaften"; 3 | -------------------------------------------------------------------------------- /StrongBox/de/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Wählen Sie einen Eintrag aus, um die Details anzusehen"; 3 | -------------------------------------------------------------------------------- /StrongBox/de/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Für Optionen nach links wischen, zum Anzeigen tippen"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Verlauf"; 6 | -------------------------------------------------------------------------------- /StrongBox/de/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /StrongBox/de/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Wählen Sie einen Eintrag aus, um die Details anzusehen"; 3 | -------------------------------------------------------------------------------- /StrongBox/de/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Entsperren"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Verbleibende Entsperrversuche: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/de/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "QR-Code scannen"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Abbrechen"; 6 | -------------------------------------------------------------------------------- /StrongBox/de/SelectItem.strings: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /StrongBox/de/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Zweite Datenbank auswählen"; 3 | -------------------------------------------------------------------------------- /StrongBox/el/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Εικονίδιο εφαρμογής"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Επαναφορά στις προεπιλογές"; 6 | -------------------------------------------------------------------------------- /StrongBox/el/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Ρύθμιση Προεπιλογών..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Τίτλος"; 6 | -------------------------------------------------------------------------------- /StrongBox/el/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Ιδιότητες Βάσης Δεδομένων"; 3 | -------------------------------------------------------------------------------- /StrongBox/el/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Επιλέξτε μια καταχώρηση για να δείτε λεπτομέρειες"; 3 | -------------------------------------------------------------------------------- /StrongBox/el/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Συμβουλή: Σύρετε αριστερά για επιλογές ή πατήστε για προβολή"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Ιστορικό"; 6 | -------------------------------------------------------------------------------- /StrongBox/el/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/el/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/el/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Επιλέξτε μια καταχώρηση για να δείτε λεπτομέρειες"; 3 | -------------------------------------------------------------------------------- /StrongBox/el/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Ξεκλείδωμα"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Προσπάθειες ξεκλειδώματος που απομένουν: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/el/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Σάρωση κωδικού QR"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Άκυρο"; 6 | -------------------------------------------------------------------------------- /StrongBox/el/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/el/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/el/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Επιλογή Δεύτερης Βάσης Δεδομένων"; 3 | -------------------------------------------------------------------------------- /StrongBox/en_GB/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/en_GB/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Title"; 6 | -------------------------------------------------------------------------------- /StrongBox/en_GB/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/en_GB/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/en_GB/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "History"; 6 | -------------------------------------------------------------------------------- /StrongBox/en_GB/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/en_GB/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/en_GB/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/en_GB/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/en_GB/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancel"; 6 | -------------------------------------------------------------------------------- /StrongBox/en_GB/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/en_GB/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/en_GB/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/es/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Icono de la App"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Restablecer por defecto"; 6 | -------------------------------------------------------------------------------- /StrongBox/es/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configurar valores por defecto..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Título"; 6 | -------------------------------------------------------------------------------- /StrongBox/es/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Propiedades de la base de datos"; 3 | -------------------------------------------------------------------------------- /StrongBox/es/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Seleccionar una entrada para ver detalles"; 3 | -------------------------------------------------------------------------------- /StrongBox/es/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Deslizar a la izquierda para opciones o pulse para ver"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Historial"; 6 | -------------------------------------------------------------------------------- /StrongBox/es/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/es/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/es/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Seleccionar una entrada para ver detalles"; 3 | -------------------------------------------------------------------------------- /StrongBox/es/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Desbloquear"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Intentos de desbloqueo restantes: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/es/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Escanear código QR"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancelar"; 6 | -------------------------------------------------------------------------------- /StrongBox/es/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/es/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/es/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Seleccionar segunda base de datos"; 3 | -------------------------------------------------------------------------------- /StrongBox/fr/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Icône de l'application"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Réinitialiser par défaut"; 6 | -------------------------------------------------------------------------------- /StrongBox/fr/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configurer les valeurs par défaut..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Titre"; 6 | -------------------------------------------------------------------------------- /StrongBox/fr/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Propriétés de la base de données"; 3 | -------------------------------------------------------------------------------- /StrongBox/fr/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Sélectionnez une entrée pour voir les détails"; 3 | -------------------------------------------------------------------------------- /StrongBox/fr/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Glisser vers la gauche pour les options ou appuyez pour afficher"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Historique"; 6 | -------------------------------------------------------------------------------- /StrongBox/fr/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/fr/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/fr/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Sélectionnez une entrée pour voir les détails"; 3 | -------------------------------------------------------------------------------- /StrongBox/fr/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Déverrouiller"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Tentatives de déverrouillage restantes: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/fr/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scanner le QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Annuler"; 6 | -------------------------------------------------------------------------------- /StrongBox/fr/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/fr/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/fr/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Sélectionner la deuxième base de données"; 3 | -------------------------------------------------------------------------------- /StrongBox/hi/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/hi/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "शीर्षक"; 6 | -------------------------------------------------------------------------------- /StrongBox/hi/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/hi/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "विवरण देखने के लिए एक प्रविष्टि का चयन करें"; 3 | -------------------------------------------------------------------------------- /StrongBox/hi/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "History"; 6 | -------------------------------------------------------------------------------- /StrongBox/hi/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/hi/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/hi/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "विवरण देखने के लिए एक प्रविष्टि का चयन करें"; 3 | -------------------------------------------------------------------------------- /StrongBox/hi/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/hi/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancel"; 6 | -------------------------------------------------------------------------------- /StrongBox/hi/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/hi/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/hi/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "दूसरा डेटाबेस चुनें"; 3 | -------------------------------------------------------------------------------- /StrongBox/hu/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Alkalmazás ikon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Alaphelyzetbe állítás"; 6 | -------------------------------------------------------------------------------- /StrongBox/hu/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Alapértelmezések beállítása..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Cím"; 6 | -------------------------------------------------------------------------------- /StrongBox/hu/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Adatbázis tulajdonságai"; 3 | -------------------------------------------------------------------------------- /StrongBox/hu/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "A részletek megtekintéséhez válasszon ki egy bejegyzést"; 3 | -------------------------------------------------------------------------------- /StrongBox/hu/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Csúsztassa balra az opciókért, vagy koppintson a megtekintéshez"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Előzmények"; 6 | -------------------------------------------------------------------------------- /StrongBox/hu/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/hu/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/hu/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "A részletek megtekintéséhez válasszon ki egy bejegyzést"; 3 | -------------------------------------------------------------------------------- /StrongBox/hu/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Feloldás"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Fennmaradó feloldási kísérletek: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/hu/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "QR kód beolvasása"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Mégsem"; 6 | -------------------------------------------------------------------------------- /StrongBox/hu/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/hu/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/hu/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Válassza ki a második adatbázist"; 3 | -------------------------------------------------------------------------------- /StrongBox/it/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Icona App"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Ripristinare a Predefinito"; 6 | -------------------------------------------------------------------------------- /StrongBox/it/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configurare Predefiniti..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Titolo"; 6 | -------------------------------------------------------------------------------- /StrongBox/it/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Proprietà del Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/it/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Selezionare un elemento per visualizzarne i dettagli"; 3 | -------------------------------------------------------------------------------- /StrongBox/it/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Scorrere a Sinistra per le Opzioni o Toccare per Visualizzare"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Cronologia"; 6 | -------------------------------------------------------------------------------- /StrongBox/it/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/it/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/it/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Selezionare un elemento per visualizzarne i dettagli"; 3 | -------------------------------------------------------------------------------- /StrongBox/it/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Sblocca"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Tentativi di Sblocco Rimasti: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/it/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scansiona il Codice QR"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Annullare"; 6 | -------------------------------------------------------------------------------- /StrongBox/it/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/it/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/it/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Selezionare Secondo Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/ja/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "アプリアイコン"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "デフォルトにリセット"; 6 | -------------------------------------------------------------------------------- /StrongBox/ja/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "デフォルトを設定..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "タイトル"; 6 | -------------------------------------------------------------------------------- /StrongBox/ja/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "データベースのプロパティ"; 3 | -------------------------------------------------------------------------------- /StrongBox/ja/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "詳細を表示するエントリーを選択してください"; 3 | -------------------------------------------------------------------------------- /StrongBox/ja/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "左にスライドしてオプションを確認するか、タップして表示します"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "履歴"; 6 | -------------------------------------------------------------------------------- /StrongBox/ja/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ja/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/ja/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "詳細を表示するエントリーを選択してください"; 3 | -------------------------------------------------------------------------------- /StrongBox/ja/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "ロック解除"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "残りのロック解除試行回数: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/ja/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "QR コードをスキャン"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "キャンセル"; 6 | -------------------------------------------------------------------------------- /StrongBox/ja/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ja/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/ja/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "2番目のデータベースを選択"; 3 | -------------------------------------------------------------------------------- /StrongBox/ko/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/ko/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Title"; 6 | -------------------------------------------------------------------------------- /StrongBox/ko/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/ko/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/ko/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "History"; 6 | -------------------------------------------------------------------------------- /StrongBox/ko/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ko/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/ko/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/ko/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/ko/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancel"; 6 | -------------------------------------------------------------------------------- /StrongBox/ko/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ko/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/ko/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/lt/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/lt/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Title"; 6 | -------------------------------------------------------------------------------- /StrongBox/lt/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/lt/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/lt/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "History"; 6 | -------------------------------------------------------------------------------- /StrongBox/lt/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/lt/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/lt/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/lt/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/lt/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancel"; 6 | -------------------------------------------------------------------------------- /StrongBox/lt/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/lt/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/lt/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/ml/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/ml/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "ശീർഷകം"; 6 | -------------------------------------------------------------------------------- /StrongBox/ml/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/ml/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "വിശദാംശങ്ങൾ കാണുന്നതിന് ഒരു എൻ‌ട്രി തിരഞ്ഞെടുക്കുക"; 3 | -------------------------------------------------------------------------------- /StrongBox/ml/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "ചരിത്രം"; 6 | -------------------------------------------------------------------------------- /StrongBox/ml/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ml/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/ml/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "വിശദാംശങ്ങൾ കാണുന്നതിന് ഒരു എൻ‌ട്രി തിരഞ്ഞെടുക്കുക"; 3 | -------------------------------------------------------------------------------- /StrongBox/ml/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "അൺലോക്ക്"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/ml/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "റദ്ദാക്കുക"; 6 | -------------------------------------------------------------------------------- /StrongBox/ml/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ml/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/ml/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/nb/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/nb/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Title"; 6 | -------------------------------------------------------------------------------- /StrongBox/nb/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/nb/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Velg en oppføring for å vise detaljer"; 3 | -------------------------------------------------------------------------------- /StrongBox/nb/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Sveip til venstre for valg, eller trykk for å vise"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Versjonslogg"; 6 | -------------------------------------------------------------------------------- /StrongBox/nb/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/nb/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/nb/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Velg en oppføring for å vise detaljer"; 3 | -------------------------------------------------------------------------------- /StrongBox/nb/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Lås opp"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Gjenværende opplåsningsforsøk: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/nb/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Avles QR-kode"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Avbryt"; 6 | -------------------------------------------------------------------------------- /StrongBox/nb/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/nb/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/nb/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/nl/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Appsymbool"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Herstel naar standaardinstellingen"; 6 | -------------------------------------------------------------------------------- /StrongBox/nl/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Stel standaardinstellingen in..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Titel"; 6 | -------------------------------------------------------------------------------- /StrongBox/nl/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Eigenschappen database"; 3 | -------------------------------------------------------------------------------- /StrongBox/nl/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Kies een onderdeel om de details ervan te tonen"; 3 | -------------------------------------------------------------------------------- /StrongBox/nl/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Veeg naar links voor opties of tik om te tonen"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Geschiedenis"; 6 | -------------------------------------------------------------------------------- /StrongBox/nl/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/nl/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/nl/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Kies een onderdeel om de details ervan te bekijken"; 3 | -------------------------------------------------------------------------------- /StrongBox/nl/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Ontgrendel"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Resterende ontgrendelpogingen: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/nl/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR-code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Annuleer"; 6 | -------------------------------------------------------------------------------- /StrongBox/nl/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/nl/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/nl/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Kies tweede database"; 3 | -------------------------------------------------------------------------------- /StrongBox/nn_NO/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/nn_NO/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Title"; 6 | -------------------------------------------------------------------------------- /StrongBox/nn_NO/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/nn_NO/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/nn_NO/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "History"; 6 | -------------------------------------------------------------------------------- /StrongBox/nn_NO/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/nn_NO/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/nn_NO/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/nn_NO/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/nn_NO/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancel"; 6 | -------------------------------------------------------------------------------- /StrongBox/nn_NO/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/nn_NO/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/nn_NO/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/pl/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Ikona aplikacji"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Przywróć domyślną"; 6 | -------------------------------------------------------------------------------- /StrongBox/pl/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Konfiguruj domyślne ustawienia..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Tytuł"; 6 | -------------------------------------------------------------------------------- /StrongBox/pl/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Opcje bazy danych"; 3 | -------------------------------------------------------------------------------- /StrongBox/pl/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Wybierz wpis, aby wyświetlić szczegóły"; 3 | -------------------------------------------------------------------------------- /StrongBox/pl/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Przesuń w lewo, aby wyświetlić opcje lub dotknij, aby wyświetlić"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Historia"; 6 | -------------------------------------------------------------------------------- /StrongBox/pl/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/pl/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/pl/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Wybierz wpis, aby wyświetlić szczegóły"; 3 | -------------------------------------------------------------------------------- /StrongBox/pl/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Odblokuj"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Liczba pozostałych prób odblokowania: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/pl/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Zeskanuj kod QR"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Anuluj"; 6 | -------------------------------------------------------------------------------- /StrongBox/pl/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/pl/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/pl/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Wybierz drugą bazę danych"; 3 | -------------------------------------------------------------------------------- /StrongBox/pt/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/pt/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Título"; 6 | -------------------------------------------------------------------------------- /StrongBox/pt/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Propriedades da Base de dados"; 3 | -------------------------------------------------------------------------------- /StrongBox/pt/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Selecione uma entrada para ver detalhes"; 3 | -------------------------------------------------------------------------------- /StrongBox/pt/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Deslize para a esquerda para opções ou toque para ver"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Histórico"; 6 | -------------------------------------------------------------------------------- /StrongBox/pt/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/pt/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/pt/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Selecione uma entrada para ver detalhes"; 3 | -------------------------------------------------------------------------------- /StrongBox/pt/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/pt/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancelar"; 6 | -------------------------------------------------------------------------------- /StrongBox/pt/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/pt/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/pt/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/pt_BR/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Ícone do App"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Retornar ao Padrão"; 6 | -------------------------------------------------------------------------------- /StrongBox/pt_BR/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configurar padrões..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Título"; 6 | -------------------------------------------------------------------------------- /StrongBox/pt_BR/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Propriedades do Banco de Dados"; 3 | -------------------------------------------------------------------------------- /StrongBox/pt_BR/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Selecione um registro para exibir detalhes"; 3 | -------------------------------------------------------------------------------- /StrongBox/pt_BR/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Deslize para a Esquerda para Opções ou Toque para Exibir"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Histórico"; 6 | -------------------------------------------------------------------------------- /StrongBox/pt_BR/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/pt_BR/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/pt_BR/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Selecione um registro para ver os detalhes"; 3 | -------------------------------------------------------------------------------- /StrongBox/pt_BR/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Desbloquear"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Tentativas de Desbloqueio Restantes: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/pt_BR/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Escanear QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancelar"; 6 | -------------------------------------------------------------------------------- /StrongBox/pt_BR/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/pt_BR/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/pt_BR/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Selecionar Segundo Banco de Dados"; 3 | -------------------------------------------------------------------------------- /StrongBox/ru/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Иконка приложения"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Установить по умолчанию"; 6 | -------------------------------------------------------------------------------- /StrongBox/ru/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Настройки по умолчанию ..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Название"; 6 | -------------------------------------------------------------------------------- /StrongBox/ru/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Свойства БД"; 3 | -------------------------------------------------------------------------------- /StrongBox/ru/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Выберите запись для просмотра подробностей"; 3 | -------------------------------------------------------------------------------- /StrongBox/ru/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Смахните влево для опций или коснитесь для просмотра"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "История"; 6 | -------------------------------------------------------------------------------- /StrongBox/ru/LaunchScreen.strings: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /StrongBox/ru/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Выберите запись для просмотра подробностей"; 3 | -------------------------------------------------------------------------------- /StrongBox/ru/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Разблокировать"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Оставшихся попыток разблокировки: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/ru/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Сканировать QR код"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Отмена"; 6 | -------------------------------------------------------------------------------- /StrongBox/ru/SelectItem.strings: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /StrongBox/ru/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Выбор БД"; 3 | -------------------------------------------------------------------------------- /StrongBox/sk/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/sk/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Title"; 6 | -------------------------------------------------------------------------------- /StrongBox/sk/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/sk/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/sk/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "History"; 6 | -------------------------------------------------------------------------------- /StrongBox/sk/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/sk/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/sk/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/sk/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/sk/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancel"; 6 | -------------------------------------------------------------------------------- /StrongBox/sk/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/sk/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/sk/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/sv/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Appikon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Återställ till standard"; 6 | -------------------------------------------------------------------------------- /StrongBox/sv/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Konfigurera standard ..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Rubrik"; 6 | -------------------------------------------------------------------------------- /StrongBox/sv/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Databasegenskaper"; 3 | -------------------------------------------------------------------------------- /StrongBox/sv/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Välj en post att visa detaljer"; 3 | -------------------------------------------------------------------------------- /StrongBox/sv/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Dra till vänster för alternativ eller tryck för att visa"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Historik"; 6 | -------------------------------------------------------------------------------- /StrongBox/sv/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/sv/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/sv/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Välj en post att visa detaljer"; 3 | -------------------------------------------------------------------------------- /StrongBox/sv/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Lås upp"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Återstående upplåsningsförsök: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/sv/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Skanna QR-kod"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Avbryt"; 6 | -------------------------------------------------------------------------------- /StrongBox/sv/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/sv/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/sv/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Välj den andra databasen"; 3 | -------------------------------------------------------------------------------- /StrongBox/tr/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Uygulama Simgesi"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Varsayılan Ayarlara Geri Dön"; 6 | -------------------------------------------------------------------------------- /StrongBox/tr/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Varsayılanları Yapılandır..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Başlık"; 6 | -------------------------------------------------------------------------------- /StrongBox/tr/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Veritabanı özellikleri"; 3 | -------------------------------------------------------------------------------- /StrongBox/tr/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Ayrıntıları görüntülemek için bir giriş seçin"; 3 | -------------------------------------------------------------------------------- /StrongBox/tr/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Seçenekler için Sola Kaydırın veya Görüntülemek İçin Dokun"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Geçmiş"; 6 | -------------------------------------------------------------------------------- /StrongBox/tr/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/tr/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/tr/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Ayrıntıları görüntülemek için bir girdi seçin"; 3 | -------------------------------------------------------------------------------- /StrongBox/tr/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Kilidi aç"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Kalan Kilit Açma Girişimi: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/tr/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "QR Kodu Tara"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Vazgeç"; 6 | -------------------------------------------------------------------------------- /StrongBox/tr/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/tr/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/tr/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "İkinci Veritabanını Seçin"; 3 | -------------------------------------------------------------------------------- /StrongBox/uk/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "Піктограма програми"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Відновити типове"; 6 | -------------------------------------------------------------------------------- /StrongBox/uk/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Налаштувати типові..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Заголовок"; 6 | -------------------------------------------------------------------------------- /StrongBox/uk/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Властивості бази паролів"; 3 | -------------------------------------------------------------------------------- /StrongBox/uk/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Оберіть запис для перегляду подробиць"; 3 | -------------------------------------------------------------------------------- /StrongBox/uk/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Посуньте вліво для параметрів або торкніться для перегляду"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "Історія"; 6 | -------------------------------------------------------------------------------- /StrongBox/uk/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/uk/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/uk/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Оберіть запис для перегляду подробиць"; 3 | -------------------------------------------------------------------------------- /StrongBox/uk/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Відімкнути"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Залишилося спроб: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/uk/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Сканувати QR-код"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Скасувати"; 6 | -------------------------------------------------------------------------------- /StrongBox/uk/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/uk/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/uk/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Обрати другу базу даних"; 3 | -------------------------------------------------------------------------------- /StrongBox/ur/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/ur/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Title"; 6 | -------------------------------------------------------------------------------- /StrongBox/ur/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/ur/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/ur/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "History"; 6 | -------------------------------------------------------------------------------- /StrongBox/ur/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ur/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/ur/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/ur/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/ur/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancel"; 6 | -------------------------------------------------------------------------------- /StrongBox/ur/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ur/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/ur/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/ur_IN/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/ur_IN/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "Configure Defaults..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "Title"; 6 | -------------------------------------------------------------------------------- /StrongBox/ur_IN/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "Database Properties"; 3 | -------------------------------------------------------------------------------- /StrongBox/ur_IN/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/ur_IN/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "Slide Left for Options or Tap to View"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "History"; 6 | -------------------------------------------------------------------------------- /StrongBox/ur_IN/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ur_IN/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/ur_IN/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "Select an entry to view details"; 3 | -------------------------------------------------------------------------------- /StrongBox/ur_IN/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "Unlock"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "Unlock Attempts Remaining: 2"; 6 | -------------------------------------------------------------------------------- /StrongBox/ur_IN/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "Scan QR Code"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "Cancel"; 6 | -------------------------------------------------------------------------------- /StrongBox/ur_IN/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/ur_IN/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/ur_IN/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "Select Second Database"; 3 | -------------------------------------------------------------------------------- /StrongBox/zh-Hans/ConfigureTabs.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Tip: Drag to Show, Hide and Reorder"; ObjectID = "9AW-Gv-vFO"; */ 2 | "9AW-Gv-vFO.prompt" = "提示:拖动以显示、隐藏和排序"; 3 | 4 | /* Class = "UINavigationItem"; title = "Configure Tabs"; ObjectID = "9AW-Gv-vFO"; */ 5 | "9AW-Gv-vFO.title" = "配置标签栏"; 6 | 7 | /* Class = "UILabel"; text = "Title"; ObjectID = "tjP-Uh-EJh"; */ 8 | "tjP-Uh-EJh.text" = "标题"; 9 | -------------------------------------------------------------------------------- /StrongBox/zh-Hans/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "应用程序图标"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "重置为默认"; 6 | -------------------------------------------------------------------------------- /StrongBox/zh-Hans/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "配置默认项..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "标题"; 6 | -------------------------------------------------------------------------------- /StrongBox/zh-Hans/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "数据库属性"; 3 | -------------------------------------------------------------------------------- /StrongBox/zh-Hans/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "选择一个条目以查看详细信息"; 3 | -------------------------------------------------------------------------------- /StrongBox/zh-Hans/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "左滑展开选项或点击以查看内容"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "历史记录"; 6 | -------------------------------------------------------------------------------- /StrongBox/zh-Hans/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/zh-Hans/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/zh-Hans/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "选择一个条目以查看详细信息"; 3 | -------------------------------------------------------------------------------- /StrongBox/zh-Hans/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "解锁"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "剩余解锁尝试次数:2"; 6 | -------------------------------------------------------------------------------- /StrongBox/zh-Hans/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "扫描二维码"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "取消"; 6 | -------------------------------------------------------------------------------- /StrongBox/zh-Hans/RMStore.strings: -------------------------------------------------------------------------------- 1 | /* Error description */ 2 | "Download canceled" = "下载已取消"; 3 | 4 | /* No comment provided by engineer. */ 5 | "The app receipt does not contain the given product" = "应用程序收据不包含指定产品"; 6 | 7 | /* No comment provided by engineer. */ 8 | "The app receipt failed verification" = "应用程序收据验证失败"; 9 | 10 | /* Error description */ 11 | "Unknown product identifier" = "未知产品标识"; 12 | -------------------------------------------------------------------------------- /StrongBox/zh-Hans/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/zh-Hans/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/zh-Hans/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "选择第二个数据库"; 3 | -------------------------------------------------------------------------------- /StrongBox/zh-Hant/CustomAppIconViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "App Icon"; ObjectID = "13X-be-kaG"; */ 2 | "13X-be-kaG.title" = "App Icon"; 3 | 4 | /* Class = "UIBarButtonItem"; title = "Reset to Default"; ObjectID = "wjy-Zm-m2d"; */ 5 | "wjy-Zm-m2d.title" = "Reset to Default"; 6 | -------------------------------------------------------------------------------- /StrongBox/zh-Hant/CustomCells/IconTableCell.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Configure Defaults..."; ObjectID = "1Hw-x6-Cmd"; */ 2 | "1Hw-x6-Cmd.normalTitle" = "設定預設..."; 3 | 4 | /* Class = "UITextField"; text = "Title"; ObjectID = "EDp-9I-D9S"; */ 5 | "EDp-9I-D9S.text" = "標題"; 6 | -------------------------------------------------------------------------------- /StrongBox/zh-Hant/DatabaseMetadataProperties.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Database Properties"; ObjectID = "UnA-5w-DIT"; */ 2 | "UnA-5w-DIT.title" = "資料庫屬性"; 3 | -------------------------------------------------------------------------------- /StrongBox/zh-Hant/EmptyDetails.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "選取一個條目以便檢視詳細資料"; 3 | -------------------------------------------------------------------------------- /StrongBox/zh-Hant/KeePassHistory.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; prompt = "Slide Left for Options or Tap to View"; ObjectID = "NBM-Q1-UCB"; */ 2 | "NBM-Q1-UCB.prompt" = "左滑展開選項或點選以檢視內容"; 3 | 4 | /* Class = "UINavigationItem"; title = "History"; ObjectID = "NBM-Q1-UCB"; */ 5 | "NBM-Q1-UCB.title" = "歷史記錄"; 6 | -------------------------------------------------------------------------------- /StrongBox/zh-Hant/LaunchScreen.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/zh-Hant/LaunchScreen.strings -------------------------------------------------------------------------------- /StrongBox/zh-Hant/MasterDetail.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Select an entry to view details"; ObjectID = "iof-GL-Y9v"; */ 2 | "iof-GL-Y9v.text" = "選取一個條目以便檢視詳細資料"; 3 | -------------------------------------------------------------------------------- /StrongBox/zh-Hant/PrivacyViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UIButton"; normalTitle = "Unlock"; ObjectID = "Fap-Qc-ou6"; */ 2 | "Fap-Qc-ou6.normalTitle" = "解鎖"; 3 | 4 | /* Class = "UILabel"; text = "Unlock Attempts Remaining: 2"; ObjectID = "J0z-Pz-6EH"; */ 5 | "J0z-Pz-6EH.text" = "剩餘解鎖嘗試次數:2"; 6 | -------------------------------------------------------------------------------- /StrongBox/zh-Hant/QRCodeScannerViewController.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UILabel"; text = "Scan QR Code"; ObjectID = "Nj9-TG-Nhb"; */ 2 | "Nj9-TG-Nhb.text" = "掃描 QR 碼"; 3 | 4 | /* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "TAN-U9-inD"; */ 5 | "TAN-U9-inD.normalTitle" = "取消"; 6 | -------------------------------------------------------------------------------- /StrongBox/zh-Hant/RMStore.strings: -------------------------------------------------------------------------------- 1 | /* Error description */ 2 | "Download canceled" = "下載已取消"; 3 | 4 | /* No comment provided by engineer. */ 5 | "The app receipt does not contain the given product" = "應用程式收據不包含指定產品"; 6 | 7 | /* No comment provided by engineer. */ 8 | "The app receipt failed verification" = "應用程式收據驗證失敗"; 9 | 10 | /* Error description */ 11 | "Unknown product identifier" = "未知的產品識別項"; 12 | -------------------------------------------------------------------------------- /StrongBox/zh-Hant/SelectItem.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strongbox-password-safe/babel/6adb173ef2e99af3201aabbcdf123e4abfb3e9b0/StrongBox/zh-Hant/SelectItem.strings -------------------------------------------------------------------------------- /StrongBox/zh-Hant/SelectSecondDatabase.strings: -------------------------------------------------------------------------------- 1 | /* Class = "UINavigationItem"; title = "Select Second Database"; ObjectID = "YXw-m7-rI3"; */ 2 | "YXw-m7-rI3.title" = "選取第二個資料庫"; 3 | --------------------------------------------------------------------------------