📄 rm_jclresources.pas
字号:
{**************************************************************************************************}
{ }
{ Project JEDI Code Library (JCL) }
{ }
{ The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); }
{ you may not use this file except in compliance with the License. You may obtain a copy of the }
{ License at http://www.mozilla.org/MPL/ }
{ }
{ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF }
{ ANY KIND, either express or implied. See the License for the specific language governing rights }
{ and limitations under the License. }
{ }
{ The Original Code is JclResources.pas. }
{ }
{ The Initial Developer of the Original Code is Marcel van Brakel. }
{ Portions created by Marcel van Brakel are Copyright (C) Marcel van Brakel. All rights reserved. }
{ }
{ Contributors: }
{ Alexei Koudinov }
{ Barry Kelly }
{ Flier Lu (flier) }
{ Florent Ouchet (outchy) }
{ Marcel Bestebroer }
{ Marcel van Brakel }
{ Matthias Thoma (mthoma) }
{ Peter Friese }
{ Petr Vones (pvones) }
{ Raymond Alexander (rayspostbox3) }
{ Robert Marquardt (marquardt) }
{ Robert Rossmair (rrossmair) }
{ Scott Price (scottprice) }
{ }
{**************************************************************************************************}
{ }
{ Unit which provides a central place for all resource strings used in the JCL }
{ }
{**************************************************************************************************}
// Last modified: $Date: 2006-04-21 06:11:16 -0700 (Fri, 21 Apr 2006) $
// For history see end of file
unit rm_JclResources;
{$I rm_jcl.inc}
interface
{$IFNDEF RTL140_UP}
const
sLineBreak = #13#10;
{$ENDIF RTL140_UP}
//=== JclBase ================================================================
resourcestring
RsWin32Prefix = 'Win32: %s (%u)';
RsDynArrayError = 'DynArrayInitialize: ElementSize out of bounds';
RsSysErrorMessageFmt = 'Win32 Error %d (%x)';
//=== JclBorlandTools ========================================================
resourcestring
RsNotFound = '%s not found';
RsNotABcbPackage = '%s not a C++Builder package source file';
RsNotABcbProject = '%s not a C++Builder project source file';
RsNotADelphiPackage = '%s not a Delphi package source file';
RsNotADelphiProject = '%s not a Delphi project source file';
RsIndexOufOfRange = 'Index out of range';
RsNeedUpdate = 'You should install latest Update Pack #%d for %s';
RsUpdatePackName = 'Update Pack #%d';
RsDelphiName = 'Delphi';
RsDelphiNetName = 'Delphi.net';
RsBCBName = 'C++Builder';
RsCSharpName = 'C#Builder';
RsBDSName = 'Borland Developer Studio';
{$IFDEF KYLIX}
RsKylixName = 'Kylix for %s';
RsKylixVersionName = 'Kylix %d for %s';
RsOpenEdition = 'Open Edition';
RsServerDeveloper = 'Server Developer';
RsVclIncludeDir = '/include/vcl/';
{$ENDIF KYLIX}
{$IFDEF MSWINDOWS}
RsClientServer = 'Client/Server';
RsStandard = 'Standard';
RsVclIncludeDir = '\Include\Vcl\';
{$ENDIF MSWINDOWS}
RsArchitect = 'Architect';
RsEnterprise = 'Enterprise';
RsPersonal = 'Personal';
RsProfessional = 'Professional';
RsNoSupportedPersonality = 'No personalities supported';
RsDualPackageNotSupported = 'This installation of %s doesn''t support dual packages';
RsCommandLineToolMissing = 'No compiler available for %s';
RsUnknownProjectExtension = '%s not a known project extension';
RsUnknownPackageExtension = '%s not a known package extension';
RsUnknownIdePackageExtension = '%s not a known ide package extension';
RsCannotInstallRunOnly = 'A run-only package cannot be installed';
RsUnknownProjectType = '%s not a known project type';
RsBorlandStudioProjects = 'Borland Studio Projects';
RsCmdLineToolOutputInvalid = '%s: Output invalid, when OutputCallback assigned.';
RsPackageInstallationStarted = 'Installing package %s';
RsPackageInstallationFinished = 'Installation of package finished';
RsPackageUninstallationStarted = 'Uninstalling package %s';
RsPackageUninstallationFinished = 'Uninstallation of package finished';
RsIdePackageInstallationStarted = 'Installing ide package %s';
RsIdePackageInstallationFinished = 'Installation of ide package finished';
RsIdePackageUninstallationStarted = 'Uninstalling ide package %s';
RsIdePackageUninstallationFinished = 'Uninstallation of ide package finished';
RsExpertInstallationStarted = 'Installing expert %s';
RsExpertInstallationFinished = 'Installation of expert finished';
RsExpertUninstallationStarted = 'Uninstalling expert %s';
RsExpertUninstallationFinished = 'Uninstallation of expert finished';
RsCompilingPackage = 'Compiling package %s';
RsCompilingProject = 'Compiling project %s';
RsCompilationOk = 'Compilation success';
RsCompilationFailed = 'Compilation failure';
RsLinkingMap = 'Linking MAP file in %s';
RsLinkMapOk = 'Map link success';
RsLinkMapInfo = 'Bug unit: %s; MAP size: %d; Debug size: %d';
RsLinkMapFailed = 'Map link failure';
RsDeletingFile = 'Deleting file %s';
RsFileDeletionOk = 'File deletion success';
RsFileDeletionFailed = 'File deletion failure';
RsRegisteringPackage = 'Registering package %s';
RsRegisteringIdePackage = 'Registering ide package %s';
RsRegisteringExpert = 'Registering expert %s';
RsRegistrationOk = 'Registration ok';
RsRegistrationFailed = 'Registration failed';
RsUnregisteringPackage = 'Removing from registry package %s';
RsUnregisteringIdePackage = 'Removing from registry ide package %s';
RsUnregisteringExpert = 'Removing from registry expert %s';
RsUnregistrationOk = 'Unregistration ok';
RsUnregistrationFailed = 'Unregistration failed';
RsCleaningPackageCache = 'Cleaning package cache for %s';
RsCleaningOk = 'Cleaning ok';
RsCleaningFailed = 'Cleaning failed';
//=== JclCIL =================================================================
resourcestring
RsInstructionStreamInvalid = 'Invalid IL instruction stream';
RsCILCmdnop = 'no operation';
RsCILCmdbreak = 'breakpoint instruction';
RsCILCmdldarg0 = 'load argument onto the stack';
RsCILCmdldarg1 = 'load argument onto the stack';
RsCILCmdldarg2 = 'load argument onto the stack';
RsCILCmdldarg3 = 'load argument onto the stack';
RsCILCmdldloc0 = 'load local variable onto the stack';
RsCILCmdldloc1 = 'load local variable onto the stack';
RsCILCmdldloc2 = 'load local variable onto the stack';
RsCILCmdldloc3 = 'load local variable onto the stack';
RsCILCmdstloc0 = 'pop value from stack to local variable';
RsCILCmdstloc1 = 'pop value from stack to local variable';
RsCILCmdstloc2 = 'pop value from stack to local variable';
RsCILCmdstloc3 = 'pop value from stack to local variable';
RsCILCmdldargs = 'load argument onto the stack';
RsCILCmdldargas = 'load an argument address';
RsCILCmdstargs = 'store a value in an argument slot';
RsCILCmdldlocs = 'load local variable onto the stack';
RsCILCmdldlocas = 'load local variable address';
RsCILCmdstlocs = 'pop value from stack to local variable';
RsCILCmdldnull = 'load a null pointer';
RsCILCmdldci4m1 = 'load numeric constant';
RsCILCmdldci40 = 'load numeric constant';
RsCILCmdldci41 = 'load numeric constant';
RsCILCmdldci42 = 'load numeric constant';
RsCILCmdldci43 = 'load numeric constant';
RsCILCmdldci44 = 'load numeric constant';
RsCILCmdldci45 = 'load numeric constant';
RsCILCmdldci46 = 'load numeric constant';
RsCILCmdldci47 = 'load numeric constant';
RsCILCmdldci48 = 'load numeric constant';
RsCILCmdldci4s = 'load numeric constant';
RsCILCmdldci4 = 'load numeric constant';
RsCILCmdldci8 = 'load numeric constant';
RsCILCmdldcr4 = 'load numeric constant';
RsCILCmdldcr8 = 'load numeric constant';
RsCILCmdunused1 = '';
RsCILCmddup = 'duplicate the top value of the stack';
RsCILCmdpop = 'remove the top element of the stack';
RsCILCmdjmp = 'jump to method';
RsCILCmdcall = 'call a method';
RsCILCmdcalli = 'indirect method call';
RsCILCmdret = 'return from method';
RsCILCmdbrs = 'unconditional branch';
RsCILCmdbrfalses = 'branch on false, null, or zero';
RsCILCmdbrtrues = 'branch on non-false or non-null';
RsCILCmdbeqs = 'branch on equal';
RsCILCmdbges = 'branch on greater than or equal to';
RsCILCmdbgts = 'branch on greater than';
RsCILCmdbles = 'branch on less than or equal to';
RsCILCmdblts = 'branch on less than';
RsCILCmdbneuns = 'branch on not equal or unordered';
RsCILCmdbgeuns = 'branch on greater than or equal to, unsigned or unordered';
RsCILCmdbgtuns = 'branch on greater than, unsigned or unordered';
RsCILCmdbleuns = 'branch on less than or equal to, unsigned or unordered';
RsCILCmdbltuns = 'branch on less than, unsigned or unordered';
RsCILCmdbr = 'unconditional branch';
RsCILCmdbrfalse = 'branch on false, null, or zero';
RsCILCmdbrtrue = 'branch on non-false or non-null';
RsCILCmdbeq = 'branch on equal';
RsCILCmdbge = 'branch on greater than or equal to';
RsCILCmdbgt = 'branch on greater than';
RsCILCmdble = 'branch on less than or equal to';
RsCILCmdblt = 'branch on less than';
RsCILCmdbneun = 'branch on not equal or unordered';
RsCILCmdbgeun = 'branch on greater than or equal to, unsigned or unordered';
RsCILCmdbgtun = 'branch on greater than, unsigned or unordered';
RsCILCmdbleun = 'branch on less than or equal to, unsigned or unordered';
RsCILCmdbltun = 'branch on less than, unsigned or unordered';
RsCILCmdswitch = 'table switch on value';
RsCILCmdldindi1 = 'load value indirect onto the stack';
RsCILCmdldindu1 = 'load value indirect onto the stack';
RsCILCmdldindi2 = 'load value indirect onto the stack';
RsCILCmdldindu2 = 'load value indirect onto the stack';
RsCILCmdldindi4 = 'load value indirect onto the stack';
RsCILCmdldindu4 = 'load value indirect onto the stack';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -