From 2f121a446e7d0f3a5291bdbb653af9f74caa7003 Mon Sep 17 00:00:00 2001 From: maxim Date: Tue, 13 Sep 2016 23:08:12 +0000 Subject: [PATCH] Examples, CodepageConverter: replaced .lrt files with .lrj git-svn-id: trunk@52968 - --- .gitattributes | 2 +- examples/codepageconverter/mainunit.lrj | 12 ++++++++++++ examples/codepageconverter/mainunit.lrt | 10 ---------- 3 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 examples/codepageconverter/mainunit.lrj delete mode 100644 examples/codepageconverter/mainunit.lrt diff --git a/.gitattributes b/.gitattributes index 4a7f6062d7..e912d12b4d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5143,7 +5143,7 @@ examples/codepageconverter/languages/lazconverter.uk.po svneol=native#text/plain examples/codepageconverter/lazconverter.lpi svneol=native#text/plain examples/codepageconverter/lazconverter.lpr svneol=native#text/pascal examples/codepageconverter/mainunit.lfm svneol=native#text/plain -examples/codepageconverter/mainunit.lrt svneol=native#text/plain +examples/codepageconverter/mainunit.lrj svneol=native#text/plain examples/codepageconverter/mainunit.pas svneol=native#text/pascal examples/codetools/jumptoimplementation/codetoolsexample1.pas svneol=native#text/plain examples/codetools/jumptoimplementation/jumptoimplementation.lpk svneol=native#text/plain diff --git a/examples/codepageconverter/mainunit.lrj b/examples/codepageconverter/mainunit.lrj new file mode 100644 index 0000000000..ff538759ee --- /dev/null +++ b/examples/codepageconverter/mainunit.lrj @@ -0,0 +1,12 @@ +{"version":1,"strings":[ +{"hash":116022550,"name":"tlazconverterform.caption","sourcebytes":[67,111,100,101,112,97,103,101,32,76,97,122,67,111,110,118,101,114,116,101,114,32,102,111,114,32,80,65,83,44,32,76,70,77,44,32,76,82,83,44,32,76,82,84,32,38,32,73,78,67,32,102,105,108,101,115,32,118,48,46,48,46,54],"value":"Codepage LazConverter for PAS, LFM, LRS, LRT & INC files v0.0.6"}, +{"hash":262470394,"name":"tlazconverterform.label1.caption","sourcebytes":[80,97,116,104,32,116,111,32,121,111,117,114,32,112,114,111,106,101,99,116,58],"value":"Path to your project:"}, +{"hash":203971290,"name":"tlazconverterform.label2.caption","sourcebytes":[67,111,110,118,101,114,116,32,70,114,111,109,58],"value":"Convert From:"}, +{"hash":215761130,"name":"tlazconverterform.label3.caption","sourcebytes":[67,111,110,118,101,114,116,32,84,111,58],"value":"Convert To:"}, +{"hash":192661134,"name":"tlazconverterform.label6.caption","sourcebytes":[82,101,97,100,121,46,46,46],"value":"Ready..."}, +{"hash":354472,"name":"tlazconverterform.button1.caption","sourcebytes":[80,97,116,104],"value":"Path"}, +{"hash":94079128,"name":"tlazconverterform.button2.caption","sourcebytes":[83,101,97,114,99,104],"value":"Search"}, +{"hash":174443732,"name":"tlazconverterform.button3.caption","sourcebytes":[67,111,110,118,101,114,116],"value":"Convert"}, +{"hash":52003257,"name":"tlazconverterform.selectdirectorydialog1.title","sourcebytes":[83,101,108,101,99,116,32,68,105,114,101,99,116,111,114,121],"value":"Select Directory"}, +{"hash":268245982,"name":"tlazconverterform.menuitem1.caption","sourcebytes":[82,101,109,111,118,101,32,102,114,111,109,32,99,111,110,118,101,114,115,105,111,110],"value":"Remove from conversion"} +]} diff --git a/examples/codepageconverter/mainunit.lrt b/examples/codepageconverter/mainunit.lrt deleted file mode 100644 index 4a12f59ea1..0000000000 --- a/examples/codepageconverter/mainunit.lrt +++ /dev/null @@ -1,10 +0,0 @@ -TLAZCONVERTERFORM.CAPTION=Codepage LazConverter for PAS, LFM, LRS, LRT & INC files v0.0.6 -TLAZCONVERTERFORM.LABEL1.CAPTION=Path to your project: -TLAZCONVERTERFORM.LABEL2.CAPTION=Convert From: -TLAZCONVERTERFORM.LABEL3.CAPTION=Convert To: -TLAZCONVERTERFORM.LABEL6.CAPTION=Ready... -TLAZCONVERTERFORM.BUTTON1.CAPTION=Path -TLAZCONVERTERFORM.BUTTON2.CAPTION=Search -TLAZCONVERTERFORM.BUTTON3.CAPTION=Convert -TLAZCONVERTERFORM.SELECTDIRECTORYDIALOG1.TITLE=Select Directory -TLAZCONVERTERFORM.MENUITEM1.CAPTION=Remove from conversion