📄 ehlibconsts.pas
字号:
{*******************************************************}
{ }
{ EhLib v3.5 }
{ Resource of strings }
{ }
{ Copyright (c) 2001 by Dmitry V. Bolshakov }
{ }
{*******************************************************}
unit EhLibConsts;
interface
resourcestring
SClearSelectedCellsEh = 'Selektierte Zellen l鰏chen?';
SInvalidTextFormatEh = 'Falsches Textformat';
SInvalidVCLDBIFFormatEh = 'Falsches VCLDBIF-Format';
SErrorDuringInsertValueEh = 'Fehler beim Werte einsetzen:';
SIgnoreErrorEh = 'Fehler ignorien?';
STabularInformationEh = 'Tabulatorinformation';
SPageOfPagesEh = 'Seite %d von %d';
SPreviewEh = 'Vorschau';
SFieldNameNotFoundEh = 'Feldname ''%s'' nicht gefunden';
SFindDialogStringNotFoundMessageEh = 'String "%s" not found.';
SSTFilterListItem_Empties = '(Empty)';
SSTFilterListItem_NotEmpties = '(Not empty)';
SSTFilterListItem_All = '(All)';
SSTFilterListItem_ClearFilter = '(Clear filter)';
SSTFilterListItem_SortingByDescend = '(Order by ascending)';
SSTFilterListItem_SortingByAscend = '(Order by descending)';
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -