mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 12:38:05 +02:00
SynEdit: added SynDesign string constants translations and fixed typo in syndesignstringconstants.pas.
While editing localize scripts also removed stale CGI component reference from them. git-svn-id: trunk@27448 -
This commit is contained in:
parent
5bdbf0884d
commit
0e1d22b1d4
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2034,6 +2034,7 @@ components/synedit/docs/xml/synedithighlighter.xml svneol=native#text/xml
|
||||
components/synedit/docs/xml/synedittextbase.xml svneol=native#text/xml
|
||||
components/synedit/docs/xml/synedittextbuffer.xml svneol=native#text/xml
|
||||
components/synedit/languages/README.txt svneol=native#text/plain
|
||||
components/synedit/languages/syndesign.po svneol=native#text/plain
|
||||
components/synedit/languages/synedit.ca.po svneol=native#text/plain
|
||||
components/synedit/languages/synedit.cs.po svneol=native#text/plain
|
||||
components/synedit/languages/synedit.de.po svneol=native#text/plain
|
||||
|
27
components/synedit/languages/syndesign.po
Normal file
27
components/synedit/languages/syndesign.po
Normal file
@ -0,0 +1,27 @@
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=UTF-8"
|
||||
|
||||
#: syndesignstringconstants.syndsbookmarks
|
||||
msgid "Bookmarks"
|
||||
msgstr ""
|
||||
|
||||
#: syndesignstringconstants.syndschangemarker
|
||||
msgid "Change Marker"
|
||||
msgstr ""
|
||||
|
||||
#: syndesignstringconstants.syndscodefolding
|
||||
msgid "Code Folding"
|
||||
msgstr ""
|
||||
|
||||
#: syndesignstringconstants.syndslinenumbers
|
||||
msgid "Line Numbers"
|
||||
msgstr ""
|
||||
|
||||
#: syndesignstringconstants.syndslineoverview
|
||||
msgid "Line Overview"
|
||||
msgstr ""
|
||||
|
||||
#: syndesignstringconstants.syndsseparator
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
@ -9,7 +9,7 @@ uses
|
||||
|
||||
resourcestring
|
||||
syndsLineNumbers = 'Line Numbers';
|
||||
syndsCodeFolding = 'Code fFolding';
|
||||
syndsCodeFolding = 'Code Folding';
|
||||
syndsChangeMarker = 'Change Marker';
|
||||
syndsBookmarks = 'Bookmarks';
|
||||
syndsSeparator = 'Separator';
|
||||
|
@ -56,6 +56,10 @@ tools\updatepofiles %CodeTools_RST% components\codetools\languages\codetoolsstrc
|
||||
@set SynEdit_RST=components\synedit\units\%ArchOS%\SynEditStrConst.rst
|
||||
tools\updatepofiles %SynEdit_RST% components\synedit\languages\synedit.po
|
||||
|
||||
@REM SynDesign
|
||||
@set SynDesign_RST=components\synedit\units\%ArchOS%\syndesignstringconstants.rst
|
||||
tools\updatepofiles %SynDesign_RST% components\synedit\languages\syndesign.po
|
||||
|
||||
@REM SynMacroRecorder
|
||||
@set SynMacroRec_RST=components\synedit\units\%ArchOS%\synmacrorecorder.rst
|
||||
tools\updatepofiles %SynMacroRec_RST% components\synedit\languages\synmacrorecorder.po
|
||||
@ -68,10 +72,6 @@ tools\updatepofiles %SynUniHighLighterShellScript_RST% components\synedit\langua
|
||||
@set LCL_RST=lcl\units\%ArchOS%\lclstrconsts.rst
|
||||
tools\updatepofiles %LCL_RST% lcl\languages\lclstrconsts.po
|
||||
|
||||
@REM CGI
|
||||
@set CGI_RST=components\cgi\lib\%ArchOSWS%\cgimodules.rst
|
||||
tools\updatepofiles %CGI_RST% components\cgi\languages\cgimodules.po
|
||||
|
||||
@REM LazReport
|
||||
@set LazReport_RST=components\lazreport\source\lib\%ArchOS%\lr_const.rst
|
||||
tools\updatepofiles %LazReport_RST% components\lazreport\source\languages\lr_const.po
|
||||
|
@ -32,12 +32,12 @@ RSTFILES=(
|
||||
"ideintf objinspstrconsts"
|
||||
"components/codetools codetoolsstrconsts"
|
||||
"components/synedit syneditstrconst synedit"
|
||||
"components/synedit syndesignstringconstants syndesign"
|
||||
"components/synedit synmacrorecorder"
|
||||
"components/synedit synhighlighterunixshellscript"
|
||||
"components/tdbf registerdbf"
|
||||
"components/turbopower_ipro ipconst"
|
||||
"components/turbopower_ipro iputils"
|
||||
"components/cgi cgimodules"
|
||||
"components/lazreport/samples/editor maincalleditor calleditorwithpkg"
|
||||
"components/memds frmselectdataset"
|
||||
"components/printers/design ideprinting"
|
||||
|
Loading…
Reference in New Issue
Block a user