
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@720 8e941d3f-bd1b-0410-a28a-d453659cc2b4
28 lines
890 B
PHP
28 lines
890 B
PHP
{
|
|
/****************************************************************************
|
|
|
|
rxcconst.res
|
|
|
|
Delphi VCL Extensions (RX)
|
|
Copyright (c) 1995 AO ROSNO
|
|
Copyright (c) 1997 Master-Bank
|
|
|
|
*****************************************************************************/
|
|
}
|
|
sBrowse = 'Browse';
|
|
sDefaultFilter = 'All files (*.*)|*.*';
|
|
sDateDlgTitle = 'Select a Date';
|
|
sNextYear = 'Next Year|';
|
|
sNextMonth = 'Next Month|';
|
|
sPrevYear = 'Previous Year|';
|
|
sPrevMonth = 'Previous Month|';
|
|
sNotImplemented = 'Function not yet implemented';
|
|
sFileNotExec = 'File specified is not an executable file, dynamic-link library, or icon file';
|
|
sLoadLibError = 'Could not load ''%s'' library';
|
|
sDetails = 'Details';
|
|
sWindowsIcoFiles = 'Windows Ico files (*.ico)|*.ico|All files (*.*)|*.*';
|
|
sToCurDate = 'Set current date';
|
|
|
|
|
|
|