126 lines
3.8 KiB
Plaintext
126 lines
3.8 KiB
Plaintext
|
|
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)
|
|||
|
|
--------------------------------------------
|
|||
|
|
|
|||
|
|
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
|
|||
|
|
---------------
|
|||
|
|
|
|||
|
|
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<75>as Rodr<64>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)
|
|||
|
|
|
|||
|
|
|