You've already forked lazarus-ccr
RxFPC:TRxLoginDialog - support for i18n. patch from Michal Gawrycki with small corrections
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6751 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -77,14 +77,6 @@ resourcestring
|
||||
sButtonAlign1 = 'None';
|
||||
sButtonAlign2 = 'Left';
|
||||
sButtonAlign3 = 'Right';
|
||||
// sGTKWidgetSet = 'GTK widget set';
|
||||
// sGTK2WidgetSet = 'GTK 2 widget set';
|
||||
// sWin32_64WidgetSet = 'Win32/Win64 widget set';
|
||||
// sWinCEWidgetSet = 'WinCE widget set';
|
||||
// sCarbonWidgetSet = 'Carbon widget set';
|
||||
// sQTWidgetSet = 'QT widget set';
|
||||
// sFpGUIWidgetSet = 'FpGUI widget set';
|
||||
// sOtherGUIWidgetSet = 'Other gui';
|
||||
sWidget = 'Widget : ';
|
||||
sAppVersion = 'Version : ';
|
||||
sLCLVersion = 'LCL Version: ';
|
||||
@ -150,6 +142,9 @@ resourcestring
|
||||
sRxTextFolderSynHTML = 'HTML';
|
||||
sRxTextFolderSynSQL = 'SQL';
|
||||
|
||||
{ TRxLoginDialog }
|
||||
sRxLoginDlgBtnMore = 'More >>';
|
||||
sRxLoginDlgDatabase = 'Database';
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -88,8 +88,6 @@ resourcestring
|
||||
|
||||
SDBComboBoxFieldNotAssigned = '%s:TDBComboBox - DataField not assigned';
|
||||
|
||||
//SPropDefByLookup = 'PropDefByLookup';
|
||||
//SDataSourceFixed = 'SDataSourceFixed';
|
||||
SCircularDataLink = 'Circular data link';
|
||||
sRxAscendign = 'Ascendign';
|
||||
sRxDescending = 'Descending';
|
||||
@ -130,7 +128,6 @@ resourcestring
|
||||
sRxFilterFormOperand = 'Operand :';
|
||||
sRxFilterFormEnd = 'end.';
|
||||
sRxFilterFormClear = 'Clear filter';
|
||||
sRxFilterFormCancel = 'Cancel';
|
||||
sRxFilterFormApply = 'Apply';
|
||||
sRxFilterFormCaption = 'Filter conditions';
|
||||
|
||||
|
Reference in New Issue
Block a user