mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-19 19:29:31 +01:00
* Improved localization by Maxim Ganetsky
* updated localize scripts by Maxim Ganetsky git-svn-id: trunk@15023 -
This commit is contained in:
parent
7a70560d49
commit
7c46372adf
@ -1484,6 +1484,7 @@ resourcestring
|
||||
dlgPromptOnReplace = '&Prompt On Replace';
|
||||
lisAskBeforeReplacingEachFoundText = 'Ask before replacing each found text';
|
||||
dlgSROrigin = 'Origin';
|
||||
dlgPLDPackageGroup = 'Package group';
|
||||
lisPLDExists = 'Exists';
|
||||
dlgFromCursor = '&From Cursor';
|
||||
dlgEntireScope = '&Entire Scope';
|
||||
|
||||
@ -17,7 +17,7 @@ set ArchOS=i386-win32
|
||||
|
||||
echo.
|
||||
|
||||
REM Compile tools if updatepofiles if missing
|
||||
REM Compile tools if updatepofiles is missing
|
||||
|
||||
if exist tools\updatepofiles.exe goto SkipTools
|
||||
echo The updatepofiles tool was not found, compiling tools ...
|
||||
@ -122,6 +122,10 @@ tools\updatepofiles components\turbopower_ipro\languages\ipconst.po
|
||||
rstconv -c UTF-8 -i %TP_IPro_RST% -o components\turbopower_ipro\languages\iputils.po
|
||||
tools\updatepofiles components\turbopower_ipro\languages\iputils.po
|
||||
|
||||
@set MessageComposer_RST=components\messagecomposer\lib\%ArchOS%\messagecomposer.rst
|
||||
rstconv -c UTF-8 -i %MessageComposer_RST% -o components\messagecomposer\languages\messagecomposer.po
|
||||
tools\updatepofiles components\messagecomposer\languages\messagecomposer.po
|
||||
|
||||
@goto Exit
|
||||
|
||||
:Exit_Error
|
||||
|
||||
@ -39,6 +39,7 @@ RSTFILES=(
|
||||
"components/turbopower_ipro iputils"
|
||||
"components/cgi cgimodules"
|
||||
"components/memds frmselectdataset"
|
||||
"components/messagecomposer messagecomposer"
|
||||
"components/printers/design ideprinting"
|
||||
"components/projecttemplates projecttemplates"
|
||||
"components/projecttemplates frmtemplatevariables"
|
||||
|
||||
@ -150,7 +150,7 @@ begin
|
||||
PkgStringGrid.RowCount:=FLinks.Count+1;
|
||||
PkgStringGrid.Cells[0, 0]:=lisDebugOptionsFrmName;
|
||||
PkgStringGrid.Cells[1, 0]:=lisVersion;
|
||||
PkgStringGrid.Cells[2, 0]:=dlgSROrigin;
|
||||
PkgStringGrid.Cells[2, 0]:=dlgPLDPackageGroup;
|
||||
PkgStringGrid.Cells[3, 0]:=lisPLDExists;
|
||||
PkgStringGrid.Cells[4, 0]:=lisA2PFilename2;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user