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

📄 cxeditconsts.pas

📁 a voice guide client ,it is the second part of voice guide center
💻 PAS
字号:

{********************************************************************}
{                                                                    }
{       Developer Express Visual Component Library                   }
{       ExpressEditors                                               }
{                                                                    }
{       Copyright (c) 1998-2006 Developer Express Inc.               }
{       ALL RIGHTS RESERVED                                          }
{                                                                    }
{   The entire contents of this file is protected by U.S. and        }
{   International Copyright Laws. Unauthorized reproduction,         }
{   reverse-engineering, and distribution of all or any portion of   }
{   the code contained in this file is strictly prohibited and may   }
{   result in severe civil and criminal penalties and will be        }
{   prosecuted to the maximum extent possible under the law.         }
{                                                                    }
{   RESTRICTIONS                                                     }
{                                                                    }
{   THIS SOURCE CODE AND ALL RESULTING INTERMEDIATE FILES            }
{   (DCU, OBJ, DLL, ETC.) ARE CONFIDENTIAL AND PROPRIETARY TRADE     }
{   SECRETS OF DEVELOPER EXPRESS INC. THE REGISTERED DEVELOPER IS    }
{   LICENSED TO DISTRIBUTE THE EXPRESSEDITORS AND ALL                }
{   ACCOMPANYING VCL CONTROLS AS PART OF AN EXECUTABLE PROGRAM ONLY. }
{                                                                    }
{   THE SOURCE CODE CONTAINED WITHIN THIS FILE AND ALL RELATED       }
{   FILES OR ANY PORTION OF ITS CONTENTS SHALL AT NO TIME BE         }
{   COPIED, TRANSFERRED, SOLD, DISTRIBUTED, OR OTHERWISE MADE        }
{   AVAILABLE TO OTHER INDIVIDUALS WITHOUT EXPRESS WRITTEN CONSENT   }
{   AND PERMISSION FROM DEVELOPER EXPRESS INC.                       }
{                                                                    }
{   CONSULT THE END USER LICENSE AGREEMENT FOR INFORMATION ON        }
{   ADDITIONAL RESTRICTIONS.                                         }
{                                                                    }
{********************************************************************}

unit cxEditConsts;

interface

resourcestring
{  cxSEditButtonCancel = 'Cancel';
  cxSEditButtonOK = 'OK';
  cxSEditDateConvertError = 'Could not convert to date';
  cxSEditInvalidRepositoryItem = 'The repository item is not acceptable';
  cxSEditNumericValueConvertError = 'Could not convert to numeric value';
  cxSEditPopupCircularReferencingError = 'Circular referencing is not allowed';
  cxSEditPostError = 'An error occured during posting edit value';
  cxSEditTimeConvertError = 'Could not convert to time';
  cxSEditValidateErrorText = 'Invalid input value. Use escape key to abandon changes';
  cxSEditValueOutOfBounds = 'Value out of bounds';

  // TODO
  cxSEditCheckBoxChecked             = 'True';
  cxSEditCheckBoxGrayed              = '';
  cxSEditCheckBoxUnchecked           = 'False';
  cxSRadioGroupDefaultCaption        = '';

  cxSTextTrue                        = 'True';
  cxSTextFalse                       = 'False';

  // blob
  cxSBlobButtonOK                    = '&OK';
  cxSBlobButtonCancel                = '&Cancel';
  cxSBlobButtonClose                 = '&Close';
  cxSBlobMemo                        = '(MEMO)';
  cxSBlobMemoEmpty                   = '(memo)';
  cxSBlobPicture                     = '(PICTURE)';
  cxSBlobPictureEmpty                = '(picture)';

  // popup menu items
  cxSMenuItemCaptionCut              = 'Cu&t';
  cxSMenuItemCaptionCopy             = '&Copy';
  cxSMenuItemCaptionPaste            = '&Paste';
  cxSMenuItemCaptionDelete           = '&Delete';
  cxSMenuItemCaptionLoad             = '&Load...';
  cxSMenuItemCaptionSave             = 'Save &As...';

  // date
  cxSDatePopupClear                  = 'Clear';
  cxSDatePopupNow                    = 'Now';
  cxSDatePopupOK                     = 'OK';
  cxSDatePopupToday                  = 'Today';
  cxSDateError                       = 'Invalid Date';
  // smart input consts
  cxSDateToday                       = 'today';
  cxSDateYesterday                   = 'yesterday';
  cxSDateTomorrow                    = 'tomorrow';
  cxSDateSunday                      = 'Sunday';
  cxSDateMonday                      = 'Monday';
  cxSDateTuesday                     = 'Tuesday';
  cxSDateWednesday                   = 'Wednesday';
  cxSDateThursday                    = 'Thursday';
  cxSDateFriday                      = 'Friday';
  cxSDateSaturday                    = 'Saturday';
  cxSDateFirst                       = 'first';
  cxSDateSecond                      = 'second';
  cxSDateThird                       = 'third';
  cxSDateFourth                      = 'fourth';
  cxSDateFifth                       = 'fifth';
  cxSDateSixth                       = 'sixth';
  cxSDateSeventh                     = 'seventh';
  cxSDateBOM                         = 'bom';
  cxSDateEOM                         = 'eom';
  cxSDateNow                         = 'now';

  // calculator
  scxSCalcError                      = 'Error';  }

  cxSEditButtonCancel = '取消';
  cxSEditButtonOK = '确定';
  cxSEditDateConvertError = '不能转换为日期';
  cxSEditInvalidRepositoryItem = '此仓库项目不可接收';
  cxSEditNumericValueConvertError = '不能转换为数字';
  cxSEditPopupCircularReferencingError = '不允许循环引用';
  cxSEditPostError = '当提交编辑值时发生错误';
  cxSEditTimeConvertError = '不能转换为时间';
  cxSEditValidateErrorText = '无效的输入值。 使用ESC键放弃改变';
  cxSEditValueOutOfBounds = '值超出范围';

  // TODO
  cxSEditCheckBoxChecked             = 'True';
  cxSEditCheckBoxGrayed              = '';
  cxSEditCheckBoxUnchecked           = 'False';
  cxSRadioGroupDefaultCaption        = '';

  cxSTextTrue                        = 'True';
  cxSTextFalse                       = 'False';

  // blob
  cxSBlobButtonOK                    = '确定(&O)';
  cxSBlobButtonCancel                = '取消(&C)';
  cxSBlobButtonClose                 = '关闭(&C)';
  cxSBlobMemo                        = '(文本)';
  cxSBlobMemoEmpty                   = '(空文本)';
  cxSBlobPicture                     = '(图像)';
  cxSBlobPictureEmpty                = '(空图像)';

  // popup menu items
  cxSMenuItemCaptionCut              = '剪切(&T)';
  cxSMenuItemCaptionCopy             = '复制(&C)';
  cxSMenuItemCaptionPaste            = '粘贴(&P)';
  cxSMenuItemCaptionDelete           = '删除(&D)';
  cxSMenuItemCaptionLoad             = '载入(&L)...';
  cxSMenuItemCaptionSave             = '另存为(&A)...';

  // date
  cxSDatePopupClear                  = '清除';
  cxSDatePopupNow                    = '现在';
  cxSDatePopupOK                     = '确定';
  cxSDatePopupToday                  = '今天';
  cxSDateError                       = '非法日期';
  // smart input consts
  cxSDateToday                       = '今天';
  cxSDateYesterday                   = '昨天';
  cxSDateTomorrow                    = '明天';
  cxSDateSunday                      = '星期日';
  cxSDateMonday                      = '星期一';
  cxSDateTuesday                     = '星期二';
  cxSDateWednesday                   = '星期三';
  cxSDateThursday                    = '星期四';
  cxSDateFriday                      = '星期五';
  cxSDateSaturday                    = '星期六';
  cxSDateFirst                       = '第一';
  cxSDateSecond                      = '第二';
  cxSDateThird                       = '第三';
  cxSDateFourth                      = '第四';
  cxSDateFifth                       = '第五';
  cxSDateSixth                       = '第六';
  cxSDateSeventh                     = '第七';
  cxSDateBOM                         = '月初';
  cxSDateEOM                         = '月末';
  cxSDateNow                         = '现在';

  // calculator
	scxSCalcError                      = '错误';

  // HyperLink
  scxSHyperLinkPrefix                = 'http://';
  scxSHyperLinkDoubleSlash           = '//';
  // navigator
  cxNavigatorHint_First = '首记录';
  cxNavigatorHint_Prior = '上一记录';
  cxNavigatorHint_PriorPage = '上一页';
  cxNavigatorHint_Next = '下一记录';
  cxNavigatorHint_NextPage = '下一页';
  cxNavigatorHint_Last = '最末记录';
  cxNavigatorHint_Insert = '插入记录';
  cxNavigatorHint_Delete = '删除记录';
  cxNavigatorHint_Edit = '编辑记录';
  cxNavigatorHint_Post = '保存修改';
  cxNavigatorHint_Cancel = '取消编辑';
  cxNavigatorHint_Refresh = '刷新数据';
  cxNavigatorHint_SaveBookmark = '标记书签';
  cxNavigatorHint_GotoBookmark = '跳转书签';
  cxNavigatorHint_Filter = '过滤数据';
  cxNavigator_DeleteRecordQuestion = '删除当前记录?';

  // edit repository
  scxSEditRepositoryBlobItem         = 'BlobEdit|Represents the BLOB editor';
  scxSEditRepositoryButtonItem       = 'ButtonEdit|Represents an edit control with embedded buttons';
  scxSEditRepositoryCalcItem         = 'CalcEdit|Represents an edit control with a dropdown calculator window';
  scxSEditRepositoryCheckBoxItem     = 'CheckBox|Represents a check box control that allows selecting an option';
  scxSEditRepositoryComboBoxItem     = 'ComboBox|Represents the combo box editor';
  scxSEditRepositoryCurrencyItem     = 'CurrencyEdit|Represents an editor enabling editing currency data';
  scxSEditRepositoryDateItem         = 'DateEdit|Represents an edit control with a dropdown calendar';
  scxSEditRepositoryHyperLinkItem    = 'HyperLink|Represents a text editor with hyperlink functionality';
  scxSEditRepositoryImageComboBoxItem = 'ImageComboBox|Represents an editor displaying the list of images and text strings within the dropdown window';
  scxSEditRepositoryImageItem        = 'Image|Represents an image editor';
  scxSEditRepositoryLookupComboBoxItem = 'LookupComboBox|Represents a lookup combo box control';
  scxSEditRepositoryMaskItem         = 'MaskEdit|Represents a generic masked edit control.';
  scxSEditRepositoryMemoItem         = 'Memo|Represents an edit control that allows editing memo data';
  scxSEditRepositoryMRUItem          = 'MRUEdit|Represents a text editor displaying the list of most recently used items (MRU) within a dropdown window';
  scxSEditRepositoryPopupItem        = 'PopupEdit|Represents an edit control with a dropdown list';
  scxSEditRepositorySpinItem         = 'SpinEdit|Represents a spin editor';
  scxSEditRepositoryRadioGroupItem   = 'RadioGroup|Represents a group of radio buttons';
  scxSEditRepositoryTextItem         = 'TextEdit|Represents a single line text editor';
  scxSEditRepositoryTimeItem         = 'TimeEdit|Represents an editor displaying time values';

{  scxRegExprLine = 'Line';
  scxRegExprChar = 'Char';
  scxRegExprNotAssignedSourceStream = 'The source stream is not assigned';
  scxRegExprEmptySourceStream = 'The source stream is empty';
  scxRegExprCantUsePlusQuantifier = 'The ''+'' quantifier cannot be applied here';
  scxRegExprCantUseStarQuantifier = 'The ''*'' quantifier cannot be applied here';
  scxRegExprCantCreateEmptyAlt = 'The alternative should not be empty';
  scxRegExprCantCreateEmptyBlock = 'The block should not be empty';
  scxRegExprIllegalSymbol = 'Illegal ''%s''';
  scxRegExprIllegalQuantifier = 'Illegal quantifier ''%s''';
  scxRegExprNotSupportQuantifier = 'The parameter quantifiers are not supported';
  scxRegExprIllegalIntegerValue = 'Illegal integer value';
  scxRegExprTooBigReferenceNumber = 'Too big reference number';
  scxRegExprCantCreateEmptyEnum = 'Can''t create empty enumeration';
  scxRegExprSubrangeOrder = 'The starting character of the subrange must be less than the finishing one';
  scxRegExprHexNumberExpected0 = 'Hexadecimal number expected';
  scxRegExprHexNumberExpected = 'Hexadecimal number expected but ''%s'' found';
  scxRegExprMissing = 'Missing ''%s''';
  scxRegExprUnnecessary = 'Unnecessary ''%s''';
  scxRegExprIncorrectSpace = 'The space character is not allowed after ''\''';
  scxRegExprNotCompiled = 'Regular expression is not compiled';
  scxRegExprIncorrectParameterQuantifier = 'Incorrect parameter quantifier';
  scxRegExprCantUseParameterQuantifier = 'The parameter quantifier cannot be applied here';

  scxMaskEditRegExprError = 'Regular expression errors:';
  scxMaskEditInvalidEditValue = 'The edit value is invalid';
  scxMaskEditNoMask = 'None';
  scxMaskEditIllegalFileFormat = 'Illegal file format';
  scxMaskEditEmptyMaskCollectionFile = 'The mask collection file is empty';
  scxMaskEditMaskCollectionFiles = 'Mask collection files';
  cxSSpinEditInvalidNumericValue = 'Invalid numeric value';  }

	scxRegExprLine = '行';
	scxRegExprChar = '字符';
	scxRegExprNotAssignedSourceStream = '此源流没有被赋值';
	scxRegExprEmptySourceStream = '此源流是空的';
	scxRegExprCantUsePlusQuantifier = '符号 ''+'' 不能应用到这';
	scxRegExprCantUseStarQuantifier = '符号 ''*'' 不能应用到这';
	scxRegExprCantCreateEmptyAlt = '二中择一不能为空';
	scxRegExprCantCreateEmptyBlock = '此块应该为空';
	scxRegExprIllegalSymbol = '不合规定的 ''%s''';
	scxRegExprIllegalQuantifier = '不合规定的量词 ''%s''';
	scxRegExprNotSupportQuantifier = '此参数量词不支持';
	scxRegExprIllegalIntegerValue = '不合法的整数值';
	scxRegExprTooBigReferenceNumber = '引用数太大';
	scxRegExprCantCreateEmptyEnum = '不能创建空的枚举值';
	scxRegExprSubrangeOrder = '子串的开始字符位置不能超出结束字符位置';
	scxRegExprHexNumberExpected0 = '期待十六进制数';
	scxRegExprHexNumberExpected = '期待十六进制数而不是''%s''';
	scxRegExprMissing = '缺少 ''%s''';
	scxRegExprUnnecessary = '不必要的 ''%s''';
	scxRegExprIncorrectSpace = '在 ''\'' 后不能出现空格字符';
	scxRegExprNotCompiled = '规则表达式不能编译';
	scxRegExprIncorrectParameterQuantifier = '错误的参数';
	scxRegExprCantUseParameterQuantifier = '此参数不能应用在此处';

	scxMaskEditRegExprError = '规则表达式错误:';
	scxMaskEditInvalidEditValue = '编辑值非法';
	scxMaskEditNoMask = '没有';
	scxMaskEditIllegalFileFormat = '文件格式非法';
	scxMaskEditEmptyMaskCollectionFile = '掩码格式文件为空';
	scxMaskEditMaskCollectionFiles = '掩码格式文件';
  cxSSpinEditInvalidNumericValue = '无效的数值';  

implementation

end.

⌨️ 快捷键说明

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