* Improved localization by Maxim Ganetsky

* updated localize scripts by Maxim Ganetsky

git-svn-id: trunk@15023 -
This commit is contained in:
marc 2008-05-01 14:06:43 +00:00
parent 7a70560d49
commit 7c46372adf
4 changed files with 8 additions and 2 deletions

View File

@ -1484,6 +1484,7 @@ resourcestring
dlgPromptOnReplace = '&Prompt On Replace'; dlgPromptOnReplace = '&Prompt On Replace';
lisAskBeforeReplacingEachFoundText = 'Ask before replacing each found text'; lisAskBeforeReplacingEachFoundText = 'Ask before replacing each found text';
dlgSROrigin = 'Origin'; dlgSROrigin = 'Origin';
dlgPLDPackageGroup = 'Package group';
lisPLDExists = 'Exists'; lisPLDExists = 'Exists';
dlgFromCursor = '&From Cursor'; dlgFromCursor = '&From Cursor';
dlgEntireScope = '&Entire Scope'; dlgEntireScope = '&Entire Scope';

View File

@ -17,7 +17,7 @@ set ArchOS=i386-win32
echo. echo.
REM Compile tools if updatepofiles if missing REM Compile tools if updatepofiles is missing
if exist tools\updatepofiles.exe goto SkipTools if exist tools\updatepofiles.exe goto SkipTools
echo The updatepofiles tool was not found, compiling tools ... 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 rstconv -c UTF-8 -i %TP_IPro_RST% -o components\turbopower_ipro\languages\iputils.po
tools\updatepofiles 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 @goto Exit
:Exit_Error :Exit_Error

View File

@ -39,6 +39,7 @@ RSTFILES=(
"components/turbopower_ipro iputils" "components/turbopower_ipro iputils"
"components/cgi cgimodules" "components/cgi cgimodules"
"components/memds frmselectdataset" "components/memds frmselectdataset"
"components/messagecomposer messagecomposer"
"components/printers/design ideprinting" "components/printers/design ideprinting"
"components/projecttemplates projecttemplates" "components/projecttemplates projecttemplates"
"components/projecttemplates frmtemplatevariables" "components/projecttemplates frmtemplatevariables"

View File

@ -150,7 +150,7 @@ begin
PkgStringGrid.RowCount:=FLinks.Count+1; PkgStringGrid.RowCount:=FLinks.Count+1;
PkgStringGrid.Cells[0, 0]:=lisDebugOptionsFrmName; PkgStringGrid.Cells[0, 0]:=lisDebugOptionsFrmName;
PkgStringGrid.Cells[1, 0]:=lisVersion; PkgStringGrid.Cells[1, 0]:=lisVersion;
PkgStringGrid.Cells[2, 0]:=dlgSROrigin; PkgStringGrid.Cells[2, 0]:=dlgPLDPackageGroup;
PkgStringGrid.Cells[3, 0]:=lisPLDExists; PkgStringGrid.Cells[3, 0]:=lisPLDExists;
PkgStringGrid.Cells[4, 0]:=lisA2PFilename2; PkgStringGrid.Cells[4, 0]:=lisA2PFilename2;