⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ucommonstrings.cpp

📁 PGP8.0源码 请认真阅读您的文件包然后写出其具体功能
💻 CPP
📖 第 1 页 / 共 2 页
字号:
/*____________________________________________________________________________
		Copyright (C) 2002 PGP Corporation
        All rights reserved.

        $Id: UCommonStrings.cpp,v 1.47 2002/11/11 19:15:59 wjb Exp $
____________________________________________________________________________*/

#include "pgpClassesConfig.h"

#include "CString.h"
#include "pgpClientErrors.h"
#include "UCommonStrings.h"

_USING_PGP

_UNNAMED_BEGIN

// Static variables

const char *TheStrings[] = 
{
	// kAlgorithmCast5IDString
	{
		"CAST5 Cipher Algorithm (128-bit)"
	}, 

	// kAlgorithmOldCast5IDString
	{
		"Obsolete CAST5 Cipher Algorithm (128-bit)"
	}, 

	// kAlgorithmTwoFishIDString
	{
		"Twofish Cipher Algorithm (256-bit)"
	}, 

	// kAppExecuteCommandFailed
	{
		"PGPdisk command-line execution failed because: \"%s.\""
	}, 

	// kAppInitFailed
	{
		"The PGPdisk application could not start because: \"%s.\""
	}, 

	// kConfirmPassBadPassTemplate
	{
		"Your passphrase has been rejected because: \"%s.\" Please try again."
	}, 

	// kConfirmPassBadPassConfirm
	{
		"the confirmation passphrase did not match the original"
	}, 

	// kConfirmPassBadPassMinLengthReject
	{
		"it did not meet the length requirement of %d characters"
	}, 

	// kConfirmPassBadPassMinQualityReject
	{
		"it did not meet the quality requirement of %d out of 100"
	}, 

	// kConfirmPassDialogTitle
	{
		"Enter New Passphrase"
	}, 

	// kConfirmPassMsgBoxTitle
	{
		"PGPdisk Passphrase Confirmation"
	}, 

	// kConfirmPassUserText
	{
		"Please enter a new passphrase for \"%s\":"
	}, 

	// kCreateOptionsMsgBoxTitle
	{
		"PGPdisk Create Options"
	}, 

	// kDiskPropertiesMsgBoxTitle
	{
		"PGPdisk Properties"
	}, 

	// kDiskUserViewMsgBoxTitle
	{
		"PGPdisk Users View"
	}, 

	// kDiskUserViewPubKeyDHText
	{
		"DH/DSS Public Key"
	}, 

	// kDiskUserViewPubKeyRSAText
	{
		"RSA Public Key"
	}, 

	// kDiskUserViewSymKeyText
	{
		"Passphrase"
	}, 

	// kDiskUserViewKindCol
	{
		"Kind"
	}, 
	
	// kDiskUserViewReadOnlyCol
	{
		"Read-Only"
	}, 
	
	// kDiskUserViewUserNameCol
	{
		"User Name"
	}, 

	// kEditorMsgBoxTitle
	{
		"PGPdisk Editor"
	}, 
	
	// kEditorWindowTitle
	{
		"PGPdisk Editor - [%s]"
	}, 

	// kEditorAddUserCaption
	{
		"Add\0"
	}, 

	// kEditorMountCaption
	{
		"Mount\0"
	}, 

	// kEditorPropertiesCaption
	{
		"Properties\0"
	}, 

	// kEditorRemUserCaption
	{
		"Remove\0"
	}, 

	// kEditorUnmountCaption
	{
		"Unmount\0"
	}, 

	// kEditorAddUserTooltip
	{
		"Add (Ctrl+N)"
	}, 
	
	// kEditorMountTooltip
	{
		"Mount (Ctrl+M)"
	}, 

	// kEditorPropertiesTooltip
	{
		"Properties (Ctrl+P)"
	}, 

	// kEditorRemUserTooltip
	{
		"Remove (Ctrl+R)"
	}, 
	
	// kEditorUnmountTooltip
	{
		"Unmount (Ctrl+U)"
	}, 

	// kEditorAboutPGPHelp
	{
		"Displays the \"About PGP\" dialog"
	}, 

	// kEditorAddUserHelp
	{
		"Adds a user"
	}, 
	
	// kEditorChangePassHelp
	{
		"Changes the passphrase of the selected user"
	}, 
	
	// kEditorExitHelp
	{
		"Exits the PGPdisk editor"
	}, 

	// kEditorHelpContentsHelp
	{
		"Displays the PGPdisk help file"
	}, 
	
	// kEditorLargeButtonsHelp
	{
		"Enables/disables large toolbar buttons"
	}, 
	
	// kEditorLookupHelp
	{
		"Looks-up unknown public keys"
	}, 
	
	// kEditorMountHelp
	{
		"Mounts the current PGPdisk"
	}, 

	// kEditorMountUsingHelp
	{
		"Mounts the PGPdisk using only the selected key"
	}, 
	
	// kEditorOptionsHelp
	{
		"Displays the global PGPdisk options dialog"
	}, 
	
	// kEditorPropertiesHelp
	{
		"View/modify properties for the current PGPdisk"
	},
	
	// kEditorReEncryptHelp
	{
		"Re-encrypts the current PGPdisk"
	}, 
	
	// kEditorRemUserHelp
	{
		"Removes the selected user(s)"
	}, 
	
	// kEditorSetAsAdminHelp
	{
		"Sets the selected user as the admin user"
	}, 
	
	// kEditorShowTextHelp
	{
		"Enables/disables toolbar button captions"
	}, 
	
	// kEditorShowTooltipsHelp
	{
		"Enables/disables toolbar button tooltips"
	}, 

	// kEditorToggleDisableHelp
	{
		"Disable/Enables a user's access to the PGPdisk"
	}, 
	
	// kEditorToggleROHelp
	{
		"Marks/unmarks a user for read-only mounts only"
	}, 
	
	// kEditorUnmountHelp
	{
		"Unmounts the current PGPdisk"
	},  

	// kEditorViewKindHelp
	{
		"Displays/hides the user key description column"
	}, 

	// kEditorViewROHelp
	{
		"Displays/hides the user key read-only column"
	}, 

	// kEditorViewToolbarHelp
	{
		"Displays/hides the toolbar"
	}, 

	// kEditorDisableMenuOption
	{
		"&Disable..."
	}, 

	// kEditorEnableMenuOption
	{
		"&Enable..."
	}, 

	// kEditorMountMenuOption
	{
		"&Mount...\tCtrl+M"
	}, 

	// kEditorUnmountMenuOption
	{
		"&Unmount...\tCtrl+U"
	}, 

	// kKeyJoinerDialogMessage
	{
		"Please select a split key from your PGPdisk to join:"
	}, 

	// kKeyJoinerDialogTitle
	{
		"Choose Split Key"
	}, 

	// kMountOptionsMsgBoxTitle
	{
		"PGPdisk Mount Options"
	}, 

	// kMountPointChooseText
	{
		"Please choose an empty directory on a local NTFS volume on which "
		"to mount your PGPdisk:\n"
	}, 

	// kNewDiskDefaultFilename
	{
		"New PGPdisk Volume"
	}, 

	// kNewDiskProgCanceledText
	{
		"PGPdisk creation was canceled"
	}, 

	// kNewDiskProgDoneText
	{
		"Done"
	}, 

	// kNewDiskProgEncryptingText
	{
		"Encrypting \"%s\""
	}, 

	// kNewDiskProgFailedText
	{
		"PGPdisk creation failed"
	}, 

	// kNewDiskProgFailingText
	{
		"Canceling, please wait..."
	}, 

	// kNewDiskProgFormattingText
	{
		"Formatting \"%s\""
	}, 

	// kNewDiskFreeSpaceKnownText
	{
		"You have %s of free space available. Note that the amount of free "
		"space on your formatted PGPdisk will be somewhat less than what you "
		"choose below."
	}, 

	// kNewDiskFreeSpaceUnknownText
	{
		"Note that the amount of free space on your formatted PGPdisk will "
		"be somewhat less that what you choose below."
	}, 

	// kNewDiskMsgBoxTitle
	{
		"PGPdisk Creation"
	}, 

	// kNewDiskSaveDialogTitle
	{
		"Save PGPdisk"
	}, 

	// kNewDiskSizeNotEnoughSpace
	{
		"There is not enough free disk space to create a PGPdisk of the size "
		"you specified. Please enter a smaller size."
	}, 

	// kNewDiskSizeTooBig
	{
		"PGPdisks cannot be larger than 1024 GB in size. Please enter a "
		"smaller size."
	}, 

	// kNewDiskSizeTooBigFat32
	{
		"You cannot create a PGPdisk larger than 4095 MB using any "
		"Windows 9x computer or on any FAT32 volume. Please enter a smaller size."
	}, 

	// kNewDiskSizeTooSmall
	{
		"PGPdisks cannot be smaller than 100k in size. Please enter a larger "
		"size."
	}, 

	// kNewDiskTitle
	{
		"PGPdisk Creation Wizard"
	}, 

	// kNewUserPassRejectedText
	{
		"The passphrase you entered has been rejected because:"
	}, 
	
	// kNewUserPassSugMinLengthText
	{
		"Your passphrase should be at least %d characters long and should "
		"contain non-alphabetic characters."
	}, 

	// kNewUserPassTellMinLengthText
	{
		"Your passphrase must be at least %d characters long and should "
		"contain non-alphabetic characters."
	}, 

	// kNewUserPassWarningText
	{
		"Your passphrase is a potential security hazard because:"
	}, 

	// kNewUserBadPassConfirm
	{
		"The confirmation passphrase did not match the original."
	}, 

	// kNewUserBadPassMinLengthReject
	{
		"It did not meet the length requirement of %d characters."
	}, 

	// kNewUserBadPassMinLengthWarn
	{
		"It did not meet the suggested length of %d characters."
	}, 

	// kNewUserBadPassMinQualityReject
	{
		"It did not meet the quality requirement of %d out of 100."
	}, 

	// kNewUserMsgBoxTitle
	{
		"PGPdisk User Creation"
	}, 

	// kNewUserTitle
	{
		"PGPdisk User Creation Wizard"
	}, 

	// kPGPdiskOptionsMinutesTooLarge
	{
		"The PGPdisk auto-unmount timeout value cannot be greater than 999 "
		"minutes. Please enter another value."
	}, 

	// kPGPdiskOptionsMinutesTooSmall
	{
		"The PGPdisk auto-unmount timeout value cannot be smaller than 1 "
		"minute. Please enter another value."
	}, 

	// kPGPdiskOptionsMsgBoxTitle
	{
		"PGPdisk Options"
	}, 

	// kPGPKeyPickerMsgBoxTitle
	{
		"PGP Key Selection"
	}, 
	
	// kPubKeysViewKeysTitle
	{
		"PGPdisk Public Keys"
	}, 

	// kPubKeysViewSizeCol
	{
		"Size"
	}, 

	// kPubKeysViewUserIDCol
	{
		"Keys"
	}, 

	// kPubKeysViewValidityCol
	{
		"Validity"
	}, 

	// kReEncryptMsgBoxTitle
	{
		"PGPdisk Re-Encryption"
	}, 

	// kReEncryptProgCanceledText
	{
		"PGPdisk re-encryption was interrupted"
	}, 

	// kReEncryptProgDoneText
	{
		"Done"
	}, 

	// kReEncryptProgFailedText
	{
		"PGPdisk re-encryption was interrupted"
	}, 

	// kReEncryptProgFailingText
	{
		"Canceling, please wait..."
	}, 

	// kReEncryptProgReEncryptingText
	{
		"Re-encrypting \"%s\""
	}, 

	// kReEncryptTitle
	{
		"PGPdisk Re-Encryption Wizard"
	}, 

	// kSinglePassAdminText
	{
		"Enter administrator passphrase for \"%s\":"
	}, 
	
	// kSinglePassMountText
	{
		"Enter a passphrase for \"%s\":"
	}, 

	// kSinglePassUserText

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -