Recompilación para versión DevExpress x.36
git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.cxIntl5@11 153d478c-8cf9-1c4a-9078-3a687f347812
This commit is contained in:
parent
620a3da4bd
commit
dcf04402cc
BIN
internal/6.0.0/x.36/1/Lib/D11/cxIntl6D11.bpl
Normal file
BIN
internal/6.0.0/x.36/1/Lib/D11/cxIntl6D11.bpl
Normal file
Binary file not shown.
BIN
internal/6.0.0/x.36/1/Lib/D11/cxIntl6D11.dcp
Normal file
BIN
internal/6.0.0/x.36/1/Lib/D11/cxIntl6D11.dcp
Normal file
Binary file not shown.
BIN
internal/6.0.0/x.36/1/Lib/D11/cxIntl6D11.dcu
Normal file
BIN
internal/6.0.0/x.36/1/Lib/D11/cxIntl6D11.dcu
Normal file
Binary file not shown.
BIN
internal/6.0.0/x.36/1/Lib/D11/cxIntl_Editor.dcu
Normal file
BIN
internal/6.0.0/x.36/1/Lib/D11/cxIntl_Editor.dcu
Normal file
Binary file not shown.
BIN
internal/6.0.0/x.36/1/Lib/D11/cxintl.dcu
Normal file
BIN
internal/6.0.0/x.36/1/Lib/D11/cxintl.dcu
Normal file
Binary file not shown.
128
internal/6.0.0/x.36/1/Readme.txt
Normal file
128
internal/6.0.0/x.36/1/Readme.txt
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
Installation Instruction (until Dephi 7)
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
1. Start Delphi and close all projects
|
||||||
|
2. Choose Component | Install Component... from the Menu
|
||||||
|
3. Select Tab "In new Package"
|
||||||
|
4. Select the cxIntl_Editor.pas as Name of the Unit
|
||||||
|
5. Enter a name for the new package for example : PcxIntl
|
||||||
|
6. Type in a short Description
|
||||||
|
7. Press OK
|
||||||
|
|
||||||
|
|
||||||
|
Installation Instruction (Delphi 2005, 2006, 2007)
|
||||||
|
--------------------------------------------------
|
||||||
|
|
||||||
|
1. Start Delphi and close all projects
|
||||||
|
2. Choose File -> New -> Package - Delphi for Win32
|
||||||
|
3. Open the Projectmanagement STRG + ALt + F11
|
||||||
|
4. Add the files cxIntl.pas and cxIntl_Editor.pas to the Contains section
|
||||||
|
5. Add the file designide.dcp to the Requires section
|
||||||
|
(this file is located in the Borland lib Folder
|
||||||
|
6. Install the package (right click the package name and choose Install)
|
||||||
|
|
||||||
|
|
||||||
|
Translation of PageControl Strings
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
If you do not want that the PageControl strings were translated or
|
||||||
|
in case you do not have PageControl installed then open cxVer.inc
|
||||||
|
and disable {$DEFINE USEPAGECONTROL}.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Version History
|
||||||
|
---------------
|
||||||
|
|
||||||
|
09.02.2008 Fixed: GridFilterRowInfoText and GridNewItemRowInfoText
|
||||||
|
will now be translated correctly
|
||||||
|
|
||||||
|
01.11.2007 updated with the following new strings
|
||||||
|
|
||||||
|
NavigatorHint_Append
|
||||||
|
|
||||||
|
GridSortByGroupValues
|
||||||
|
GridSortBySummaryCaption
|
||||||
|
GridSortBySummary
|
||||||
|
|
||||||
|
EditRepositoryColorComboBoxItem
|
||||||
|
EditRepositoryFontNameComboBoxItem
|
||||||
|
EditRepositoryLabelItem
|
||||||
|
EditRepositoryProgressBarItem
|
||||||
|
EditRepositoryTrackBarItem
|
||||||
|
EditRepositorySpinButtonItem
|
||||||
|
EditRepositoryCheckComboBox
|
||||||
|
EditRepositoryShellComboBoxItem
|
||||||
|
EditRepositoryCheckGroupItem
|
||||||
|
UDAssociated
|
||||||
|
HotZoneStyleMediaPlayer9
|
||||||
|
HotZoneStyleMediaPlayer8
|
||||||
|
HotZoneStyleXPTaskBar
|
||||||
|
HotZoneStyleSimple
|
||||||
|
LoadingFonts
|
||||||
|
EditCheckGroupCaptionStateDelimiter
|
||||||
|
EditCheckGroupFilterColumnSeparator
|
||||||
|
EditCheckGroupChecked
|
||||||
|
EditCheckGroupGrayed
|
||||||
|
EditCheckGroupUnchecked
|
||||||
|
CheckComboBoxStatesItemsPropertyDlgCaption
|
||||||
|
CheckGroupStatesItemsPropertyDlgCaption
|
||||||
|
CheckComboBoxEmptySelectionText
|
||||||
|
ColorComboBoxDefaultDescription
|
||||||
|
EditRichEditLibraryError
|
||||||
|
EditRichEditLineInsertionError
|
||||||
|
EditRichEditLoadFail
|
||||||
|
EditRichEditSaveFail
|
||||||
|
EditRepositoryRichEditItem
|
||||||
|
EditRichEditUndoCaption
|
||||||
|
EditRichEditRedoCaption
|
||||||
|
EditRichEditCutCaption
|
||||||
|
EditRichEditCopyCaption
|
||||||
|
EditRichEditPasteCaption
|
||||||
|
EditRichEditDeleteCaption
|
||||||
|
EditRichEditSelectAllCaption
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
02.12.2006 Updated for QuantumGrid 6.0
|
||||||
|
1 new string in category cxLibrary
|
||||||
|
1 new string in category PageControl
|
||||||
|
67 new stings in category QuantumGrid
|
||||||
|
2 new strings in cateogory Editors
|
||||||
|
10 new strings in category Filter
|
||||||
|
(new strings are marked with //new 6.0 in cxIntl.pas)
|
||||||
|
|
||||||
|
19.09.2004 Add missing string "CLear Sorting" from PopupMenu
|
||||||
|
|
||||||
|
09.07.2004 Updated for QuantumGrid 5.0.0
|
||||||
|
|
||||||
|
28.12.2003 Updated for QuantumGrid 4.5.1
|
||||||
|
Now it's possible to load / save the strings from Inifile in the IDE. (Press the right mouse
|
||||||
|
button on the component to do this)
|
||||||
|
Thanks to Francisco Armando Dueñas Rodríguez for this addition.
|
||||||
|
|
||||||
|
18.07.2003 Updated for QuantumGrid 4.5
|
||||||
|
|
||||||
|
30.05.2003 Version 4.2.2 Beta
|
||||||
|
Added Functions SaveToFile, LoadFromFile and
|
||||||
|
SaveToString and LoadFromString to save the translation strings in a database field for example
|
||||||
|
|
||||||
|
15.05.2003 cxNavigator resourcestrings added
|
||||||
|
(Thanks to Dirk Naudts)
|
||||||
|
|
||||||
|
16.04.2003 Updated for QuantumGrid 4.2.1
|
||||||
|
|
||||||
|
12.04.2003 Updated for QuantumGrid 4.2
|
||||||
|
|
||||||
|
25.12.2002 Updates for QuantumGrid 4.1.1
|
||||||
|
|
||||||
|
String CantCreateExcelFile under QuantumGrid4 section was replaced by CantCreateExportOutputFile
|
||||||
|
|
||||||
|
02.12.2002 3 Strings in GridPopupMenu added
|
||||||
|
(GridNone, GridShowFooter, GridShowGroupFooter)
|
||||||
|
2 Strings in EditorsLibrary4 added
|
||||||
|
(RadioGroupDefaultCaption, EditRepositoryRadioGroupItem)
|
||||||
|
2 Strings in QuantumGrid4 added
|
||||||
|
(GridConverterCantCreateStyleRepository, EditRepositoryExtLookupComboBoxItem)
|
||||||
|
|
||||||
|
|
||||||
BIN
internal/6.0.0/x.36/1/Source/cxIntl.res
Normal file
BIN
internal/6.0.0/x.36/1/Source/cxIntl.res
Normal file
Binary file not shown.
49
internal/6.0.0/x.36/1/Source/cxIntl6D11.dpk
Normal file
49
internal/6.0.0/x.36/1/Source/cxIntl6D11.dpk
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
package cxIntl6D11;
|
||||||
|
|
||||||
|
{$R *.res}
|
||||||
|
{$ALIGN 8}
|
||||||
|
{$ASSERTIONS ON}
|
||||||
|
{$BOOLEVAL OFF}
|
||||||
|
{$DEBUGINFO OFF}
|
||||||
|
{$EXTENDEDSYNTAX ON}
|
||||||
|
{$IMPORTEDDATA ON}
|
||||||
|
{$IOCHECKS ON}
|
||||||
|
{$LOCALSYMBOLS OFF}
|
||||||
|
{$LONGSTRINGS ON}
|
||||||
|
{$OPENSTRINGS ON}
|
||||||
|
{$OPTIMIZATION ON}
|
||||||
|
{$OVERFLOWCHECKS OFF}
|
||||||
|
{$RANGECHECKS OFF}
|
||||||
|
{$REFERENCEINFO OFF}
|
||||||
|
{$SAFEDIVIDE OFF}
|
||||||
|
{$STACKFRAMES OFF}
|
||||||
|
{$TYPEDADDRESS OFF}
|
||||||
|
{$VARSTRINGCHECKS ON}
|
||||||
|
{$WRITEABLECONST OFF}
|
||||||
|
{$MINENUMSIZE 1}
|
||||||
|
{$IMAGEBASE $400000}
|
||||||
|
{$DESCRIPTION 'cxIntl 6.0.0 for Delphi 11'}
|
||||||
|
{$IMPLICITBUILD OFF}
|
||||||
|
{$DEFINE RELEASE}
|
||||||
|
|
||||||
|
requires
|
||||||
|
rtl,
|
||||||
|
vcl,
|
||||||
|
designide,
|
||||||
|
vcljpg,
|
||||||
|
dbrtl,
|
||||||
|
cxEditorsD11,
|
||||||
|
cxLibraryD11,
|
||||||
|
dxThemeD11,
|
||||||
|
dxGDIPlusD11,
|
||||||
|
cxDataD11,
|
||||||
|
cxExtEditorsD11,
|
||||||
|
cxGridD11,
|
||||||
|
cxPageControlD11,
|
||||||
|
cxExportD11;
|
||||||
|
|
||||||
|
contains
|
||||||
|
cxIntl_Editor in 'cxIntl_Editor.pas',
|
||||||
|
cxintl in 'cxintl.pas';
|
||||||
|
|
||||||
|
end.
|
||||||
576
internal/6.0.0/x.36/1/Source/cxIntl6D11.dproj
Normal file
576
internal/6.0.0/x.36/1/Source/cxIntl6D11.dproj
Normal file
@ -0,0 +1,576 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectGuid>{5c41e6ed-9011-4ea0-9140-b9748a714693}</ProjectGuid>
|
||||||
|
<MainSource>cxIntl6D11.dpk</MainSource>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||||
|
<DCC_DependencyCheckOutputName>..\Lib\D11\cxIntl6D11.bpl</DCC_DependencyCheckOutputName>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||||
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<DCC_DcuOutput>..\Lib\D11</DCC_DcuOutput>
|
||||||
|
<DCC_ObjOutput>..\Lib\D11</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
|
||||||
|
<DCC_BplOutput>..\Lib\D11</DCC_BplOutput>
|
||||||
|
<DCC_DcpOutput>..\Lib\D11</DCC_DcpOutput>
|
||||||
|
<DCC_Define>RELEASE</DCC_Define>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_DcuOutput>..\Lib\D11</DCC_DcuOutput>
|
||||||
|
<DCC_ObjOutput>..\Lib\D11</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D11</DCC_HppOutput>
|
||||||
|
<DCC_BplOutput>..\Lib\D11</DCC_BplOutput>
|
||||||
|
<DCC_DcpOutput>..\Lib\D11</DCC_DcpOutput>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ProjectExtensions>
|
||||||
|
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||||
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||||
|
<BorlandProject>
|
||||||
|
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="PackageDescription">cxIntl 6.0.0 for Delphi 11</Package_Options><Package_Options Name="ImplicitBuild">False</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarD10.bpl">ExpressBars by Developer Express Inc.</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxComnD10.bpl">ExpressCommonLibrary by Developer Express Inc.</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarDBNavD10.bpl">ExpressBars DBNavigator by Developer Express Inc.</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarExtDBItemsD10.bpl">ExpressBars extended DB items by Developer Express Inc.</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarExtItemsD10.bpl">ExpressBars extended items by Developer Express Inc.</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxDockingD10.bpl">ExpressDocking Library by Developer Express Inc.</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxLayoutControlD10.bpl">ExpressLayout Control by Developer Express Inc.</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxNavBarD10.bpl">ExpressNavBar by Developer Express Inc.</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxGDIPlusD10.bpl">ExpressGDI+ Library by Developer Express Inc.</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxPSCoreD10.bpl">ExpressPrinting System by Developer Express Inc.</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxsbD10.bpl">ExpressSideBar by Developer Express Inc.</Excluded_Packages>
|
||||||
|
</Excluded_Packages><Source><Source Name="MainSource">cxIntl6D11.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||||||
|
<ItemGroup>
|
||||||
|
<DelphiCompile Include="cxIntl6D11.dpk">
|
||||||
|
<MainSource>MainSource</MainSource>
|
||||||
|
</DelphiCompile>
|
||||||
|
<DCCReference Include="cxDataD11.dcp" />
|
||||||
|
<DCCReference Include="cxEditorsD11.dcp" />
|
||||||
|
<DCCReference Include="cxExportD11.dcp" />
|
||||||
|
<DCCReference Include="cxExtEditorsD11.dcp" />
|
||||||
|
<DCCReference Include="cxGridD11.dcp" />
|
||||||
|
<DCCReference Include="cxintl.pas" />
|
||||||
|
<DCCReference Include="cxIntl_Editor.pas" />
|
||||||
|
<DCCReference Include="cxLibraryD11.dcp" />
|
||||||
|
<DCCReference Include="cxPageControlD11.dcp" />
|
||||||
|
<DCCReference Include="dbrtl.dcp" />
|
||||||
|
<DCCReference Include="designide.dcp" />
|
||||||
|
<DCCReference Include="dxGDIPlusD11.dcp" />
|
||||||
|
<DCCReference Include="dxThemeD11.dcp" />
|
||||||
|
<DCCReference Include="rtl.dcp" />
|
||||||
|
<DCCReference Include="vcl.dcp" />
|
||||||
|
<DCCReference Include="vcljpg.dcp" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
|
<!-- EurekaLog First Line
|
||||||
|
[Exception Log]
|
||||||
|
EurekaLog Version=6011
|
||||||
|
Activate=0
|
||||||
|
Activate Handle=1
|
||||||
|
Save Log File=1
|
||||||
|
Foreground Tab=0
|
||||||
|
Freeze Activate=0
|
||||||
|
Freeze Timeout=60
|
||||||
|
SMTP From=eurekalog@email.com
|
||||||
|
SMTP Host=
|
||||||
|
SMTP Port=25
|
||||||
|
SMTP UserID=
|
||||||
|
SMTP Password=
|
||||||
|
Append to Log=0
|
||||||
|
TerminateBtn Operation=2
|
||||||
|
Errors Number=32
|
||||||
|
Errors Terminate=3
|
||||||
|
Email Address=
|
||||||
|
Email Object=
|
||||||
|
Email Send Options=0
|
||||||
|
Output Path=
|
||||||
|
Encrypt Password=
|
||||||
|
AutoCloseDialogSecs=0
|
||||||
|
WebSendMode=0
|
||||||
|
SupportULR=
|
||||||
|
HTMLLayout Count=15
|
||||||
|
HTMLLine0="%3Chtml%3E"
|
||||||
|
HTMLLine1=" %3Chead%3E"
|
||||||
|
HTMLLine2=" %3C/head%3E"
|
||||||
|
HTMLLine3=" %3Cbody TopMargin=10 LeftMargin=10%3E"
|
||||||
|
HTMLLine4=" %3Ctable width="100%%" border="0"%3E"
|
||||||
|
HTMLLine5=" %3Ctr%3E"
|
||||||
|
HTMLLine6=" %3Ctd nowrap%3E"
|
||||||
|
HTMLLine7=" %3Cfont face="Lucida Console, Courier" size="2"%3E"
|
||||||
|
HTMLLine8=" %3C%%HTML_TAG%%%3E"
|
||||||
|
HTMLLine9=" %3C/font%3E"
|
||||||
|
HTMLLine10=" %3C/td%3E"
|
||||||
|
HTMLLine11=" %3C/tr%3E"
|
||||||
|
HTMLLine12=" %3C/table%3E"
|
||||||
|
HTMLLine13=" %3C/body%3E"
|
||||||
|
HTMLLine14="%3C/html%3E"
|
||||||
|
AutoCrashOperation=2
|
||||||
|
AutoCrashNumber=10
|
||||||
|
AutoCrashMinutes=1
|
||||||
|
WebURL=
|
||||||
|
WebUserID=
|
||||||
|
WebPassword=
|
||||||
|
WebPort=0
|
||||||
|
AttachedFiles=
|
||||||
|
ProxyURL=
|
||||||
|
ProxyUser=
|
||||||
|
ProxyPassword=
|
||||||
|
ProxyPort=8080
|
||||||
|
TrakerUser=
|
||||||
|
TrakerPassword=
|
||||||
|
TrakerAssignTo=
|
||||||
|
TrakerProject=
|
||||||
|
TrakerCategory=
|
||||||
|
TrakerTrialID=
|
||||||
|
ZipPassword=
|
||||||
|
PreBuildEvent=
|
||||||
|
PostSuccessfulBuildEvent=
|
||||||
|
PostFailureBuildEvent=
|
||||||
|
ExceptionDialogType=2
|
||||||
|
Count=0
|
||||||
|
EMail Message Line Count=0
|
||||||
|
loNoDuplicateErrors=0
|
||||||
|
loAppendReproduceText=0
|
||||||
|
loDeleteLogAtVersionChange=0
|
||||||
|
loAddComputerNameInLogFileName=0
|
||||||
|
loSaveModulesAndProcessesSections=1
|
||||||
|
loSaveAssemblerAndCPUSections=1
|
||||||
|
soAppStartDate=1
|
||||||
|
soAppName=1
|
||||||
|
soAppVersionNumber=1
|
||||||
|
soAppParameters=1
|
||||||
|
soAppCompilationDate=1
|
||||||
|
soAppUpTime=1
|
||||||
|
soExcDate=1
|
||||||
|
soExcAddress=1
|
||||||
|
soExcModuleName=1
|
||||||
|
soExcModuleVersion=1
|
||||||
|
soExcType=1
|
||||||
|
soExcMessage=1
|
||||||
|
soExcID=1
|
||||||
|
soExcCount=1
|
||||||
|
soExcStatus=1
|
||||||
|
soExcNote=1
|
||||||
|
soUserID=1
|
||||||
|
soUserName=1
|
||||||
|
soUserEmail=1
|
||||||
|
soUserPrivileges=1
|
||||||
|
soUserCompany=1
|
||||||
|
soActCtlsFormClass=1
|
||||||
|
soActCtlsFormText=1
|
||||||
|
soActCtlsControlClass=1
|
||||||
|
soActCtlsControlText=1
|
||||||
|
soCmpName=1
|
||||||
|
soCmpTotalMemory=1
|
||||||
|
soCmpFreeMemory=1
|
||||||
|
soCmpTotalDisk=1
|
||||||
|
soCmpFreeDisk=1
|
||||||
|
soCmpSysUpTime=1
|
||||||
|
soCmpProcessor=1
|
||||||
|
soCmpDisplayMode=1
|
||||||
|
soCmpDisplayDPI=1
|
||||||
|
soCmpVideoCard=1
|
||||||
|
soCmpPrinter=1
|
||||||
|
soOSType=1
|
||||||
|
soOSBuildN=1
|
||||||
|
soOSUpdate=1
|
||||||
|
soOSLanguage=1
|
||||||
|
soOSCharset=1
|
||||||
|
soNetIP=1
|
||||||
|
soNetSubmask=1
|
||||||
|
soNetGateway=1
|
||||||
|
soNetDNS1=1
|
||||||
|
soNetDNS2=1
|
||||||
|
soNetDHCP=1
|
||||||
|
soCustomData=1
|
||||||
|
sndShowSendDialog=1
|
||||||
|
sndShowSuccessFailureMsg=0
|
||||||
|
sndSendEntireLog=0
|
||||||
|
sndSendXMLLogCopy=0
|
||||||
|
sndSendScreenshot=1
|
||||||
|
sndUseOnlyActiveWindow=0
|
||||||
|
sndSendLastHTMLPage=1
|
||||||
|
sndSendInSeparatedThread=0
|
||||||
|
sndAddDateInFileName=0
|
||||||
|
sndAddComputerNameInFileName=0
|
||||||
|
edoSendErrorReportChecked=1
|
||||||
|
edoAttachScreenshotChecked=1
|
||||||
|
edoShowCopyToClipOption=1
|
||||||
|
edoShowDetailsButton=1
|
||||||
|
edoShowInDetailedMode=0
|
||||||
|
edoShowInTopMostMode=0
|
||||||
|
edoUseEurekaLogLookAndFeel=0
|
||||||
|
edoShowSendErrorReportOption=1
|
||||||
|
edoShowAttachScreenshotOption=1
|
||||||
|
edoShowCustomButton=0
|
||||||
|
csoShowDLLs=1
|
||||||
|
csoShowBPLs=1
|
||||||
|
csoShowBorlandThreads=1
|
||||||
|
csoShowWindowsThreads=1
|
||||||
|
csoDoNotStoreProcNames=0
|
||||||
|
boPauseBorlandThreads=0
|
||||||
|
boDoNotPauseMainThread=0
|
||||||
|
boPauseWindowsThreads=0
|
||||||
|
boUseMainModuleOptions=1
|
||||||
|
boCopyLogInCaseOfError=1
|
||||||
|
boSaveCompressedCopyInCaseOfError=0
|
||||||
|
boHandleSafeCallExceptions=1
|
||||||
|
boCallRTLExceptionEvent=0
|
||||||
|
boCatchHandledExceptions=0
|
||||||
|
loCatchLeaks=0
|
||||||
|
loGroupsSonLeaks=1
|
||||||
|
loHideBorlandLeaks=1
|
||||||
|
loFreeAllLeaks=1
|
||||||
|
loCatchLeaksExceptions=1
|
||||||
|
cfoReduceFileSize=1
|
||||||
|
cfoCheckFileCorruption=0
|
||||||
|
Count mtInformationMsgCaption=1
|
||||||
|
mtInformationMsgCaption0="Information."
|
||||||
|
Count mtQuestionMsgCaption=1
|
||||||
|
mtQuestionMsgCaption0="Question."
|
||||||
|
Count mtErrorMsgCaption=1
|
||||||
|
mtErrorMsgCaption0="Error."
|
||||||
|
Count mtDialog_Caption=1
|
||||||
|
mtDialog_Caption0="Error occurred"
|
||||||
|
Count mtDialog_ErrorMsgCaption=2
|
||||||
|
mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
|
||||||
|
mtDialog_ErrorMsgCaption1="Please read the following information for further details."
|
||||||
|
Count mtDialog_GeneralCaption=1
|
||||||
|
mtDialog_GeneralCaption0="General"
|
||||||
|
Count mtDialog_GeneralHeader=1
|
||||||
|
mtDialog_GeneralHeader0="General Information"
|
||||||
|
Count mtDialog_CallStackCaption=1
|
||||||
|
mtDialog_CallStackCaption0="Call Stack"
|
||||||
|
Count mtDialog_CallStackHeader=1
|
||||||
|
mtDialog_CallStackHeader0="Call Stack Information"
|
||||||
|
Count mtDialog_ModulesCaption=1
|
||||||
|
mtDialog_ModulesCaption0="Modules"
|
||||||
|
Count mtDialog_ModulesHeader=1
|
||||||
|
mtDialog_ModulesHeader0="Modules Information"
|
||||||
|
Count mtDialog_ProcessesCaption=1
|
||||||
|
mtDialog_ProcessesCaption0="Processes"
|
||||||
|
Count mtDialog_ProcessesHeader=1
|
||||||
|
mtDialog_ProcessesHeader0="Processes Information"
|
||||||
|
Count mtDialog_AsmCaption=1
|
||||||
|
mtDialog_AsmCaption0="Assembler"
|
||||||
|
Count mtDialog_AsmHeader=1
|
||||||
|
mtDialog_AsmHeader0="Assembler Information"
|
||||||
|
Count mtDialog_CPUCaption=1
|
||||||
|
mtDialog_CPUCaption0="CPU"
|
||||||
|
Count mtDialog_CPUHeader=1
|
||||||
|
mtDialog_CPUHeader0="CPU Information"
|
||||||
|
Count mtDialog_OKButtonCaption=1
|
||||||
|
mtDialog_OKButtonCaption0="%26OK"
|
||||||
|
Count mtDialog_TerminateButtonCaption=1
|
||||||
|
mtDialog_TerminateButtonCaption0="%26Terminate"
|
||||||
|
Count mtDialog_RestartButtonCaption=1
|
||||||
|
mtDialog_RestartButtonCaption0="%26Restart"
|
||||||
|
Count mtDialog_DetailsButtonCaption=1
|
||||||
|
mtDialog_DetailsButtonCaption0="%26Details"
|
||||||
|
Count mtDialog_CustomButtonCaption=1
|
||||||
|
mtDialog_CustomButtonCaption0="%26Help"
|
||||||
|
Count mtDialog_SendMessage=1
|
||||||
|
mtDialog_SendMessage0="%26Send this error via Internet"
|
||||||
|
Count mtDialog_ScreenshotMessage=1
|
||||||
|
mtDialog_ScreenshotMessage0="%26Attach a Screenshot image"
|
||||||
|
Count mtDialog_CopyMessage=1
|
||||||
|
mtDialog_CopyMessage0="%26Copy to Clipboard"
|
||||||
|
Count mtDialog_SupportMessage=1
|
||||||
|
mtDialog_SupportMessage0="Go to the Support Page"
|
||||||
|
Count mtMSDialog_ErrorMsgCaption=1
|
||||||
|
mtMSDialog_ErrorMsgCaption0="The application has encountered a problem. We are sorry for the inconvenience."
|
||||||
|
Count mtMSDialog_RestartCaption=1
|
||||||
|
mtMSDialog_RestartCaption0="Restart application."
|
||||||
|
Count mtMSDialog_TerminateCaption=1
|
||||||
|
mtMSDialog_TerminateCaption0="Terminate application."
|
||||||
|
Count mtMSDialog_PleaseCaption=1
|
||||||
|
mtMSDialog_PleaseCaption0="Please tell us about this problem."
|
||||||
|
Count mtMSDialog_DescriptionCaption=1
|
||||||
|
mtMSDialog_DescriptionCaption0="We have created an error report that you can send to us. We will treat this report as confidential and anonymous."
|
||||||
|
Count mtMSDialog_SeeDetailsCaption=1
|
||||||
|
mtMSDialog_SeeDetailsCaption0="To see what data the error report contains,"
|
||||||
|
Count mtMSDialog_SeeClickCaption=1
|
||||||
|
mtMSDialog_SeeClickCaption0="click here."
|
||||||
|
Count mtMSDialog_HowToReproduceCaption=1
|
||||||
|
mtMSDialog_HowToReproduceCaption0="What were you doing when the problem happended (optional)?"
|
||||||
|
Count mtMSDialog_EmailCaption=1
|
||||||
|
mtMSDialog_EmailCaption0="Email address (optional):"
|
||||||
|
Count mtMSDialog_SendButtonCaption=1
|
||||||
|
mtMSDialog_SendButtonCaption0="%26Send Error Report"
|
||||||
|
Count mtMSDialog_NoSendButtonCaption=1
|
||||||
|
mtMSDialog_NoSendButtonCaption0="%26Don't Send"
|
||||||
|
Count mtLog_AppHeader=1
|
||||||
|
mtLog_AppHeader0="Application"
|
||||||
|
Count mtLog_AppStartDate=1
|
||||||
|
mtLog_AppStartDate0="Start Date"
|
||||||
|
Count mtLog_AppName=1
|
||||||
|
mtLog_AppName0="Name/Description"
|
||||||
|
Count mtLog_AppVersionNumber=1
|
||||||
|
mtLog_AppVersionNumber0="Version Number"
|
||||||
|
Count mtLog_AppParameters=1
|
||||||
|
mtLog_AppParameters0="Parameters"
|
||||||
|
Count mtLog_AppCompilationDate=1
|
||||||
|
mtLog_AppCompilationDate0="Compilation Date"
|
||||||
|
Count mtLog_AppUpTime=1
|
||||||
|
mtLog_AppUpTime0="Up Time"
|
||||||
|
Count mtLog_ExcHeader=1
|
||||||
|
mtLog_ExcHeader0="Exception"
|
||||||
|
Count mtLog_ExcDate=1
|
||||||
|
mtLog_ExcDate0="Date"
|
||||||
|
Count mtLog_ExcAddress=1
|
||||||
|
mtLog_ExcAddress0="Address"
|
||||||
|
Count mtLog_ExcModuleName=1
|
||||||
|
mtLog_ExcModuleName0="Module Name"
|
||||||
|
Count mtLog_ExcModuleVersion=1
|
||||||
|
mtLog_ExcModuleVersion0="Module Version"
|
||||||
|
Count mtLog_ExcType=1
|
||||||
|
mtLog_ExcType0="Type"
|
||||||
|
Count mtLog_ExcMessage=1
|
||||||
|
mtLog_ExcMessage0="Message"
|
||||||
|
Count mtLog_ExcID=1
|
||||||
|
mtLog_ExcID0="ID"
|
||||||
|
Count mtLog_ExcCount=1
|
||||||
|
mtLog_ExcCount0="Count"
|
||||||
|
Count mtLog_ExcStatus=1
|
||||||
|
mtLog_ExcStatus0="Status"
|
||||||
|
Count mtLog_ExcNote=1
|
||||||
|
mtLog_ExcNote0="Note"
|
||||||
|
Count mtLog_UserHeader=1
|
||||||
|
mtLog_UserHeader0="User"
|
||||||
|
Count mtLog_UserID=1
|
||||||
|
mtLog_UserID0="ID"
|
||||||
|
Count mtLog_UserName=1
|
||||||
|
mtLog_UserName0="Name"
|
||||||
|
Count mtLog_UserEmail=1
|
||||||
|
mtLog_UserEmail0="Email"
|
||||||
|
Count mtLog_UserCompany=1
|
||||||
|
mtLog_UserCompany0="Company"
|
||||||
|
Count mtLog_UserPrivileges=1
|
||||||
|
mtLog_UserPrivileges0="Privileges"
|
||||||
|
Count mtLog_ActCtrlsHeader=1
|
||||||
|
mtLog_ActCtrlsHeader0="Active Controls"
|
||||||
|
Count mtLog_ActCtrlsFormClass=1
|
||||||
|
mtLog_ActCtrlsFormClass0="Form Class"
|
||||||
|
Count mtLog_ActCtrlsFormText=1
|
||||||
|
mtLog_ActCtrlsFormText0="Form Text"
|
||||||
|
Count mtLog_ActCtrlsControlClass=1
|
||||||
|
mtLog_ActCtrlsControlClass0="Control Class"
|
||||||
|
Count mtLog_ActCtrlsControlText=1
|
||||||
|
mtLog_ActCtrlsControlText0="Control Text"
|
||||||
|
Count mtLog_CmpHeader=1
|
||||||
|
mtLog_CmpHeader0="Computer"
|
||||||
|
Count mtLog_CmpName=1
|
||||||
|
mtLog_CmpName0="Name"
|
||||||
|
Count mtLog_CmpTotalMemory=1
|
||||||
|
mtLog_CmpTotalMemory0="Total Memory"
|
||||||
|
Count mtLog_CmpFreeMemory=1
|
||||||
|
mtLog_CmpFreeMemory0="Free Memory"
|
||||||
|
Count mtLog_CmpTotalDisk=1
|
||||||
|
mtLog_CmpTotalDisk0="Total Disk"
|
||||||
|
Count mtLog_CmpFreeDisk=1
|
||||||
|
mtLog_CmpFreeDisk0="Free Disk"
|
||||||
|
Count mtLog_CmpSystemUpTime=1
|
||||||
|
mtLog_CmpSystemUpTime0="System Up Time"
|
||||||
|
Count mtLog_CmpProcessor=1
|
||||||
|
mtLog_CmpProcessor0="Processor"
|
||||||
|
Count mtLog_CmpDisplayMode=1
|
||||||
|
mtLog_CmpDisplayMode0="Display Mode"
|
||||||
|
Count mtLog_CmpDisplayDPI=1
|
||||||
|
mtLog_CmpDisplayDPI0="Display DPI"
|
||||||
|
Count mtLog_CmpVideoCard=1
|
||||||
|
mtLog_CmpVideoCard0="Video Card"
|
||||||
|
Count mtLog_CmpPrinter=1
|
||||||
|
mtLog_CmpPrinter0="Printer"
|
||||||
|
Count mtLog_OSHeader=1
|
||||||
|
mtLog_OSHeader0="Operating System"
|
||||||
|
Count mtLog_OSType=1
|
||||||
|
mtLog_OSType0="Type"
|
||||||
|
Count mtLog_OSBuildN=1
|
||||||
|
mtLog_OSBuildN0="Build #"
|
||||||
|
Count mtLog_OSUpdate=1
|
||||||
|
mtLog_OSUpdate0="Update"
|
||||||
|
Count mtLog_OSLanguage=1
|
||||||
|
mtLog_OSLanguage0="Language"
|
||||||
|
Count mtLog_OSCharset=1
|
||||||
|
mtLog_OSCharset0="Charset"
|
||||||
|
Count mtLog_NetHeader=1
|
||||||
|
mtLog_NetHeader0="Network"
|
||||||
|
Count mtLog_NetIP=1
|
||||||
|
mtLog_NetIP0="IP Address"
|
||||||
|
Count mtLog_NetSubmask=1
|
||||||
|
mtLog_NetSubmask0="Submask"
|
||||||
|
Count mtLog_NetGateway=1
|
||||||
|
mtLog_NetGateway0="Gateway"
|
||||||
|
Count mtLog_NetDNS1=1
|
||||||
|
mtLog_NetDNS10="DNS 1"
|
||||||
|
Count mtLog_NetDNS2=1
|
||||||
|
mtLog_NetDNS20="DNS 2"
|
||||||
|
Count mtLog_NetDHCP=1
|
||||||
|
mtLog_NetDHCP0="DHCP"
|
||||||
|
Count mtLog_CustInfoHeader=1
|
||||||
|
mtLog_CustInfoHeader0="Custom Information"
|
||||||
|
Count mtCallStack_Address=1
|
||||||
|
mtCallStack_Address0="Address"
|
||||||
|
Count mtCallStack_Name=1
|
||||||
|
mtCallStack_Name0="Module"
|
||||||
|
Count mtCallStack_Unit=1
|
||||||
|
mtCallStack_Unit0="Unit"
|
||||||
|
Count mtCallStack_Class=1
|
||||||
|
mtCallStack_Class0="Class"
|
||||||
|
Count mtCallStack_Procedure=1
|
||||||
|
mtCallStack_Procedure0="Procedure/Method"
|
||||||
|
Count mtCallStack_Line=1
|
||||||
|
mtCallStack_Line0="Line"
|
||||||
|
Count mtCallStack_MainThread=1
|
||||||
|
mtCallStack_MainThread0="Main"
|
||||||
|
Count mtCallStack_ExceptionThread=1
|
||||||
|
mtCallStack_ExceptionThread0="Exception Thread"
|
||||||
|
Count mtCallStack_RunningThread=1
|
||||||
|
mtCallStack_RunningThread0="Running Thread"
|
||||||
|
Count mtCallStack_CallingThread=1
|
||||||
|
mtCallStack_CallingThread0="Calling Thread"
|
||||||
|
Count mtCallStack_ThreadID=1
|
||||||
|
mtCallStack_ThreadID0="ID"
|
||||||
|
Count mtCallStack_ThreadPriority=1
|
||||||
|
mtCallStack_ThreadPriority0="Priority"
|
||||||
|
Count mtCallStack_ThreadClass=1
|
||||||
|
mtCallStack_ThreadClass0="Class"
|
||||||
|
Count mtCallStack_LeakCaption=1
|
||||||
|
mtCallStack_LeakCaption0="Memory Leak"
|
||||||
|
Count mtCallStack_LeakData=1
|
||||||
|
mtCallStack_LeakData0="Data"
|
||||||
|
Count mtCallStack_LeakType=1
|
||||||
|
mtCallStack_LeakType0="Type"
|
||||||
|
Count mtCallStack_LeakSize=1
|
||||||
|
mtCallStack_LeakSize0="Total size"
|
||||||
|
Count mtCallStack_LeakCount=1
|
||||||
|
mtCallStack_LeakCount0="Count"
|
||||||
|
Count mtSendDialog_Caption=1
|
||||||
|
mtSendDialog_Caption0="Send."
|
||||||
|
Count mtSendDialog_Message=1
|
||||||
|
mtSendDialog_Message0="Message"
|
||||||
|
Count mtSendDialog_Resolving=1
|
||||||
|
mtSendDialog_Resolving0="Resolving DNS..."
|
||||||
|
Count mtSendDialog_Login=1
|
||||||
|
mtSendDialog_Login0="Login..."
|
||||||
|
Count mtSendDialog_Connecting=1
|
||||||
|
mtSendDialog_Connecting0="Connecting with server..."
|
||||||
|
Count mtSendDialog_Connected=1
|
||||||
|
mtSendDialog_Connected0="Connected with server."
|
||||||
|
Count mtSendDialog_Sending=1
|
||||||
|
mtSendDialog_Sending0="Sending message..."
|
||||||
|
Count mtSendDialog_Sent=1
|
||||||
|
mtSendDialog_Sent0="Message sent."
|
||||||
|
Count mtSendDialog_SelectProject=1
|
||||||
|
mtSendDialog_SelectProject0="Select project..."
|
||||||
|
Count mtSendDialog_Searching=1
|
||||||
|
mtSendDialog_Searching0="Searching..."
|
||||||
|
Count mtSendDialog_Modifying=1
|
||||||
|
mtSendDialog_Modifying0="Modifying..."
|
||||||
|
Count mtSendDialog_Disconnecting=1
|
||||||
|
mtSendDialog_Disconnecting0="Disconnecting..."
|
||||||
|
Count mtSendDialog_Disconnected=1
|
||||||
|
mtSendDialog_Disconnected0="Disconnected."
|
||||||
|
Count mtReproduceDialog_Caption=1
|
||||||
|
mtReproduceDialog_Caption0="Request"
|
||||||
|
Count mtReproduceDialog_Request=1
|
||||||
|
mtReproduceDialog_Request0="Please describe the steps to reproduce the error:"
|
||||||
|
Count mtReproduceDialog_OKButtonCaption=1
|
||||||
|
mtReproduceDialog_OKButtonCaption0="%26OK"
|
||||||
|
Count mtModules_Handle=1
|
||||||
|
mtModules_Handle0="Handle"
|
||||||
|
Count mtModules_Name=1
|
||||||
|
mtModules_Name0="Name"
|
||||||
|
Count mtModules_Description=1
|
||||||
|
mtModules_Description0="Description"
|
||||||
|
Count mtModules_Version=1
|
||||||
|
mtModules_Version0="Version"
|
||||||
|
Count mtModules_Size=1
|
||||||
|
mtModules_Size0="Size"
|
||||||
|
Count mtModules_LastModified=1
|
||||||
|
mtModules_LastModified0="Modified"
|
||||||
|
Count mtModules_Path=1
|
||||||
|
mtModules_Path0="Path"
|
||||||
|
Count mtProcesses_ID=1
|
||||||
|
mtProcesses_ID0="ID"
|
||||||
|
Count mtProcesses_Name=1
|
||||||
|
mtProcesses_Name0="Name"
|
||||||
|
Count mtProcesses_Description=1
|
||||||
|
mtProcesses_Description0="Description"
|
||||||
|
Count mtProcesses_Version=1
|
||||||
|
mtProcesses_Version0="Version"
|
||||||
|
Count mtProcesses_Memory=1
|
||||||
|
mtProcesses_Memory0="Memory"
|
||||||
|
Count mtProcesses_Priority=1
|
||||||
|
mtProcesses_Priority0="Priority"
|
||||||
|
Count mtProcesses_Threads=1
|
||||||
|
mtProcesses_Threads0="Threads"
|
||||||
|
Count mtProcesses_Path=1
|
||||||
|
mtProcesses_Path0="Path"
|
||||||
|
Count mtCPU_Registers=1
|
||||||
|
mtCPU_Registers0="Registers"
|
||||||
|
Count mtCPU_Stack=1
|
||||||
|
mtCPU_Stack0="Stack"
|
||||||
|
Count mtCPU_MemoryDump=1
|
||||||
|
mtCPU_MemoryDump0="Memory Dump"
|
||||||
|
Count mtSend_SuccessMsg=1
|
||||||
|
mtSend_SuccessMsg0="The message was sent successfully."
|
||||||
|
Count mtSend_FailureMsg=1
|
||||||
|
mtSend_FailureMsg0="Sorry, sending the message didn't work."
|
||||||
|
Count mtSend_BugClosedMsg=2
|
||||||
|
mtSend_BugClosedMsg0="These BUG is just closed."
|
||||||
|
mtSend_BugClosedMsg1="Contact the program support to obtain an update."
|
||||||
|
Count mtSend_UnknownErrorMsg=1
|
||||||
|
mtSend_UnknownErrorMsg0="Unknown error."
|
||||||
|
Count mtSend_InvalidLoginMsg=1
|
||||||
|
mtSend_InvalidLoginMsg0="Invalid login request."
|
||||||
|
Count mtSend_InvalidSearchMsg=1
|
||||||
|
mtSend_InvalidSearchMsg0="Invalid search request."
|
||||||
|
Count mtSend_InvalidSelectionMsg=1
|
||||||
|
mtSend_InvalidSelectionMsg0="Invalid selection request."
|
||||||
|
Count mtSend_InvalidInsertMsg=1
|
||||||
|
mtSend_InvalidInsertMsg0="Invalid insert request."
|
||||||
|
Count mtSend_InvalidModifyMsg=1
|
||||||
|
mtSend_InvalidModifyMsg0="Invalid modify request."
|
||||||
|
Count mtFileCrackedMsg=2
|
||||||
|
mtFileCrackedMsg0="This file is cracked."
|
||||||
|
mtFileCrackedMsg1="The application will be closed."
|
||||||
|
Count mtException_LeakMultiFree=1
|
||||||
|
mtException_LeakMultiFree0="Multi Free memory leak."
|
||||||
|
Count mtException_LeakMemoryOverrun=1
|
||||||
|
mtException_LeakMemoryOverrun0="Memory Overrun leak."
|
||||||
|
Count mtException_AntiFreeze=1
|
||||||
|
mtException_AntiFreeze0="The application seems to be frozen."
|
||||||
|
Count mtInvalidEmailMsg=1
|
||||||
|
mtInvalidEmailMsg0="Invalid email."
|
||||||
|
TextsCollection=English
|
||||||
|
EurekaLog Last Line -->
|
||||||
BIN
internal/6.0.0/x.36/1/Source/cxIntl6D11.res
Normal file
BIN
internal/6.0.0/x.36/1/Source/cxIntl6D11.res
Normal file
Binary file not shown.
118
internal/6.0.0/x.36/1/Source/cxIntl_Editor.pas
Normal file
118
internal/6.0.0/x.36/1/Source/cxIntl_Editor.pas
Normal file
@ -0,0 +1,118 @@
|
|||||||
|
unit cxIntl_Editor;
|
||||||
|
{
|
||||||
|
Design ime Editor for the TcxIntl component:
|
||||||
|
Desciption: Saves and loads strings from INI files at design time
|
||||||
|
by a the context menu of the component (right-clik on the component icon)
|
||||||
|
Editor Added by Francisco Armando Dueñas Rodríguez
|
||||||
|
fduenas@cancun.gob.mx
|
||||||
|
fduenas@flashmail.com
|
||||||
|
|
||||||
|
Component : TcxInternational
|
||||||
|
Programmed by Jörg Pfander for Dev Express
|
||||||
|
http://www.FreeDevExpressAddons.com
|
||||||
|
}
|
||||||
|
|
||||||
|
{$I cxVer.inc}
|
||||||
|
|
||||||
|
interface
|
||||||
|
|
||||||
|
uses
|
||||||
|
{$IFDEF DELPHI6}
|
||||||
|
DesignIntF, DesignEditors,
|
||||||
|
{$IFDEF VCL}
|
||||||
|
VCLEditors,
|
||||||
|
{$ENDIF}
|
||||||
|
{$ELSE}
|
||||||
|
DsgnIntf,
|
||||||
|
{$ENDIF}
|
||||||
|
cxIntl, Dialogs, IniFiles;
|
||||||
|
|
||||||
|
type
|
||||||
|
|
||||||
|
TcxIntl_Editor = class(TComponentEditor)
|
||||||
|
private
|
||||||
|
procedure SaveToFile;
|
||||||
|
procedure LoadFromFile;
|
||||||
|
protected
|
||||||
|
public
|
||||||
|
procedure ExecuteVerb(Index: Integer); override;
|
||||||
|
function GetVerb(Index: Integer): string; override;
|
||||||
|
function GetVerbCount: Integer; override;
|
||||||
|
end;
|
||||||
|
|
||||||
|
procedure Register;
|
||||||
|
|
||||||
|
|
||||||
|
implementation
|
||||||
|
|
||||||
|
procedure Register;
|
||||||
|
begin
|
||||||
|
RegisterComponentEditor(TcxIntl, TcxIntl_Editor);
|
||||||
|
end;
|
||||||
|
{ TcxIntl_Editor }
|
||||||
|
|
||||||
|
procedure TcxIntl_Editor.ExecuteVerb(Index: Integer);
|
||||||
|
begin
|
||||||
|
inherited;
|
||||||
|
case Index of
|
||||||
|
0: LoadFromFile;
|
||||||
|
{$IFDEF VCL}
|
||||||
|
1: SaveToFile;
|
||||||
|
{$ENDIF}
|
||||||
|
end;
|
||||||
|
end;
|
||||||
|
|
||||||
|
function TcxIntl_Editor.GetVerb(Index: Integer): string;
|
||||||
|
begin
|
||||||
|
case Index of
|
||||||
|
0: Result := 'Load strings from file...';
|
||||||
|
1: Result := 'Save strings to file...';
|
||||||
|
end;
|
||||||
|
end;
|
||||||
|
|
||||||
|
function TcxIntl_Editor.GetVerbCount: Integer;
|
||||||
|
begin
|
||||||
|
Result := 2;
|
||||||
|
end;
|
||||||
|
|
||||||
|
procedure TcxIntl_Editor.LoadFromFile;
|
||||||
|
var LoadFromFileDlg:TOpenDialog;
|
||||||
|
begin
|
||||||
|
LoadFromFileDlg := TOpenDialog.Create(nil);
|
||||||
|
LoadFromFileDlg.DefaultExt := 'ini';
|
||||||
|
LoadFromFileDlg.Filter := 'INI Files (*.ini)|*.ini|'+
|
||||||
|
'LNG Files (*.lng)|*.txt|'+
|
||||||
|
'ASCII Text Files (*.txt)|*.txt|'+
|
||||||
|
'All files (*.*)|*.*';
|
||||||
|
LoadFromFileDlg.FilterIndex := 1;
|
||||||
|
LoadFromFileDlg.Options := [ofExtensionDifferent, ofPathMustExist,
|
||||||
|
ofFileMustExist, ofEnableSizing];
|
||||||
|
LoadFromFileDlg.Title := 'Load strings from file...';
|
||||||
|
if LoadFromFileDlg.Execute then
|
||||||
|
begin
|
||||||
|
tcxIntl(Component).LoadFromFile(LoadFromFileDlg.FileName);
|
||||||
|
end;
|
||||||
|
LoadFromFileDlg.Free;
|
||||||
|
end;
|
||||||
|
|
||||||
|
procedure TcxIntl_Editor.SaveToFile;
|
||||||
|
var SaveToFileDlg:TSaveDialog;
|
||||||
|
begin
|
||||||
|
SaveToFileDlg := TSaveDialog.Create(nil);
|
||||||
|
SaveToFileDlg.DefaultExt := 'ini';
|
||||||
|
SaveToFileDlg.Filter := 'INI Files (*.ini)|*.ini|'+
|
||||||
|
'LNG Files (*.lng)|*.txt|'+
|
||||||
|
'ASCII Text Files (*.txt)|*.txt|'+
|
||||||
|
'All files (*.*)|*.*';
|
||||||
|
SaveToFileDlg.FilterIndex := 1;
|
||||||
|
SaveToFileDlg.Options := [ofExtensionDifferent, ofPathMustExist,
|
||||||
|
ofEnableSizing, ofOverwritePrompt];
|
||||||
|
SaveToFileDlg.Title := 'Save strings to file...';
|
||||||
|
if SaveToFileDlg.Execute then
|
||||||
|
begin
|
||||||
|
tcxIntl(Component).SaveToFile(SaveToFileDlg.FileName);
|
||||||
|
end;
|
||||||
|
SaveToFileDlg.Free;
|
||||||
|
end;
|
||||||
|
|
||||||
|
end.
|
||||||
174
internal/6.0.0/x.36/1/Source/cxVer.inc
Normal file
174
internal/6.0.0/x.36/1/Source/cxVer.inc
Normal file
@ -0,0 +1,174 @@
|
|||||||
|
{$B-} { Complete Boolean Evaluation }
|
||||||
|
{$R-} { Range-Checking }
|
||||||
|
{$T-} { Typed @ operator }
|
||||||
|
{$X+} { Extended syntax }
|
||||||
|
{$P+} { Open string params }
|
||||||
|
{$J+} { Writeable structured consts }
|
||||||
|
{$H+} { Use long strings by default }
|
||||||
|
{$Q-} { Overflow checking }
|
||||||
|
|
||||||
|
{$DEFINE USEPAGECONTROL}
|
||||||
|
|
||||||
|
{$DEFINE DXVER500}
|
||||||
|
|
||||||
|
{$IFNDEF CLR}
|
||||||
|
{$DEFINE OLEDRAGANDDROP}
|
||||||
|
{$IFNDEF DONTUSEJPEGIMAGE}
|
||||||
|
{$DEFINE USEJPEGIMAGE}
|
||||||
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$DEFINE EXPRESSBARS5}
|
||||||
|
|
||||||
|
{$DEFINE VCL}
|
||||||
|
|
||||||
|
{$IFNDEF VER80}
|
||||||
|
{$IFNDEF VER90}
|
||||||
|
{$IFNDEF VER93}
|
||||||
|
{$DEFINE DELPHI3} { Borland Delphi 3.0 }
|
||||||
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF VER110} { Borland C++Builder 3.0 }
|
||||||
|
{$DEFINE CBUILDER3}
|
||||||
|
{$ObjExportAll On}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF VER120} { Borland Delphi 4.0 }
|
||||||
|
{$DEFINE DELPHI4}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF VER125} { Borland C++Builder 4.0 }
|
||||||
|
{$DEFINE CBUILDER3}
|
||||||
|
{$DEFINE DELPHI4}
|
||||||
|
{$DEFINE CBUILDER4}
|
||||||
|
{$ObjExportAll On}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF VER130} { Borland Delphi 5.0 }
|
||||||
|
{$DEFINE DELPHI4}
|
||||||
|
{$DEFINE DELPHI5}
|
||||||
|
{$IFDEF BCB} { Borland C++Builder 5.0 }
|
||||||
|
{$DEFINE CBUILDER3}
|
||||||
|
{$DEFINE CBUILDER4}
|
||||||
|
{$DEFINE CBUILDER5}
|
||||||
|
{$ObjExportAll On}
|
||||||
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF VER140} { Borland Delphi 6.0 }
|
||||||
|
{$DEFINE DELPHI4}
|
||||||
|
{$DEFINE DELPHI5}
|
||||||
|
{$DEFINE DELPHI6}
|
||||||
|
{$IFDEF BCB} { Borland C++Builder 6.0 }
|
||||||
|
{$DEFINE CBUILDER3}
|
||||||
|
{$DEFINE CBUILDER4}
|
||||||
|
{$DEFINE CBUILDER5}
|
||||||
|
{$DEFINE CBUILDER6}
|
||||||
|
{$ObjExportAll On}
|
||||||
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF VER150} { Borland Delphi 7.0 }
|
||||||
|
{$DEFINE DELPHI4}
|
||||||
|
{$DEFINE DELPHI5}
|
||||||
|
{$DEFINE DELPHI6}
|
||||||
|
{$DEFINE DELPHI7}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFNDEF DELPHI6}
|
||||||
|
{$DEFINE MSWINDOWS}
|
||||||
|
{$ENDIF}
|
||||||
|
{$IFDEF LINUX}
|
||||||
|
{$UNDEF MSWINDOWS}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF LINUX}
|
||||||
|
{$DEFINE KYLIX1} { Borland Kylix 1 }
|
||||||
|
{$IFDEF CONDITIONALEXPRESSIONS}
|
||||||
|
{$IF CompilerVersion >= 14}
|
||||||
|
{$DEFINE KYLIX2} { Borland Kylix 2 }
|
||||||
|
{$IFEND}
|
||||||
|
{$IF CompilerVersion >= 14.50}
|
||||||
|
{$DEFINE KYLIX3} { Borland Kylix 3 }
|
||||||
|
{$IFEND}
|
||||||
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF CLR} { Borland Delphi.Net }
|
||||||
|
{$DEFINE DELPHI4}
|
||||||
|
{$DEFINE DELPHI5}
|
||||||
|
{$DEFINE DELPHI6}
|
||||||
|
{$DEFINE DELPHI7}
|
||||||
|
{$DEFINE DELPHI8}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF VER170} { Borland Delphi 9.0 }
|
||||||
|
{$DEFINE DELPHI4}
|
||||||
|
{$DEFINE DELPHI5}
|
||||||
|
{$DEFINE DELPHI6}
|
||||||
|
{$DEFINE DELPHI7}
|
||||||
|
{$DEFINE DELPHI8}
|
||||||
|
{$DEFINE DELPHI9}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF VER180} { Borland Delphi 10 }
|
||||||
|
{$DEFINE DELPHI4}
|
||||||
|
{$DEFINE DELPHI5}
|
||||||
|
{$DEFINE DELPHI6}
|
||||||
|
{$DEFINE DELPHI7}
|
||||||
|
{$DEFINE DELPHI8}
|
||||||
|
{$DEFINE DELPHI9}
|
||||||
|
{$DEFINE DELPHI10}
|
||||||
|
{$IFDEF BCB} { Borland C++Builder 10 }
|
||||||
|
{$DEFINE CBUILDER3}
|
||||||
|
{$DEFINE CBUILDER4}
|
||||||
|
{$DEFINE CBUILDER5}
|
||||||
|
{$DEFINE CBUILDER6}
|
||||||
|
{$DEFINE CBUILDER10}
|
||||||
|
{$ObjExportAll On}
|
||||||
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF VER185} { Borland Delphi 11 //CodeGear}
|
||||||
|
{$DEFINE DELPHI4}
|
||||||
|
{$DEFINE DELPHI5}
|
||||||
|
{$DEFINE DELPHI6}
|
||||||
|
{$DEFINE DELPHI7}
|
||||||
|
{$DEFINE DELPHI8}
|
||||||
|
{$DEFINE DELPHI9}
|
||||||
|
{$DEFINE DELPHI10}
|
||||||
|
{$DEFINE DELPHI11}
|
||||||
|
{$IFDEF BCB} { Borland C++Builder 11 }
|
||||||
|
{$DEFINE CBUILDER3}
|
||||||
|
{$DEFINE CBUILDER4}
|
||||||
|
{$DEFINE CBUILDER5}
|
||||||
|
{$DEFINE CBUILDER6}
|
||||||
|
{$DEFINE CBUILDER10}
|
||||||
|
{$DEFINE CBUILDER11}
|
||||||
|
{$ObjExportAll On}
|
||||||
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFNDEF CLR}
|
||||||
|
{$IFNDEF BCB}
|
||||||
|
{$IFDEF DELPHI6}
|
||||||
|
{$DEFINE REGISTERSHELLCTRLS}
|
||||||
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
{$IFDEF DELPHI7}
|
||||||
|
{$WARN UNSAFE_CAST OFF}
|
||||||
|
{$WARN UNSAFE_CODE OFF}
|
||||||
|
{$WARN UNSAFE_TYPE OFF}
|
||||||
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF REGISTERSHELLCTRLS}
|
||||||
|
{$DEFINE REGISTERCXSHELLCTRLS}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF DELPHI6}
|
||||||
|
{$WARN SYMBOL_PLATFORM OFF}
|
||||||
|
{$WARN UNIT_PLATFORM OFF}
|
||||||
|
{$ENDIF}
|
||||||
3060
internal/6.0.0/x.36/1/Source/cxintl.pas
Normal file
3060
internal/6.0.0/x.36/1/Source/cxintl.pas
Normal file
File diff suppressed because it is too large
Load Diff
521
internal/6.0.0/x.36/1/grid6_spanish_spain.ini
Normal file
521
internal/6.0.0/x.36/1/grid6_spanish_spain.ini
Normal file
@ -0,0 +1,521 @@
|
|||||||
|
[cxLibrary]
|
||||||
|
CantCreateRegistryKey=No se puede crear la llave de registro : \%s
|
||||||
|
ConverterCantCreateStyleRepository=No se puede crear un almacén de estilos
|
||||||
|
|
||||||
|
[PageControl]
|
||||||
|
PCImageListIndexError=El índice (%d) deberá estar entre 0 y %d
|
||||||
|
PCNoBaseImages=BaseImages no está asignado
|
||||||
|
PCNoRegisteredStyles=No hay estilos registrados
|
||||||
|
PCPageIndexError=%d es un valor inválido para PageIndex, debe estar entre 0 y %d
|
||||||
|
PCPainterClassError=La clase PCPainter es nula
|
||||||
|
PCStandardStyleError=%s es un estilo estándar no soportado
|
||||||
|
PCStyleNameError=%s es un nombre de estilo no registrado
|
||||||
|
PCTabCountEqualsZero=Tabs.Count = 0
|
||||||
|
PCTabIndexError=El índice de la pestaña (%d) está fuera de límites
|
||||||
|
PCTabVisibleIndexOutsOfBounds=Propiedad TabVisibleIndex (%d) deberá estar entre 0 y %d
|
||||||
|
PCVisibleTabListEmpty=No hay pestañas visibles
|
||||||
|
|
||||||
|
[QuantumGrid]
|
||||||
|
GridRecursiveLevels=No se pueden crear niveles recursivos
|
||||||
|
GridDeletingConfirmationCaption=Confirmar
|
||||||
|
GridDeletingFocusedConfirmationText=¿Borrar registro?
|
||||||
|
GridDeletingSelectedConfirmationText=¿Borrar todos los registros seleccionados?
|
||||||
|
GridNoDataInfoText=<No hay datos a mostrar>
|
||||||
|
GridNewItemRowInfoText=Haga click aquí para agregar una nueva línea
|
||||||
|
GridFilterIsEmpty=<Filtro Vacío>
|
||||||
|
GridCustomizationFormCaption=Personalización
|
||||||
|
GridCustomizationFormColumnsPageCaption=Columnas
|
||||||
|
GridGroupByBoxCaption=Arrastre una columna aquí para agrupar por dicha columna
|
||||||
|
GridFilterCustomizeButtonCaption=Personalizar...
|
||||||
|
GridColumnsQuickCustomizationHint=Haga click aquí para seleccionar las columas visibles
|
||||||
|
GridCustomizationFormBandsPageCaption=Bandas
|
||||||
|
GridBandsQuickCustomizationHint=Haga click aquí para seleccionar las bandas visibles
|
||||||
|
GridCustomizationFormRowsPageCaption=Rows
|
||||||
|
GridConverterIntermediaryMissing=Omitió un componente intermediario!
|
||||||
|
GridConverterNotExistGrid=cxGrid no existe
|
||||||
|
GridConverterNotExistComponent=El componente no existe
|
||||||
|
ImportErrorCaption=Error al importar
|
||||||
|
NotExistGridView=No existe la vista del grid
|
||||||
|
NotExistGridLevel=No existe un nivel de grid activo
|
||||||
|
CantCreateExportOutputFile=No se puede crear el archivo de exportación
|
||||||
|
SEditRepositoryExtLookupComboBoxItem=ExtLookupComboBox|Representa un ultra avanzado control de busqueda (lookup) usando el QuantumGrid como su control de despliegue
|
||||||
|
|
||||||
|
[Editors]
|
||||||
|
EditInvalidRepositoryItem=Elemento de repositorio no válido
|
||||||
|
EditDateConvertError=El valor no se puede convertir a fecha
|
||||||
|
EditNumericValueConvertError=No se puede convertir a valor numérico
|
||||||
|
EditPopupCircularReferencingError=Referencia circular no permitida
|
||||||
|
EditPostError=Ocurrió un error durante el grabado del valor de edición
|
||||||
|
EditTimeConvertError=No se puede convertir a valor de tiempo
|
||||||
|
EditValidateErrorText=Valor inválido. Use la tecla de escape para cancelar cambios
|
||||||
|
EditValueOutOfBounds=Valor fuera de límites
|
||||||
|
EditCheckBoxChecked=True
|
||||||
|
EditCheckBoxGrayed=
|
||||||
|
EditCheckBoxUnchecked=False
|
||||||
|
Radio0GroupDefaultCaption=
|
||||||
|
TextTrue=True
|
||||||
|
TextFalse=False
|
||||||
|
BlobButtonOK=&Aceptar
|
||||||
|
BlobButtonCancel=&Cancelar
|
||||||
|
BlobButtonClose=&Cerrar
|
||||||
|
BlobMemo=(MEMO)
|
||||||
|
BlobMemoEmpty=(memo)
|
||||||
|
BlobPicture=(IMÁGEN)
|
||||||
|
BlobPictureEmpty=(imágen)
|
||||||
|
MenuItemCaptionCut=Cor&tar
|
||||||
|
MenuItemCaptionCopy=&Copiar
|
||||||
|
MenuItemCaptionPaste=&Pegar
|
||||||
|
MenuItemCaptionDelete=&Borrar
|
||||||
|
MenuItemCaptionLoad=&Leer...
|
||||||
|
MenuItemCaptionSave=Guardar &Como...
|
||||||
|
DatePopupClear=Limpiar
|
||||||
|
DatePopupNow=Ahora
|
||||||
|
DatePopupOK=Aceptar
|
||||||
|
DatePopupToday=Hoy
|
||||||
|
DateError=Fecha inválida
|
||||||
|
DateToday=hoy
|
||||||
|
DateYesterday=ayer
|
||||||
|
DateTomorrow=mañana
|
||||||
|
DateSunday=Domingo
|
||||||
|
DateMonday=Lunes
|
||||||
|
DateTuesday=Martes
|
||||||
|
DateWednesday=Miércoles
|
||||||
|
DateThursday=Jueves
|
||||||
|
DateFriday=Viernes
|
||||||
|
DateSaturday=Sábado
|
||||||
|
DateFirst=Primero
|
||||||
|
DateSecond=segundo
|
||||||
|
DateThird=tercero
|
||||||
|
DateFourth=Cuarto
|
||||||
|
DateFifth=Quinto
|
||||||
|
DateSixth=sexto
|
||||||
|
DateSeventh=séptimo
|
||||||
|
DateBOM=bom
|
||||||
|
DateEOM=eom
|
||||||
|
DateNow=ahora
|
||||||
|
CalcError=Error
|
||||||
|
HyperLinkPrefix=http://
|
||||||
|
HyperLinkDoubleSlash=//
|
||||||
|
EditRepositoryBlobItem=BlobEdit|Representa el editor de BLOB
|
||||||
|
EditRepositoryButtonItem=ButtonEdit|Representa un control de edición con controles incrustados
|
||||||
|
EditRepositoryCalcItem=CalcEdit|Representa un control de edición con una ventana de calculadora desplegable
|
||||||
|
EditRepositoryCheckBoxItem=CheckBox|Representa un control de caja de marca que permite seleccionar una opción
|
||||||
|
EditRepositoryComboBoxItem=ComboBox|Representa el editor de la caja combo
|
||||||
|
EditRepositoryCurrencyItem=CurrencyEdit|Representa un editor que habilita la edición de valores monetarios
|
||||||
|
EditRepositoryDateItem=DateEdit|Representa un control de edición con un calendario desplegable
|
||||||
|
EditRepositoryHyperLinkItem=HyperLink|Representa un editor de texto de hipervínculos
|
||||||
|
EditRepositoryImageComboBoxItem=ImageComboBox|Representa un editor que muestra una lista de imágenes y texto en la ventana desplegable
|
||||||
|
EditRepositoryImageItem=Image|Representa un editor de imágenes
|
||||||
|
EditRepositoryLookupComboBoxItem=LookupComboBox|Representa una caja de búsqueda
|
||||||
|
EditRepositoryMaskItem=MaskEdit|Representa un control de edición genérico con máscara
|
||||||
|
EditRepositoryMemoItem=Memo|Representa un control de edición que permite editar datos memo
|
||||||
|
EditRepositoryMRUItem=MRUEdit|Representa un editor de texto mostrando la lista de los elementos más recientemente usados (MRU) en una ventana desplegable
|
||||||
|
EditRepositoryPopupItem=PopupEdit|Representa un control de edición con una lista desplegable
|
||||||
|
EditRepositorySpinItem=SpinEdit|Representa un editor de incrementos/decrementos (spin)
|
||||||
|
EditRepositoryTextItem=TextEdit|Representa un editor de texto de línea sencilla
|
||||||
|
EditRepositoryTimeItem=TimeEdit|Representa un editor mostrando valores de tiempo
|
||||||
|
RegExprLine=Línea
|
||||||
|
RegExprChar=Char
|
||||||
|
RegExprNotAssignedSourceStream=No se ha asignado el stream fuente
|
||||||
|
RegExprEmptySourceStream=El stream orígen está vacío
|
||||||
|
RegExprCantUsePlusQuantifier=El cuantificador '+' no puede aplicarse aquí
|
||||||
|
RegExprCantUseStarQuantifier=El cuantificador '*' no puede aplicarse aquí
|
||||||
|
RegExprCantCreateEmptyAlt=La alternativa no debe estar vacía
|
||||||
|
RegExprCantCreateEmptyBlock=El bloque no debe estar vacío
|
||||||
|
RegExprIllegalSymbol=Símbolo no permitido '%s'
|
||||||
|
RegExprIllegalQuantifier=Cuantificador no permitido '%s'
|
||||||
|
RegExprNotSupportQuantifier=El parámetro cuantificador no es soportado
|
||||||
|
RegExprIllegalIntegerValue=Valor entero no permitido
|
||||||
|
RegExprTooBigReferenceNumber=Número de referencia demasiado grande
|
||||||
|
RegExprCantCreateEmptyEnum=No puedo crear enumeración vacía
|
||||||
|
RegExprSubrangeOrder=El caracter de inicio del subrango debe ser menor al de fin
|
||||||
|
RegExprHexNumberExpected0=Se esperaba número Hexadecimal
|
||||||
|
RegExprHexNumberExpected=Número Hexadecimal esperado pero encontró '%s'
|
||||||
|
RegExprMissing=Falta '%s'
|
||||||
|
RegExprUnnecessary=Innecesario '%s'
|
||||||
|
RegExprIncorrectSpace=Espacio incorrecto después de '\'
|
||||||
|
RegExprNotCompiled=Expresión regular no compila
|
||||||
|
RegExprIncorrectParameterQuantifier=Cuantificador de parámetros incorrecto
|
||||||
|
MaskEditRegExprError=Errores en expresiones regulares:
|
||||||
|
MaskEditInvalidEditValue=El valor de edición es inválido
|
||||||
|
MaskEditNoMask=Ninguno
|
||||||
|
MaskEditIllegalFileFormat=Formato de archivo ilegal
|
||||||
|
MaskEditEmptyMaskCollectionFile=El archivo de colección de máscaras está vacío
|
||||||
|
MaskEditMaskCollectionFiles=Archivos de colección de máscaras
|
||||||
|
SpinEditInvalidNumericValue=Valor numérico no válido
|
||||||
|
|
||||||
|
[Datacontroller]
|
||||||
|
DataReadError=Error de lectura en orígen de datos
|
||||||
|
DataWriteError=Error de escritura en orígen de datos (stream)
|
||||||
|
DataItemExistError=El elemento ya existe
|
||||||
|
DataRecordIndexError=Índice de registro fuera de rango
|
||||||
|
DataItemIndexError=Índice de elemento fuera de rango
|
||||||
|
DataProviderModeError=La operación no es soportada en modo de proveedor (provider)
|
||||||
|
DataInvalidStreamFormat=Origen de datos (Stream) inválido
|
||||||
|
DataRowIndexError=Índice del elemento de fila fuera de rango
|
||||||
|
DataCustomDataSourceInvalidCompare=Instrucción GetInfoForCompare no implementada
|
||||||
|
DBDetailFilterControllerNotFound=DetailFilterController no encontrado
|
||||||
|
DBNotInGridMode=La controladora de datos no está en modo de Grid
|
||||||
|
DBKeyFieldNotFound=Campo llave no encontrado
|
||||||
|
|
||||||
|
[Filter]
|
||||||
|
FilterOperatorEqual=igual
|
||||||
|
FilterOperatorNotEqual=no es igual
|
||||||
|
FilterOperatorLess=es menor que
|
||||||
|
FilterOperatorLessEqual=es menor o igual que
|
||||||
|
FilterOperatorGreater=es mayor que
|
||||||
|
FilterOperatorGreaterEqual=es mayor o igual que
|
||||||
|
FilterOperatorLike=como
|
||||||
|
FilterOperatorNotLike=no es como
|
||||||
|
FilterOperatorBetween=entre
|
||||||
|
FilterOperatorNotBetween=no entre
|
||||||
|
FilterOperatorInList=en
|
||||||
|
FilterOperatorNotInList=no en
|
||||||
|
FilterOperatorYesterday=es ayer
|
||||||
|
FilterOperatorToday=es hoy
|
||||||
|
FilterOperatorTomorrow=es mañana
|
||||||
|
FilterOperatorLastWeek=es última semana
|
||||||
|
FilterOperatorLastMonth=es último mes
|
||||||
|
FilterOperatorLastYear=es año pasado
|
||||||
|
FilterOperatorThisWeek=es esta semana
|
||||||
|
FilterOperatorThisMonth=es este mes
|
||||||
|
FilterOperatorThisYear=es este año
|
||||||
|
FilterOperatorNextWeek=es semana siguiente
|
||||||
|
FilterOperatorNextMonth=es mes siguiente
|
||||||
|
FilterOperatorNextYear=es año próximo
|
||||||
|
FilterAndCaption=y
|
||||||
|
FilterOrCaption=o
|
||||||
|
FilterNotCaption=no
|
||||||
|
FilterBlankCaption=vacío
|
||||||
|
FilterOperatorIsNull=es vacío
|
||||||
|
FilterOperatorIsNotNull=no es vacío
|
||||||
|
FilterOperatorBeginsWith=comienza con
|
||||||
|
FilterOperatorDoesNotBeginWith=no comienza con
|
||||||
|
FilterOperatorEndsWith=termina con
|
||||||
|
FilterOperatorDoesNotEndWith=no termina con
|
||||||
|
FilterOperatorContains=contiene
|
||||||
|
FilterOperatorDoesNotContain=no contiene
|
||||||
|
FilterBoxAllCaption=(Todos)
|
||||||
|
FilterBoxCustomCaption=(Personalizado...)
|
||||||
|
FilterBoxBlanksCaption=(Vacíos)
|
||||||
|
FilterBoxNonBlanksCaption=(NoVacíos)
|
||||||
|
FilterBoolOperatorAnd=Y
|
||||||
|
FilterBoolOperatorOr=O
|
||||||
|
FilterBoolOperatorNotAnd=NO Y
|
||||||
|
FilterBoolOperatorNotOr=NO O
|
||||||
|
FilterRootButtonCaption=Filtro
|
||||||
|
FilterAddCondition=Agregar &Condición
|
||||||
|
FilterAddGroup=Agregar &Grupo
|
||||||
|
FilterRemoveRow=&Remover Fila
|
||||||
|
FilterClearAll=Limpiar &Todo
|
||||||
|
FilterFooterAddCondition=presione el botón para agregar una nueva condición
|
||||||
|
FilterGroupCaption=aplica a las siguientes condiciones
|
||||||
|
FilterRootGroupCaption=<raíz>
|
||||||
|
FilterControlNullString=<vacío>
|
||||||
|
FilterErrorBuilding=No se puede construir filtro desde el orígen
|
||||||
|
FilterDialogCaption=Filtro Personalizado
|
||||||
|
FilterDialogInvalidValue=Valor inválido
|
||||||
|
FilterDialogUse=Usar
|
||||||
|
FilterDialogSingleCharacter=para representar un caracter sencillo
|
||||||
|
FilterDialogCharactersSeries=para representar cualquier serie de caracteres
|
||||||
|
FilterDialogOperationAnd=Y
|
||||||
|
FilterDialogOperationOr=O
|
||||||
|
FilterDialogRows=Mostrar filas donde:
|
||||||
|
FilterControlDialogCaption=Constructor de Filtro
|
||||||
|
FilterControlDialogNewFile=sinnombre.flt
|
||||||
|
FilterControlDialogOpenDialogCaption=Abrir un filtro existente
|
||||||
|
FilterControlDialogSaveDialogCaption=Grabar el filtro activo a archivo
|
||||||
|
FilterControlDialogActionSaveCaption=&Guardar...
|
||||||
|
FilterControlDialogActionOpenCaption=&Abrir...
|
||||||
|
FilterControlDialogActionApplyCaption=&Aplicar
|
||||||
|
FilterControlDialogActionOkCaption=Aceptar
|
||||||
|
FilterControlDialogActionCancelCaption=Cancelar
|
||||||
|
FilterControlDialogFileExt=flt
|
||||||
|
FilterControlDialogFileFilter=Filtros (*.flt)|*.flt
|
||||||
|
FilterOperatorLast7Days=Últimos 7 días
|
||||||
|
FilterOperatorLast14Days=Últimos 14 días
|
||||||
|
FilterOperatorLastTwoWeeks=Últimas 2 semanas
|
||||||
|
FilterOperatorLast30Days=Últimos 30 días
|
||||||
|
FilterOperatorPast=Pasado
|
||||||
|
FilterOperatorNext7Days=Próximos 7 días
|
||||||
|
FilterOperatorNext14Days=Próximos 14 días
|
||||||
|
FilterOperatorNextTwoWeeks=Próximas 2 semanas
|
||||||
|
FilterOperatorNext30Days=Próximos 30 días
|
||||||
|
FilterOperatorFuture=Futuro
|
||||||
|
|
||||||
|
[GridPopupMenu]
|
||||||
|
GridNone=Ninguno
|
||||||
|
GridSortColumnAsc=Ordenar Ascendente
|
||||||
|
GridSortColumnDesc=Ordenar Descendente
|
||||||
|
GridGroupByThisField=Agrupar por este campo
|
||||||
|
GridRemoveThisGroupItem=Remover del grupo
|
||||||
|
GridGroupByBox=Panel "Agrupar por"
|
||||||
|
GridAlignmentSubMenu=Alineación
|
||||||
|
GridAlignLeft=Alineación Izquierda
|
||||||
|
GridAlignRight=Alineación Derecha
|
||||||
|
GridAlignCenter=Alineación Centrada
|
||||||
|
GridRemoveColumn=Remover esta columna
|
||||||
|
GridFieldChooser=Selector de campos
|
||||||
|
GridBestFit=Mejor distribución
|
||||||
|
GridBestFitAllColumns=Mejor distribución (Todas las columnas)
|
||||||
|
GridShowFooter=Pie
|
||||||
|
GridShowGroupFooter=Pies de grupo
|
||||||
|
GridSumMenuItem=Sumar
|
||||||
|
GridMinMenuItem=Mínimo
|
||||||
|
GridMaxMenuItem=Máximo
|
||||||
|
GridCountMenuItem=Contar
|
||||||
|
GridAvgMenuItem=Promedio
|
||||||
|
GridNoneMenuItem=Ninguno
|
||||||
|
GridClearSorting=Eliminar Ordenación
|
||||||
|
|
||||||
|
[GridExport]
|
||||||
|
UnsupportedExport=Tipo de exportación no soportado: %1
|
||||||
|
StyleManagerKill=El administrador de estilo esta siendo utilizado y no puede ser liberado en este momento
|
||||||
|
StyleManagerCreate=No se puede crear administrador de estilo
|
||||||
|
ExportToHtml=Exportar a página Web (*.html)
|
||||||
|
ExportToXml=Exportar a documento XML (*.xml)
|
||||||
|
ExportToText=Exportar a formato de texto (*.txt)
|
||||||
|
EmptyExportCache=Cache de exportación vacío
|
||||||
|
IncorrectUnion=Unión de celdas incorrecta
|
||||||
|
IllegalWidth=Ancho de columna ilegal
|
||||||
|
InvalidColumnRowCount=Conteo de columna o fila inválido
|
||||||
|
IllegalHeight=Alto de fila ilegal
|
||||||
|
InvalidColumnIndex=El índice de columna %d fuera de límites
|
||||||
|
InvalidRowIndex=El índice de fila %d está fuera de límites
|
||||||
|
InvalidStyleIndex=Índice de estilo %d inválido
|
||||||
|
ExportToExcel=Exportar a MS Excel (*.xls)
|
||||||
|
WorkbookWrite=Error al escribir el archivo XLS
|
||||||
|
InvalidCellDimension=Dimensión de celda inválida
|
||||||
|
BoolTrue=True
|
||||||
|
BoolFalse=False
|
||||||
|
|
||||||
|
[Navigator]
|
||||||
|
NavigatorHint_First=Primer registro
|
||||||
|
NavigatorHint_Prior=Registro anterior
|
||||||
|
NavigatorHint_PriorPage=Página anterior
|
||||||
|
NavigatorHint_Next=Siguiente registro
|
||||||
|
NavigatorHint_NextPage=Siguiente página
|
||||||
|
NavigatorHint_Last=Último registro
|
||||||
|
NavigatorHint_Insert=Insertar registro
|
||||||
|
NavigatorHint_Delete=Borrar registro
|
||||||
|
NavigatorHint_Edit=Editar registro
|
||||||
|
NavigatorHint_Post=Grabar edición
|
||||||
|
NavigatorHint_Cancel=Cancelar edición
|
||||||
|
NavigatorHint_Refresh=Actualizar datos
|
||||||
|
NavigatorHint_SaveBookmark=Guardar Marca
|
||||||
|
NavigatorHint_GotoBookmark=Volver a Marca
|
||||||
|
NavigatorHint_Filter=Filtrar datos
|
||||||
|
Navigator_DeleteRecordQuestion=¿Desea borrar este el registro?
|
||||||
|
|
||||||
|
[PageControl2]
|
||||||
|
PCImageListIndexError=El índice (%d) deberá estar entre 0 y %d
|
||||||
|
PCNoBaseImages=BaseImages no está asignado
|
||||||
|
PCNoRegisteredStyles=No hay estilos registrados
|
||||||
|
PCPageIndexError=%d es un valor inválido para PageIndex, debe estar entre 0 y %d
|
||||||
|
PCPainterClassError=La clase PCPainter es nula
|
||||||
|
PCStandardStyleError=%s es un estilo estándar no soportado
|
||||||
|
PCStyleNameError=%s es un nombre de estilo no registrado
|
||||||
|
PCTabCountEqualsZero=Tabs.Count = 0
|
||||||
|
PCTabIndexError=El índice de la pestaña (%d) está fuera de límites
|
||||||
|
PCTabVisibleIndexOutsOfBounds=Propiedad TabVisibleIndex (%d) deberá estar entre 0 y %d
|
||||||
|
PCVisibleTabListEmpty=No hay pestañas visibles
|
||||||
|
PCAllowRotateError=%s es un estilo que no soporta pestañas rotatorias
|
||||||
|
|
||||||
|
[QuantumGrid5]
|
||||||
|
GridRecursiveLevels=No se pueden crear niveles recursivos
|
||||||
|
GridDeletingConfirmationCaption=Confirmar
|
||||||
|
GridDeletingFocusedConfirmationText=¿Borrar registro?
|
||||||
|
GridDeletingSelectedConfirmationText=¿Borrar todos los registros seleccionados?
|
||||||
|
GridNoDataInfoText=<No hay datos a mostrar>
|
||||||
|
GridNewItemRowInfoText=Haga click aquí para agregar una nueva línea
|
||||||
|
GridFilterIsEmpty=<Filtro Vacío>
|
||||||
|
GridCustomizationFormCaption=Personalización
|
||||||
|
GridCustomizationFormColumnsPageCaption=Columnas
|
||||||
|
GridGroupByBoxCaption=Arrastre una columna aquí para agrupar por dicha columna
|
||||||
|
GridFilterCustomizeButtonCaption=Personalizar...
|
||||||
|
GridColumnsQuickCustomizationHint=Haga click aquí para seleccionar las columas visibles
|
||||||
|
GridCustomizationFormBandsPageCaption=Bandas
|
||||||
|
GridBandsQuickCustomizationHint=Haga click aquí para seleccionar las bandas visibles
|
||||||
|
GridCustomizationFormRowsPageCaption=Rows
|
||||||
|
GridConverterIntermediaryMissing=Omitió un componente intermediario!
|
||||||
|
GridConverterNotExistGrid=cxGrid no existe
|
||||||
|
GridConverterNotExistComponent=El componente no existe
|
||||||
|
ImportErrorCaption=Error al importar
|
||||||
|
NotExistGridView=No existe la vista del grid
|
||||||
|
NotExistGridLevel=No existe un nivel de grid activo
|
||||||
|
CantCreateExportOutputFile=No se puede crear el archivo de exportación
|
||||||
|
SEditRepositoryExtLookupComboBoxItem=ExtLookupComboBox|Representa un ultra avanzado control de busqueda (lookup) usando el QuantumGrid como su control de despliegue
|
||||||
|
GridFilterRowInfoText=Haga clic aquí para definir un filtro
|
||||||
|
GridFilterApplyButtonCaption=Aplicar Filtro
|
||||||
|
GridYesterday=Ayer
|
||||||
|
GridToday=Hoy
|
||||||
|
GridTomorrow=Mañana
|
||||||
|
GridLast30Days=Últimos 30 días
|
||||||
|
GridLast14Days=Últimos 14 días
|
||||||
|
GridLast7Days=Últimos 7 días
|
||||||
|
GridNext7Days=Próximos 7 días
|
||||||
|
GridNext14Days=Próximos 14 días
|
||||||
|
GridNext30Days=Próximos 30 días
|
||||||
|
GridLastTwoWeeks=Últ. dos semanas
|
||||||
|
GridLastWeek=Semana pasada
|
||||||
|
GridThisWeek=Ésta semana
|
||||||
|
GridNextWeek=Próxima semana
|
||||||
|
GridNextTwoWeeks=Próx. dos semanas
|
||||||
|
GridLastMonth=Último mes
|
||||||
|
GridThisMonth=Éste mes
|
||||||
|
GridNextMonth=Próximo mes
|
||||||
|
GridLastYear=Año pasado
|
||||||
|
GridThisYear=Éste año
|
||||||
|
GridNextYear=Próximo año
|
||||||
|
GridPast=Pasado
|
||||||
|
GridFuture=Futuro
|
||||||
|
GridMonthFormat=mmmm yyyy
|
||||||
|
GridYearFormat=yyyy
|
||||||
|
GridChartCategoriesDisplayText=Datos
|
||||||
|
GridChartValueHintFormat=%s para %s es %s
|
||||||
|
GridChartPercentValueTickMarkLabelFormat=0%
|
||||||
|
GridChartToolBoxDataLevels=Niveles de Datos:
|
||||||
|
GridChartToolBoxDataLevelSelectValue=seleccione valor
|
||||||
|
GridChartToolBoxCustomizeButtonCaption=Personalizar Gráfico
|
||||||
|
GridChartNoneDiagramDisplayText=Sin Diagrama
|
||||||
|
GridChartColumnDiagramDisplayText=Diagrama de Columnas
|
||||||
|
GridChartBarDiagramDisplayText=Diagrama de Barras
|
||||||
|
GridChartLineDiagramDisplayText=Diagrama de Líneas
|
||||||
|
GridChartAreaDiagramDisplayText=Diagrama de Área
|
||||||
|
GridChartPieDiagramDisplayText=Diagrama de Tarta
|
||||||
|
GridChartCustomizationFormSeriesPageCaption=Series
|
||||||
|
GridChartCustomizationFormSortBySeries=Ordenar Por:
|
||||||
|
GridChartCustomizationFormNoSortedSeries=<serie nula>
|
||||||
|
GridChartCustomizationFormDataGroupsPageCaption=Grupos de Datos
|
||||||
|
GridChartCustomizationFormOptionsPageCaption=Opciones
|
||||||
|
GridChartLegend=Leyenda
|
||||||
|
GridChartLegendKeyBorder=Marco de Clave
|
||||||
|
GridChartPosition=Posición
|
||||||
|
GridChartPositionDefault=Defecto
|
||||||
|
GridChartPositionNone=Ninguno
|
||||||
|
GridChartPositionLeft=Izquierda
|
||||||
|
GridChartPositionTop=Superior
|
||||||
|
GridChartPositionRight=Derecha
|
||||||
|
GridChartPositionBottom=Inferior
|
||||||
|
GridChartAlignment=Alineación
|
||||||
|
GridChartAlignmentDefault=Defecto
|
||||||
|
GridChartAlignmentStart=Inicio
|
||||||
|
GridChartAlignmentCenter=Centro
|
||||||
|
GridChartAlignmentEnd=Final
|
||||||
|
GridChartOrientation=Orientación
|
||||||
|
GridChartOrientationDefault=Defecto
|
||||||
|
GridChartOrientationHorizontal=Horizontal
|
||||||
|
GridChartOrientationVertical=Vertical
|
||||||
|
GridChartBorder=Marco
|
||||||
|
GridChartTitle=Título
|
||||||
|
GridChartToolBox=Caja de Herramientas
|
||||||
|
GridChartDiagramSelector=Selector de Diagramas
|
||||||
|
GridChartOther=Otro
|
||||||
|
GridChartValueHints=Valores de Ayuda
|
||||||
|
|
||||||
|
[Editors5]
|
||||||
|
EditButtonCancel=Cancelar
|
||||||
|
EditButtonOK=Aceptar
|
||||||
|
EditInvalidRepositoryItem=Elemento de repositorio no válido
|
||||||
|
EditDateConvertError=El valor no se puede convertir a fecha
|
||||||
|
EditNumericValueConvertError=No se puede convertir a valor numérico
|
||||||
|
EditPopupCircularReferencingError=Referencia circular no permitida
|
||||||
|
EditPostError=Ocurrió un error durante el grabado del valor de edición
|
||||||
|
EditTimeConvertError=No se puede convertir a valor de tiempo
|
||||||
|
EditValidateErrorText=Valor inválido. Use la tecla de escape para cancelar cambios
|
||||||
|
EditValueOutOfBounds=Valor fuera de límites
|
||||||
|
EditCheckBoxChecked=True
|
||||||
|
EditCheckBoxGrayed=
|
||||||
|
EditCheckBoxUnchecked=False
|
||||||
|
Radio0GroupDefaultCaption=
|
||||||
|
TextTrue=True
|
||||||
|
TextFalse=False
|
||||||
|
BlobButtonOK=&Aceptar
|
||||||
|
BlobButtonCancel=&Cancelar
|
||||||
|
BlobButtonClose=&Cerrar
|
||||||
|
BlobMemo=(MEMO)
|
||||||
|
BlobMemoEmpty=(memo)
|
||||||
|
BlobPicture=(IMÁGEN)
|
||||||
|
BlobPictureEmpty=(imágen)
|
||||||
|
MenuItemCaptionCut=Cor&tar
|
||||||
|
MenuItemCaptionCopy=&Copiar
|
||||||
|
MenuItemCaptionPaste=&Pegar
|
||||||
|
MenuItemCaptionDelete=&Borrar
|
||||||
|
MenuItemCaptionLoad=&Leer...
|
||||||
|
MenuItemCaptionSave=Guardar &Como...
|
||||||
|
DatePopupClear=Limpiar
|
||||||
|
DatePopupNow=Ahora
|
||||||
|
DatePopupOK=Aceptar
|
||||||
|
DatePopupToday=Hoy
|
||||||
|
DateError=Fecha inválida
|
||||||
|
DateToday=hoy
|
||||||
|
DateYesterday=ayer
|
||||||
|
DateTomorrow=mañana
|
||||||
|
DateSunday=Domingo
|
||||||
|
DateMonday=Lunes
|
||||||
|
DateTuesday=Martes
|
||||||
|
DateWednesday=Miércoles
|
||||||
|
DateThursday=Jueves
|
||||||
|
DateFriday=Viernes
|
||||||
|
DateSaturday=Sábado
|
||||||
|
DateFirst=Primero
|
||||||
|
DateSecond=segundo
|
||||||
|
DateThird=tercero
|
||||||
|
DateFourth=Cuarto
|
||||||
|
DateFifth=Quinto
|
||||||
|
DateSixth=sexto
|
||||||
|
DateSeventh=séptimo
|
||||||
|
DateBOM=bom
|
||||||
|
DateEOM=eom
|
||||||
|
DateNow=ahora
|
||||||
|
CalcError=Error
|
||||||
|
HyperLinkPrefix=http://
|
||||||
|
HyperLinkDoubleSlash=//
|
||||||
|
EditRepositoryBlobItem=BlobEdit|Representa el editor de BLOB
|
||||||
|
EditRepositoryButtonItem=ButtonEdit|Representa un control de edición con controles incrustados
|
||||||
|
EditRepositoryCalcItem=CalcEdit|Representa un control de edición con una ventana de calculadora desplegable
|
||||||
|
EditRepositoryCheckBoxItem=CheckBox|Representa un control de caja de marca que permite seleccionar una opción
|
||||||
|
EditRepositoryComboBoxItem=ComboBox|Representa el editor de la caja combo
|
||||||
|
EditRepositoryCurrencyItem=CurrencyEdit|Representa un editor que habilita la edición de valores monetarios
|
||||||
|
EditRepositoryDateItem=DateEdit|Representa un control de edición con un calendario desplegable
|
||||||
|
EditRepositoryHyperLinkItem=HyperLink|Representa un editor de texto de hipervínculos
|
||||||
|
EditRepositoryImageComboBoxItem=ImageComboBox|Representa un editor que muestra una lista de imágenes y texto en la ventana desplegable
|
||||||
|
EditRepositoryImageItem=Image|Representa un editor de imágenes
|
||||||
|
EditRepositoryLookupComboBoxItem=LookupComboBox|Representa una caja de búsqueda
|
||||||
|
EditRepositoryMaskItem=MaskEdit|Representa un control de edición genérico con máscara
|
||||||
|
EditRepositoryMemoItem=Memo|Representa un control de edición que permite editar datos memo
|
||||||
|
EditRepositoryMRUItem=MRUEdit|Representa un editor de texto mostrando la lista de los elementos más recientemente usados (MRU) en una ventana desplegable
|
||||||
|
EditRepositoryPopupItem=PopupEdit|Representa un control de edición con una lista desplegable
|
||||||
|
EditRepositorySpinItem=SpinEdit|Representa un editor de incrementos/decrementos (spin)
|
||||||
|
EditRepositoryTextItem=TextEdit|Representa un editor de texto de línea sencilla
|
||||||
|
EditRepositoryTimeItem=TimeEdit|Representa un editor mostrando valores de tiempo
|
||||||
|
RegExprLine=Línea
|
||||||
|
RegExprChar=Char
|
||||||
|
RegExprNotAssignedSourceStream=No se ha asignado el stream fuente
|
||||||
|
RegExprEmptySourceStream=El stream orígen está vacío
|
||||||
|
RegExprCantUsePlusQuantifier=El cuantificador '+' no puede aplicarse aquí
|
||||||
|
RegExprCantUseStarQuantifier=El cuantificador '*' no puede aplicarse aquí
|
||||||
|
RegExprCantCreateEmptyAlt=La alternativa no debe estar vacía
|
||||||
|
RegExprCantCreateEmptyBlock=El bloque no debe estar vacío
|
||||||
|
RegExprIllegalSymbol=Símbolo no permitido '%s'
|
||||||
|
RegExprIllegalQuantifier=Cuantificador no permitido '%s'
|
||||||
|
RegExprNotSupportQuantifier=El parámetro cuantificador no es soportado
|
||||||
|
RegExprIllegalIntegerValue=Valor entero no permitido
|
||||||
|
RegExprTooBigReferenceNumber=Número de referencia demasiado grande
|
||||||
|
RegExprCantCreateEmptyEnum=No puedo crear enumeración vacía
|
||||||
|
RegExprSubrangeOrder=El caracter de inicio del subrango debe ser menor al de fin
|
||||||
|
RegExprHexNumberExpected0=Se esperaba número Hexadecimal
|
||||||
|
RegExprHexNumberExpected=Número Hexadecimal esperado pero encontró '%s'
|
||||||
|
RegExprMissing=Falta '%s'
|
||||||
|
RegExprUnnecessary=Innecesario '%s'
|
||||||
|
RegExprIncorrectSpace=Espacio incorrecto después de '\'
|
||||||
|
RegExprNotCompiled=Expresión regular no compila
|
||||||
|
RegExprIncorrectParameterQuantifier=Cuantificador de parámetros incorrecto
|
||||||
|
MaskEditRegExprError=Errores en expresiones regulares:
|
||||||
|
MaskEditInvalidEditValue=El valor de edición es inválido
|
||||||
|
MaskEditNoMask=Ninguno
|
||||||
|
MaskEditIllegalFileFormat=Formato de archivo ilegal
|
||||||
|
MaskEditEmptyMaskCollectionFile=El archivo de colección de máscaras está vacío
|
||||||
|
MaskEditMaskCollectionFiles=Archivos de colección de máscaras
|
||||||
|
SpinEditInvalidNumericValue=Valor numérico no válido
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user